This is an automated email from the ASF dual-hosted git repository. akm pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/mahout.git
commit 16e25aa7842498971b582e79b0471155088c8647 Merge: 456860e37 1dcc8e4c8 Author: Andrew Musselman <[email protected]> AuthorDate: Tue Jan 21 15:08:36 2025 -0800 Merge pull request #486 from rawkintrevo/quantum-computing-primer Add QC Primer website/Gemfile | 1 + website/_config.yml | 1 + website/_includes/head.html | 21 +- website/_includes/navbar.html | 12 + website/general/books-tutorials-and-talks.md | 2 - .../01_introduction/index.md | 93 +++++ .../quantum-computing-primer/03_qubits/index.md | 84 ++++ .../04_quantum_gates/index.md | 136 ++++++ .../05_quantum_circuits/index.md | 126 ++++++ .../06_quantum_entanglement/index.md | 111 +++++ .../07_quantum_algorithms/index.md | 129 ++++++ .../08_quantum_error_correction/index.md | 81 ++++ .../09_applications/index.md | 462 +++++++++++++++++++++ .../10_advanced_topics/index.md | 110 +++++ website/quantum-computing-primer/index.md | 51 +++ 15 files changed, 1417 insertions(+), 3 deletions(-)
