Skip to content

Releases: DiCarloLab-Delft/OpenQL

openQL version 0.10.4

08 Mar 10:41

Choose a tag to compare

openQL version 0.10.4 Pre-release
Pre-release

Update to measurement map, see QuTech-Delft#432

openQL version 0.10.3

17 Feb 14:27

Choose a tag to compare

openQL version 0.10.3 Pre-release
Pre-release
  • creates .map file reporting measurement statements present in input, to allow retrieving measurements downstream
  • new-style decomposition rules: duration=0 now disables checking whether expansion fits, allowing automatic calculation of duration (and requiring scheduling after decomposition of such rules)
  • pass dec.Instructions: corrected ordering of instruction decomposition (which reversed multi-statement decompositions)
  • key "readout_mode" no longer used
    • classification of gates as measurement - which is used for the resource constrained scheduler, and to output a map of measurements - now based on signal definition ("signal/type" equals "measure" and "signal/value" non-empty)
    • classification of gates as real-time measurement now based on signal definition ("signal/type" equals "measure" and "signal/value" empty)
  • absence of key "cc" now implies empty "signal", so "cc": { "signal": [] } is no longer necessary

openQL version 0.10.2

27 Jan 12:48

Choose a tag to compare

openQL version 0.10.2 Pre-release
Pre-release
  • support for CC backend
  • no longer require JSON key "cc" in instructions that define (new style) gate decomposition