From 4150d7e2c9735ad8bf50ae359563fb0143db915a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs=20P=C3=A9rez?= Date: Tue, 12 Mar 2019 14:31:25 +0100 Subject: [PATCH] Add Qiskit.js --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index cf98813..abf3203 100644 --- a/README.md +++ b/README.md @@ -53,6 +53,7 @@ Sharing, suggestions and contributions are always welcome! Please take a look at - [pyQuil](https://github.com/rigetticomputing/pyquil) - Python library for quantum programming using Quil. - [QCL](http://tph.tuwien.ac.at/~oemer/qcl.html) - Older, C like language for quantum computers. Only has a simulator and debugger. - [Qiskit SDK](https://github.com/Qiskit/qiskit-sdk-py) - Software development kit for working with OpenQASM and the IBM Q Experience. +- [Qiskit.js](https://github.com/QISKit/qiskit-js) - Qiskit for JavaScript. - [Qrack](https://vm6502q.readthedocs.io) - High performance LGPL-licensed C++ quantum simulator library, documentation, and test code. - [Quipper](https://www.mathstat.dal.ca/~selinger/quipper/) - Embedded, scalable, functional programming language for quantum computing. - [QuTiP](http://qutip.org/docs/latest/index.html) - Quantum toolbox in Python for simulating dynamics of open quantum systems.