Commit 7a056cf
authored
✨ Native Support for Qiskit Backends (#75)
* ♻ completely refactor how device properties and calibration data are handled
* ✨allow direct use of Qiskit backends as Architectures (including calibration data)
* 🐛 the fidelity of unavailable operations should be 0.0
* 💚 restore CI build of mapping apps
* ✅ add Python tests for new feature and integrate into CI
* 🔧require Python >=3.7
* 🔥 remove calibration️ filename
* 📝update README.md
* ⬆️ update qfr1 parent 18a0d3d commit 7a056cf
File tree
21 files changed
+589
-211
lines changed- .github/workflows
- apps
- extern
- include
- configuration
- mqt/qmap
- qiskit
- src
- test
- python
21 files changed
+589
-211
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
| 60 | + | |
| 61 | + | |
60 | 62 | | |
61 | 63 | | |
62 | 64 | | |
| |||
96 | 98 | | |
97 | 99 | | |
98 | 100 | | |
| 101 | + | |
| 102 | + | |
99 | 103 | | |
100 | 104 | | |
101 | 105 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
40 | | - | |
41 | | - | |
42 | | - | |
43 | | - | |
44 | | - | |
45 | | - | |
46 | | - | |
47 | | - | |
48 | | - | |
49 | | - | |
50 | | - | |
51 | | - | |
52 | | - | |
53 | | - | |
| 40 | + | |
54 | 41 | | |
55 | 42 | | |
56 | 43 | | |
| |||
78 | 65 | | |
79 | 66 | | |
80 | 67 | | |
81 | | - | |
82 | | - | |
| 68 | + | |
| 69 | + | |
83 | 70 | | |
84 | 71 | | |
85 | 72 | | |
86 | | - | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
87 | 78 | | |
88 | | - | |
| 79 | + | |
89 | 80 | | |
90 | 81 | | |
91 | 82 | | |
| |||
192 | 183 | | |
193 | 184 | | |
194 | 185 | | |
195 | | - | |
| 186 | + | |
196 | 187 | | |
197 | 188 | | |
198 | 189 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
73 | 73 | | |
74 | 74 | | |
75 | 75 | | |
76 | | - | |
| 76 | + | |
77 | 77 | | |
78 | 78 | | |
79 | 79 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
68 | 68 | | |
69 | 69 | | |
70 | 70 | | |
71 | | - | |
| 71 | + | |
72 | 72 | | |
73 | 73 | | |
74 | 74 | | |
| |||
Submodule qfr updated from 5c7361c to b1fe5cc
0 commit comments