You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
v1.0.0
Fixed v1.0.0
Fixed superoperator construction for general noise pragma
Updated dependencies
PragmaRepeatedMeasurement now adds remapped qubits that are not previously in the qubit_mapping of the gate.
Added v1.0.0
Optional async feature including:
AsyncEvaluatingBackend trait for backends that implement async evaluation (especially designed for Backends interfacing a Web-API)
Measurements async evaluating the Future of a register measurement returned from a backend.
Device trait added in roqoqo.
Added unit tests for serialization of PragmaRepeatedMeasurement operations in a Circuit.
Changed v1.0.0
Make qubit_remapping more lenient only remapping values found in a HashMap skipping remapping for qubits not found in HashMap instead of returning an error.
Updated to qoqo_calculator 1.0
Removed DoUnitary class from qoqo since functionality replaced by QuantumProgram.