quantum-algorithms
Here are 222 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
Sep 26, 2021
-
Updated
Oct 25, 2021 - Julia
-
Updated
Nov 8, 2021 - Python
-
Updated
Oct 28, 2021 - C++
-
Updated
May 6, 2021 - Python
-
Updated
Oct 25, 2021 - Python
-
Updated
Dec 22, 2020 - Python
-
Updated
Sep 20, 2021 - Jupyter Notebook
-
Updated
Oct 28, 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:
![image](https://user-images.githubusercontent.com/1
-
Updated
Nov 8, 2021 - Python
-
Updated
Jun 3, 2019 - Python
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
Oct 31, 2021 - Python
-
Updated
Sep 7, 2021
-
Updated
Nov 2, 2021 - Julia
-
Updated
Aug 17, 2018 - Python
-
Updated
Mar 19, 2020
-
Updated
Jan 8, 2021 - Python
-
Updated
Sep 17, 2021 - C++
Fix LGTM alerts
LGTM has flagged a few code quality issues. Fix em.
https://lgtm.com/projects/g/gecrooks/quantumflow-dev/context:python
-
Updated
May 6, 2021 - Python
-
Updated
Jun 21, 2021 - Jupyter Notebook
Improve this page
Add a description, image, and links to the quantum-algorithms topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the quantum-algorithms topic, visit your repo's landing page and select "manage topics."
Description of the issue
Similar to
cirq.SQRT_ISWAP_INV
, define a global constant forcirq.ISWAP_INV
and replace usages ofcirq.ISWAP ** -1
withcirq.ISWAP_INV
.https://github.com/quantumlib/Cirq/blob/7951f84a0110be719c8a9e07aa1ffec2b0a31990/cirq-core/cirq/ops/swap_gates.py#L356
Cirq version
0.14.0