-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.ini
More file actions
38 lines (32 loc) · 1.02 KB
/
config.ini
File metadata and controls
38 lines (32 loc) · 1.02 KB
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
[Main]
INITIAL_STRUCTURE_PATH = example_data/initial_structure.pdb
FORCEFIELD_PATH = forcefields/classic_sm_ff.xml
POL_USE_HARMONIC_BOND = False
POL_USE_CONSTRAINTS = True
POL_USE_HARMONIC_ANGLE = False
EV_USE_EXCLUDED_VOLUME = True
SC_USE_SPHERICAL_CONTAINER = True
SC_CENTER_X = 0
SC_CENTER_Y = 0
SC_CENTER_Z = 0
SC_RADIUS = 1
SC_SCALE = 1000
HR_USE_HARMONIC_RESTRAINTS = yes
HR_RESTRAINTS_PATH = example_data/restraints_example.rst
HR_R0_PARAM = 0.1 nanometer
HR_K_PARAM = 300000.0
MINIMIZED_FILE = example_data/example_result/initial_structure_min.pdb
SIM_RUN_SIMULATION = True
SIM_INTEGRATOR_TYPE = verlet
SIM_N_STEPS = 10000
SIM_TIME_STEP = 150 femtosecond
SIM_TEMP = 310 kelvin
SIM_RANDOM_SEED = 0
SIM_SET_INITIAL_VELOCITIES = True
TRJ_FRAMES = 1000
TRJ_FILENAME_DCD = example_data/example_result/trj.dcd
TRJ_FILENAME_PDB = example_data/example_result/trj.pdb
REP_STATE_N_SCREEN = 20
REP_STATE_N_FILE = 1000
REP_STATE_FILE_PATH = example_data/example_result/state.csv
REP_PLOT_FILE_NAME = example_data/example_result/energy.pdf