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
After the refactoring of flexibility.py (32f2469) that currently lives in the residue_molsetups branch, all attributes of rings stored in the molsetup can be removed: corner_flip, graph, and is_aromatic. The only information that is needed are the indices of the atoms that constitute the ring, which have been used as key to the molsetup.rings dictionary.
The text was updated successfully, but these errors were encountered:
After the refactoring of
flexibility.py
(32f2469) that currently lives in theresidue_molsetups
branch, all attributes of rings stored in the molsetup can be removed:corner_flip
,graph
, andis_aromatic
. The only information that is needed are the indices of the atoms that constitute the ring, which have been used as key to themolsetup.rings
dictionary.The text was updated successfully, but these errors were encountered: