ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/SHAPES/forcer.ggo
Revision: 1275
Committed: Tue Jun 15 22:36:23 2004 UTC (20 years ago) by chrisfen
File size: 1036 byte(s)
Log Message:
Added a bandwidth command-line option

File Contents

# Content
1 # 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 "forcer"
6 version "0.99"
7 defgroup "ForceField" groupdesc="A Force Field must be specified" yes
8
9 # Options
10 option "input" i "input file name" string typestr="filename" yes
11 option "bandwidth" b "The step detail for the potential grids - typically a power of 2" int default="8" 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"