| 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 "sysbuilder" |
| 6 |
version "1.0" |
| 7 |
|
| 8 |
# Options |
| 9 |
option "nanoparticle" n "Build nanoparticle model" flag off |
| 10 |
option "vacancies" v "Build nanoparticle with vacancies %." double no |
| 11 |
option "vacancyradius" - "Radius(A) between core-shell interface to build vacancies." double no |
| 12 |
option "core" - "Core model name. For a single component particle, the model for the particle." string no |
| 13 |
option "shell" - "Shell model name." string no |
| 14 |
option "randomparticle" - "Create an random configuration mole fraction %." double no |
| 15 |
option "bilayer" - "Tries to build a basic bilayer with the specified number of lipids in the input bass file. The bilayer will be surrounded by the number of solvent molecules specified in the bass file. -note: combined with -r the simulation will start the lipids randomly oriented in a sea of water." flag off |
| 16 |
option "lipid" - "Lipid model in BASS file" string no |
| 17 |
option "water" - "Water model in BASS file" string no |
| 18 |
option "random" r "Build randomly oriented lipids in a sea of water" flag off |
| 19 |
option "include" I "File name that should be included at the top of the output bass file." string no multiple |
| 20 |
option "output" o "Output file name" string no |
| 21 |
option "latticespacing" - "Lattice spacing in angstroms" double no |
| 22 |
option "latticetype" - "Lattice type string. Valid types are fcc,hcp,bcc and hcp-water." string no |