alexxy/gromacs.git
13 years agoTons of small fixes to documentation.
Justin Lemkul [Wed, 23 Mar 2011 00:41:46 +0000 (20:41 -0400)]
Tons of small fixes to documentation.

These are a lot of editorial fixes (style, typos, etc) but also an
introduction of symbols in equations and normal text that I think (1)
makes the manual look prettier and (2) makes the terminology easier to
follow throughout the manual, back to earlier chapters, etc.

13 years agoLots of editorial fixes to descriptions, etc. to make the manual
Justin Lemkul [Tue, 22 Mar 2011 14:55:40 +0000 (10:55 -0400)]
Lots of editorial fixes to descriptions, etc. to make the manual
a bit cleaner and more consistent.

13 years agofixed replica exchange quantity consistency check
Berk Hess [Tue, 22 Mar 2011 13:42:15 +0000 (14:42 +0100)]
fixed replica exchange quantity consistency check

13 years agoNew maintenance release: 4.5.4
Rossen Apostolov [Mon, 21 Mar 2011 15:18:18 +0000 (16:18 +0100)]
New maintenance release: 4.5.4

13 years agoThe -version flag now prints more information.
Sander Pronk [Mon, 21 Mar 2011 15:02:23 +0000 (16:02 +0100)]
The -version flag now prints more information.

mdrun -version now prints whether the binary is single/double
precision, the parallellization library used, and the FFT library.

13 years agoFixed warning arising from gmx_hbond.c
Erik Marklund [Mon, 21 Mar 2011 12:46:33 +0000 (13:46 +0100)]
Fixed warning arising from gmx_hbond.c

13 years agoFixed more real/double issues in gmx_density
Rossen Apostolov [Mon, 21 Mar 2011 11:26:12 +0000 (12:26 +0100)]
Fixed more real/double issues in gmx_density

13 years agoRemoved duplicated EXTRA_DIST entry in src/tools/Makefiles.am
Rossen Apostolov [Mon, 21 Mar 2011 10:52:22 +0000 (11:52 +0100)]
Removed duplicated EXTRA_DIST entry in src/tools/Makefiles.am

13 years agoAdded back Template.mak.
Rossen Apostolov [Mon, 21 Mar 2011 10:11:09 +0000 (11:11 +0100)]
Added back Template.mak.

13 years agoFixed real/double issue in gmx_density
Sander Pronk [Mon, 21 Mar 2011 09:58:28 +0000 (10:58 +0100)]
Fixed real/double issue in gmx_density

13 years agoRemoved some template files from installation.
Rossen Apostolov [Mon, 21 Mar 2011 09:35:28 +0000 (10:35 +0100)]
Removed some template files from installation.

13 years agoVarious fixes for Windows builds.
Sander Pronk [Thu, 17 Mar 2011 10:58:42 +0000 (11:58 +0100)]
Various fixes for Windows builds.

13 years agoMade g_sgangle fatal error a bit more verbose.
Justin Lemkul [Wed, 16 Mar 2011 15:17:41 +0000 (11:17 -0400)]
Made g_sgangle fatal error a bit more verbose.

13 years agomdrun -multi, multidir and replica exchange now exchange large int step sizes.
Sander Pronk [Wed, 16 Mar 2011 11:54:12 +0000 (12:54 +0100)]
mdrun -multi, multidir and replica exchange now exchange large int step sizes.

When coordinating step numbers, multirun now sends large ints.
An MPI datatype for that is now introduced: GMX_MPI_LARGE_INT.

13 years agoMultisim simulations now all stop when the first one stops.
Sander Pronk [Tue, 15 Mar 2011 14:37:55 +0000 (15:37 +0100)]
Multisim simulations now all stop when the first one stops.

This fixes a bug where all MPI nodes would hang once the first
simulation in a multisim finishes.

13 years agog_options source files are now properly packaged
Rossen Apostolov [Mon, 14 Mar 2011 13:30:36 +0000 (14:30 +0100)]
g_options source files are now properly packaged

