Notepad/Obsidian-Notepad/enter/Machine Tips (Quantum)/Resources/Code & Circuit Operations/Languages/Python Libraries/QCTRL.md

15 lines
461 B
Markdown
Raw Normal View History

2023-07-05 18:29:11 +00:00
They were one of the first quantum companies I interacted and had the pleasure of recently meeting in real life. They are a quantum error correction software and do tons of research to help further quantum computing for the future.
To learn how to get started visit their [docs here](https://docs.q-ctrl.com/boulder-opal/get-started).
Install Q-CTRL packages by running:
```
pip3 install qctrl
```
and then also:
```
pip3 install qctrl-open-controls
```