Removing (inaccurate) virial temperature calc.
authorMichael Shirts <michael.shirts@virginia.edu>
Sat, 1 Dec 2012 20:23:47 +0000 (15:23 -0500)
committerMark Abraham <mark.j.abraham@gmail.com>
Thu, 6 Dec 2012 15:39:42 +0000 (16:39 +0100)
commitbcc2894b00a7056e497f6d78eac7f826f103271e
tree5ff4e8580c81179ca274c8ec984e201d6cb1e6a9
parentd80e0a2ccc7f1ed9a4bc65a24858ae2b663105ba
Removing (inaccurate) virial temperature calc.

Removing the virial temperature, which is not a reliable measure.
Earlier, I had put in a calculation of temperature via the virial
to try to validate the potential energy distribution. It turns out
this is not a good way of doing things, as the virial temperature
differs from the true temperature by a factor proportional to the
pressure, which is not very useful for sentitive calculations.  It's
better to use the ensemble validation relationships I developed.
So in the spirit of simplifying the code (which we all agree needs
to be done), I'm removing this calculation.

Change-Id: Ic942b9af294d928d1675de4f45436dc43aff9649
include/types/idef.h
src/gmxlib/ifunc.c
src/gmxlib/tpxio.c
src/mdlib/ebin.c
src/mdlib/md_support.c
src/mdlib/mdebin.c
src/mdlib/stat.c