https://github.com/mrinalxdev/quantumrng
It leverages the principles of quantum computing to introduce new paradigm in the way developers handle state management and animations.
https://github.com/mrinalxdev/quantumrng
es6 javascript node nodejs
Last synced: 5 months ago
JSON representation
It leverages the principles of quantum computing to introduce new paradigm in the way developers handle state management and animations.
- Host: GitHub
- URL: https://github.com/mrinalxdev/quantumrng
- Owner: mrinalxdev
- Created: 2023-06-06T17:31:22.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-11T22:42:27.000Z (about 2 years ago)
- Last Synced: 2025-01-20T17:21:53.336Z (about 1 year ago)
- Topics: es6, javascript, node, nodejs
- Language: JavaScript
- Homepage:
- Size: 391 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# QuantumRNG a Node Package Manager [](https://wakatime.com/badge/user/6e3553f3-7d6a-4619-af68-505157a93d06/project/018c546b-0d0f-4ad0-8f0b-decd4b5eb52a)
This project provides a quantum computing simulator written in JavaScript. It includes classes and methods for simulating quantum gates, circuits, teleportation, error-connection and more. The framework is designed to be modular and extendable, allowing users to experiment with quantum algorithms and simulations.
### Usage
To use the quantumrng, follow these steps:
1. Install the required dependencies : `npm install`
2. Import the necessary classes and methods into your project :
```js
const {
QuantumState,
QuantumCircuit,
QuantumGate,
QuantumTeleportation,
QuantumErrorConnection,
QuantumAlgorithm,
} = require('quantum_rng');
```
### Benefits
- Simulate quantum operations without the need for a physical quantum computer.
- Explore quantum algorithms and protocols in a controlled environment.
- Understand the principles of quantum teleportation, error correction, and more
> Feel free to report issues regarding the package
built by [Mrinal Pramanick](https://www.github.com/mrinalxdev)