Skip to content

Commit

Permalink
Merge pull request #85 from Yi-FanLi/mti_example
Browse files Browse the repository at this point in the history
Add an example for mti
  • Loading branch information
Yi-FanLi authored Dec 30, 2024
2 parents 2672705 + 1cfc643 commit 36ac51b
Showing 1 changed file with 56 additions and 0 deletions.
56 changes: 56 additions & 0 deletions examples/mti.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": "t",
"temps": [
300,
310,
320,
330
],
"press": 1.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"
}

0 comments on commit 36ac51b

Please sign in to comment.