Expand description
§roqoqo-aqt
AQT interface and backend for roqoqo quantum computing toolkit.
roqoqo-aqt provides backends to send roqoqo quantum circuits to AQT machines
Re-exports§
pub use devices::AqtApi;
Modules§
- AQT Device
Structs§
- AQT backend
Enums§
- Representation for AQT backend instructions serialized to Json
Functions§
- Converts all operations in a roqoqo::Circuit into instructions for AQT Hardware or AQT Simulators
- Converts a roqoqo::operations::Operation into an instruction for AQT Hardware or AQT Simulators. Note - Any measurment operation, regardless of the specific qubits defined, will always measure all the qubits.