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

commit 2e5f41eafaa6422782a0166a0083c458362fae79
Author: Trevor Grant <[email protected]>
AuthorDate: Tue Jan 16 14:17:18 2024 -0600

    donate qumat
---
 README.md     | 16 ++++++++++++++++
 docs/index.md |  2 +-
 2 files changed, 17 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 2e1c8a106..83d62cb8b 100644
--- a/README.md
+++ b/README.md
@@ -1,3 +1,4 @@
+
 <!--
 Licensed to the Apache Software Foundation (ASF) under one or more
 contributor license agreements.  See the NOTICE file distributed with
@@ -265,3 +266,18 @@ Please see the `NOTICE.txt` included in this directory for 
more information.
 <!--
 [![Coverage 
Status](https://coveralls.io/repos/github/apache/mahout/badge.svg?branch=master)](https://coveralls.io/github/apache/mahout?branch=master)
 -->
+
+![QuMat Logo](docs/assets/mascot.png)
+
+# QuMat
+
+QuMat is a POC of a high level Python library for intefacing with multiple
+quantum computing backends. It is designed to be easy to use and to abstract
+the particularities of each backend, so that you may 'write once, run
+anywhere.' Like the Java of quantum computing, but Java is the new COBOL so
+we're trying to distance ourselves from that comparison :P
+
+Check out [basic gates](basic_gates.md) for a quick introduction to the
+basic gates which are basically all that exist right now (and even those
+only exist for `qiskit`).
+>>>>>>> 94f6b12ef (fix image links)
diff --git a/docs/index.md b/docs/index.md
index b13f29fe9..e9655d6f5 100644
--- a/docs/index.md
+++ b/docs/index.md
@@ -1,4 +1,4 @@
-![QuMat Logo](images/mascot.png)
+![QuMat Logo](assets/mascot.png)
 
 # QuMat
 

Reply via email to