{
  "service": "MoleculeGen - Quantum Drug Discovery API",
  "version": "1.0.0",
  "status": "operational",
  "ras_root": "e5586ef939094a8e",
  "coherence": 0.999507,
  "frequency_hz": 1000,
  "phi": 1.618033988749895,
  "capabilities": [
    "NVIDIA GenMol NIM - Fragment-based molecular generation (SAFE diffusion)",
    "NVIDIA MolMIM NIM - Guided molecule optimization (CMA-ES + latent space)",
    "NVIDIA DiffDock NIM - Protein-ligand docking",
    "NVIDIA AlphaFold2 NIM - Protein structure prediction",
    "NVIDIA Boltz-2 NIM - Multi-chain structure prediction",
    "Ground state energy calculation (RHF/CASCI/CASSCF)",
    "GPU-accelerated simulation (NVIDIA cuQuantum + AMD ROCm)",
    "Real IBM Quantum hardware execution (445 qubits - Heron architecture)",
    "VQE optimization on 3 IBM backends",
    "End-to-end virtual screening pipeline",
    "Drug-like property prediction",
    "Batch screening with bot swarms",
    "Quantum-sealed results for audit compliance"
  ],
  "endpoints": [
    "POST /generate - Generate molecules (model: genmol|molmim|mock)",
    "POST /generate/optimize - CMA-ES molecular optimization via MolMIM",
    "POST /screen - Screen molecules for energy (classical)",
    "POST /gpu-screen - GPU-accelerated screening (NVIDIA cuQuantum)",
    "POST /quantum-screen - Screen on IBM Quantum hardware",
    "POST /dock - Protein-ligand docking (DiffDock NIM)",
    "POST /fold - Protein structure prediction (AlphaFold2/Boltz-2 NIM)",
    "POST /virtual-screen - End-to-end: generate -> screen -> dock",
    "POST /batch - Batch processing with swarm",
    "GET /jobs/:id - Get job status",
    "GET /jobs - List all jobs"
  ],
  "ibm_quantum_backends": [
    "ibm_torino",
    "ibm_fez",
    "ibm_marrakesh"
  ],
  "cuquantum_available": true,
  "pricing": {
    "pay_as_you_go": "$0.10 per molecule (classical)",
    "gpu_accelerated": "$0.50 per molecule (10-100x faster)",
    "pro": "$499/mo unlimited classical + GPU",
    "enterprise": "Custom pricing + priority support"
  },
  "timestamp": "2026-06-27T07:50:40.982Z"
}