deepmd.dpmodel.model.model
Functions
| Get a EnergyModel from a dictionary. |
| Get a spin model from a dictionary. |
| Get a model from a dictionary. |
Module Contents
- deepmd.dpmodel.model.model.get_standard_model(data: dict) deepmd.dpmodel.model.ener_model.EnergyModel[source]
Get a EnergyModel from a dictionary.
- Parameters:
- data
dict The data to construct the model.
- data
- deepmd.dpmodel.model.model.get_spin_model(data: dict) deepmd.dpmodel.model.spin_model.SpinModel[source]
Get a spin model from a dictionary.
- Parameters:
- data
dict The data to construct the model.
- data