All translations
Enter a message name below to show all available translations.
Found 2 translations.
Name | Current message text |
---|---|
h English (en) | To use a Qiskit circuit with PennyLane, [https://docs.pennylane.ai/en/stable/introduction/importing_workflows.html see this documentation]. You can then run the circuit on [[MonarQ/en|MonarQ]] [https://github.com/calculquebec/pennylane-snowflurry 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 |
h French (fr) | Pour utiliser un circuit Qiskit en PennyLane, suivez les instructions dans la [https://docs.pennylane.ai/en/stable/introduction/importing_workflows.html documentation]. Vous pouvez ensuite exécuter votre circuit sur MonarQ en suivant les instructions dans la documentation [https://github.com/calculquebec/pennylane-snowflurry pennylane-snowflurry]. --> == Exemple d'utilisation : États de Bell == Nous allons créer le premier état de Bell sur [[MonarQ]]. Il faut d'abord importer les modules nécessaires. from qiskit_aer import Aer from qiskit import QuantumCircuit, transpile from qiskit.visualization import plot_histogram |