qiskit.quantum_info.StabilizerState.tensor¶
- StabilizerState.tensor(other)[소스]¶
Return the tensor product stabilzier state self ⊗ other.
- 매개변수
other (StabilizerState) – a stabilizer state object.
- 반환
the tensor product operator self ⊗ other.
- 반환 형식
- 예외 발생
QiskitError – if other is not a StabilizerState.