The tool is installed by default by both CMake and autoconf

13 years agofixed bd with bd_fric>0 making all coordinates 0
Berk Hess [Mon, 14 Mar 2011 07:25:29 +0000 (08:25 +0100)]
fixed bd with bd_fric>0 making all coordinates 0

13 years agofixed precision of g_traj -com for large groups
Berk Hess [Mon, 14 Mar 2011 07:25:00 +0000 (08:25 +0100)]
fixed precision of g_traj -com for large groups

13 years agoMerge branch 'release-4-5-patches' of git.gromacs.org:gromacs into release-4-5-patches
Sander Pronk [Fri, 11 Mar 2011 15:31:38 +0000 (16:31 +0100)]
Merge branch 'release-4-5-patches' of git.gromacs.org:gromacs into release-4-5-patches

13 years agoadd pdb2gmx check for multiple .ff directories
Berk Hess [Fri, 11 Mar 2011 10:57:34 +0000 (11:57 +0100)]
add pdb2gmx check for multiple .ff directories

pdb2gmx will currently always read from the first .ff directory
in the library directory search list. Therefore selecting a second
force field with the same directory name would still lead to reading
the files in the first directory. A verbose fatal error now occurs
when not choosing the first of multiple entries.
This fixes #619

13 years agofixed memory error in element setting in pdbio
Berk Hess [Fri, 11 Mar 2011 10:12:18 +0000 (11:12 +0100)]
fixed memory error in element setting in pdbio

Atom types without element would cause a NULL pointer to be passed
to sprintf in get_pdb_atomnumber. This could cause the memory of
pdb2gmx to get corrupted and print incorrect atom types and charges.
This would not affect normal pdb files and force fields, since all
atom in there are "real" atoms. This fixes #618

13 years agoadded histidine names for gen_vsite, fixes 706
Berk Hess [Fri, 11 Mar 2011 09:43:20 +0000 (10:43 +0100)]
added histidine names for gen_vsite, fixes 706

13 years agoMore allocation fixes for NUMA allocator.
Sander Pronk [Thu, 10 Mar 2011 16:30:39 +0000 (17:30 +0100)]
More allocation fixes for NUMA allocator.

13 years agoAdded documentation for multidir.
Sander Pronk [Thu, 10 Mar 2011 16:27:26 +0000 (17:27 +0100)]
Added documentation for multidir.

13 years agoAdded more support for multidir.
Sander Pronk [Thu, 10 Mar 2011 16:24:12 +0000 (17:24 +0100)]
Added more support for multidir.

13 years agog_membed bug #697 fix. Remove empty molblocks due to
Maarten Wolf [Thu, 10 Mar 2011 09:53:32 +0000 (10:53 +0100)]
g_membed bug #697 fix. Remove empty molblocks due to
removing these molecules

13 years agoAdded grompp note about avoiding zero-step EM
Mark Abraham [Tue, 8 Mar 2011 12:29:13 +0000 (23:29 +1100)]
Added grompp note about avoiding zero-step EM

People try to do zero-step EM to evaluate energies of single
configurations. grompp now writes a note that this will alter the
coordinates before computing the energy, and recommends zero-step MD,
or the use of mdrun -rerun.

13 years agoremoved global #atoms allocation for empty DD cells
Berk Hess [Mon, 7 Mar 2011 21:10:02 +0000 (22:10 +0100)]
removed global #atoms allocation for empty DD cells

13 years agoremoved a global #atoms alloc in mdrun initialization
Berk Hess [Mon, 7 Mar 2011 15:00:01 +0000 (16:00 +0100)]
removed a global #atoms alloc in mdrun initialization

13 years agoMerge branch 'release-4-5-patches' of git@git.gromacs.org:gromacs into release-4...
David van der Spoel [Sat, 5 Mar 2011 19:07:30 +0000 (20:07 +0100)]
Merge branch 'release-4-5-patches' of git@git.gromacs.org:gromacs into release-4-5-patches

