Pytket is a python module for interfacing with tket, a quantum computing toolkit and optimising compiler developed by Quantinuum.
This repository contains the pytket user manual and example notebooks content in the docs directory. It does not contain source code for pytket itself. The source code is maintained on the tket repository.
The manual and examples are built and deployed as html pages using the myst-nb library. Instructions on building the docs locally can be found here.
Note that the TKET website is not deployed from this repository. This repository just contains the content for the documentation.
Pytket is available for Python 3.10, 3.11 and 3.12 on Linux, MacOS and Windows. To install, run:
pip install pytketAPI documentation can be found at https://docs.quantinuum.com/tket/api-docs.