![]() |
An abstract object that queries a BitstringAccumulator to figure out
whether that meas_spec
is complete.
Methods
more_repetitions
@abc.abstractmethod
more_repetitions( accumulator:
cirq.work.BitstringAccumulator
) -> int
Return the number of additional repetitions to take.
StoppingCriteria should be respectful and have some notion of a maximum number of repetitions per chunk.