cirq_google.workflow.BitstringsMeasurement

Use in-circuit MeasurementGate to collect many repetitions of strings of bits.

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.

n_repeitions The number of repetitions to execute the circuit.

n_repetitions Dataclass field

Methods

__eq__