@@ -42,29 +42,29 @@ extern "C" void lammpsplugin_init(void *lmp, void *handle, void *regfunc)
4242 plugin.version = LAMMPS_VERSION;
4343 plugin.style = " pair" ;
4444 plugin.name = " deepmd" ;
45- plugin.info = " deepmd pair style v2.0 " ;
45+ plugin.info = " deepmd pair style " STR_GIT_SUMM ;
4646 plugin.author = " Han Wang" ;
4747 plugin.creator .v1 = (lammpsplugin_factory1 *) &pairdeepmd;
4848 plugin.handle = handle;
4949 (*register_plugin)(&plugin, lmp);
5050
5151 plugin.style = " compute" ;
5252 plugin.name = " deeptensor/atom" ;
53- plugin.info = " compute deeptensor/atom v2.0 " ;
53+ plugin.info = " compute deeptensor/atom " STR_GIT_SUMM ;
5454 plugin.creator .v2 = (lammpsplugin_factory2 *) &computedeepmdtensoratom;
5555 (*register_plugin)(&plugin, lmp);
5656
5757 plugin.style = " fix" ;
5858 plugin.name = " dplr" ;
59- plugin.info = " fix dplr v2.0 " ;
59+ plugin.info = " fix dplr " STR_GIT_SUMM ;
6060 plugin.creator .v2 = (lammpsplugin_factory2 *) &fixdplr;
6161 (*register_plugin)(&plugin, lmp);
6262
6363#if LAMMPS_VERSION_NUMBER>=20220328
6464 // lammps/lammps#
6565 plugin.style = " kspace" ;
6666 plugin.name = " pppm/dplr" ;
67- plugin.info = " kspace pppm/dplr v2.0 " ;
67+ plugin.info = " kspace pppm/dplr " STR_GIT_SUMM ;
6868 plugin.creator .v1 = (lammpsplugin_factory1 *) &pppmdplr;
6969 (*register_plugin)(&plugin, lmp);
7070#endif
0 commit comments