Welcome to the MonarQ Live Demo repository! This is your chance to run your quantum circuits on MonarQ, Calcul Québec's quantum computer during the CONFETI poster session.
- Fork this repository.
- Use the provided template file (
template_confeti.ipynb
) as a starting point for your PennyLane circuit. - Once your code is ready, commit and submit a pull request before Wednesday, January 14th, at 1:00 PM.
- Come visit us at the Calcul Québec booth to see your code in action on MonarQ!
- Name your file with your GitHub username to avoid conflicts (e.g.,
username_circuit.ipynb
). - Ensure your code follows the structure in the template file. Only PennyLane code will be accepted.
- You have access to 12 qubits.
- The max circuit depth is ~350 using single qubit gates and ~115 using two qubit gates.
- Calcul Québec reserves the right not to run all submitted circuits.
We’ve provided a file called template_confeti.ipynb
to help you get started. It includes the basic setup for running quantum circuits with PennyLane. Feel free to modify it to create your own unique circuit! To get started with PennyLane, you can also refer to CIQ-102 Introduction to Programming with PennyLane