cirq.dict_to_product_sweep

Cartesian product of sweeps from a dictionary.

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.

factor_dict The dictionary containing the sweeps.

Cartesian product of the sweeps.