quantum
Here are 417 public repositories matching this topic...
Information
- Qiskit Terra version: master
- Python version:
- Operating system:
What is the current behavior?
As pointed out by @HwajungKang, it is a bit tricky to figure out that the color wheels are more or less rotated by pi.
-
Updated
Feb 1, 2020 - HTML
Include a script that can generate weekly status reports to dev's leadership. The report should have enough buzzwords to make leadership feel as if progress is being made without providing any specific detail that defines said progress.
-
Updated
Oct 1, 2020
Running travis lint gives a bunch of warning. Like for instance, sudo : required is no longer needed, and Travis migrated to a new architecture. So the travis.yml file needs to be updated.
https://blog.travis-ci.com/2018-10-04-combining-linux-infrastructures
-
Updated
Oct 7, 2020 - Python
-
Updated
Aug 16, 2019 - Python
-
Updated
Oct 6, 2020 - Python
Describe the bug
After typing @, typing a letter or pressing Ctrl+Space shows completions for all identifiers and keywords, not just attribute names.
To Reproduce
Steps to reproduce the behavior:
-
Open a Q# file in Visual Studio Code.
-
Type
@rin a namespace:namespace Example { @r } -
Code completion shows identifiers that
-
Updated
Aug 27, 2019 - Python
-
Updated
Jun 2, 2020 - Python
-
Updated
Sep 23, 2020 - Jupyter Notebook
-
Updated
Aug 25, 2020 - Julia
-
Updated
Oct 4, 2020 - CSS
Now, there's no unit test.
Is your feature request related to a problem? Please describe.
Many of the unit tests in the Q# standard and domain-specific libraries predate the existence of the new @Test() attribute, and should be updated. The legacy method of discovering tests (namely, functions and operations in allow-listed names
-
Updated
Sep 24, 2020 - C++
It would be helpful to add a tutorial explaining how to run things in parallel (mpirun etc). There are some users who are not familiar with mpi (see #173 ) and it is useful to explain the basic steps to do this.
Benchmarks?
-
Updated
Sep 26, 2020 - Python
We need to create a Q.History documentation page that is similar in nature to the existing Q class documentation pages. See Q-ComplexNumber.html as an example.
-
Updated
Oct 6, 2020 - Python
See attached files. The Python call accepts 0 and 1 as input qubit result types (putting them as Result.Zero and Result.One in Q#), but also accepts decimals and negative numbers without throwing an error. It appears that it rounds to whichever is closer, 0 or 1. So, when the argument is anything >0.5, it goes to Result.One, and anything =<0.5 is put to Result.Zero.
Side note: wildcard import
-
Updated
Oct 14, 2019
Whenever a slide has minted code, like so:
\begin{frame}[fragile]{Example minted}
\begin{minted}{python}
from qiskit_aqua import run_algorithm
print(run_algorithm(params)['result'])
\end{minted}
\end{frame}One is unable to add the \pagenumber before \end{frame} as it gets left aligned instead of right aligned:
![image](https://user-images.githubusercontent.com/1
-
Updated
Oct 7, 2020 - F#
-
Updated
Mar 3, 2020 - Python
-
Updated
Sep 30, 2020 - C++
Improve this page
Add a description, image, and links to the quantum topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the quantum topic, visit your repo's landing page and select "manage topics."
Here are some examples:
repeat-until-successandsudoku-grover