MLIPNetworkConfig

class mlip.models.config.MLIPNetworkConfig(*, add_atomic_energies: bool = True)

Base class for all MLIPNetwork configs.

Used (1) for typing wherever any of the MLIPNetwork configs are accepted, and (2) for shared config values that this library requires a model config to have.

add_atomic_energies

Whether to add atomic energies to the final energies. Default is True.

Type:

bool