This is an automated email from the ASF dual-hosted git repository.
jiekaichang 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 e5f936c31 docs(README): update broken internal docs link (#1126)
e5f936c31 is described below
commit e5f936c312de9f53489e2cd45023e2641c42766b
Author: Tim Hsiung <[email protected]>
AuthorDate: Fri Mar 6 17:29:46 2026 +0800
docs(README): update broken internal docs link (#1126)
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index cf508ea34..68f59bdfc 100644
--- a/README.md
+++ b/README.md
@@ -34,7 +34,7 @@ For additional information about Mahout, visit the [Mahout
Home Page](http://mah
Qumat is a high-level Python library for quantum computing that provides:
-- **Quantum Circuit Abstraction** - Build quantum circuits with standard gates
(Hadamard, CNOT, Pauli, etc.) and run them on Qiskit, Cirq, or Amazon Braket
with a single unified API. Write once, execute anywhere. Check out [basic
gates](docs/basic-gates.md) for a quick introduction to the basic gates
supported across all backends.
+- **Quantum Circuit Abstraction** - Build quantum circuits with standard gates
(Hadamard, CNOT, Pauli, etc.) and run them on Qiskit, Cirq, or Amazon Braket
with a single unified API. Write once, execute anywhere. Check out [basic
gates](docs/qumat/basic-gates.md) for a quick introduction to the basic gates
supported across all backends.
- **QDP (Quantum Data Plane)** - Encode classical data into quantum states
using GPU-accelerated kernels. Zero-copy tensor transfer via DLPack lets you
move data between PyTorch, NumPy, and TensorFlow without overhead.
## Quick Start