qiskit.quantum_info.StabilizerState.evolve¶
- StabilizerState.evolve(other, qargs=None)[소스]¶
Evolve a stabilizer state by a Clifford operator.
- 매개변수
other (Clifford or QuantumCircuit or qiskit.circuit.Instruction) – The Clifford operator to evolve by.
qargs (list) – a list of stabilizer subsystem positions to apply the operator on.
- 반환
the output stabilizer state.
- 반환 형식
- 예외 발생
QiskitError – if other is not a StabilizerState.
QiskitError – if the operator dimension does not match the specified StabilizerState subsystem dimensions.