Skip to content

Commit

Permalink
update readme for tools
Browse files Browse the repository at this point in the history
  • Loading branch information
brucefan1983 committed Sep 26, 2022
1 parent b784ac7 commit 3d54e00
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion tools/nep_related/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
| deep2nep | Ke XU | Python | Convert DeePMD-kit (https://github.com/deepmodeling/deepmd-kit) training data to NEP format |
| mtp2nep | Junjie WANG | Python | Convert MTP training data to NEP format |
| nep2xyz | Ke XU | Python | Convert NEP training data to XYZ file format |
| vasp2xyz | Yanzhou WANG, Yuwen ZHANG | Shell | Create NEP training data in the extended XYZ format from the ugly formatted VASP output. 'singleFrame-outcars2nep-exyz.sh' script is for the single-point calculations that one frame usually is included in each OUTCAR file; 'multipleFrames-outcars2nep-exyz.sh' script is for the calculations like AIMD or structue relaxiation runs that multiple frames exist in single OUTCAR files. |
| vasp2xyz | Yanzhou WANG, Yuwen ZHANG | Shell | Create NEP training data in the extended XYZ format from the ugly formatted VASP output |
| split_train | Zheyong FAN | C++ | Split one NEP training data set into one training set and one testing set |
| merge_nep | Ke XU | Shell | merge two or more NEP training data sets into one |
| for_coding | Zheyong FAN | Matlab | Used for developing GPUMD (the users can ignore this) |
Expand Down
3 changes: 3 additions & 0 deletions tools/nep_related/vasp2xyz/readme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
* 'singleFrame-outcars2nep-exyz.sh' script is for the single-point calculations that one frame usually is included in each OUTCAR file.

* 'multipleFrames-outcars2nep-exyz.sh' script is for the calculations like AIMD or structue relaxiation runs that multiple frames exist in single OUTCAR files.

0 comments on commit 3d54e00

Please sign in to comment.