![]() |
Use in-circuit MeasurementGate to collect many repetitions of strings of bits.
cirq_google.workflow.BitstringsMeasurement(
n_repetitions: int
)
This is the lowest-level measurement type allowed in QuantumExecutable
and behaves
identically to the cirq.Sampler.run
function. The executable's circuit must contain
explicit measurement gates.
Args | |
---|---|
n_repeitions
|
The number of repetitions to execute the circuit. |
Attributes | |
---|---|
n_repetitions
|
Dataclass field |
Methods
__eq__
__eq__(
other
)