QuipNetwork/xquad
A rust implementation of the Quip Network's quantum virtual machine. observed · 2026-08-28
Health v2 · maintenance only
57/100
- Activity 94
- Release rhythm 35
- Longevity 10
Flags: no_releases young
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 153
- days_rel: n/a
- days_push: 37
- n_releases_24m: 0
Adoption not part of the score
5588 stars · 18 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
XQuad is a hardware-agnostic toolchain for expressing and running quadratic optimization problems (QUBO/Ising/discrete) across quantum annealers and classical solvers, built around a virtual-machine specification with Rust crates and Python distributions. It acts like 'LLVM for quadratic models', providing a common intermediate representation that can be retargeted to backends including CPU simulated annealing, CUDA/Metal GPUs, and D-Wave QPUs.
Use cases
- run QUBO optimization problems on quantum annealers
- compile quadratic models to a portable bytecode format
- simulate Ising models on CPU or GPU
- solve discrete optimization with D-Wave Advantage
- embed a quadratic VM in WASM or Substrate pallets
- prototype optimization problems in Jupyter or a REPL
- verify cross-implementation parity of quantum VM bytecode
When to choose
- you need a backend-agnostic IR for QUBO/Ising problems
- you want to target both classical solvers and D-Wave hardware from one codebase
- you need a no_std embeddable VM for constrained environments
- you want spec-first conformance testing across implementations
When to avoid
- you need production-grade stability before v1.0
- you need gate-based quantum computing rather than annealing
- you need general-purpose linear or continuous optimization
- you are not comfortable with early APIs that may change
Facets
library · maturity experimental
interpreter compiler simulation sdk cli quantum-computing performance developer-tools rust python windows wasm cli quantum-vm qubo ising-model quadratic-optimization quantum-annealing bytecode assembler dwave simulated-annealing no-std intermediate-representation algorithms linux macos
1 source
- readme: https://github.com/QuipNetwork/xquad · fetched 2026-08-28 · 4d8f06885c67
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| QuipNetwork/xquad | main | 57 |
For agents
markdown · JSON · MCP: product_card(name="QuipNetwork/xquad")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem