Skip to content

Releases: qua-platform/py-qua-tools

py-qua-tools v0.1.0-rc8

02 Aug 08:08
7a97c97
Compare
Choose a tag to compare
Pre-release

updated readme for pip installation

py-qua-tools v0.1.0-rc7

02 Aug 08:03
4f3c4a9
Compare
Choose a tag to compare
Pre-release

Adding pip release

add compiled

01 Aug 07:37
4d0f013
Compare
Choose a tag to compare
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

21 Jul 10:15
eb193a5
Compare
Choose a tag to compare

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

24 Jun 10:01
6f05569
Compare
Choose a tag to compare
v0.1.0-rc4 Pre-release
Pre-release
Corrected padding_method issue (#10)

* Corrected padding_method issue

* Reformat

v0.1.0-rc3

17 Jun 16:12
c4f259e
Compare
Choose a tag to compare
v0.1.0-rc3 Pre-release
Pre-release
fix (#9)

modified XEB and other changes

14 Jun 20:00
4a854af
Compare
Choose a tag to compare
Pre-release
revised XEB (#8)

* fix bug in operation names

* added test

* revised XEB

* format

v0.1.0-rc1

13 Jun 13:03
Compare
Choose a tag to compare
v0.1.0-rc1 Pre-release
Pre-release

This release exposes the baking, RB and XEB functionality.
It also includes a basic test of baking

v0.1.0-rc0

10 Jun 05:54
af0a412
Compare
Choose a tag to compare
v0.1.0-rc0 Pre-release
Pre-release

A pre-release of the qualang-tools package. includes the bakery component and usage examples