Skip to content
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
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,22 @@
CHANGELOG
=========

2026-03-10 (2.3.0)
------------------
- Bugfix: Add a MOV instruction when creating an EPR pair only when there is a qubit
memory available.
- Bugfix: Do not immediately deactivate EPR qubits when creating them using the
"min_fidelity_all_at_end" option.
- Add the option to select the axes that a particular pre-measurement gate should
rotate around. This helps performance in platform where rotations perform better
around certain axes.
- Add two new variants of the "measure" instruction: "meas_basis_yzy" and "meas_basis_zxz".
The default "meas" instruction still performs a measurement using the XYX basis.
The new instructions allow measuring a qubit in YZY and ZXZ bases without breaking
backwards compatibility with old code.
- Add two extra options to the EPR-create-and-measure operation to specify the local
and remote axes to perform rotations before performing the measurement.

2025-11-20 (2.2.0)
------------------
- Remove MOV instruction due to incompatibility with NetQASM's memory management paradigm.
Expand Down
Loading