Skip to content

v0.7.0

Compare
Choose a tag to compare
@hugrbot hugrbot released this 13 Nov 15:52
· 8 commits to main since this release
85f1727

⚠ BREAKING CHANGES

  • Made SerialCircuit non exhaustive.
  • Register renamed to ElementId, Qubit and Bit
  • Moved some definitions from ::circuit_json to ::register
  • Bumped MSRV to rust 1.75
  • Renamed circuit_json::CompositeGate to CustomGate

Features

  • [breaking] created/discarded_qubits circuit attribute (#87)
  • Support classical expressions (#86)
  • [breaking] Rename Register and cleanup definitions (#89)
  • [breaking] Support old Composite alias for CustomGate (#91)