Skip to content

Overview

Alec Edgington edited this page Jan 25, 2022 · 1 revision

TKET is a collection of C++ libraries designed to efficiently compile quantum circuits, together with a Python wrapper (pytket) that includes a generic backend interface to hardware devices and simulators.

A collection of extensions to allow TKET circuits to be run on specific backends, and results retrieved, is maintained in the pytket-extensions repository.

Releases of pytket (as well as the various extensions) are uploaded to pypi, and may be installed using pip. Wheels are available for Linux, MacOS (both x86 and arm64) and Windows.

Clone this wiki locally