qiskit.quantum_info.Kraus.to_instruction¶
- Kraus.to_instruction()¶
Convert to a Kraus or UnitaryGate circuit instruction.
If the channel is unitary it will be added as a unitary gate, otherwise it will be added as a kraus simulator instruction.
- রিটার্নস
A kraus instruction for the channel.
- রিটার্ন টাইপ
- রেইজেস
QiskitError -- if input data is not an N-qubit CPTP quantum channel.