deepmd.jax.model.model#
Functions#
| Get a Model from a dictionary. |
| |
| Get a model from a dictionary. |
Module Contents#
- deepmd.jax.model.model.get_standard_model(data: dict)[source]#
Get a Model from a dictionary.
- Parameters:
- data
dict
The data to construct the model.
- data
- deepmd.jax.model.model.get_zbl_model(data: dict) deepmd.jax.model.dp_zbl_model.DPZBLModel [source]#