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.
- 반환 형식
- 예외 발생
ExtensionError – If the state is the incorrect size for the current circuit.
ExtensionError – if the input QuantumChannel is not CPTP.