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

qiskit.quantum_info.DensityMatrix.expand

DensityMatrix.expand(other)[ソース]

Return the tensor product state other ⊗ self.

パラメータ

other (DensityMatrix) – a quantum state object.

戻り値

the tensor product state other ⊗ self.

戻り値の型

DensityMatrix

例外

QiskitError – if other is not a quantum state.