Skip to content

v1.0.0

Compare
Choose a tag to compare
@nfwvogt nfwvogt released this 23 Aug 09:04
· 133 commits to main since this release
b76d8e0

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:
    1. AsyncEvaluatingBackend trait for backends that implement async evaluation (especially designed for Backends interfacing a Web-API)
    2. 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.