Closed larsbratholm closed 2 years ago
Making sure I understand, you would like to have two lists of molecules and compare each molecule in list N to each molecule in list M? If so, why not run RMSD in a bash script using for loops?
Mostly for speed if M and N is large.
@larsbratholm Assuming you were interested in the comparison of multiple cluster data per run, I wrote a moderator script distributing the workload on multiple CPU. At present, aiming to harvest the RMSD as distribution rather than attributed to a specific test of modelA to modelB, it seems to be good enough (deposit.)
Code if this will be implemented in the future.
Where P is (N, natoms, 3) and Q is (M, natoms, 3).