cirq_google.workflow.BitstringsMeasurement

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

Main aliases

cirq_google.BitstringsMeasurement, cirq_google.workflow.quantum_executable.BitstringsMeasurement

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__

Return self==value.