mirror of
https://github.com/autistic-symposium/quantum-computing-toolkit.git
synced 2025-05-15 04:52:24 -04:00
organize chapters for the new work, add some recent research, remove dead links
This commit is contained in:
parent
b360188355
commit
f14e7044f9
10 changed files with 233 additions and 128 deletions
65
quantum_software/README.md
Normal file
65
quantum_software/README.md
Normal file
|
@ -0,0 +1,65 @@
|
|||
## quantum software
|
||||
|
||||
<br>
|
||||
|
||||
### general resources
|
||||
|
||||
<br>
|
||||
|
||||
* **[overview and comparison of gate level quantum software platforms](https://arxiv.org/pdf/1807.02500.pdf)**
|
||||
* **[making quantum computing open: lessons from open-source projects](https://arxiv.org/pdf/1902.00991.pdf)**
|
||||
* **[open-source in quantum computing](https://arxiv.org/pdf/1812.09167.pdf)**
|
||||
|
||||
<br>
|
||||
|
||||
---
|
||||
|
||||
### qiskit
|
||||
|
||||
<br>
|
||||
|
||||
* **[qiskit textbook](https://qiskit.org/textbook/preface.html)**
|
||||
|
||||
<br>
|
||||
|
||||
---
|
||||
|
||||
### cirq
|
||||
|
||||
<br>
|
||||
|
||||
* **[programming a quantum computer with cirq](https://www.youtube.com/watch?v=16ZfkPRVf2w&feature=youtu.be)**
|
||||
|
||||
<br>
|
||||
|
||||
----
|
||||
|
||||
### pyQuil
|
||||
|
||||
<br>
|
||||
|
||||
* **[pyquil official docs](https://docs.rigetti.com/)**
|
||||
* **[warsaw quantum computing group: "introduction to programming quantum computers using pyquil"](https://www.youtube.com/watch?v=FPGcmK0ftXU&feature=youtu.be)**
|
||||
|
||||
<br>
|
||||
|
||||
---
|
||||
|
||||
### Q#
|
||||
|
||||
<br>
|
||||
|
||||
* **[intro to QC with Q#](https://www.strathweb.com/2020/03/intro-to-quantum-computing-with-q-part-1-the-background-and-the-qubit/?utm_source=Morning+Cup+of+Coding&utm_campaign=eba87cf845-EMAIL_CAMPAIGN_2020_04_13_08_11&utm_medium=email&utm_term=0_56b5f64c5f-eba87cf845-195928761)**
|
||||
|
||||
|
||||
<br>
|
||||
|
||||
---
|
||||
|
||||
### s2n
|
||||
|
||||
<br>
|
||||
|
||||
* **[s2n: an implementation of the TLS/SSL protocols (with post-quantum hybrid options)](https://github.com/awslabs/s2n)**
|
||||
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue