Skip to content

CQCL/tket2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tket: The Hardware Agnostic Quantum Compiler

build_status codecov

TKET is an open source quantum compiler developed by Quantinuum. Central to TKET's design is its hardware agnosticism which allows researchers and quantum software developers to take advantage of its powerful compilation for many different quantum architectures.

tket is available as a rust crate on crates.io and as a python package on PyPI.

See the respective Rust and Python READMEs for more information.

Usage

The rust crate documentation is available at docs.rs.

See the Getting Started notebook for a quick introduction to using tket in Python.

Developing TKET

See DEVELOPMENT.md for instructions on setting up the development environment.

License

This project is licensed under Apache License, Version 2.0 (LICENSE or http://www.apache.org/licenses/LICENSE-2.0).