![]() |
Utility methods for combining matrices.
Functions
block_diag(...)
: Concatenates blocks into a block diagonal matrix.
dot(...)
: Computes the dot/matrix product of a sequence of values.
kron(...)
: Computes the kronecker product of a sequence of values.
kron_with_controls(...)
: Computes the kronecker product of a sequence of values and control tags.
Other Members | |
---|---|
CONTROL_TAG |
A special indicator value for cirq.kron_with_controls .
|