Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 726 Bytes

index.md

File metadata and controls

16 lines (12 loc) · 726 Bytes

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 which are basically all that exist right now (and even those only exist for qiskit).

You can also check out examples in the examples directory. The cool one is quantum teleportation.