quantum-programming-language
Here are 70 public repositories matching this topic...
-
Updated
Feb 1, 2020 - HTML
The notebook says:
You can either call
print()
on the circuit, or call thedraw()
method on the object. This will render a ASCII art version of the circuit diagram. [snip] There are two alternative output renderers for the quantum circuit. One uses matplotlib, and the other uses LaTeX, which leverages the qcircuit package. These can be specified by usingmpl
andlatex
values for the out
Did you find a doc bug or broken link that needs to be fixed?
-
What is the file name(s) where you found the bug?
https://github.com/Qiskit/qiskit/blob/master/docs/install.rst -
What is the current text that needs to be fixed or removed? (You can copy and paste)
The current text usessource activate name_of_my_env
for linux and mac andactivate name_of_my_env
for windows to activate
We've had Majorana operators in OpenFermion for awhile now. It would be great to have transformation functions from a FermionOperator to MajoranaOperator.
I would imagine there could be a simple substitution function that maps FermionOperators to their Majorana representation. Maybe a more efficient implementation for tensor representation of FermionOperators would be doing the basis rotati
I'd love to contribute to having the docs translated to Spanish. Anybody else who'd like to contribute is welcome to join, of course.
-
Updated
May 12, 2020
Issue description
The function sf.apps.similarity.orbit_cardinality
does not work, when the second argument (i.e. 'modes') is larger than 170. The issue happens because of the function scipy.special.factorial
, which, in the way it is used, calculates factorials only up to (i
-
Updated
Nov 14, 2019 - Python
Now, there's no unit test.
-
Updated
May 5, 2020 - C++
-
Updated
May 15, 2020 - OpenQASM
-
Updated
Apr 3, 2020 - C++
-
Updated
Apr 29, 2020 - Python
-
Updated
Mar 19, 2019 - Python
-
Updated
Feb 17, 2017 - Common Lisp
-
Updated
Aug 17, 2018 - Python
Add a requirements-test.txt
file, so that users that want to run the test suite can easily install all required dependencies.
In addition, the documentation regarding how to run the tests should be made clearer.
-
Updated
Nov 5, 2019 - TypeScript
-
Updated
Dec 3, 2019 - Rust
-
Updated
Oct 22, 2018 - TypeScript
-
Updated
Oct 25, 2019 - Python
-
Updated
Jul 31, 2019 - Python
-
Updated
Aug 17, 2019
-
Updated
Aug 14, 2018 - JavaScript
-
Updated
Oct 8, 2019 - C
-
Updated
Sep 19, 2018 - C#
-
Updated
Apr 26, 2020 - Scheme
-
Updated
Jun 24, 2019 - Python
-
Updated
Dec 19, 2017
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."
It has been requested that I add the
array_to_latex
tool from the textbook package to qiskit. I will need some assistance with how / where is best to add this, as well as bringing to code up to qiskit's standard before I ma