qiskit.providers.aer.library.set_unitary¶
- set_unitary(self, state)[source]¶
Set the state state of the simulator.
- প্যারামিটার
state (Operator) -- A state matrix.
- রিটার্নস
with attached instruction.
- রিটার্ন টাইপ
- রেইজেস
ExtensionError -- If the state is the incorrect size for the current circuit.
ExtensionError -- if the input matrix is not unitary.