forked from cda-tum/mqt-qcec
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
7c231f9
commit 94368ee
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule mqt-core
updated
18 files
+1 −1 | extern/boost/config | |
+1 −1 | extern/boost/multiprecision | |
+1 −1 | extern/googletest | |
+1 −1 | extern/json | |
+16 −0 | include/CircuitOptimizer.hpp | |
+22 −8 | include/dd/Package.hpp | |
+3 −3 | include/dd/Simulation.hpp | |
+112 −0 | src/CircuitOptimizer.cpp | |
+2 −4 | src/QuantumComputation.cpp | |
+128 −113 | src/algorithms/BernsteinVazirani.cpp | |
+2 −0 | src/algorithms/QFT.cpp | |
+16 −0 | src/algorithms/QPE.cpp | |
+39 −40 | src/dd/Simulation.cpp | |
+3 −0 | test/CMakeLists.txt | |
+8 −25 | test/algorithms/eval_dynamic_circuits.cpp | |
+1 −0 | test/algorithms/test_bernsteinvazirani.cpp | |
+8 −13 | test/algorithms/test_qpe.cpp | |
+158 −0 | test/unittests/circuit_optimizer/test_backpropagate_output_permutation.cpp |