1cbyc-quantum-npm
Version:
A sophisticated, modular quantum computing simulator for real-world algorithm prototyping, state management, and quantum research.
35 lines (34 loc) • 849 B
JSON
{
"name": "1cbyc-quantum-npm",
"version": "1.0.0",
"description": "A sophisticated, modular quantum computing simulator for real-world algorithm prototyping, state management, and quantum research.",
"main": "index.js",
"type": "module",
"exports": {
".": "./index.js"
},
"repository": {
"type": "git",
"url": "https://github.com/1cbyc/1cbyc-quantum-npm.git"
},
"author": "1cbyc <https://github.com/1cbyc>",
"license": "MIT",
"keywords": [
"quantum",
"simulator",
"quantum-computing",
"quantum-algorithms",
"quantum-circuit",
"npm-package"
],
"engines": {
"node": ">=18.0.0"
},
"scripts": {
"test": "node test/index.js"
},
"bugs": {
"url": "https://github.com/1cbyc/1cbyc-quantum-npm/issues"
},
"homepage": "https://github.com/1cbyc/1cbyc-quantum-npm#readme"
}