![]() |
Types for devices, device-specific qubits, and noise models.
Modules
device
module
grid_qubit
module
line_qubit
module
noise_model
module
unconstrained_device
module
Classes
class ConstantQubitNoiseModel
: Applies noise to each qubit individually at the start of every moment.
class Device
: Hardware constraints for validating circuits.
class GridQid
: A qid on a 2d square lattice
class GridQubit
: A qubit on a 2d square lattice.
class LineQid
: A qid on a 1d lattice with nearest-neighbor connectivity.
class LineQubit
: A qubit on a 1d lattice with nearest-neighbor connectivity.
class NoiseModel
: Replaces operations and moments with noisy counterparts.
Type Aliases
NOISE_MODEL_LIKE
: A cirq.NoiseModel
or a value that can be trivially converted into one.