The Wayback Machine - https://web.archive.org/web/20211105234622/https://github.com/topics/qiskit
Skip to content
#

qiskit

Here are 353 public repositories matching this topic...

pennylane
rob7112
rob7112 commented Oct 20, 2021

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

qiskit-textbook
frankharkins
frankharkins commented Jun 21, 2021

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
Quantum-Computing-Collection-Of-Resources

A Well Maintained Repository On Quantum Computing Resources [Code+Theory] Updated Regularly During My Time At IBM, Qubit x Qubit And The Coding School's Introduction To Quantum Computing Course '21

  • Updated Apr 10, 2021
  • Jupyter Notebook
mitiq
msramalho
msramalho commented Nov 15, 2018

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

RasQberry

Improve this page

Add a description, image, and links to the qiskit topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the qiskit topic, visit your repo's landing page and select "manage topics."

Learn more