Description:
Introduce three opt-in knobs that can trade exactness for performance or stability tweaks. Defaults remain numerically identical to current behavior (lossless). Hard cutoff only (no pre-baked abstractions for KD-tree). Hydrogen inner iterations must end with a full constrained solve to restore total charge.
Tasks:
Description:
Introduce three opt-in knobs that can trade exactness for performance or stability tweaks. Defaults remain numerically identical to current behavior (lossless). Hard cutoff only (no pre-baked abstractions for KD-tree). Hydrogen inner iterations must end with a full constrained solve to restore total charge.
Tasks:
Hydrogen SCF Toggle (Default: On, Lossless)
hydrogen_scf: booltoSolverOptions; wire CLI--hydrogen-scf/--no-hydrogen-scfand config key.Cutoff Radius (Default: Off, Hard Cutoff, Lossy)
cutoff_radius: Option<f64>toSolverOptions; wire CLI--cutoff <angstrom>and config key.compute_off_diagonal_rowsusing a cell-list neighbor table (no KD-tree abstractions left unused).Hydrogen Inner Iterations (Default: 0, Off, Lossy)
hydrogen_inner_iters: u32toSolverOptions; wire CLI--hydrogen-inner-iters <u32>and config key.Docs & Validation