Skip to content

CQCL/tket2

Repository files navigation

tket2

build_status msrv

Version 2 of the TKET compiler.

Features

  • pyo3 This optional feature enables some python bindings via pyo3. See the pyrs folder for more.

  • tkcxx This enables binding to TKET-1 code using cxx. For this you will to set up an environment with conan. See the tket-rs README for more details.

  • portmatching This enables pattern matching using the portmatching crate.

Developing TKET2

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).