Skip to content

Release 2.0 into develop #82

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,19 @@
CHANGELOG
=========

2025-03-26 (2.0.0)
-------------------
- Added new "mul", "div" and "rem" instructions in the core NetQASM specification.
- Added new "TrappedIonFlavour" to support new trapped-ion flavours of QPUs.
This new flavour supports RotZ instructions, instructions to rotate all qubits
(x, y and z axes), init all qubits, measure all qubits and bichromatic instruction.
- Instructions for gates "X", "Y", "Z" and "H" are no longer supported on nv-center
flavour QPUs.
- Branching instructions now support destination using labels
- Updated the connection with QNodeOS to support QNodeOS 2.0. Warning: This breaks
compatibility with older versions of QNodeOS.
- Added support for performing rotations right before measuring a qubit.

2024-09-13 (1.0.0)
-------------------
- Fix bell state corrections when compiling for hardware
Expand Down
Loading