qiskit.providers.aer.library.set_superop¶
- set_superop(self, state)[fuente]¶
Set the superop state of the simulator.
- Parámetros
state (QuantumChannel) – A CPTP quantum channel.
- Devuelve
with attached instruction.
- Tipo del valor devuelto
- Muestra
ExtensionError – If the state is the incorrect size for the current circuit.
ExtensionError – if the input QuantumChannel is not CPTP.