deepmd.dpmodel.model.model

Module Contents

Functions

get_standard_model(...)

Get a EnergyModel from a dictionary.

get_spin_model(→ deepmd.dpmodel.model.spin_model.SpinModel)

Get a spin model from a dictionary.

get_model(data)

Get a model from a dictionary.

deepmd.dpmodel.model.model.get_standard_model(data: dict) deepmd.dpmodel.model.ener_model.EnergyModel[source]

Get a EnergyModel from a dictionary.

Parameters:
datadict

The data to construct the model.

deepmd.dpmodel.model.model.get_spin_model(data: dict) deepmd.dpmodel.model.spin_model.SpinModel[source]

Get a spin model from a dictionary.

Parameters:
datadict

The data to construct the model.

deepmd.dpmodel.model.model.get_model(data: dict)[source]

Get a model from a dictionary.

Parameters:
datadict

The data to construct the model.