1.0.4 • Published 1 year ago

qubi-ts-lib v1.0.4

Weekly downloads
-
License
-
Repository
-
Last release
1 year 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

1 year ago

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago