src/KIM/kim_param.cpp
0 → 100644
+569
−0
src/KIM/kim_param.h
0 → 100644
+100
−0
Loading
Gitlab 现已全面支持 git over ssh 与 git over https。通过 HTTPS 访问请配置带有 read_repository / write_repository 权限的 Personal access token。通过 SSH 端口访问请使用 22 端口或 13389 端口。如果使用CAS注册了账户但不知道密码,可以自行至设置中更改;如有其他问题,请发邮件至 service@cra.moe 寻求协助。
Add an ability within LAMMPS for getting/setting KIM portable models (PM) parameters. The assumption is that the model is already known (through 'kim_init') when calling the new command. 'kim_param get' gets the value of PM parameters, where the command input includes: parameter name, & location, or indices range, and the variable(s) name / variable name + split / list /explicit to return the value(s). 'kim_param get paramname index_range varname [s|split|list|explicit]' 'kim_param set' sets the value(s) of PM parameters, where the command input includes: parameter name, & location, or indices range, and the corresponding variable(s) value(s). 'kim_param set paramname index_range value(s)' NOTE: The varable_name is the name of the lammps variable in the lammps input script and can be used in other locations in the script.
CRA Git | Maintained and supported by SUSTech CRA and CCSE