tket
tket copied to clipboard
Source code for the TKET quantum compiler, Python bindings and utilities
This PR brings in the code from Zen's development branch (`feature/draft_initial_qubit_placement_with_wsm`). The main sequence of commits (up to "Added comments to readme.txt (about the dynamic bitset refactor)") are directly from...
I am trying to create the FreeBSD port for tket. README has a lot of custom ```conan```-based commands. It looks like this is to integrate it with conan. But how...
We have a large and growing number of box types. Instead of putting them all in `Boxes.hpp` and `Boxes.cpp`, we should separate them into their own source files.
See https://github.com/CQCL/tket/pull/281 where we had to introduce some "type: ignore" comments following the update to sympy 1.10 which has itself improved its type checking.
Users need an easy way to achieve more fine-grained control over the "default" backend compilation pass. For example, the placement timeout, and any other compiler options, should be configurable through...