13 years agoFixed SEGV in eneconv when using the -e flag.
David van der Spoel [Sat, 5 Mar 2011 19:06:53 +0000 (20:06 +0100)]
Fixed SEGV in eneconv when using the -e flag.

13 years agoReplaced strdups with gmx_strdups so that they can be sfree()'d safely.
Sander Pronk [Thu, 3 Mar 2011 17:17:24 +0000 (18:17 +0100)]
Replaced strdups with gmx_strdups so that they can be sfree()'d safely.

Patch providided by Scott Field from Microsoft as part of NUMA optimizations.

13 years agomade the g_density accumulation double precision
Berk Hess [Thu, 3 Mar 2011 16:08:38 +0000 (17:08 +0100)]
made the g_density accumulation double precision

13 years agofixed a typo in cmake pkg-config files
Christoph Junghans [Thu, 3 Mar 2011 13:39:38 +0000 (14:39 +0100)]
fixed a typo in cmake pkg-config files

13 years agoFixed wrong error message when using flooding code as harmonic
Carsten Kutzner [Thu, 3 Mar 2011 10:56:50 +0000 (11:56 +0100)]
Fixed wrong error message when using flooding code as harmonic
restraint. Also added comments.

13 years agoSmall fixes to g_dielectric description to improve readability.
Justin Lemkul [Tue, 1 Mar 2011 14:59:35 +0000 (09:59 -0500)]
Small fixes to g_dielectric description to improve readability.

13 years agoFixed bug #714: deprecated structure in gettimeofday
Carsten Kutzner [Tue, 1 Mar 2011 12:06:31 +0000 (13:06 +0100)]
Fixed bug #714: deprecated structure in gettimeofday

13 years agoAnother typo.
Justin Lemkul [Sat, 26 Feb 2011 13:32:53 +0000 (08:32 -0500)]
Another typo.

13 years agoFixed some typos in mdp_opt.html
Justin Lemkul [Sat, 26 Feb 2011 13:29:23 +0000 (08:29 -0500)]
Fixed some typos in mdp_opt.html

13 years agoFixed typo in citation.
Justin Lemkul [Fri, 25 Feb 2011 23:44:47 +0000 (18:44 -0500)]
Fixed typo in citation.

13 years agoCorrected output of a warning message.
Carsten Kutzner [Fri, 25 Feb 2011 18:37:58 +0000 (19:37 +0100)]
Corrected output of a warning message.

13 years agoAdded the -fix option to g_tune_pme for tuning of rcoulomb and grid
Carsten Kutzner [Fri, 25 Feb 2011 18:30:32 +0000 (19:30 +0100)]
Added the -fix option to g_tune_pme for tuning of rcoulomb and grid
at a fixed number of PME-only nodes.

13 years agoalso renamed options to g_options in Makefile.am
Berk Hess [Thu, 24 Feb 2011 16:39:28 +0000 (17:39 +0100)]
also renamed options to g_options in Makefile.am

13 years agoadded missing density factor to cosaccel 1/viscosity output
Berk Hess [Thu, 24 Feb 2011 14:37:26 +0000 (15:37 +0100)]
added missing density factor to cosaccel 1/viscosity output

13 years agopdb model numbers now start at 1
Berk Hess [Thu, 24 Feb 2011 13:04:14 +0000 (14:04 +0100)]
pdb model numbers now start at 1

The general pdb writing code and trjconv could write pdb files
with 0 as the first model number. The minimum been changed to 1.
This fixes #709

13 years agoadded cmake warning when the cache generated on another host is reused
Szilard Pall [Wed, 23 Feb 2011 12:59:32 +0000 (13:59 +0100)]
added cmake warning when the cache generated on another host is reused

13 years agofixed incorrect virial and pressure averages
Berk Hess [Wed, 23 Feb 2011 12:51:24 +0000 (13:51 +0100)]
fixed incorrect virial and pressure averages

