dockonsurf / tests / good.inp @ 0dfa15ff
Historique | Voir | Annoter | Télécharger (1,02 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 = example |
6 |
run_type = FULL # mandatory |
7 |
code = CP2K # mandatory |
8 |
batch_q_sys = SGE # mandatory |
9 |
subm_script = cp2k.sub |
10 |
relaunch_err = geo_not_conv |
11 |
max_qw = 5 |
12 |
special_atoms = (Fe1 Fe) (Fe2 Fe) (O1 O) |
13 |
|
14 |
[Isolated] |
15 |
isol_inp_file = cp2k.inp # run_type-dependent |
16 |
molec_file = acetic.xyz # run_type-dependent |
17 |
cluster_magns = energy MOI |
18 |
num_conformers = 100 |
19 |
min_confs = False |
20 |
|
21 |
[Screening] |
22 |
screen_inp_file = screen.inp # run_type-dependent |
23 |
surf_file = hematite.xyz # run_type-dependent |
24 |
sites = 128 (135 138;141) # run_type-dependent |
25 |
molec_ads_ctrs = 178 (185 187) # run_type-dependent |
26 |
molec_neigh_ctrs = 145 45 # run_type-dependent |
27 |
surf_norm_vect = x |
28 |
try_disso = True |
29 |
sample_points_per_angle = 4 |
30 |
collision_threshold = 0.9 |
31 |
collision_bottom = 5.2 |
32 |
|
33 |
[Refinement] |
34 |
refine_inp_file = refine.inp # run_type-dependent |
35 |
energy_cutoff = 1.0 |