You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sometimes I am interested in knowing the rmsd value for the modified structure. Now I need to run calculate_rmsd.py twice (with and without -p).
With this simple change the rmsd value is printed in the title line of the xyz file.
Sometimes I am interested in knowing the rmsd value for the modified structure. Now I need to run calculate_rmsd.py twice (with and without -p).
With this simple change the rmsd value is printed in the title line of the xyz file.
line 2052 from:
xyz = set_coordinates(q_all_atoms, q_coord, title=f"{settings.structure_b} - modified")
to
xyz = set_coordinates(q_all_atoms, q_coord, title=f"{settings.structure_b} - modified. RMSD = {result_rmsd}")
The text was updated successfully, but these errors were encountered: