get_intermol_defaults

openff.interchange.components.mdconfig.get_intermol_defaults(periodic: bool = False) MDConfig[source]

Return an MDConfig object that attempts to match settings used in InterMol tests.

These settings are poor choices for production but can be useful for testing. See also
Parameters

periodic (bool, default=False) – Whether to use periodic boundary conditions.

Returns

config – An MDConfig object with settings that match those used in InterMol tests.

Return type

MDConfig