qiskit.quantum_info.StabilizerState.tensor¶
- StabilizerState.tensor(other)[fuente]¶
Return the tensor product stabilzier state self ⊗ other.
- Parámetros
other (StabilizerState) – a stabilizer state object.
- Devuelve
the tensor product operator self ⊗ other.
- Tipo del valor devuelto
- Muestra
QiskitError – if other is not a StabilizerState.