Japanese
言語
English
Bengali
French
German
Japanese
Korean
Portuguese
Spanish
Tamil

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.

戻り値の型

StabilizerState

例外

QiskitError – if other is not a StabilizerState.