You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+15-1Lines changed: 15 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,12 +5,24 @@ This project adheres to [Semantic Versioning](http://semver.org/).
5
5
6
6
## [ next ] - [ TBD ]
7
7
### Added
8
+
-
9
+
10
+
### Changed
11
+
-
12
+
13
+
### Removed
14
+
-
15
+
16
+
17
+
## [ 0.11.0 ] - [ 2023-01-06 ]
18
+
### Added
8
19
- CC backend:
9
20
- support for cQASM 1.2 features through new IR
10
21
- limitations
11
22
- integer values must be non-negative
12
23
- support for resource constrained scheduler
13
-
- creates .map file reporting measurement statements present in input, to allow retrieving measurements downstream
24
+
- creates .map file reporting measurement statements present in input, to allow retrieving measurements downstream
25
+
- support for Python up to 3.11
14
26
15
27
### Changed
16
28
- pass dec.Instructions: duration=0 in new-style decomposition rules now disables checking whether expansion fits, allowing automatic calculation of duration (and requiring scheduling after decomposition of such rules)
@@ -22,12 +34,14 @@ This project adheres to [Semantic Versioning](http://semver.org/).
22
34
- classification of gates as *real-time* measurement now based on signal definition ("signal/type" equals "measure" and "signal/value" empty)
23
35
- absence of key "cc" now implies empty "signal", so `"cc": { "signal": [] }` is no longer necessary
24
36
- passes and architectures self-register statically to their respective factories
37
+
- initial placer uses new IR and new MIP solver called HiGHS
25
38
26
39
### Removed
27
40
- CC backend:
28
41
- support for JSON key "pragma/break" for instruction definitions
29
42
- macro expansion for JSON key instruction/signal/value (unused anyway)
30
43
- support for sweep points in API and the WriteSweepPointsPass
0 commit comments