Takes all arguments and combines them as a tensor product. Can be used to create a unified vector that represents multiple qubits or to create higher dimensional gates. If the inputs are two n-dimensional kets, the output is a 2-n dimensional ket representing the combined system.
Usage
tensor(...)
Arguments
...
kets (column vectosr) or gates (matrices) to take tensor product of