surface_sim.models.NLRNoiseModel#

class NLRNoiseModel(qubit_inds, qubit_coords, setup=None)[source]#

The NLR noise model is defined in the following paper:

Beni, L. A., Higgott, O., & Shutty, N. (2025). Tesseract: A search-based decoder for quantum error correction. arXiv preprint arXiv:2503.10988.

which corresponds to a SI1000 noise model but with higher noise strength for the two-qubit depolarizing channels after the long-range CZ gates.

See the documentation for the SI1000NoiseModel for more information.

__init__(qubit_inds, qubit_coords, setup=None)[source]#

Methods

Attributes

__init__(qubit_inds, qubit_coords[, setup])