中文
v0.2.0 · 35 modules · AGPL-2.0 compatible

Quantum algorithms for
Bio · Pharma · Chemistry

Open mirror of SandboxAQ + Terra Quantum TQ42, built on the AQAffinity protein-ligand binding head. 35 modules · 20 interactive dashboards · zero required dependencies.

35
Top-level modules
20
Interactive views
10
Lazy backend bridges
7
Top categories

Capability tiles

Every module is a real Python package with tests. Click a tile to interact — or browse all 38 modules →

30-second quick start

The core AQAffinity CLI mirrors the real SandboxAQ/AQAffinity command exactly.

# install pip install aq-affinity # predict protein-ligand binding affinity (CLI matches real AQAffinity) aqaffinity predict \ --protein MRIRKVLHTEMSPVTEEDFQAI \ --ligand 'CCOC(=O)c1ccccc1' \ --target_name BRD4 \ --output_dir /tmp/aq # or launch the browser dashboard python -m http.server --directory dashboard 8787 # → open http://localhost:8787/aq_platform.html

Real backends (opt-in)

Every integration lazy-loads. Installed? Real path. Not installed? Graceful stub fallback — no hard dependencies.

qiskit · qiskit-aer · qiskit-ibm-runtime
pip install qiskit
cudaq · cuquantum · cupy
pip install cudaq
pyscf · openmm · rdkit
pip install pyscf
pennylane · cirq · dwave-ocean
pip install pennylane
aqaffinity (HF) · huggingface_hub
pip install aqaffinity