quantum-programming-language
Here are 90 public repositories matching this topic...
-
Updated
Sep 27, 2021 - OpenQASM
-
Updated
Oct 26, 2020 - HTML
-
Updated
Sep 21, 2021 - Jupyter Notebook
Adding type hints
To get this codebase up to standard, we need to add type hints. At the very least, perhaps we should start insisting that all new code has type hints added, but moreover we need to add typing to the code that currently exists.
This is a pretty large project, but luckily it can be done incrementally - I believe at this point it's a stretch goal for v1, if anyone wants to help it would be much ap
-
Updated
Sep 26, 2021
For example, pylint would have caught ProjectQ-Framework/ProjectQ#19 via an undefined variable warning.
-
Updated
Sep 24, 2021 - Python
-
Updated
Sep 2, 2021 - C++
-
Updated
Sep 16, 2021 - Python
-
Updated
Feb 28, 2021 - Python
-
Updated
Sep 14, 2021 - OpenQASM
-
Updated
Sep 23, 2021 - C++
RDMs returned from pyscf are spin summed. Use https://sunqm.github.io/pyscf/_modules/pyscf/fci/direct_spin1.html#FCISolver.make_rdm12s
to return non-spin summed versions. Recombine spin-separated RDMs like run_psi4 to get spin-orbital rdms before returning to OpenFermion.
-
Updated
Aug 26, 2021 - Python
-
Updated
Feb 17, 2017 - Common Lisp
-
Updated
Aug 17, 2018 - Python
-
Updated
Sep 17, 2021 - C++
Now that Q# + Python can use project files for references, we should add them here so IntelliSense can work better :)
-
Updated
Sep 21, 2021 - TypeScript
-
Updated
Oct 15, 2020 - Jupyter Notebook
-
Updated
Nov 9, 2020 - Rust
-
Updated
Aug 17, 2019
It may be cool to have some counter of contributions showing up on the website, which could include from minimal to extensive information like the number of open PRs, commits, merged lines of code, contributors, etc.
If this were to update "live" or regularly, it could be very cool.
There may be some off-the-shelves tools such as github actions for this, see for example: https://github.com
-
Updated
Oct 22, 2018 - TypeScript
Looking for a Zookeeper who can help manage and drive more algorithms to be implemented in the zoo!
-
Updated
Jul 31, 2019 - Python
-
Updated
Oct 25, 2019 - Python
-
Updated
Jan 6, 2021 - Jupyter Notebook
-
Updated
Oct 8, 2019 - C
Improve this page
Add a description, image, and links to the quantum-programming-language topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the quantum-programming-language topic, visit your repo's landing page and select "manage topics."
What is the expected enhancement?
Currently, accessing the preset passmanagers (outside of a call to
transpile
) requires building apass_manager_config
by hand, like: