1.0.4 • Published 2 years ago

qubi-ts-lib v1.0.4

Weekly downloads
-
License
-
Repository
-
Last release
2 years ago

Qubi-TS

A lightweight Quantum Computing Simulation Library written in TypeScript

You can create qubits and qubit registers, apply gates to them, combine gates to circuits to ultimately simulate a quantum computer.

Example

Generate a random bit using a Quantum Random Number Generator (QRNG):

const rand: Bit = executeQRNGAlgorithm(); // Returns 0 or 1

Install using npm:

npm i qubi-ts-lib

License

Licensed under the MIT license.

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago