Notebook and slides for qiskit demo day presentation.
The dependencies to run the notebook are specified in pyproject.toml
.
The main packages required are
- pytket
- pytket-qiskit
- pytket-quantinuum
If you have poetry set up on your machine simply clone the repository and install the dependencies locally. The three packages listed above are also easily installed with pip
.
poetry install
Next, activate the virtual environment
poetry shell
Finally, boot up the jupyter server
jupyter lab