Removed a second, incorrect setting of flags for storage of energy averages
in mdrun.
This would cause incorrect averages of the virial and pressure to be stored
in the energy file and printed at the end of the log file when the lowest
common denominator of nstcomm, nsttcouple and/or nstpcouple was less than
nstcalcenergy. Note that the instantaneous values and the actual simulation
results were all correct.
Additionally there was a potential issue with parallel checkpoint signalling
with -gcom larger than nstlist which could lead to hanging of mdrun.
This fixes #696

13 years agoadded support for harmonic potential (bond type 7) in OpenMM
Berk Hess [Mon, 21 Feb 2011 14:26:10 +0000 (15:26 +0100)]
added support for harmonic potential (bond type 7) in OpenMM

13 years agomade maximum load balancing tunable with env.var. GMX_DLB_MAX
Berk Hess [Mon, 21 Feb 2011 14:24:46 +0000 (15:24 +0100)]
made maximum load balancing tunable with env.var. GMX_DLB_MAX

13 years agofixed dynamic load balancing inactive with -gcom and pressure scaling with -gcom...
Berk Hess [Sun, 20 Feb 2011 18:51:10 +0000 (19:51 +0100)]
fixed dynamic load balancing inactive with -gcom and pressure scaling with -gcom when nstpcouple<nstcalcenergy

13 years agoadded some debug prints to gmxcpp.c
Berk Hess [Sun, 20 Feb 2011 18:49:37 +0000 (19:49 +0100)]
added some debug prints to gmxcpp.c

13 years agoMinor fix for when write_dhdl_file=false and delta_lambda != 0
Sander Pronk [Sun, 20 Feb 2011 09:54:14 +0000 (10:54 +0100)]
Minor fix for when write_dhdl_file=false and delta_lambda != 0

13 years agoMerge branch 'release-4-5-patches' of git.gromacs.org:gromacs into release-4-5-patches
Carsten Kutzner [Wed, 16 Feb 2011 17:05:06 +0000 (18:05 +0100)]
Merge branch 'release-4-5-patches' of git.gromacs.org:gromacs into release-4-5-patches

13 years agoFixed int overflow happening in genion when number of water molecules is large
Carsten Kutzner [Wed, 16 Feb 2011 16:37:06 +0000 (17:37 +0100)]
Fixed int overflow happening in genion when number of water molecules is large

13 years agoFixed a rare bug in selection position handling.
Teemu Murtola [Wed, 16 Feb 2011 15:53:32 +0000 (17:53 +0200)]
Fixed a rare bug in selection position handling.

If the "whole" prefix was used on a position calculation that applied to
a static selection (e.g., "whole_res_com of name CA CB"), the block data
for the output positions was incorrect.

13 years agoAdd -tu option to g_hbond.
Justin Lemkul [Wed, 16 Feb 2011 15:38:39 +0000 (10:38 -0500)]
Add -tu option to g_hbond.

IssueID #580

13 years agoClarified source of g_rmsf reference frame
Mark Abraham [Wed, 16 Feb 2011 06:14:00 +0000 (17:14 +1100)]
Clarified source of g_rmsf reference frame

13 years agoSmall fix to improve xpm2ps output
Justin Lemkul [Tue, 15 Feb 2011 19:07:38 +0000 (14:07 -0500)]
Small fix to improve xpm2ps output

13 years agoAdded workaround for F_GB13 duplicates
Mark Abraham [Sun, 13 Feb 2011 01:11:35 +0000 (12:11 +1100)]
Added workaround for F_GB13 duplicates

Under some conditions, identical reference bond lengths could lead to
different computed 1-3 lengths (using icc 11 and double precision, at
least). These then failed the memcmp() test that removes duplicate
parameter lists, which led to near-duplicates in the
function-parameters lists. In theory, we shouldn't test for
floating-point equality with memcmp(), but in theory the test should
work, too!

