Statevector.tensor

Statevector.tensor(other)[source]

Return the tensor product state self ⊗ other.

Parameters

other (Statevector) – a quantum state object.

Returns

the tensor product operator self ⊗ other.

Return type

Statevector

Raises

QiskitError – if other is not a quantum state.