qiskit.quantum_info.StabilizerState.tensor¶
- StabilizerState.tensor(other)[código fonte]¶
Return the tensor product stabilzier state self ⊗ other.
- Parâmetros
other (StabilizerState) – a stabilizer state object.
- Retorno
the tensor product operator self ⊗ other.
- Tipo de retorno
- Levanta
QiskitError – if other is not a StabilizerState.