-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Update dependencies (#137) * 📦 support versioning in git * ✨updated groundstate benchmark * ✨updated vqe benchmarks * ✨updated vqe benchmarks * ✨updated vqe benchmarks * ✨updated qaoa benchmarks * ✨updated dependency requirements * ✨put very long test case in comment * 🚨 * 🚨 commented out unused imports * 🙈 added gitignore to make sure the folder exists * ✅ added tests for hhl and shor for the indep level and fixed unnecessary conversion * 🎨 removed unnecessary comments * 📦 loosened dependencies * 📦 loosened dependencies * Fix oqc qasm (#138) * ✨ adjusted the OQC adjustment and added it immediately after the qasm file is saved * ✨ removed the indepedent level because there will never be an ECR during that step * 🎨 removed commented code * 🎨 improved OQC qasm file postprocessing * Imrove get one benchmark (#141) * ✨ added error handling and deprecation warning for get_one_benchmark * 🐛 fixed faulty tests * ✨ set bool type for some of the pandas dataframe columns to reduce future warnings * ✨ updated from rigetti m1 to m2 * 🐛 fixed typos * 📌 simplified qiskit dependencies * ✨ added get_benchmark method * ✨ substituted aspen m1 with m2 * 🐛 adjusted tket fullpeephole optimization method call * ✨ added method for get_benchmark in init * ✨ adjusted timeout for benchmark calculation * 🎨 removed assert statement * 🐛 changed if statement such that also OQC files with a custom filename are postprocessed * 🐛 changed oqc postprocessing such that the compiler information is not needed anymore * 🐛 bugfixed the version stamp in qasm files * ✅ added test for oqc postprocessing * 🐛 fixed a bug in qiskit native gates with custom filename * 💡 removed comment and commented out the zipping * 🎨 removed the m2 identifier to show also m1 benchmarks which have the same connectivity * 🎨 removed the m2 identifier to show also m1 benchmarks which have the same connectivity * 📌 added pyscf dependency
- Loading branch information
1 parent
7fce784
commit 86f81dd
Showing
20 changed files
with
384 additions
and
303 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
"timeout": 1, | ||
"timeout": 120, | ||
"benchmarks": [ | ||
{ | ||
"name": "ae", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
from mqt.bench.benchmark_generator import ( | ||
create_benchmarks_from_config, | ||
get_benchmark, | ||
get_one_benchmark, | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.