Translations:Qiskit/13/en
Jump to navigation
Jump to search
To use a Qiskit circuit with PennyLane, see this documentation. You can then run the circuit on MonarQ with these instructions. -->
Use case: Bell states
Before you create the first state, the required modules need to be loaded.
from qiskit_aer import Aer from qiskit import QuantumCircuit, transpile from qiskit.visualization import plot_histogram