Apache Mahout - an environment for quickly creating scalable, performant machine learning applications.
Apache Mahout - an environment for quickly creating scalable, performant machine learning applications.
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 is a high-level Python library for quantum computing that provides:
pip install qumatwith QDP (Quantum Data Plane) support
pip install qumat[qdp]from qumat import QuMat
qumat = QuMat({"backend_name": "qiskit", "backend_options": {"simulator_type": "aer_simulator"}})
qumat.create_empty_circuit(num_qubits=2)
qumat.apply_hadamard_gate(0)
qumat.apply_cnot_gate(0, 1)
qumat.execute_circuit()import qumat.qdp as qdp
engine = qdp.QdpEngine(device_id=0)
qtensor = engine.encode([1.0, 2.0, 3.0, 4.0], num_qubits=2, encoding_method="amplitude")Please see the NOTICE.txt included in this directory for more information.
No open issues yet, or sync has not completed.