This is an automated email from the ASF dual-hosted git repository. rawkintrevo pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/mahout.git
The following commit(s) were added to refs/heads/main by this push: new b7db1bf87 Add Qumat Section to Documentation Highlighting Mahout’s Quantum Computing Focus (#543) b7db1bf87 is described below commit b7db1bf87bb31e76b1e4f27a843a035f1f332fbc Author: Shajiya Khan <143182558+shajiyakhan1...@users.noreply.github.com> AuthorDate: Tue Jun 10 00:23:50 2025 +0530 Add Qumat Section to Documentation Highlighting Mahout’s Quantum Computing Focus (#543) * Added Deprecated message * Added Deprecated message * Added Deprecated message * Added Deprecated message * Added Deprecated message * Added Deprecated message * Added Deprecation message * -Updated MapReduce and Samsara pages to use layout: deprecated-docs - Verified that only legacy pages are affected - Layout includes deprecation banner at the top as requested * Corrected typo in deprecateddocs layout: changed "Mahout" to "MapReduce" for accurate context * Made a dedicated qumat section * added sidebar * Fixed the spacing as instructed --------- Co-authored-by: Trevor Grant <trevor.d.gr...@gmail.com> --- website/_layouts/default.html | 6 +----- website/_layouts/deprecated-docs.html | 4 ---- website/documentation/qumat/index.md | 30 ++++++++++++++++++++++++++++++ website/quantum-computing-primer/index.md | 6 ++++++ 4 files changed, 37 insertions(+), 9 deletions(-) diff --git a/website/_layouts/default.html b/website/_layouts/default.html index a62cf2dd2..d15854683 100644 --- a/website/_layouts/default.html +++ b/website/_layouts/default.html @@ -6,17 +6,13 @@ <body> {% include navbar.html %} - - {{ content }} + {{ content }} {% include footer.html %} - <script src="/assets/vendor/jquery/jquery-slim.min.js"></script> <script src="/assets/vendor/popper/popper.min.js"></script> <script src="/assets/vendor/bootstrap/js/bootstrap.min.js"></script> <script src="/assets/header.js"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.0/MathJax.js?config=TeX-AMS-MML_HTMLorMML" type="text/javascript"></script> - </body> - </html> diff --git a/website/_layouts/deprecated-docs.html b/website/_layouts/deprecated-docs.html index dc61926ab..4bc0403a2 100644 --- a/website/_layouts/deprecated-docs.html +++ b/website/_layouts/deprecated-docs.html @@ -5,13 +5,9 @@ layout: doc-default <div class="container mt-5 pb-4"> <div class="row"> - <div class="col-lg-8"> - {{ content }} </div> - - </div> </div> diff --git a/website/documentation/qumat/index.md b/website/documentation/qumat/index.md new file mode 100644 index 000000000..397569b46 --- /dev/null +++ b/website/documentation/qumat/index.md @@ -0,0 +1,30 @@ +--- +title: Qumat +layout: page +--- + +# Qumat – Quantum Computing with Mahout + +Qumat is Mahout’s quantum computing layer, introduced in Mahout 0.4. + +It provides tools to build quantum circuits and write machine learning algorithms using existing quantum simulators and hardware. + +--- + +## 📘 Get Started + +👉 Read the [Quantum Computing Primer](https://mahout.apache.org/quantum-computing-primer/) + +📥 [Download Qumat 0.4](https://mahout.apache.org/download/downloads.html) + +🧪 Explore example notebooks in the [release package](https://downloads.apache.org/mahout/0.4/) + +--- + +## 💡 What’s Next + +- Circuit visualizations +- Measurement utilities +- Quantum algorithm templates + +📢 Want to help? Check the [Community Overview](https://mahout.apache.org/community/) diff --git a/website/quantum-computing-primer/index.md b/website/quantum-computing-primer/index.md index 352af99c0..fcadd1c4a 100644 --- a/website/quantum-computing-primer/index.md +++ b/website/quantum-computing-primer/index.md @@ -2,6 +2,12 @@ layout: page title: Quantum Computing Primer --- + <div> + <h2>🚀 Qumat 0.4 Released!</h2> + <p>Mahout's new quantum computing layer for building ML circuits on simulators and real quantum hardware.</p> + <a href="/documentation/qumat/">Explore Qumat →</a> + </div> + # Outline for an In-Depth Primer in Quantum Computing Using `qumat`