quantum-algorithms
Here are 142 public repositories matching this topic...
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 27, 2020 - Jupyter Notebook
-
Updated
Sep 16, 2020
-
Updated
Oct 26, 2020 - Python
-
Updated
Jun 8, 2020 - Julia
-
Updated
Jun 2, 2020 - Python
Now, there's no unit test.
-
Updated
Aug 14, 2020 - Python
-
Updated
May 28, 2020 - C++
-
Updated
Oct 5, 2020
-
Updated
Oct 20, 2020 - C++
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:


Is your feature request related to a use case or problem? Please describe.
Docstrings are a returning issue on PRs, it would be great if we could automate the feedback on them as well for Google style docstrings.
Describe the solution you'd like
Setup the docstyle and [docparams](ht