qc: add README.

This commit is contained in:
Kyle Isom 2018-06-11 09:43:41 -07:00
parent c633b08cbd
commit 3e5c715493
1 changed files with 15 additions and 0 deletions

15
qc/README.md Normal file
View File

@ -0,0 +1,15 @@
Experiments in Quantum Computing
================================
Generally, I'm trying to replicate experiemnts using both the
[Microsoft Quantum SDK](https://docs.microsoft.com/en-us/quantum/) and
[pyQuil](http://pyquil.readthedocs.io/en/stable/).
+ msqdk contains the microsoft quantum SDK experiments
+ quil contains the pyquil experiments
Experiments
-----------
+ Bell states: demonstration of simple quantum entanglement,
superposition, and measurement of qubits.