dockonsurf / examples / dockonsurf.inp @ ece877eb
Historique | Voir | Annoter | Télécharger (674 octet)
1 |
# Sample of DockOnSurf input file. The file format must be an INI file. |
---|---|
2 |
|
3 |
[Global] |
4 |
run_type = FULL |
5 |
code = CP2K |
6 |
batch_q_sys = SGE |
7 |
relaunch_err = False |
8 |
max_qw = 3 |
9 |
special_atoms = No |
10 |
isol_inp_file = isolated.inp |
11 |
screen_inp_file = screen.inp |
12 |
refine_inp_file = refine.inp |
13 |
|
14 |
[Isolated] |
15 |
cluster_magns = energy MOI |
16 |
num_conformers = 1000 |
17 |
num_prom_cand = 3 |
18 |
rmsd_threshold = 0.05 |
19 |
|
20 |
[Screening] |
21 |
# reduce_params = EPS_SCF 1E-05 # Example of commented line not actually imnplemented |
22 |
sites = 128 (135 138 141) |
23 |
molec_ads_ctrs = 178 (185 187) |
24 |
try_disso = False |
25 |
sample_points_per_angle = 3 |
26 |
collision_threshold = 1.2 |
27 |
collision_bottom_z = 0 |
28 |
rmsd_threshold = 0.05 |
29 |
|
30 |
[Refinement] |
31 |
energy_cutoff = 0.5 |