pub fn compute_simplified_neb_path(
smiles: &str,
start_coords: &[f64],
end_coords: &[f64],
n_images: usize,
n_iter: usize,
spring_k: f64,
step_size: f64,
) -> Result<NebPathResult, String>Expand description
Build a simplified NEB path between two geometries.