Instead of memcmp(), for F_GB13 only, tests with
gmx_within_tol(a,b,1e-6) are now used. That should be an acceptable
compromise between expected function, numerical accuracy and grompp
execution time.

IssueID #699

13 years agoFixed erroneous floating-point comparison
Mark Abraham [Sun, 13 Feb 2011 00:27:24 +0000 (11:27 +1100)]
Fixed erroneous floating-point comparison

IssueID #699

13 years agoAdded note about doing repeat invocations of genbox
Mark Abraham [Sat, 12 Feb 2011 02:20:58 +0000 (13:20 +1100)]
Added note about doing repeat invocations of genbox

13 years agofixed buggy detection of hostname and time of build in CMake
Szilard Pall [Fri, 11 Feb 2011 18:14:09 +0000 (19:14 +0100)]
fixed buggy detection of hostname and time of build in CMake

13 years agoRemoved ancient CVS tag lines
Mark Abraham [Fri, 11 Feb 2011 07:31:52 +0000 (18:31 +1100)]
Removed ancient CVS  tag lines

13 years agoUsed some spacing to make code readable
Mark Abraham [Fri, 11 Feb 2011 07:11:18 +0000 (18:11 +1100)]
Used some spacing to make code readable

13 years agoUsed symbolic constant more consistently
Mark Abraham [Fri, 11 Feb 2011 06:57:27 +0000 (17:57 +1100)]
Used symbolic constant more consistently

13 years agoMade the "multiple settles" fatal error more helpful
Mark Abraham [Fri, 11 Feb 2011 06:43:22 +0000 (17:43 +1100)]
Made the "multiple settles" fatal error more helpful

The error message now explains the origin of the issue, hints at a
common reason for erroneously provoking this error, and still
provides the previously-given tip for resolving the issue for users
who really need two molecule blocks of constrained solvent.

13 years agoFixed a bug in g_energy -odh
Sander Pronk [Thu, 10 Feb 2011 10:39:57 +0000 (11:39 +0100)]
Fixed a bug in g_energy -odh

Can now succesfully extract dhdl values with g_energy when
delta_lambda>0

13 years agousing set_mm_ps to make pgi happy
Roland Schulz [Thu, 23 Sep 2010 05:34:02 +0000 (01:34 -0400)]
using set_mm_ps to make pgi happy

Asked about this commit 10Apr2010 and got no answer. Committing it now so that it deosn't get lost
Should have no effect on gcc and fixes it for PGI

13 years agoFixed a typo.
Justin Lemkul [Thu, 3 Feb 2011 00:51:41 +0000 (19:51 -0500)]
Fixed a typo.

13 years agoFixed minor issue with replica exchange
Mark Abraham [Wed, 2 Feb 2011 04:48:20 +0000 (15:48 +1100)]
Fixed minor issue with replica exchange

If the user chose mdrun -replex that was not a multiple of
nstcalcenergy, then replica exchange could occur when energies were
not current. Fixed by requiring repl_ex_nst to be a multiple of
nstcalcenergy, as with similar mechanisms for global
intra-simulation communication.

IssueID #695

13 years agoImproved PBC handling for large molecules during cluster PBC
Erik Lindahl [Sun, 30 Jan 2011 20:59:08 +0000 (21:59 +0100)]
Improved PBC handling for large molecules during cluster PBC

13 years agoFixed the pbc cluster option of trjconv by switching to a slower algorithm
Erik Lindahl [Sun, 30 Jan 2011 20:15:41 +0000 (21:15 +0100)]
Fixed the pbc cluster option of trjconv by switching to a slower algorithm

13 years agoMerge branch 'release-4-5-patches' of git@git.gromacs.org:gromacs into release-4...
David van der Spoel [Sat, 29 Jan 2011 21:19:45 +0000 (22:19 +0100)]
Merge branch 'release-4-5-patches' of git@git.gromacs.org:gromacs into release-4-5-patches

