qiskit.providers.aer.library.set_superop¶ set_superop(self, state)[소스]¶ Set the superop state of the simulator. 매개변수 state (QuantumChannel) – A CPTP quantum channel. 반환값 with attached instruction. 반환 형식 QuantumCircuit 예외 ExtensionError – If the state is the incorrect size for the current circuit. ExtensionError – if the input QuantumChannel is not CPTP.