iqm.qiskit_iqm.qiskit_to_iqm

iqm.qiskit_iqm.qiskit_to_iqm#

Conversion tools from Qiskit to IQM representation.

Functions

deserialize_instructions(instructions, ...)

Helper function to turn a list of IQM Instructions into a Qiskit QuantumCircuit.

serialize_instructions(circuit, ...[, ...])

Serialize a quantum circuit into the IQM data transfer format.

Classes

MeasurementKey(creg_name, creg_len, ...)

Unique key associated with a measurement instruction.

Exceptions

InstructionNotSupportedError

Raised when a given instruction is not supported by the IQM server.

Inheritance

Inheritance diagram of iqm.qiskit_iqm.qiskit_to_iqm