Solutions
Discovery Platform AQtive Guard TQChem Studio All Modules
More
Insights GitHub Launch platform →
v0.2.0 · 36 modules · AGPL-2.0 compatible

Quantum for discovery,
quantum-safe for everything else.

Qianheng Quantum builds a quantum & quantum-inspired discovery platform — and AQtive Guard, our post-quantum migration suite. Every module is real, tested Python. An open mirror of SandboxAQ + Terra Quantum TQ42.

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

Two pillars

Quantum and quantum-inspired algorithms to accelerate discovery — and post-quantum cryptography to defend what matters.

Capability tiles

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

Quantum computing, domain by domain

From fusion to cryptography — where quantum computing actually stands, and where post-quantum (PQC) migration is the real commercial landing zone. Explore all five domains →

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