QuantumComputer TensorProduct Method A Sandcastle Documented Class Library
Returns the tensor product of given registers. It has the same result as connecting registers into one in the method GetRootRegister( RegisterRef ). However, tensor product could be obtained only when given arguments are independent registers (neither connected with nor being a part of any other register).

Namespace: Quantum
Assembly: Quantum (in Quantum.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public Register TensorProduct(
	Register r1,
	Register r2
)

Return Value

Type: Register
Tensor product, where second register's qubits are least significant bits. Null, if argments are not independent registers.
See Also