UnitaryMatrix.otimes
- UnitaryMatrix.otimes(*utrys)[source]
Calculate the tensor or kroneckor product with other unitaries.
- Parameters:
utrys (
UnitaryMatrix|complex128|complex64|int64|int32|float64|float32|Sequence[Sequence[int|float|complex]]) – The unitary or unitaries to computer the tensor product with.- Returns:
The resulting unitary matrix.
- Return type: