qiskit
Here are 353 public repositories matching this topic...
-
Updated
Nov 5, 2021 - OpenQASM
-
Updated
Nov 4, 2021 - Jupyter Notebook
Feature details
I would like to enable a regularizer option for the weights of a KerasLayer, i.e., something similar to a “kernel_regularizer” option for Dense and Conv layers in Tensorflow:
https://www.tensorflow.org/api_docs/python/tf/keras/layers/Dense
More background provided here: https://discuss.pennylane.ai/t/adding-regularization-to-keraslayer/1420
Implementation
Yes, it
The grammar was extended with some built-in math functions that were out of the specification. TSC decided that the functions included in Qiskit/openqasm#275 should be part of the specification.
Describe the issue
Some of the code cells in the Japanese translation of the textbook are outdated and might not work with the latest version of Qiskit. These files need to be updated by a Japanese speaker to match the English version of the textbook (under i18n/locales/ja/):
-
ch-algorithms/shor.ipynb -
ch-algorithms/defining-quantum-circuits.ipynb - `ch-algorithms/sim
-
Updated
Oct 14, 2021 - Jupyter Notebook
-
Updated
Apr 10, 2021 - Jupyter Notebook
-
Updated
Jan 29, 2020
-
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:
 was added. The task is to remove these redundant casts and add a few assertions/additional tests as needed.
-
Updated
Sep 19, 2021 - Python
-
Updated
Mar 2, 2019 - Python
-
Updated
Sep 21, 2020 - Jupyter Notebook
-
Updated
Sep 8, 2021 - Python
-
Updated
May 19, 2021 - Python
Need more tutorials contributed by the community
-
Updated
Aug 17, 2021 - Python
-
Updated
Sep 22, 2020 - Jupyter Notebook
Show the functionality for the Official PennyLane plugins supported by the PennyLane development team:
- Qiskit
- Cirq
- Strawberry Fields
- Rigetti Forest
- Qulacs
Improve this page
Add a description, image, and links to the qiskit topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the qiskit topic, visit your repo's landing page and select "manage topics."


What is the expected enhancement?
It would be useful if the
XYgate could be added to the existing circuit library https://qiskit.org/documentation/apidoc/circuit_library.htmlThe use case is for a basis gate for the qiskit transpiler.