MLIPNetworkConfig¶
- class mlip.models.config.MLIPNetworkConfig(*, add_atomic_energies: bool = True)¶
Base class for all
MLIPNetworkconfigs.Used (1) for typing wherever any of the
MLIPNetworkconfigs 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