BaseForceFieldSettings#

class gufe.settings.models.BaseForceFieldSettings(*args: Any, **kwargs: Any)#

Base class for ForceFieldSettings objects

class Config#
Noindex:

frozen_copy()#

A copy of this Settings object which cannot be modified

This is intended to be used by Protocols to make their stored Settings read-only

property is_frozen#

If this Settings object is frozen and cannot be modified

unfrozen_copy()#

A copy of this Settings object, which can be modified

Settings objects become frozen when within a Protocol. If you really need to reverse this, this method is how.