Crate roqoqo_iqm

Crate roqoqo_iqm 

Source
Expand description

roqoqo-iqm

Re-exports§

pub use devices::*;

Modules§

devices
IQM Devices

Structs§

Backend
IQM backend Provides functions to run circuits and measurements on IQM devices.
IqmCircuit
Representation for quantum circuits accepted by the IQM REST API.
IqmInstruction
Representation for instructions accepted by the IQM REST API
IqmRunResult
Representation of the HTTP response from the backend.

Enums§

IqmBackendError
Errors that can occur in roqoqo-iqm
VirtualZReplacementMode
Mode for virtual Z replacement in IQM circuits.

Functions§

call_circuit
Converts all operations in a roqoqo::Circuit into instructions for IQM Hardware.
call_operation
Converts a roqoqo::operations::Operation into a native instruction for IQM Hardware
results_to_registers
Helper function to convert the IQM result format into the classical register format used by Roqoqo.
virtual_z_replacement_circuit
Applies virtual Z gate optimization.