UNPKG

qics

Version:

A Javascript Idealistic Quantum Computer Simulation Library

25 lines (19 loc) 628 B
# Changelog ### 24/01/17 - Version 1.0.3 - Add user inputed gates to applyGate() and generateGate() - Switch to Sparse matrices for quicker operation - General Bug Fixes ### 23/01/17 - Version 1.0.2 - Change to standard Math.js module - Add Docco Documentation - Comment Out Source Code - Add builds for the browser in the `dist` folder ### 22/01/17 - Version 1.0.1 - Fix Test Errors for Node < 5 ### 22/01/17 - Version 1.0.1 - Write README - Add Travis Intregration ### 22/01/17 - Version 1.0.0 - Implemented Register class and Gates class - Tests written for some of the functions - Uses Custom Math.js Fork