dockonsurf / DockOnSurf_path @ 86112fec
Historique | Voir | Annoter | Télécharger (1,51 ko)
1 |
##################################################### |
---|---|
2 |
# Please change here the paths to your directories: # |
3 |
##################################################### |
4 |
|
5 |
|
6 |
# Directory of the DockOnSurf script: |
7 |
export DockOnSurf_path="/home/sblanck/DockOnSurf_hematite" |
8 |
|
9 |
# Directory where you want to get the results for the molecule alone: |
10 |
# The script will automatically create a subdirectory with the name of the studied molecule |
11 |
export Molecule_results_path="/home/sblanck/cp2k/hematite_molecules" |
12 |
|
13 |
# Directory where you want to get the results for the asorption structures: |
14 |
# The script will automatically create a subdirectory with the name of the studied molecule |
15 |
export MolOnSurf_results_path="/home/sblanck/cp2k/hematite" |
16 |
|
17 |
# Directory where your surface xyz files are stored: |
18 |
export Surface_path="/home/sblanck/DockOnSurf_hematite/surfaces" |
19 |
|
20 |
# Directory where your molecule mol files are stored: |
21 |
export Molecule_path="/home/sblanck/DockOnSurf_hematite/molecules" |
22 |
|
23 |
# Input file for CP2K calculation for molecule alone: |
24 |
# Please check that the PROJECT_NAME is "molecule" |
25 |
export CP2K_input_molecule="/home/sblanck/DockOnSurf_hematite/CP2K_input/molecule.inp" |
26 |
|
27 |
# Input file for CP2K calculation for molecule on the surface: |
28 |
# Please check that the PROJECT_NAME is "surf_molecule" |
29 |
export CP2K_input_MolOnSurf="/home/sblanck/DockOnSurf_hematite/CP2K_input/adsorption.inp" |
30 |
|
31 |
# Submission script file for CP2K calculations: |
32 |
# Please check that the name of the Job is "XXXX" |
33 |
export CP2K_sub="/home/sblanck/DockOnSurf_hematite/CP2K_input/gammakpoint.j" |