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

qiskit

Here are 258 public repositories matching this topic...

1ucian0
1ucian0 commented Mar 8, 2021

Take the following example:

from qiskit import QuantumCircuit
from qiskit.circuit.library import ZGate

qc = QuantumCircuit(3)
qc.append(ZGate().control(2, ctrl_state='01'), range(3))

The text and latex drawer outputs are the following:

qc.draw('text')

q_0: ─■─
      │ 
q_1: ─o─
      │ 
q_2: ─■─
qc.draw('latex')

![image](https://

qiskit
pennylane
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

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 Feb 21, 2021
  • Jupyter Notebook

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