Commit 30f6d81f authored by Edgar Reehuis's avatar Edgar Reehuis
Browse files

Merge branch 'changelog' into 'main'

Changelog entry for !411

See merge request !423
parents 5803a45d e447be96
Loading
Loading
Loading
Loading
Loading
+4 −3
Original line number Diff line number Diff line
@@ -12,8 +12,9 @@ Unreleased
* Qblox backend - Fix cluster compatibility when converting old hwconfig to new specs (!419)
* Qblox backend - Latency corrections must now be defined in top layer of hw config (!400)
* Qblox backend - Fix combination of cluster and latency corrections when converting hw_configs to new specs  (!417)

* Operation - Added a `symmetric` key in the `gate_info` to flag symmetric operations. (!389)
* Qblox backend - Fix handling of composite pulses (#299, !411)
* Operations - Added a `symmetric` key in the `gate_info` to flag symmetric operations. (!389)
* Operations - Introduce basic CZ-gate via `CompositeSquareEdge` (utilizing `quantify_scheduler.operations.pulse_factories.composite_square_pulse`); replaces the incomplete `SuddenNetZeroEdge` basic CZ-gate implementation (!411)
* Helpers - Moved MockLocalOscillator definition from tests to `helpers.mock_instruments.MockLocalOscillator` (!392, !336).
* DRAG Pulse - Removed an extra G_amp factor from the Q component (derivative pulse). (#298, !406)