From 11f66e7f9149238c643db32c2092f74fd56526f8 Mon Sep 17 00:00:00 2001 From: Henrique Emanoel Viana Date: Wed, 8 Apr 2026 17:52:28 -0300 Subject: [PATCH] Add js-quantum to the list of quantum SDKs js-quantum is a complete quantum computing SDK for TypeScript that lets developers build, simulate, and serialize quantum circuits entirely with web-standard technologies. It includes a real state-vector simulator, an OpenQASM 3.1 transpiler, and cloud backend adapters for IBM Quantum and qBraid, while avoiding native dependencies, WebAssembly, and external linear-algebra stacks. The result is a portable, modern toolkit that runs across browsers, Deno, Node.js, Bun, and Cloudflare Workers, making quantum software development more accessible in both educational and practical environments. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a82e4ed..439fa49 100644 --- a/README.md +++ b/README.md @@ -79,6 +79,7 @@ For further resources related to Open Source Quantum Software Projects, please c - [Covalent](https://github.com/AgnostiqHQ/covalent) - Framework for distributed computing on heterogeneous infrastructure from CPUs to GPUs to quantum computers. - [Fire Opal](https://q-ctrl.com/fire-opal) - Python package for improving the quality of quantum algorithm results. - [IBM Quantum Experience](https://quantum-computing.ibm.com) - Online quantum composer to run experiments on real quantum computing hardware. +- [js-quantum](https://jsr.io/@hviana/js-quantum) - js-quantum is a complete TypeScript quantum computing SDK with real state-vector simulation, OpenQASM 3.1 transpilation, and IBM Quantum/qBraid adapters—all without native dependencies or WebAssembly. - [Mitiq](https://mitiq.readthedocs.io/) - Python toolkit for implementing error mitigation techniques on quantum computers. - [NISQAI](https://github.com/quantumai-lib/nisqai) - Library for performing quantum artificial intelligence on near-term quantum computers. - [Ocean](https://docs.ocean.dwavesys.com/en/latest/overview/install.html) - D-Wave's SDK for developing on their quantum computers using Python.