qiskit.quantum_info.StabilizerState.tensor¶
- StabilizerState.tensor(other)[source]¶
Return the tensor product stabilzier state self ⊗ other.
- Parameters
other (StabilizerState) -- a stabilizer state object.
- Returns
the tensor product operator self ⊗ other.
- Return type
- Raises
QiskitError -- if other is not a StabilizerState.