iqm.cirq_iqm.serialize#
Helper functions for serializing and deserializing quantum circuits between Cirq and IQM Circuit formats.
Functions
|
Deserializes a quantum circuit from the IQM data transfer format to a Cirq Circuit. |
|
Convert an IQM instruction to a Cirq Operation. |
|
Map a Cirq Operation to the IQM data transfer format. |
|
Serializes a quantum circuit into the IQM data transfer format. |
Exceptions
Raised when a given operation is not supported by the IQM server. |