forked from Goodman-lab/DP5
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
21 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
# Config file for DP4-AI settings | ||
# Any settings here override the hardcoded defaults in the PyDP4.py | ||
# 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= | ||
|
||
# Define the root folder for Tinker software, | ||
# must contain bin/scan and params/mmff.prm for the process to work | ||
TinkerPath=/home/ah809/Downloads/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= |