13 years agoAdded code in g_nmeig to compute the quantum corrections to heat capacity
David van der Spoel [Sat, 29 Jan 2011 21:19:17 +0000 (22:19 +0100)]
Added code in g_nmeig to compute the quantum corrections to heat capacity
and enthalpy, based on a normal mode analysis.
Added one and fixed one reference in copyrite.c

13 years agoAdded forgotten file
Mark Abraham [Fri, 28 Jan 2011 07:38:23 +0000 (18:38 +1100)]
Added forgotten file

IssueID #690

13 years agoTurned g_options into a normal GROMACS tool
Mark Abraham [Fri, 28 Jan 2011 07:18:38 +0000 (18:18 +1100)]
Turned g_options into a normal GROMACS tool

Made the old src/contrib/options into g_options which is built and
installed by CMake by default.

IssueID #690

13 years agoRenamed src/tools/options.c
Mark Abraham [Fri, 28 Jan 2011 07:02:33 +0000 (18:02 +1100)]
Renamed src/tools/options.c

IssueID #690

13 years agoImproved grompp documentation
Mark Abraham [Fri, 28 Jan 2011 03:04:04 +0000 (14:04 +1100)]
Improved grompp documentation

Added clarification points about whether coordinates come from -t or -c
files, reworded the recommendations about restarts, and added a tip
that gmxcheck can compare .tpr files.

IssueID #688

13 years agoMerge branch 'release-4-5-patches' of git@git.gromacs.org:gromacs into release-4...
David van der Spoel [Wed, 26 Jan 2011 19:56:23 +0000 (20:56 +0100)]
Merge branch 'release-4-5-patches' of git@git.gromacs.org:gromacs into release-4-5-patches

13 years agoImproved genion -h
Mark Abraham [Tue, 25 Jan 2011 12:22:28 +0000 (23:22 +1100)]
Improved genion -h

Explicit mention is now made of the need to use the correct
molecule names for ions with -pname and -nname, and in the topology.

13 years agoRelocated some t_matrix documentation
Mark Abraham [Tue, 25 Jan 2011 07:09:14 +0000 (18:09 +1100)]
Relocated some t_matrix documentation

13 years agoImproved do_dssp -ssdump output
Mark Abraham [Tue, 25 Jan 2011 07:06:21 +0000 (18:06 +1100)]
Improved do_dssp -ssdump output

do_dssp -sc now dumps rows of strings with the secondary structure
content for the whole trajectory. g_chi has a feature that reads in
this file, however g_chi is hard-coded to read only the first line,
so this change does not affect that feature.

IssueID #683

13 years agoImproved do_dssp -sc output
Mark Abraham [Tue, 25 Jan 2011 06:43:38 +0000 (17:43 +1100)]
Improved do_dssp -sc output

do_dssp -sc now computes the total for each secondary structure type.
This makes it easy to report the average secondary structure content
by type in a comment at the bottom of that file.

IssueID #683

13 years agoVarious small changes to the man pages.
Justin Lemkul [Mon, 24 Jan 2011 00:01:08 +0000 (19:01 -0500)]
Various small changes to the man pages.

13 years agoSmall fix for editconf related to formatting consistency.
Justin Lemkul [Sun, 23 Jan 2011 21:38:35 +0000 (16:38 -0500)]
Small fix for editconf related to formatting consistency.

IssueID #677

13 years agoRemove g_highway from list of programs
Mark Abraham [Sun, 23 Jan 2011 09:04:32 +0000 (20:04 +1100)]
Remove g_highway from list of programs

13 years agoImproved conversion of documentation to LaTeX
Mark Abraham [Sun, 23 Jan 2011 06:12:15 +0000 (17:12 +1100)]
Improved conversion of documentation to LaTeX

Sundry improvements to the way textual markup in the inline
documentation for GROMACS tools was converted into LaTeX markup via
'g_tool_name -man tex' for inclusion in the LaTeX manual.

IssueID #677

