pub fn solve_eht(
elements: &[u8],
positions: &[[f64; 3]],
k: Option<f64>,
) -> Result<EhtResult, String>Expand description
Run the full EHT calculation pipeline.
elements: atomic numberspositions: Cartesian coordinates in Ångströmk: Wolfsberg-Helmholtz constant (None = 1.75)