Crate roqoqo[][src]

Expand description

roqoqo

Rust only Quantum Operation Quantum Operation - the quantum computing toolkit by HQS Quantum Simulations.

Modules

Traits defining the standard form of roqoqo backends.

Traits defining the standard functions for roqoqo devices.

Provides the functionality for post-processing the measurement output of the quantum computing programs.

Operations are the atomic instructions in any quantum program that can be represented by roqoqo.

Prelude to bring the most common roqoqo traits into scope.

Classical registers for roqoqo.

Structs

Struct for parsing string expressions to floats.

Represents a quantum circuit in roqoqo.

Iterator over roqoqo operations.

Enums

CalculatorFloat is an enum combining Float and String.

Errors that can occur in roqoqo backends.

Errors that can occur in roqoqo.

Constants

roqoqo version information, used for roqoqo import/export checks

Traits

Trait for returning Vectors based on Range structs usually used for Index<> trait and slice access.