Skip to content

Commit 15df07a

Browse files
authored
Updated Basic Gates section and Q3 roadmap to include Cirq, Qiskit, and Braket support (#489)
* Updated Basic Gates section and Q3 roadmap for Cirq, Qiskit, and Amazon Braket support * Updated Basic Gates section and Q3 roadmap for Cirq, Qiskit, and Amazon Braket support
1 parent 51cd955 commit 15df07a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ For additional information about Mahout, visit the [Mahout Home Page](http://mah
2828

2929
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
3030

31-
Check out [basic gates](docs/basic_gates.md) for a quick introduction to the basic gates which are basically all that exist right now (and even those only exist for `qiskit`).
31+
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.
3232

3333
## Getting started
3434

@@ -44,7 +44,7 @@ poetry install
4444
- [x] Transition of Classic to maintenance mode
4545

4646
### Q3
47-
- [ ] Integration of Qumat with hardened (tests, docs, CI/CD) cirq and qiskit backends
47+
- [ ] Integration of Qumat with hardened (tests, docs, CI/CD) Cirq, Qiskit, and Braket backends
4848
- [ ] Initiation of kernel methods
4949
- [x] Integration with Amazon Braket
5050
- [x] [Public talk about Qumat](https://2024.fossy.us/schedule/presentation/265/)

0 commit comments

Comments
 (0)