Translations:Qiskit/13/en

From Alliance Doc
Revision as of 21:44, 30 September 2024 by Diane27 (talk | contribs)
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