Skip to content

Commit

Permalink
Merge pull request #86 from Yi-FanLi/mti_p_path
Browse files Browse the repository at this point in the history
Add an example for mti with p path
  • Loading branch information
Yi-FanLi authored Dec 30, 2024
2 parents 36ac51b + 19d8563 commit 12b6649
Show file tree
Hide file tree
Showing 3 changed files with 60 additions and 4 deletions.
8 changes: 4 additions & 4 deletions dpti/mti.py
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ def make_tasks(iter_name, jdata):
nsteps,
timestep,
ens,
temp_list[ii],
temp=temp,
pres=pres,
tau_t=tau_t,
thermo_freq=thermo_freq,
Expand All @@ -250,7 +250,7 @@ def make_tasks(iter_name, jdata):
nsteps,
timestep,
ens,
temp_list[ii],
temp=temp,
pres=pres,
tau_t=tau_t,
thermo_freq=thermo_freq,
Expand Down Expand Up @@ -285,7 +285,7 @@ def make_tasks(iter_name, jdata):
nsteps,
timestep,
ens,
temp_list[ii],
temp=temp,
pres=pres,
tau_t=tau_t,
thermo_freq=thermo_freq,
Expand All @@ -303,7 +303,7 @@ def make_tasks(iter_name, jdata):
nsteps,
timestep,
ens,
temp_list[ii],
temp=temp,
pres=pres,
tau_t=tau_t,
thermo_freq=thermo_freq,
Expand Down
56 changes: 56 additions & 0 deletions examples/mti/mti.p.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,56 @@
{
"equi_conf": "conf.lmp",
"copies": [
1,
1,
1
],
"model": "graph.pb",
"job_type": "mass_ti",
"model_mass_map": [
16,
1
],
"mass_scale_y": [
0.1,
0.2,
0.3,
0.4,
0.6,
1.0
],
"nbead": [
8,
16,
32,
64,
64,
64
],
"nnode": [
1,
1,
1,
1,
1,
1
],
"nsteps": 1000000,
"dt": 0.0005,
"ens": "npt",
"path": "p",
"temp": 300,
"press": [
1.0,
2.0,
3.0,
4.0
],
"tau_t": 0.1,
"tau_p": 0.5,
"stat_freq": 10,
"dump_freq": 10000,
"stat_skip": 10000,
"stat_bsize": 2000,
"_comment": "that's all"
}
File renamed without changes.

0 comments on commit 12b6649

Please sign in to comment.