View source on GitHub |
Computes the kronecker product of a sequence of values.
cirq.kron(
*factors, shape_len: int = 2
) -> np.ndarray
A *args version of lambda args: functools.reduce(np.kron, args).
Returns | |
---|---|
The kronecker product of all the inputs. |