qiskit.providers.aer.library.set_superop¶
- set_superop(self, state)[source]¶
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.