Releases: qua-platform/py-qua-tools
Releases · qua-platform/py-qua-tools
py-qua-tools v0.1.0-rc8
updated readme for pip installation
py-qua-tools v0.1.0-rc7
Adding pip release
add compiled
Baking compatibility with add_compiled (#12) * Update of the config now optional+ possibility to retrieve baked wfs Baking now allows a simple retrieval of baked waveforms, that can be created according under the constraint of being of a certain length (to ensure compatibility with overriding waveforms with add_compiled feature). Update of original config file no more compulsory, one can now also specify if update of the config should induce an overridable waveform or not * Added example for pre_compile usage + changed the input parameters for b Instead of declaring a matching length constraint, one has now to indicate a baking index that indicates which baked waveform should be overwritten (and ensure it matches its length for overriding it with add_compiled) * Reformat * Added method delete_baked_Op This new method (called using b.delete_baked_Op(qe)) allows the direct removal from the input config of the baking object the associated baked operation and associated waveforms
v0.1.0-rc5
New features available :
- set_detuning
- frame rotations done within baking are now sticking in the rest of the QUA program
- b.run() can now take amplitudes and truncation parameters (can be QUA variables)
- Corrected a bug occurring when declaring an operation using add_Op()
- Added details in RB and Ramsey Gauss baking examples
v0.1.0-rc4
Corrected padding_method issue (#10) * Corrected padding_method issue * Reformat
v0.1.0-rc3
fix (#9)
modified XEB and other changes
revised XEB (#8) * fix bug in operation names * added test * revised XEB * format
v0.1.0-rc1
This release exposes the baking, RB and XEB functionality.
It also includes a basic test of baking
v0.1.0-rc0
A pre-release of the qualang-tools package. includes the bakery component and usage examples