Skip to content

Commit

Permalink
Updated changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
TheoLaudatQM committed Dec 18, 2023
1 parent 4da8c1c commit b688ea5
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,20 +4,18 @@ 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]
### Added
- Unit - `dBm2volts` and `volts2dBm`.

### Fixed
- ConfigBuilder - `Element` now correctly accepts default arguments.
- Unit - `demod2volts` now has a `single_demod` flag to correctly convert the data from single demodulation.
- External_frameworks/qcodes - Fix bug with the setpoints when streaming the raw adc traces.

### Added
- External_frameworks/qcodes - Added ``update_readout_length()`` to update locally the readout length of a given readout element and operation.
- External_frameworks/qcodes - Added ``update_qm()`` to update the quantum machine (close and re-open it) in case the config has been updated.
- External_frameworks/qcodes - Added ``live_plotting()`` to fetch and plot the OPX results while the program is running.
- Unit - Added `volts2dBm` and `dBm2volts`.

### Fixed
- External_frameworks/qcodes - Fix bug with the setpoints when streaming the raw adc traces.

### Changed
- Unit - `demod2volts` now has a `single_demod` flag to correctly convert the data from single demodulation.

## [0.15.2] - 2023-09-06
### Added
Expand Down

0 comments on commit b688ea5

Please sign in to comment.