Skip to content

Commit 834a1f2

Browse files
committed
add an example for hti_liq of 2 atomic types
1 parent d197d98 commit 834a1f2

File tree

1 file changed

+58
-0
lines changed

1 file changed

+58
-0
lines changed

examples/hti.SiO2-liq.json

Lines changed: 58 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,58 @@
1+
{
2+
"equi_conf": "nvt/out.lmp",
3+
"ncopies": [
4+
1,
5+
1,
6+
1
7+
],
8+
"lambda_soft_on": [
9+
"0.00001:0.01000:0.0005",
10+
"0.01000:0.04000:0.0100",
11+
"0.04000:0.20000:0.0200",
12+
"0.20000:0.40000:0.0500",
13+
"0.40000:0.99999:0.0800",
14+
"0.99999"
15+
],
16+
"lambda_deep_on": [
17+
"0.00001:0.0100:0.005",
18+
"0.01000:0.0400:0.010",
19+
"0.04000:0.2000:0.020",
20+
"0.20000:0.4000:0.050",
21+
"0.40000:0.9999:0.080",
22+
"0.99999"
23+
],
24+
"lambda_soft_off": [
25+
"0.00001:0.01000:0.005",
26+
"0.01000:0.04000:0.010",
27+
"0.04000:0.20000:0.020",
28+
"0.20000:0.40000:0.050",
29+
"0.40000:0.99999:0.080",
30+
"0.99999"
31+
],
32+
"protect_eps": 1e-6,
33+
"model": "graph.pb",
34+
"mass_map": [
35+
28.08,15.999
36+
],
37+
"soft_param": {
38+
"sigma_0_0": 3.2,
39+
"sigma_0_1": 2.95,
40+
"sigma_1_1": 2.70,
41+
"epsilon_0_0": 0.0860,
42+
"epsilon_0_1": 0.2776,
43+
"epsilon_1_1": 0.0392,
44+
"activation_0_0": 0.3,
45+
"activation_0_1": 0.5,
46+
"activation_1_1": 0.7,
47+
"n": 1,
48+
"alpha_lj": 0.5,
49+
"rcut": 6
50+
},
51+
"nsteps": 40000,
52+
"timestep": 0.002,
53+
"thermo_freq": 10,
54+
"dump_freq": 1000,
55+
"stat_skip": 100,
56+
"stat_bsize": 10,
57+
"temp": 2500
58+
}

0 commit comments

Comments
 (0)