-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig_gui.ini
60 lines (48 loc) · 1.92 KB
/
config_gui.ini
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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
; the logging level : indicates how verbose the Wizard is in the console
; should be one of, by order of severity : ERROR WARN INFO DEBUG
; default is INFO
log.level=INFO
; directory where several scripts are stored
scripts.path=./scripts
; name of the scripts called by the interface
scripts.multipole_gauss=submit-remote-abinitio.py
scripts.submitCHARMM_Den_Vap=submit-remote-charmm.py
scripts.submitCHARMM_DG=charmm-ti/perform-ti.py
scripts.atom_types=calc_LRA.py
scripts.prepare_fitting_table=mtp_fittab_maker.py
scripts.fitting=fit.mtp.py
scripts.vmd_display=vmd_visualizeCube.vmd
scripts.export_data=mtp_prm.to.pun.py
scripts.export_data_convert=pun2charmmlpun.py
; if you get an error message with missing python dependencies
; update consequently the following paths variables
scripts.pythonpath=/usr/local/lib64/python2.7/site-packages/
scripts.ld_library_path=/usr/local/lib/
; path where to store generated files
data.path=./data
; if an external database is used (only MySQL compatible for the moment)
;DB.type=mysql
;DB.connect=jdbc:mysql://yourHost:port/dbname
;DB.user=dbuser
;DB.password=dbpassword
;backup local database in a *.sqlite file in the db subdirectory (if connection failed before)
DB.type.local=sqlite
DB.connect.local=jdbc:sqlite:db/db_mobley_extended_v2.sqlite
; before running, verify that dependencies are present on the machine
application.verify_setup=true
;debugging and testing features, keep to false by default
mocks.enabled=false
mocks.use_gaussian_mock=false
; comment or delete the following terms for disabling mail sending
;mail.recipient=name@domain
;mail.sender=name@domain
;mail.smtp.host=localhost
; default parameters for the quantum calculation using gaussian
default.net_charge=0
default.quantum_chemical_details=#P MP2/aug-cc-PVDZ nosymm
default.number_of_cores=1
default.state=1
; default parameters for MTP fit procedure
default.monopole_convergence=0.1
default.ignore_hydrogen=false
default.rank=2