From 3e5c715493bfed0b2cf5fcc621b1b0668cd4e12b Mon Sep 17 00:00:00 2001 From: Kyle Isom Date: Mon, 11 Jun 2018 09:43:41 -0700 Subject: [PATCH] qc: add README. --- qc/README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 qc/README.md diff --git a/qc/README.md b/qc/README.md new file mode 100644 index 0000000..5389f11 --- /dev/null +++ b/qc/README.md @@ -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.