openff.interchange.components.smirnoff.SMIRNOFFPotentialHandler

pydantic model openff.interchange.components.smirnoff.SMIRNOFFPotentialHandler[source]

Bases: PotentialHandler, ABC

Base class for handlers storing potentials produced by SMIRNOFF force fields.

Fields

abstract classmethod allowed_parameter_handlers()[source]

Return a list of allowed types of ParameterHandler classes.

abstract classmethod supported_parameters()[source]

Return a list of parameter attributes supported by this handler.

classmethod check_supported_parameters(parameter_handler: ParameterHandler)[source]

Verify that a parameter handler is in an allowed list of handlers.

store_matches(parameter_handler: ParameterHandler, topology: Topology) None[source]

Populate self.slot_map with key-val pairs of [TopologyKey, PotentialKey].