![]() |
Parameters describing a circuit used in a grid parallel XEB experiment.
cirq.experiments.grid_parallel_two_qubit_xeb.GridParallelXEBCircuitParameters(
data_collection_id: str,
layer: cirq.experiments.GridInteractionLayer
,
circuit_index: int
)
Attributes | |
---|---|
data_collection_id
|
The data collection ID of the experiment. |
layer
|
The grid layer specifying the pattern of two-qubit interactions in a layer of two-qubit gates. |
circuit_index
|
The index of the circuit. |
filename
|
Methods
__eq__
__eq__(
other
)