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
- IqmRun
Result - Representation of the HTTP response from the backend.
Enums§
- IqmBackend
Error - Errors that can occur in roqoqo-iqm
- VirtualZ
Replacement Mode - 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.