cirq.SimulatesSamples¶
-
class
cirq.SimulatesSamples[source]¶ Simulator that mimics running on quantum hardware.
Implementors of this interface should implement the _run method.
-
__init__()¶ Initialize self. See help(type(self)) for accurate signature.
Methods
run(circuit, param_resolver, repetitions)Runs the entire supplied Circuit, mimicking the quantum hardware. run_sweep(program, …)Runs the entire supplied Circuit, mimicking the quantum hardware. -