[QDP] Pre commit rust followup (#766)

* feat: use rust hook for precommit

* Refactor clippy hook in .pre-commit-config.yaml

Updated clippy hook configuration in pre-commit.

* run linter
5 files changed
tree: c7fa351f4cfa4974d76df440308fccbe01ebdb16
  1. .devcontainer/
  2. .github/
  3. docs/
  4. examples/
  5. qdp/
  6. qumat/
  7. testing/
  8. website/
  9. .asf.yaml
  10. .gitignore
  11. .pre-commit-config.yaml
  12. CONTRIBUTING.md
  13. doap_Mahout.rdf
  14. KEYS
  15. LICENSE
  16. NOTICE
  17. pyproject.toml
  18. README.md
README.md

Welcome to Apache Mahout!

The goal of the Apache Mahoutâ„¢ project is to build an environment for quickly creating scalable, performant machine learning applications.

For additional information about Mahout, visit the Mahout Home Page

Qumat Logo

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 for a quick introduction to the basic gates. These are now supported across multiple quantum computing frameworks, including Qiskit, Cirq, and Braket.

Getting started

To install dependencies, run the following:

pip install -U poetry
poetry install

Roadmap

Q2 2024

  • [x] Transition of Classic to maintenance mode

Q3 2024

  • [ ] Integration of Qumat with hardened (tests, docs, CI/CD) Cirq, Qiskit, and Braket backends
  • [ ] Initiation of kernel methods
  • [x] Integration with Amazon Braket
  • [x] Public talk about Qumat

Q3 2024

  • [ ] Development of distributed quantum solvers

Q1 2025

Legal

Please see the NOTICE.txt included in this directory for more information.