Skip to content
Snippets Groups Projects
Commit e6d304da authored by Sander Snoo's avatar Sander Snoo
Browse files

beta version 1.3

parent c6c3f026
No related branches found
No related tags found
No related merge requests found
# Changelog
All notable changes to Pulselib will be documented in this file.
## \[1.3.0] - not yet released
### Added
- IQ correction of phase, amplitude and offset:
add_channel_offset, set_qubit_correction_phase, set_qubit_correction_gain
- New interface from hardware class to pulselib: set_channel_attenuations and add_virtual_matrix
- Virtual matrix on top of virtual gates
### Removed
- pulse.add_channel_compenstation_limit. Correct method is add_channel_compensation_limit
### Fixed
- loops with t_measurement in HVI variable.
## \[1.2.0] - 2021-11-11
First labeled release. Start of dev branch and change logging.
......@@ -6,7 +6,7 @@ print('packages: %s' % packages)
setup(name="pulse_lib",
version="1.2",
version="1.3",
packages = find_packages(),
install_requires=['si_prefix', 'qcodes>=0.27.0'],
license='MIT',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment