pub fn compute_esp_grid_parallel(
elements: &[u8],
positions: &[[f64; 3]],
mulliken_charges: &[f64],
spacing: f64,
padding: f64,
) -> EspGridExpand description
Compute ESP on a 3D grid using rayon parallelism.
Same as compute_esp_grid but evaluates grid points in parallel.