ViewVC Help
View Directory | Revision Log | View Changeset | Root Listing
root/group/trunk/OOPSE/libmdtools
r618
File Last Change
 ../
MPIobj/ 400 (21 years ago) by mmeineke: *** empty log message ***
obj/ 400 (21 years ago) by mmeineke: *** empty log message ***
TorsionExtensions.cpp 378 (21 years ago) by mmeineke: This commit was generated by cvs2svn to compensate for changes in r377, which included commits to RCS files with non-trunk default branches.
Bend.cpp 378 (21 years ago) by mmeineke: This commit was generated by cvs2svn to compensate for changes in r377, which included commits to RCS files with non-trunk default branches.
mpiForceField.c 378 (21 years ago) by mmeineke: This commit was generated by cvs2svn to compensate for changes in r377, which included commits to RCS files with non-trunk default branches.
forceFactory.hpp 378 (21 years ago) by mmeineke: This commit was generated by cvs2svn to compensate for changes in r377, which included commits to RCS files with non-trunk default branches.
Linux_ifc_machdep.F90 378 (21 years ago) by mmeineke: This commit was generated by cvs2svn to compensate for changes in r377, which included commits to RCS files with non-trunk default branches.
fForceField.h 378 (21 years ago) by mmeineke: This commit was generated by cvs2svn to compensate for changes in r377, which included commits to RCS files with non-trunk default branches.
mpiForceField.h 378 (21 years ago) by mmeineke: This commit was generated by cvs2svn to compensate for changes in r377, which included commits to RCS files with non-trunk default branches.
vector_class.F90 378 (21 years ago) by mmeineke: This commit was generated by cvs2svn to compensate for changes in r377, which included commits to RCS files with non-trunk default branches.
Torsion.cpp 378 (21 years ago) by mmeineke: This commit was generated by cvs2svn to compensate for changes in r377, which included commits to RCS files with non-trunk default branches.
randomSPRNG.cpp 378 (21 years ago) by mmeineke: This commit was generated by cvs2svn to compensate for changes in r377, which included commits to RCS files with non-trunk default branches.
DipoleTestFF.cpp 378 (21 years ago) by mmeineke: This commit was generated by cvs2svn to compensate for changes in r377, which included commits to RCS files with non-trunk default branches.
mpiComponentPlan.h 405 (21 years ago) by gezelter: MPI stuff for passing out molecules
mpiSimulation.hpp 422 (21 years ago) by mmeineke: finished updating SimSetup to initialize and use the new MPI division of labour, and Molecule class
Exclude.hpp 435 (21 years ago) by mmeineke: fixed a bug where the Excludes were not being created properly
BendExtensions.cpp 438 (21 years ago) by chuckv: Fixes in MPI force calc and in Trappe_Ex parsing.
Exclude.cpp 438 (21 years ago) by chuckv: Fixes in MPI force calc and in Trappe_Ex parsing.
mpiSimulation_module.F90 441 (21 years ago) by chuckv: more bug fixes....
mpiSimulation.cpp 447 (21 years ago) by mmeineke: fixed some small things with simError.h
randomSPRNG.hpp 450 (21 years ago) by mmeineke: just little things like deleteing unused variables and such.
fortranWrappers.hpp 461 (21 years ago) by gezelter: bug fixes to fortran wrappers
fortranWrappers.cpp 462 (21 years ago) by gezelter: bug fixes for compilation
atype_module.F90 462 (21 years ago) by gezelter: bug fixes for compilation
neighborLists.F90 480 (21 years ago) by chuckv: Moved expand neighborlist to init_FF.
StatWriter.cpp 484 (21 years ago) by gezelter: Added volume and enthalpy to status file
Molecule.hpp 490 (21 years ago) by gezelter: Bug fix in progress for NPT
force_globals.F90 491 (21 years ago) by mmeineke: fixed a memory bug in Fortran, where molMembershipArray was declared nLocal instead of nGlobal.
calc_eam.F90 497 (21 years ago) by chuckv: Fixed ordering on NVT calculation in integrators.
EAM_FF.cpp 499 (21 years ago) by chuckv: More eam work.
GhostBend.cpp 539 (21 years ago) by mmeineke: fixed an a mismatched Ghostbend bug.
AbstractClasses.hpp 540 (21 years ago) by mmeineke: changed how NVT is now derived from Integrator
TraPPE_ExFF.cpp 542 (21 years ago) by mmeineke: currently modifiying Symplectic to become the basic integrator.
ForceFields.hpp 559 (21 years ago) by mmeineke: slowly converting to new integrator and forcefield names.
LJFF.cpp 561 (21 years ago) by mmeineke: Most of the integrator and NVT seem to be working now.
fortranWrapDefines.hpp 569 (21 years ago) by mmeineke: working on adding the box matrix to everything.
fSimulation.h 569 (21 years ago) by mmeineke: working on adding the box matrix to everything.
wrappers.F90 572 (21 years ago) by mmeineke: fixed the bugs introduced by switching the periodic box to a matrix
ReadWrite.hpp 586 (20 years ago) by mmeineke: Bug fixing NPTi and NPTf. there is some error in the caclulation of HmatInverse.
InitializeFromFile.cpp 590 (20 years ago) by mmeineke: fixed some bugs
DumpWriter.cpp 591 (20 years ago) by gezelter: Fixed hmat in DumpWriter (MPI) and eor.
StreamTokenizer.cpp 593 (20 years ago) by gezelter: Starting to worry about all the strtok() calls in our code
StreamTokenizer.hpp 593 (20 years ago) by gezelter: Starting to worry about all the strtok() calls in our code
DUFF.cpp 594 (20 years ago) by mmeineke: working on som integrator bugs
SimInfo.hpp 597 (20 years ago) by mmeineke: found a bug. Unit vectors were not being updated
ForceFields.cpp 597 (20 years ago) by mmeineke: found a bug. Unit vectors were not being updated
BondExtensions.cpp 597 (20 years ago) by mmeineke: found a bug. Unit vectors were not being updated
Atom.cpp 599 (20 years ago) by mmeineke: added get and set routines to Atom and DirectionalAtom
DirectionalAtom.cpp 599 (20 years ago) by mmeineke: added get and set routines to Atom and DirectionalAtom
NVT.cpp 600 (20 years ago) by gezelter: Fixes for get and set routines in Atom and DirectionalAtom
do_Forces.F90 601 (20 years ago) by gezelter: Removed some debugging write statements
Integrator.hpp 605 (20 years ago) by gezelter: Bugfix in NPTim, fixes for NPTfm
Molecule.cpp 610 (20 years ago) by gezelter: more archaic code fixes
Bond.cpp 610 (20 years ago) by gezelter: more archaic code fixes
NPTim.cpp 611 (20 years ago) by gezelter: Fixing pressure tensor
calc_sticky_pair.F90 611 (20 years ago) by gezelter: Fixing pressure tensor
calc_dipole_dipole.F90 611 (20 years ago) by gezelter: Fixing pressure tensor
Atom.hpp 611 (20 years ago) by gezelter: Fixing pressure tensor
calc_LJ_FF.F90 611 (20 years ago) by gezelter: Fixing pressure tensor
calc_gb.F90 611 (20 years ago) by gezelter: Fixing pressure tensor
calc_reaction_field.F90 611 (20 years ago) by gezelter: Fixing pressure tensor
Thermo.cpp 614 (20 years ago) by mmeineke: fixed some bugs, Changed entry_plug to info where appropriate
Integrator.cpp 614 (20 years ago) by mmeineke: fixed some bugs, Changed entry_plug to info where appropriate
SRI.hpp 614 (20 years ago) by mmeineke: fixed some bugs, Changed entry_plug to info where appropriate
Thermo.hpp 614 (20 years ago) by mmeineke: fixed some bugs, Changed entry_plug to info where appropriate
Makefile 616 (20 years ago) by mmeineke: cleaned up simSetup
SimSetup.cpp 616 (20 years ago) by mmeineke: cleaned up simSetup
SimSetup.hpp 616 (20 years ago) by mmeineke: cleaned up simSetup
NPTfm.cpp 617 (20 years ago) by gezelter: Fixes for the NPT ensembles
NPTf.cpp 617 (20 years ago) by gezelter: Fixes for the NPT ensembles
NPTi.cpp 617 (20 years ago) by gezelter: Fixes for the NPT ensembles
SimInfo.cpp 618 (20 years ago) by mmeineke: working on fixing ssd bug
simulation_module.F90 618 (20 years ago) by mmeineke: working on fixing ssd bug
2 directories and 71 files shown