[MMTK] Problem with Molecular Dynamics examples
Konrad Hinsen
hinsen@cnrs-orleans.fr
Sat, 24 Jul 1999 09:30:19 +0200
> "/usr/local/MMTK-2.0a7/MMTK/ForceFields/NonBondedInteractions.py", line
> 126, in evaluator
> eps, sigma, mix = self._ljParameters(t, global_data)
> ValueError: unpack tuple of wrong size
>
> any ideas as to what could be wrong?
That's fixed in the current version (2.0a9). Either get that one,
or as a quick hack replace the line above by
eps, sigma = self._ljParameters(t, global_data)
mix = 0
Konrad.
--
-------------------------------------------------------------------------------
Konrad Hinsen | E-Mail: hinsen@cnrs-orleans.fr
Centre de Biophysique Moleculaire (CNRS) | Tel.: +33-2.38.25.55.69
Rue Charles Sadron | Fax: +33-2.38.63.15.17
45071 Orleans Cedex 2 | Deutsch/Esperanto/English/
France | Nederlands/Francais
-------------------------------------------------------------------------------