Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 942 Bytes

README.md

File metadata and controls

32 lines (20 loc) · 942 Bytes

tket2

build_status msrv codecov

Version 2 of the TKET compiler.

Features

  • pyo3 Enables some python bindings via pyo3. See the tket2-py folder for more.

  • portmatching Enables pattern matching using the portmatching crate.

  • rewrite-tracing Adds opt-in tracking of the rewrites applied to a circuit.

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