![]() |
Creates a Callable gate set validator with a set message size.
cirq_google.engine.engine_validator.create_engine_validator(
max_moments: int = MAX_MOMENTS,
max_repetitions: int = MAX_TOTAL_REPETITIONS,
max_duration_ns: int = 55000
) -> cirq_google.engine.engine_validator.VALIDATOR_TYPE
This validator can be used for a validator in cg.ValidatingSampler
and can also be useful in generating 'engine emulators' by using
cg.SimulatedLocalProcessor
with this callable as a validator.