forked from Goodman-lab/DP5
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsettings.example
More file actions
19 lines (15 loc) · 756 Bytes
/
settings.example
File metadata and controls
19 lines (15 loc) · 756 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Config file for DP4-AI settings
# Any settings here override the hardcoded defaults in the PyDP4.py
# Empty lines or lines containing # are ignored
# Setting definition starts with settings attribute, followed by equals sign,
# then the value. No quotes, no spaces anywhere
# Define the root folder for Schrodinger software
SCHRODINGER=not-installed
# Define the root folder for Tinker software,
# must contain bin/scan and params/mmff.prm for the process to work
TinkerPath=/home/ke291/TINKER/
# Path to nwchem executable. If it's in the path, can be just nwchem
NWChemPath=nwchem
# Path to Gaussian executable. If it's in the path, can be just g09 or g16
# If left empty, it will attempt to use g09 in GAUS_EXEDIR environment variable
GausPath=g16