From 373476595a96dfa33b5bf4ea9cfc0df457de652b Mon Sep 17 00:00:00 2001 From: Dean Poulos Date: Tue, 20 Aug 2024 02:24:01 +1000 Subject: [PATCH] Update changelog for VoltageGates. (#228) * Update changelog for VoltageGates. * Update pyproject.toml * Update changelog --------- Co-authored-by: TheoQM --- CHANGELOG.md | 11 ++++++++++- README.md | 2 +- pyproject.toml | 2 +- 3 files changed, 12 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e5fd52e6..5aa8eb5c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,9 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) ## [Unreleased] +## [0.17.7] - 2024-08-20 +### Added +- VoltageGateSequence - The `VoltageGateSequence` class facilitates the creation and management of complex pulse sequences, allowing dynamic voltage control, ramping, and bias compensation across gate elements. ## [0.17.6] - 2024-06-27 ### Fixed @@ -364,7 +367,13 @@ operation (readout pulse for instance) already defined in the configuration. ### Added - This release exposes the baking, RB and XEB functionality. -[Unreleased]: https://github.com/qua-platform/py-qua-tools/compare/v0.17.1...HEAD +[Unreleased]: https://github.com/qua-platform/py-qua-tools/compare/v0.17.7...HEAD +[0.17.7]: https://github.com/qua-platform/py-qua-tools/compare/v0.17.6...v0.17.7 +[0.17.6]: https://github.com/qua-platform/py-qua-tools/compare/v0.17.5...v0.17.6 +[0.17.5]: https://github.com/qua-platform/py-qua-tools/compare/v0.17.4...v0.17.5 +[0.17.4]: https://github.com/qua-platform/py-qua-tools/compare/v0.17.3...v0.17.4 +[0.17.3]: https://github.com/qua-platform/py-qua-tools/compare/v0.17.2...v0.17.3 +[0.17.2]: https://github.com/qua-platform/py-qua-tools/compare/v0.17.1...v0.17.2 [0.17.1]: https://github.com/qua-platform/py-qua-tools/compare/v0.17.0...v0.17.1 [0.17.0]: https://github.com/qua-platform/py-qua-tools/compare/v0.16.0...v0.17.0 [0.16.0]: https://github.com/qua-platform/py-qua-tools/compare/v0.15.2...v0.16.0 diff --git a/README.md b/README.md index b36c3a6e..456d5696 100644 --- a/README.md +++ b/README.md @@ -47,7 +47,7 @@ storing them in the usual configuration file. It allows defining waveforms in a * [Macros](qualang_tools/macros/README.md) - This module includes convenience functions for encapsulating common QUA code. * [Digital filters](qualang_tools/digital_filters/README.md) - Library of functions allowing the derivation of the digital filter taps to correct distortions. -* [Virtual Gates](qualang_tools/virtual_gates/README.md) - The `VoltageGateSequence` class facilitates the creation and management of complex pulse sequences for quantum operations, allowing for dynamic voltage control, ramping, and bias compensation across multiple gate elements. +* [Voltage Gates](qualang_tools/voltage_gates/README.md) - The `VoltageGateSequence` class facilitates the creation and management of complex pulse sequences for quantum operations, allowing for dynamic voltage control, ramping, and bias compensation across multiple gate elements. ## Installation diff --git a/pyproject.toml b/pyproject.toml index d695332b..3453f0e1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "qualang-tools" -version = "v0.17.6" +version = "v0.17.7" description = "The qualang_tools package includes various tools related to QUA programs in Python" license = "BSD-3-Clause" authors = [