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
* π update license
* π₯ remove π³ dockerfile
* π¨ fix unused variable warnings
* π update .gitignore
* β»οΈ refactor how test and documentation requirements are handled
* β»οΈ refactor setup.py and versioning
* β»οΈ refactor building of wheels
* π· split up linux deployment ci
* π¨ improved naming for jobs
Copy file name to clipboardExpand all lines: mqt/qcec/bindings.cpp
+4-1
Original file line number
Diff line number
Diff line change
@@ -14,6 +14,9 @@
14
14
#include<exception>
15
15
#include<memory>
16
16
17
+
#defineSTRINGIFY(x) #x
18
+
#defineMACRO_STRINGIFY(x) STRINGIFY(x)
19
+
17
20
namespacepy= pybind11;
18
21
namespacenl= nlohmann;
19
22
usingnamespacepybind11::literals;
@@ -369,7 +372,7 @@ namespace ec {
369
372
.def_readwrite("store_cex_output", &Configuration::Simulation::storeCEXoutput, "Whether to store the resulting states that prove the non-equivalence of both circuits. Since the memory required to store a full representation of a quantum state increases exponentially, this is only recommended for a small number of qubits and defaults to :code:`False`.");
0 commit comments