-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: burgholzer <[email protected]>
- Loading branch information
1 parent
0f50a6c
commit bf1171b
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule mqt-core
updated
9 files
+22 −8 | include/dd/Package.hpp | |
+3 −3 | include/dd/Simulation.hpp | |
+2 −4 | src/QuantumComputation.cpp | |
+128 −113 | src/algorithms/BernsteinVazirani.cpp | |
+16 −0 | src/algorithms/QPE.cpp | |
+39 −40 | src/dd/Simulation.cpp | |
+8 −25 | test/algorithms/eval_dynamic_circuits.cpp | |
+1 −0 | test/algorithms/test_bernsteinvazirani.cpp | |
+8 −13 | test/algorithms/test_qpe.cpp |