quantum-algorithms
Here are 234 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
Oct 30, 2021 - Jupyter Notebook
-
Updated
Nov 19, 2021
-
Updated
Dec 9, 2021 - Julia
-
Updated
Dec 13, 2021 - Python
-
Updated
Dec 7, 2021 - C++
-
Updated
Dec 2, 2021 - Python
-
Updated
Dec 2, 2021 - Python
-
Updated
Dec 22, 2020 - Python
-
Updated
Dec 1, 2021 - Jupyter Notebook
-
Updated
Dec 8, 2021 - Jupyter Notebook
-
Updated
Apr 10, 2021 - Jupyter Notebook
-
Updated
Sep 28, 2021 - C++
-
Updated
Oct 27, 2021 - Jupyter Notebook
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:
 where each node is a
cirq.Qid.NamedTopologystores topology graphs where each node is a number / tuple.TiltedSquareLatticehas anodes_to_gridqubitsmethod which can provide a mapping from the graph nodes to the corresponding grid qubits.https://github.com/quantumlib/Cirq/blob/