-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Limiting the Search Space in Optimal Quantum Circuit Mapping (#6)
- ⚡ actually enables -march=native -mtune=native for source builds via pip - ⚡ setup.py now runs on as many threads as available - 🏗️ switch to PEP 517 `pyproject.toml` - 💚 switch cibuildwheel configuration to `pyproject.toml` - 🚀 added Python 3.10 wheels - ♻️ refactor the Python bindings to make them easier to use - ⬆️ updated all external submodules to their most recent version - 📝 updated documentation Co-authored-by: Lukas Burgholzer <[email protected]> Co-authored-by: Sarah.S <[email protected]> Co-authored-by: burgholzer <[email protected]>
- Loading branch information
1 parent
d8f4f5c
commit 99c9476
Showing
41 changed files
with
2,741 additions
and
1,609 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
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 |
---|---|---|
|
@@ -5,3 +5,4 @@ venv | |
dist | ||
*egg-info | ||
.eggs | ||
.vscode* |
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.