Releases: DiCarloLab-Delft/OpenQL
Releases · DiCarloLab-Delft/OpenQL
openQL version 0.10.4
Update to measurement map, see QuTech-Delft#432
openQL version 0.10.3
- 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
- support for CC backend
- no longer require JSON key "cc" in instructions that define (new style) gate decomposition