Skip to content

Commit 19d8563

Browse files
committed
add an example json file for mti with p path
1 parent af512f8 commit 19d8563

File tree

2 files changed

+56
-0
lines changed

2 files changed

+56
-0
lines changed

examples/mti/mti.p.json

Lines changed: 56 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,56 @@
1+
{
2+
"equi_conf": "conf.lmp",
3+
"copies": [
4+
1,
5+
1,
6+
1
7+
],
8+
"model": "graph.pb",
9+
"job_type": "mass_ti",
10+
"model_mass_map": [
11+
16,
12+
1
13+
],
14+
"mass_scale_y": [
15+
0.1,
16+
0.2,
17+
0.3,
18+
0.4,
19+
0.6,
20+
1.0
21+
],
22+
"nbead": [
23+
8,
24+
16,
25+
32,
26+
64,
27+
64,
28+
64
29+
],
30+
"nnode": [
31+
1,
32+
1,
33+
1,
34+
1,
35+
1,
36+
1
37+
],
38+
"nsteps": 1000000,
39+
"dt": 0.0005,
40+
"ens": "npt",
41+
"path": "p",
42+
"temp": 300,
43+
"press": [
44+
1.0,
45+
2.0,
46+
3.0,
47+
4.0
48+
],
49+
"tau_t": 0.1,
50+
"tau_p": 0.5,
51+
"stat_freq": 10,
52+
"dump_freq": 10000,
53+
"stat_skip": 10000,
54+
"stat_bsize": 2000,
55+
"_comment": "that's all"
56+
}

0 commit comments

Comments
 (0)