Build
Construct quantum circuits in python from quantum gates and classical operations.
- Tutorial: Circuit GenerationBuild circuits manually or import from other instruction formats (qiskit, OpenQASM etc).
- Manual: Circuit ConstructionDetailed guide to circuit building and available primitives in pytket.
Compile
Convert to the native gates of the target quantum device. Optimise circuits for higher fidelity execution.
- Tutorial: Compilation Passes in pytketUse optimisation passes to reduce the resources needed to execute quantum programs.
- Tutorial: Qubit Placement and RoutingSolve for the constraints of the target device architecture.
Run
Execute compiled circuits on a range of quantum devices and simulator backends.
- Supported Devices and SimulatorsList of all devices and simulators available from pytket.
- Manual: Running on BackendsDetailed guide to executing circuits on simulators and real devices.