This is an automated email from the ASF dual-hosted git repository.
guanmingchiu 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 99ac92afe Add QDP (Quantum Data Plane) to project structure (#864)
99ac92afe is described below
commit 99ac92afe9c72f42889bd695d387d1fbf4ccd6b2
Author: Ryan Huang <[email protected]>
AuthorDate: Mon Jan 19 00:36:34 2026 +0800
Add QDP (Quantum Data Plane) to project structure (#864)
---
CONTRIBUTING.md | 1 +
1 file changed, 1 insertion(+)
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 55d5df057..f2fb4c416 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -96,6 +96,7 @@ Create a pull request on GitHub. Please follow the [pull
request template](.gith
## 3. Project Structure
- `qumat/` - Core library code
+- `qdp/` - QDP (Quantum Data Plane)
- `docs/` - Documentation
- `examples/` - Examples and Jupyter notebooks
- `testing/` - Test files (using pytest)