https://github.com/vm6502q/qrack.net
qrack.net web app source code
https://github.com/vm6502q/qrack.net
emscripten qrack quantum quantum-computing reactjs wasm webassembly
Last synced: about 1 month ago
JSON representation
qrack.net web app source code
- Host: GitHub
- URL: https://github.com/vm6502q/qrack.net
- Owner: vm6502q
- License: apache-2.0
- Created: 2021-11-13T03:14:02.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2025-06-26T15:08:06.000Z (9 months ago)
- Last Synced: 2025-06-26T16:24:39.565Z (9 months ago)
- Topics: emscripten, qrack, quantum, quantum-computing, reactjs, wasm, webassembly
- Language: JavaScript
- Homepage: https://qrack.net
- Size: 38.7 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# qrack.net
This is the source for https://qrack.net. To build the [vm6502q/qrack](https://github.com/vm6502q/qrack) library as WASM, the following build command is suggested, in an active `emsdk` environment:
```sh
emcmake cmake -DENABLE_RDRAND=OFF -DUINTPOW=5 -DENABLE_PTHREAD=OFF -DENABLE_ENV_VARS=OFF -DSEED_DEVRAND=OFF -DBCAPPOW=6 ..
```
The library is already built in this example. To recompile the WASM, just run `make all` in the project root directory.
This example provides a pre-built copy of the [Qrack API](https://github.com/unitaryfund/qrack).
The website code is based upon the following example reference, with thanks:
## C++ To WebAssembly With React From Scratch!
The associated medium post is available at https://guptanikhil.medium.com/using-webassembly-with-react-from-scratch-fba8cdfa5118.