From 66c92fb5780a9bbecc6431fb600ffdca7cd7feb4 Mon Sep 17 00:00:00 2001 From: bt3gl <1130416+bt3gl@users.noreply.github.com> Date: Sat, 16 Nov 2019 22:52:14 -0800 Subject: [PATCH] Update README.md --- README.md | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index df7eb47..0a710de 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,19 @@ # Resources for Quantum Computing -## Introductory Concepts +## Beginner + +### Lectures * [Lecture on Quantum Computation by David Deutsch](http://www.quiprocone.org/Protected/DD_lectures.htm). -## Interesting Talks +### Talks * [John Preskill on Quantum Computing](https://blog.ycombinator.com/john-preskill-on-quantum-computing/). + +## Cirq + +### Videos +* [Programming a quantum computer with Cirq](https://www.youtube.com/watch?v=16ZfkPRVf2w&feature=youtu.be).