13 years agoImproved consistency of text style usage
Mark Abraham [Sun, 23 Jan 2011 11:24:25 +0000 (22:24 +1100)]
Improved consistency of text style usage

All references to tool names, option names, and command line inputs
should be like '[TT]g_tool_name[tt]' or '<tt>-rerun</tt>' (depending
on the type of file), so that when it reaches the LaTeX manual, the
monospace font conveys the standard meaning, which is that this is
something the user might type.

IssueID #677

13 years agoMinor wording fixes
Mark Abraham [Sun, 23 Jan 2011 11:21:37 +0000 (22:21 +1100)]
Minor wording fixes

13 years agoMoved options.c to tools subdir
Mark Abraham [Sat, 22 Jan 2011 04:28:10 +0000 (15:28 +1100)]
Moved options.c to tools subdir

CMake doesn't work on src/contrib, so in order to get a current version
of the program options to build the manual, options.c has moved to
src/tools. Build systems have been updated accordingly. This program
will not be installed by default. CMake will build it by default, and
autotools will not.

13 years agocmake: added back gsl support (GMX_GSL, disabled by default)
Mark Abraham [Sun, 23 Jan 2011 00:27:48 +0000 (11:27 +1100)]
cmake: added back gsl support (GMX_GSL, disabled by default)

Conflicts:

src/tools/CMakeLists.txt

13 years agocmake: added GMX_XML to fully disable xml support
Christoph Junghans [Sat, 22 Jan 2011 18:37:45 +0000 (19:37 +0100)]
cmake: added GMX_XML to fully disable xml support

this is useful, when compiling statically and libxml2.a is missing or
libxml2 is broken for static linking
(see http://bugs.gentoo.org/show_bug.cgi?id=306479)

13 years agocmake: add support for external blas/lapack
Christoph Junghans [Sat, 22 Jan 2011 17:46:32 +0000 (18:46 +0100)]
cmake: add support for external blas/lapack

13 years agoFixed bug 678 which was due to calling gmx_fatal without calling
David van der Spoel [Sat, 22 Jan 2011 09:02:58 +0000 (10:02 +0100)]
Fixed bug 678 which was due to calling gmx_fatal without calling
parse_common_args before.

13 years agoAdded g_pme_error to programs.txt
Justin Lemkul [Fri, 21 Jan 2011 19:26:06 +0000 (14:26 -0500)]
Added g_pme_error to programs.txt

13 years agoMore minor formatting/editorial fixes for the manual.
Justin Lemkul [Fri, 21 Jan 2011 14:55:38 +0000 (09:55 -0500)]
More minor formatting/editorial fixes for the manual.

IssueID #671

13 years agoAdded NHE to OPLS/AA pdb2gmx hydrogen database
Mark Abraham [Thu, 20 Jan 2011 09:46:02 +0000 (20:46 +1100)]
Added NHE to OPLS/AA pdb2gmx hydrogen database

The pdb2gmx residue database includes the NH2 capping group, and its
synonym NHE. The latter was missing from the .hdb, which is now fixed.

13 years agoMade gmxdump error message clearer.
Mark Abraham [Thu, 20 Jan 2011 06:10:46 +0000 (17:10 +1100)]
Made gmxdump error message clearer.

The old message was a bit cryptic about both the reason for the error,
and the suggested course of action.

13 years agoFixes to g_wham documentation.
Justin Lemkul [Wed, 19 Jan 2011 18:45:57 +0000 (13:45 -0500)]
Fixes to g_wham documentation.

Mostly formatting issues in the source code, making it
(hopefully) a bit easier to read and keep track of. The
help info ate up a lot of space in the manual, so the
changes I made should make it a bit more compact.

IssueID #671

13 years agoTons of tiny changes to documentation. Manual looks prettier now.
Justin Lemkul [Wed, 19 Jan 2011 16:33:54 +0000 (11:33 -0500)]
Tons of tiny changes to documentation.  Manual looks prettier now.

IssueID #671