cirq.sample_sweep
Runs the supplied Circuit, mimicking quantum hardware.
cirq.sample_sweep(
program: 'cirq.Circuit',
params: 'cirq.Sweepable',
*,
noise: 'cirq.NOISE_MODEL_LIKE' = None,
repetitions: int = 1,
dtype: Type[np.complexfloating] = np.complex64,
seed: 'cirq.RANDOM_STATE_OR_SEED_LIKE' = None
) -> Sequence['cirq.Result']
In contrast to run, this allows for sweeping over different parameter
values.
Args |
program
|
The circuit to simulate.
|
params
|
Parameters to run with the program.
|
noise
|
Noise model to use while running the simulation.
|
repetitions
|
The number of repetitions to simulate, per set of
parameter values.
|
dtype
|
The numpy.dtype used by the simulation. Typically one of
numpy.complex64 or numpy.complex128 .
Favors speed over precision by default, i.e. uses numpy.complex64 .
|
seed
|
The random seed to use for this simulator.
|
Returns |
Result list for this run; one for each possible parameter
resolver.
|
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-06-27 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-06-27 UTC."],[],[]]