Skip to content

Latest commit

 

History

History
41 lines (27 loc) · 1.24 KB

README.md

File metadata and controls

41 lines (27 loc) · 1.24 KB

pytket-qiskit-demo

Notebook and slides for qiskit demo day presentation.

Useful links

Slack Stack Exchange

Set up environment to run the notebook

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