Translations:MonarQ/41/fr

From Alliance Doc
Jump to navigation Jump to search

dev = qml.device("monarq.default", client = my_client, wires = 3, shots = 1000) }}

  • Étape 4: Créez votre circuit
    • Dans le même fichier Python vous pouvez maintenant coder votre circuit quantique

{{Fichier

 |name=my_circuit.py
 |lang="python"
 |contents=

@qml.qnode(dev)