Realtime Inference Pass
1. Physics EncoderValidates atoms, local distances, lattice volume, and manifold score.
2. Diffusion GeneratorRepairs noisy coordinates and proposes candidate variants under constraints.
3. Multimodal ControllerAdds application context and evidence while flagging unsupported claims.
4. Decision LayerSelects candidates for DFT follow-up or reverse ranking.
Adapter Contract
This app is wired so local demo functions can be replaced with real endpoints: `encode(structure)`, `diffuse(prompt, constraints)`, `ground(candidate, context)`, and `rank(pool, target)`.