-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfigMD.cfg
72 lines (53 loc) · 875 Bytes
/
configMD.cfg
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
conversionFactors =
{
sigma = 1.0;
eps = 1.0;
m = 1.0;
T = 119.74;
};
ensembleParameters =
{
nSpecies = 2;
sigmas = (1.0, 0.25);
epses = (1.0, 1.0);
masses = (1.0, 1.0);
};
mainThermostat =
{
bathTemperature = 1.0;
tauOverDt = 15.0;
};
solver =
{
dt = 0.001;
N = 10000;
therm = 1000;
tightness = 0.9;
initialDelta = 1.0;
outputPath = "/home/jorgen/tmp";
};
Events =
{
Compression:
{
timeMinusTherm = 0;
length = 500;
delta = 1.0;
};
Thermostats:
{
temperatureScaleFactorWarm = 8.0;
temperatureScaleFactorCold = 2.0;
widthFactor = 0.15;
};
Expansion:
{
timeMinusCompressionTime = 200;
lengthOverCompressionLength = 500;
delta = 1.0;
};
};
DCViz =
{
delay = 0.0; #s
};