.TH genion 1 "Mon 4 Apr 2011" "" "GROMACS suite, VERSION 4.5.4-dev-20110404-bc5695c" .SH NAME genion - generates mono atomic ions on energetically favorable positions .B VERSION 4.5.4-dev-20110404-bc5695c .SH SYNOPSIS \f3genion\fP .BI "\-s" " topol.tpr " .BI "\-table" " table.xvg " .BI "\-n" " index.ndx " .BI "\-o" " out.gro " .BI "\-g" " genion.log " .BI "\-pot" " pot.pdb " .BI "\-p" " topol.top " .BI "\-[no]h" "" .BI "\-[no]version" "" .BI "\-nice" " int " .BI "\-xvg" " enum " .BI "\-np" " int " .BI "\-pname" " string " .BI "\-pq" " int " .BI "\-nn" " int " .BI "\-nname" " string " .BI "\-nq" " int " .BI "\-rmin" " real " .BI "\-[no]random" "" .BI "\-seed" " int " .BI "\-scale" " real " .BI "\-conc" " real " .BI "\-[no]neutral" "" .SH DESCRIPTION \&\fB genion\fR replaces solvent molecules by monoatomic ions at \&the position of the first atoms with the most favorable electrostatic \&potential or at random. The potential is calculated on all atoms, using \&normal GROMACS particle\-based methods (in contrast to other methods \&based on solving the Poisson\-Boltzmann equation). \&The potential is recalculated after every ion insertion. \&If specified in the run input file, a reaction field, shift function \&or user function can be used. For the user function a table file \&can be specified with the option \fB \-table\fR. \&The group of solvent molecules should be continuous and all molecules \&should have the same number of atoms. \&The user should add the ion molecules to the topology file or use \&the \fB \-p\fR option to automatically modify the topology. \&The ion molecule type, residue and atom names in all force fields \&are the capitalized element names without sign. This molecule name \&should be given with \fB \-pname\fR or \fB \-nname\fR, and the \&\fB [molecules]\fR section of your topology updated accordingly, \&either by hand or with \fB \-p\fR. Do not use an atom name instead! \& Ions which can have multiple charge states get the multiplicity \&added, without sign, for the uncommon states only. \&With the option \fB \-pot\fR the potential can be written as B\-factors \&in a \fB .pdb\fR file (for visualisation using e.g. Rasmol). \&The unit of the potential is 1000 kJ/(mol e), the scaling be changed \&with the \fB \-scale\fR option. \&For larger ions, e.g. sulfate we recommended using \fB genbox\fR. .SH FILES .BI "\-s" " topol.tpr" .B Input Run input file: tpr tpb tpa .BI "\-table" " table.xvg" .B Input, Opt. xvgr/xmgr file .BI "\-n" " index.ndx" .B Input, Opt. Index file .BI "\-o" " out.gro" .B Output Structure file: gro g96 pdb etc. .BI "\-g" " genion.log" .B Output Log file .BI "\-pot" " pot.pdb" .B Output, Opt. Protein data bank file .BI "\-p" " topol.top" .B In/Out, Opt. Topology file .SH OTHER OPTIONS .BI "\-[no]h" "no " Print help info and quit .BI "\-[no]version" "no " Print version info and quit .BI "\-nice" " int" " 19" Set the nicelevel .BI "\-xvg" " enum" " xmgrace" xvg plot formatting: \fB xmgrace\fR, \fB xmgr\fR or \fB none\fR .BI "\-np" " int" " 0" Number of positive ions .BI "\-pname" " string" " NA" Name of the positive ion .BI "\-pq" " int" " 1" Charge of the positive ion .BI "\-nn" " int" " 0" Number of negative ions .BI "\-nname" " string" " CL" Name of the negative ion .BI "\-nq" " int" " \-1" Charge of the negative ion .BI "\-rmin" " real" " 0.6 " Minimum distance between ions .BI "\-[no]random" "yes " Use random placement of ions instead of based on potential. The rmin option should still work .BI "\-seed" " int" " 1993" Seed for random number generator .BI "\-scale" " real" " 0.001 " Scaling factor for the potential for \fB \-pot\fR .BI "\-conc" " real" " 0 " Specify salt concentration (mol/liter). This will add sufficient ions to reach up to the specified concentration as computed from the volume of the cell in the input \fB .tpr\fR file. Overrides the \fB \-np\fR and \fB \-nn\fR options. .BI "\-[no]neutral" "no " This option will add enough ions to neutralize the system. In combination with the concentration option a neutral system at a given salt concentration will be generated. .SH KNOWN PROBLEMS \- Calculation of the potential is not reliable, therefore the \fB \-random\fR option is now turned on by default. \- If you specify a salt concentration existing ions are not taken into account. In effect you therefore specify the amount of salt to be added. .SH SEE ALSO .BR gromacs(7) More information about \fBGROMACS\fR is available at <\fIhttp://www.gromacs.org/\fR>.