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

qiskit.quantum_info.StabilizerState.measure

StabilizerState.measure(qargs=None)[ソース]

Measure subsystems and return outcome and post-measure state.

Note that this function uses the QuantumStates internal random number generator for sampling the measurement outcome. The RNG seed can be set using the seed() method.

パラメータ

qargs (list or None) – subsystems to sample measurements for, if None sample measurement of all subsystems (Default: None).

戻り値

the pair (outcome, state) where outcome is the

measurement outcome string label, and state is the collapsed post-measurement stabilizer state for the corresponding outcome.

戻り値の型

tuple