qiskit
Here are 258 public repositories matching this topic...
Did you find a doc bug or broken link that needs to be fixed?
English Qiskit Docs: https://qiskit.org/documentation/release_notes.html#id187
Korean Qiskit Docs: https://qiskit.org/documentation/locale/ko_KR/release_notes.html#id155
We probably might want to generate the version history table in all docs.
-
Updated
Mar 20, 2021 - Jupyter Notebook
-
Updated
Mar 25, 2021 - Python
-
Updated
Mar 24, 2021 - TeX
-
Updated
Mar 25, 2021 - Jupyter Notebook
-
Updated
Jan 31, 2021 - Jupyter Notebook
-
Updated
Jan 29, 2020
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:


Take the following example:
The
textandlatexdrawer outputs are the following:![image](https://