![]() |
Cartesian product of sweeps from a dictionary.
cirq.study.dict_to_product_sweep(
factor_dict: cirq.study.sweeps.ProductOrZipSweepLike
) -> cirq.study.Product
Each entry in the dictionary specifies a sweep as a mapping from the parameter to a value or sequence of values. The Cartesian product of these sweeps is returned.
Args | |
---|---|
factor_dict
|
The dictionary containing the sweeps. |
Returns | |
---|---|
Cartesian product of the sweeps. |