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
Some of properties in parmed.Structure.copy() is actually copied by reference (atom.atom_type specifically. This becomes an issue when the copied structure (e.g., apply nbfix) was modified also accidentally altered the original structure, which may lead to other unexpected behavior.