7 lines
269 B
Markdown
7 lines
269 B
Markdown
|
|
||
|
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).
|