Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/garrison/jsqis
Javascript quantum information simulator
https://github.com/garrison/jsqis
Last synced: 2 months ago
JSON representation
Javascript quantum information simulator
- Host: GitHub
- URL: https://github.com/garrison/jsqis
- Owner: garrison
- License: mit
- Created: 2012-09-08T19:27:24.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2020-09-12T17:54:18.000Z (over 4 years ago)
- Last Synced: 2024-10-20T07:34:51.964Z (3 months ago)
- Language: JavaScript
- Size: 36.1 KB
- Stars: 60
- Watchers: 10
- Forks: 13
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
jsqis: Javascript Quantum Information Simulator
===============================================jsqis, at its core, is a [quantum
computer](http://en.wikipedia.org/wiki/Quantum_computer) simulator
written in Javascript. It allows initialization of quantum registers
and their manipulation by means of [quantum
gates](http://en.wikipedia.org/wiki/Quantum_gate).Additionally, when used in the browser, jsqis provides a lucid visual
representation of a system of quantum bits. This representation is
mathematically precise, allowing people to reason about quantum
computing without having mastered any topics in mathematics.This package is meant for both instructional purposes and self
learning through experimentation. It was originally implemented as a
visual aid for a [presentation about quantum
computing](http://www.meetup.com/Los-Angeles-Hacker-News/events/81455742/)
given at the LA Hacker News Meetup.Install instructions
--------------------After cloning, you will need to use npm to install the various
dependencies.$ git clone https://github.com/garrison/jsqis.git
$ npm installThere is not yet a system for building/distributing jsqis through npm,
however. (Patches/gulpfiles welcome!)Getting started
---------------See docs/features.html once the dependencies are installed.
Authors
-------* Jim Garrison