Q. How to calculate RMSD for a table of 3D chemicals?
A.
If you have a table 't' and loaded 3D ligand a_lig.
# add column of RMSD uses Srmsd "static" root-mean-square deviation function (without superposition).
add column t Srmsd( t.mol a_lig. ) name="rmsd"