Welcome to the Mitiq tutorial for IEEE's annual quantum week! Thanks for coming. This README details how to get set up to follow along live during the tutorial. If you do find yourself stuck at any point during the set up, speak up so we can help you get the issue resolved!
There are two main ways for getting set up that we recommend to follow along live for this tutorial.
- Clone this repo and install the necessary dependencies manually. See "Locally" section below.
- Use GitHub codespaces to avoid setting up a new environment. This will require a GitHub account.
Of course, you are welcome to set up in any other way you'd like if you feel more comfortable with another method.
To follow along on your own computer, without installing anything locally, navigate to https://github.com/unitaryfund/mitiq-tutorial/.
- Via the green "Code" button, select the "Codespaces" tab.
- Click the button that says "Create codespace on main".
You're ready! Happy mitigating!
To get set up locally, you'll need to
git clone
this repo- [Optional, but recommended] Set up a new virtual environment to ensure no dependency conflicts.
- Install the necessary dependencies
pip install mitiq
- Load up the jupyter notebook for part 1