dockonsurf / examples / dockonsurf.inp @ c360028f
Historique | Voir | Annoter | Télécharger (1,7 ko)
1 |
# Sample of DockOnSurf input file. The file format must be an INI file. |
---|---|
2 |
# Input format on http://forge.cbp.ens-lyon.fr/redmine/projects/dockonsurf/wiki |
3 |
|
4 |
[Global] # mandatory |
5 |
project_name = acetic_acid |
6 |
run_type = full # mandatory |
7 |
code = CP2K # mandatory |
8 |
batch_q_sys = SGE # mandatory |
9 |
max_jobs = 10r 7p 15rq |
10 |
subm_script = cp2k.sub |
11 |
pbc_cell = (15.3822 0 0) (-7.6911 13.32138 0) (0 0 26.93789) |
12 |
special_atoms = (Fe1 Fe) (Fe2 Fe) (O1 O) |
13 |
|
14 |
[Isolated] # mandatory if isolated |
15 |
isol_inp_file = tests/cp2k.inp # mandatory if isolated |
16 |
molec_file = tests/acetic.xyz # mandatory if isolated |
17 |
num_conformers = 2000 |
18 |
pre_opt = MMFF |
19 |
|
20 |
[Screening] # mandatory if screening |
21 |
screen_inp_file = tests/screen.inp # mandatory if screening |
22 |
surf_file = tests/hematite.xyz # mandatory if screening |
23 |
select_magns = energy MOI |
24 |
confs_per_magn = 2 |
25 |
sites = 130 (103 112 118) # mandatory if screening |
26 |
surf_norm_vect = auto |
27 |
adsorption_height = 2 |
28 |
set_angles = internal |
29 |
sample_points_per_angle = 4 |
30 |
surf_ctrs2 = 127 109 # Same number of centers as sites |
31 |
molec_ctrs = 178 (185 187) # mandatory if screening |
32 |
molec_ctrs2 = 145 45 # Same number of centers as molec_ctrs |
33 |
molec_ctrs3 = 10 9 29 1 1 # Same number of centers as molec_ctrs |
34 |
max_helic_angle = 120 |
35 |
h_donor = O |
36 |
h_acceptor = O1 |
37 |
min_coll_height = 7.0 |
38 |
collision_threshold = 1.2 |
39 |
max_structures = 500 |
40 |
|
41 |
[Refinement] # mandatory if refinement |
42 |
refine_inp_file = tests/refine.inp # mandatory if refinement |
43 |
energy_cutoff = 1.0 |