mirror of
https://github.com/ruvnet/RuVector.git
synced 2026-06-01 06:10:31 +00:00
chore(ruqu): bump all quantum crates to v2.0.4
Published to crates.io: ruqu-core, ruqu-algorithms, ruqu-exotic, ruqu-wasm Published to npm: @ruvector/ruqu-wasm@2.0.4 Co-Authored-By: claude-flow <ruv@ruv.net>
This commit is contained in:
parent
5fe1d078ee
commit
988db53bd0
5 changed files with 57 additions and 8 deletions
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "ruqu-algorithms"
|
||||
version = "2.0.3"
|
||||
version = "2.0.4"
|
||||
edition.workspace = true
|
||||
rust-version.workspace = true
|
||||
license.workspace = true
|
||||
|
|
@ -16,7 +16,7 @@ default = ["std"]
|
|||
std = []
|
||||
|
||||
[dependencies]
|
||||
ruqu-core = { version = "2.0.3", path = "../ruqu-core" }
|
||||
ruqu-core = { version = "2.0.4", path = "../ruqu-core" }
|
||||
rand = { workspace = true }
|
||||
thiserror = { workspace = true }
|
||||
serde = { workspace = true, optional = true }
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "ruqu-core"
|
||||
version = "2.0.3"
|
||||
version = "2.0.4"
|
||||
edition.workspace = true
|
||||
rust-version.workspace = true
|
||||
license.workspace = true
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "ruqu-exotic"
|
||||
version = "2.0.3"
|
||||
version = "2.0.4"
|
||||
edition.workspace = true
|
||||
rust-version.workspace = true
|
||||
license.workspace = true
|
||||
|
|
@ -16,7 +16,7 @@ default = ["std"]
|
|||
std = []
|
||||
|
||||
[dependencies]
|
||||
ruqu-core = { version = "2.0.3", path = "../ruqu-core" }
|
||||
ruqu-core = { version = "2.0.4", path = "../ruqu-core" }
|
||||
rand = { workspace = true }
|
||||
thiserror = { workspace = true }
|
||||
serde = { workspace = true, optional = true }
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "ruqu-wasm"
|
||||
version = "2.0.3"
|
||||
version = "2.0.4"
|
||||
edition.workspace = true
|
||||
rust-version.workspace = true
|
||||
license.workspace = true
|
||||
|
|
@ -18,8 +18,8 @@ crate-type = ["cdylib", "rlib"]
|
|||
default = []
|
||||
|
||||
[dependencies]
|
||||
ruqu-core = { version = "2.0.3", path = "../ruqu-core" }
|
||||
ruqu-algorithms = { version = "2.0.3", path = "../ruqu-algorithms" }
|
||||
ruqu-core = { version = "2.0.4", path = "../ruqu-core" }
|
||||
ruqu-algorithms = { version = "2.0.4", path = "../ruqu-algorithms" }
|
||||
wasm-bindgen = { workspace = true }
|
||||
js-sys = { workspace = true }
|
||||
serde = { workspace = true }
|
||||
|
|
|
|||
49
npm/packages/ruqu-wasm/package.json
Normal file
49
npm/packages/ruqu-wasm/package.json
Normal file
|
|
@ -0,0 +1,49 @@
|
|||
{
|
||||
"name": "@ruvector/ruqu-wasm",
|
||||
"version": "2.0.4",
|
||||
"type": "module",
|
||||
"description": "Run quantum simulations in the browser - WebAssembly bindings for quantum circuits with 25-qubit support, VQE, Grover, QAOA",
|
||||
"main": "ruqu_wasm.js",
|
||||
"types": "ruqu_wasm.d.ts",
|
||||
"module": "ruqu_wasm.js",
|
||||
"sideEffects": [
|
||||
"./snippets/*"
|
||||
],
|
||||
"keywords": [
|
||||
"quantum",
|
||||
"quantum-computing",
|
||||
"quantum-simulation",
|
||||
"quantum-circuit",
|
||||
"wasm",
|
||||
"webassembly",
|
||||
"vqe",
|
||||
"grover",
|
||||
"qaoa",
|
||||
"qubits",
|
||||
"state-vector",
|
||||
"rust",
|
||||
"browser",
|
||||
"surface-code",
|
||||
"error-correction"
|
||||
],
|
||||
"author": "RuVector Team",
|
||||
"license": "MIT",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/ruvnet/ruvector.git",
|
||||
"directory": "crates/ruqu-wasm"
|
||||
},
|
||||
"homepage": "https://github.com/ruvnet/ruvector/tree/main/crates/ruqu-wasm#readme",
|
||||
"bugs": {
|
||||
"url": "https://github.com/ruvnet/ruvector/issues"
|
||||
},
|
||||
"files": [
|
||||
"ruqu_wasm_bg.wasm",
|
||||
"ruqu_wasm.js",
|
||||
"ruqu_wasm.d.ts",
|
||||
"README.md"
|
||||
],
|
||||
"publishConfig": {
|
||||
"access": "public"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue