Source code for the TKET quantum compiler, Python bindings and utilities
Source code for the TKET quantum compiler, Python bindings and utilities
pip install cqcl-tket
from cqcl-tket import tket
# Example usage
algorithm = tket()
result = algorithm.run()
Apache-2.0