| 1 |
gezelter |
1295 |
# Input file for gengetopt --generates cmdline.c and cmdline.h |
| 2 |
|
|
# for parsing command line arguments useing getopt and getoptlong. |
| 3 |
|
|
# gengetopt is available from: |
| 4 |
|
|
# http://www.gnu.org/software/gengetopt/gengetopt.html |
| 5 |
|
|
package "shaper" |
| 6 |
|
|
version "0.99" |
| 7 |
|
|
defgroup "ForceField" groupdesc="A Force Field must be specified" yes |
| 8 |
|
|
|
| 9 |
|
|
# Options |
| 10 |
chrisfen |
1311 |
option "bandwidth" b "The step detail for the potential grids - typically a power of 2" int default="8" no |
| 11 |
|
|
option "tolerance" t "The tolerance for recognition of spherical harmonic terms" double default="0.01" no |
| 12 |
|
|
groupoption "charmm" c "Use CHARMM 27 parameters" group="ForceField" |
| 13 |
|
|
groupoption "amber" a "Use Amber99 parameters" group="ForceField" |
| 14 |
|
|
groupoption "lj" l "Use Lennard-Jones parameters" group="ForceField" |
| 15 |
|
|
groupoption "gaff" g "Use GAFF parameters" group="ForceField" |
| 16 |
|
|
groupoption "opls" o "Use OPLS/AA parameters" group="ForceField" |