Skip to content

Releases: qilimanjaro-tech/qililab

0.9.1

17 Nov 11:49
Compare
Choose a tag to compare

0.9.1 (2022-11-17)

Refactor

  • Pulse does no longer has the attribute start_time. In that way, a pulse being sent at different times is always represented by the same object.
  • The PulseEvent class has been added, which contains a Pulse and a start_time: int. PulseEvent instances are sortable according to their start_time.
  • PulseSequence has been renamed to PulseBusSchedule
  • PulseSequences has been renamed to PulseSchedule
  • PulseBusSchedule contains a list called timeline which holds all the PulseEvents sorted by their start_time and a Set called pulses with all the unique pulses appearing in the timeline.
  • repr() and str() methods from the pulse-related classes have been delegated to those autogenerated by the dataclass decorator, having configured all the fields for that purpose.
  • A label() method has been added to the Pulse class with the string representation that was being generated previously by str(), which is used to name the waveforms in qpysequence (qblox waveforms dictionary)
  • All pulse classes are properly created to avoid having dictionaries as fields and making them non-hashable.

[main 5210cb6] bump: version 0.9.0 → 0.9.1
3 files changed, 8 insertions(+), 2 deletions(-)

0.9.0

06 Oct 13:23
Compare
Choose a tag to compare

0.9.0 (2022-10-06)

Feat

  • qilisimulator integration (#79)

[main 3a0c471] bump: version 0.8.0 → 0.9.0
3 files changed, 8 insertions(+), 2 deletions(-)

0.8.0

05 Oct 10:05
Compare
Choose a tag to compare

0.8.0 (2022-10-05)

Feat

  • qilisimulator integration (#77)

[main 697ccc8] bump: version 0.7.3 → 0.8.0
3 files changed, 8 insertions(+), 2 deletions(-)

0.7.3

03 Oct 14:16
Compare
Choose a tag to compare

0.7.3 (2022-10-03)

Fix

  • [QILI-169] load 2D results (#69)

[main b43944b] bump: version 0.7.2 → 0.7.3
3 files changed, 8 insertions(+), 2 deletions(-)

0.7.2

22 Aug 11:50
Compare
Choose a tag to compare

0.7.2 (2022-08-22)

Fix

  • [QILI-187 ] 🐛 loops minimum length taking the passed value instead of the self (#57)

0.7.1

19 Aug 10:00
Compare
Choose a tag to compare

0.7.1 (2022-08-19)

Refactor

  • [QILI-186] ♻️ renamed beta to drag_coefficient (#56)

0.7.0

19 Aug 07:30
Compare
Choose a tag to compare

0.7.0 (2022-08-19)

Feat

  • [QILI-185] add option to NOT reset an instrument (#54)

0.6.0

18 Aug 11:31
Compare
Choose a tag to compare

0.6.0 (2022-08-18)

Feat

  • [QILI-184] ✨ New daily directory generated for results data (#50)

0.5.9

18 Aug 08:03
Compare
Choose a tag to compare

0.5.9 (2022-08-18)

Fix

  • [QILI-183] 🐛 accept float master duration gate (#49)

0.5.8

18 Aug 07:13
Compare
Choose a tag to compare

0.5.8 (2022-08-18)

Fix

  • [QILI-182] 🐛 uses deepcopy before pop dict key (#48)