This repository has been archived on 2023-07-05. You can view files and clone it, but cannot push or open issues/pull-requests.
notes/Machine Tips (Quantum)/Resources/Code & Circuit Operations/Languages/Python Libraries/Tket.md

7 lines
269 B
Markdown
Raw Normal View History

2023-07-01 00:31:53 +00:00
Quantinuum's flavor of quantum circuit simulation with their trapped ion quantum computer. To install tket for direct development get started with:
```
pip3 install pytket
```
For next steps, you can visit the tket github found [here](https://github.com/CQCL/tket).