View source on GitHub |
Zip product of sweeps from a dictionary.
cirq.dict_to_zip_sweep(
factor_dict: ProductOrZipSweepLike
) -> cirq.Zip
Each entry in the dictionary specifies a sweep as a mapping from the parameter to a value or sequence of values. The zip product of these sweeps is returned.
Args | |
---|---|
factor_dict
|
The dictionary containing the sweeps. |
Returns | |
---|---|
Zip product of the sweeps. |