From c20a7f9552a929aa687dbb782a5172fba6d40945 Mon Sep 17 00:00:00 2001 From: Micah Kepe Date: Tue, 11 Feb 2025 18:26:07 -0600 Subject: [PATCH] Added Added Rice University COMP 458 Quantum Computing LaTeX Notes to Learning section --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a82e4ed..ee7bc57 100644 --- a/README.md +++ b/README.md @@ -52,6 +52,7 @@ For further resources related to Open Source Quantum Software Projects, please c - [Quantum Machine Learning for Data Scientists](https://arxiv.org/pdf/1804.10068.pdf) - Explanation of quantum machine learning algorithms. - [Quirk](http://algassert.com/quirk) - Browser-based drag-and-drop quantum circuit simulator that reacts, simulates, and animates in real-time. - [QWorld's Bronze-Qiskit](https://gitlab.com/qworld/bronze-qiskit) - Very accessible computation/programming oriented tutorials. It begins from basics of matrices up to grover's algorithm. There are also accompanying videos which explain the tutorials. +- [Rice University COMP 458 Quantum Computing Notes](https://github.com/micahkepe/comp458-notes) - Structured LaTeX notes covering quantum computing fundamentals, including linear algebra, qubits, quantum gates, algorithms, and writing quantum computing algorithms with `Cirq`. - [The Quantum Quest](https://www.quantum-quest.nl/) - Introductory web class on quantum computing principles designed for high school students. ## MOOCs