quantum-programming-language
Here are 76 public repositories matching this topic...
-
Updated
Oct 26, 2020 - HTML
-
Updated
Nov 8, 2020 - Python
-
Updated
Nov 8, 2020 - 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
For example, pylint would have caught ProjectQ-Framework/ProjectQ#19 via an undefined variable warning.
-
Updated
Sep 16, 2020
It would be nice to allow users to set a custom value for the tensorflow dtype if they are really pushing their simulations (and aware of the memory tradeoffs). This would be a very straightforward feature to add, most likely by adjusting backend_options
to accept a dtype
argument or something similar
See, e.g., the discussion below:
You could change this line https://github.com/XanaduAI
-
Updated
Jul 30, 2020 - Python
Now, there's no unit test.
-
Updated
May 28, 2020 - C++
-
Updated
Nov 5, 2020 - OpenQASM
-
Updated
Oct 20, 2020 - 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
Jul 31, 2020 - Python
-
Updated
Feb 17, 2017 - Common Lisp
-
Updated
Aug 17, 2018 - Python
-
Updated
Nov 2, 2020 - C++
-
Updated
Sep 11, 2020 - TypeScript
-
Updated
Dec 3, 2019 - Rust
-
Updated
Oct 15, 2020 - Jupyter Notebook
-
Updated
Sep 21, 2020 - Python
-
Updated
Oct 22, 2018 - TypeScript
-
Updated
Jul 31, 2019 - Python
-
Updated
Oct 25, 2019 - Python
-
Updated
Sep 4, 2020 - HTML
-
Updated
Aug 17, 2019
-
Updated
Oct 8, 2019 - C
-
Updated
Dec 19, 2017
-
Updated
Nov 4, 2020 - Jupyter Notebook
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?
Right now, pulse gates are not parsed by the disassembler. To fix this,
qobj.config.calibrations
would have to be parsed per job, and everyqobj.experiment
would have to be check