From caefe8f04e2de3d9a53dd9b3de7ed9993d6f7c2f Mon Sep 17 00:00:00 2001 From: Andrew Musselman Date: Mon, 3 Feb 2025 02:24:52 -0800 Subject: [PATCH] Typos --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index d811ab636..b2de1388b 100644 --- a/README.md +++ b/README.md @@ -22,11 +22,11 @@ The goal of the Apache Mahoutâ„¢ project is to build an environment for quickly For additional information about Mahout, visit the [Mahout Home Page](http://mahout.apache.org/) -![QuMat Logo](docs/assets/mascot.png) +![Qumat Logo](docs/assets/mascot.png) -# QuMat +# 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 +Qunat 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](docs/basic_gates.md) for a quick introduction to the basic gates. These are now supported across multiple quantum computing frameworks, including Qiskit, Cirq, and Braket.