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.