This descriptor hybridizes multiple descriptors to form a new descriptor. For example, we have a list of descriptors denoted by
To use the descriptor in DeePMD-kit, one firstly set the {ref}type <model/descriptor/type>
to {ref}hybrid <model/descriptor[hybrid]>
, then provide the definitions of the descriptors by the items in the list
,
"descriptor" :{
"type": "hybrid",
"list" : [
{
"type" : "se_e2_a",
...
},
{
"type" : "se_e2_r",
...
}
]
},
A complete training input script of this example can be found in the directory
$deepmd_source_dir/examples/water/hybrid/input.json