ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/SHAPES/forcer.ggo
Revision: 1240
Committed: Fri Jun 4 16:11:27 2004 UTC (20 years, 1 month ago) by gezelter
File size: 912 byte(s)
Log Message:
Initial import of SHAPES code

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 groupoption "charmm" c "Use CHARMM 27 parameters" group="ForceField"
12 groupoption "amber" a "Use Amber99 parameters" group="ForceField"
13 groupoption "lj" l "Use Lennard-Jones parameters" group="ForceField"
14 groupoption "gaff" g "Use GAFF parameters" group="ForceField"
15 groupoption "opls" o "Use OPLS/AA parameters" group="ForceField"