pub fn compute_rmsd_matrix(conformers: &[Vec<f64>]) -> Vec<Vec<f64>>
Compute all-pairs RMSD matrix for a set of conformers.