Skip to content

Commit

Permalink
rm pwdata interface
Browse files Browse the repository at this point in the history
  • Loading branch information
starsparkling committed Oct 31, 2024
1 parent c8145f5 commit 04d0d65
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 38 deletions.
5 changes: 5 additions & 0 deletions example/Cu/nep_train.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"raw_files":["0_300_MOVEMENT", "1_500_MOVEMENT"],
"model_type": "NEP",
"atom_type":[29]
}
32 changes: 0 additions & 32 deletions pwdata_main.py

This file was deleted.

1 change: 0 additions & 1 deletion src/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ ln -s ../../utils/plot_mlff_inference.py .
ln -s ../../utils/read_torch_wij_dp.py .
ln -s ../md/fortran_code/main_MD.x .
ln -s ../../pwmlff_main.py ./PWMLFF
ln -s ../../pwdata_main.py pwdata

#ln -s ../GPUMD/src/gpumd .
#ln -s ../GPUMD/src/nep .
Expand Down
10 changes: 5 additions & 5 deletions src/test/template_train.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,15 @@
"custom_flags": [
],
"source_list": [
"/share/app/anaconda3/etc/profile.d/conda.sh"
],
"module_list": [
"conda/3-2020.07",
"pwmlff/2024.5"
],
"env_list": [
"source /share/app/anaconda3/etc/profile.d/conda.sh",
"module load conda/3-2020.07",
"conda deactivate",
"conda activate PWMLFF"
"conda activate PWMLFF",
"module load pwmlff/2024.5"
]
},
{
Expand Down Expand Up @@ -201,7 +201,7 @@
"work_list": [
{
"_work_type":"mcloud envs(gpu and cpu) for DP, NEP",
"envs":[5],
"envs":[0],
"epochs":[1,1,1,1,1],
"train_inputs":[0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12,13]
}
Expand Down

0 comments on commit 04d0d65

Please sign in to comment.