Skip to content

Commit

Permalink
Update changelog for VoltageGates. (#228)
Browse files Browse the repository at this point in the history
* Update changelog for VoltageGates.

* Update pyproject.toml

* Update changelog

---------

Co-authored-by: TheoQM <theo@quantum-machines.co>
  • Loading branch information
deanpoulos and TheoLaudatQM authored Aug 19, 2024
1 parent 20e2920 commit 3734765
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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 = [
Expand Down

0 comments on commit 3734765

Please sign in to comment.