ViewVC Help
View Directory | Revision Log | View Changeset | Root Listing
root/group/trunk/OOPSE/libmdtools
r785
File Last Change
 ../
MPIobj/ 400 (21 years ago) by mmeineke: *** empty log message ***
obj/ 400 (21 years ago) by mmeineke: *** empty log message ***
AbstractClasses.hpp 763 (20 years ago) by tim: add conserved quantity to statWriter fix bug of vector wrapping at NPTi
AllIntegrator.hpp 780 (20 years ago) by mmeineke: Converted NPTf to work with the NPT base class. Removed NPTfm and NPTim from cvs
Atom.cpp 707 (20 years ago) by mmeineke: updated the Changelog. added some bug fixes for setting the random number generator seed value. fixed a bug where ghostbend atom b was not being set. ( recent bug from SimState conversion)
Atom.hpp 689 (20 years ago) by tim: debugging globals
Bend.cpp 670 (20 years ago) by mmeineke: switched SimInfo to use a system configuration from SimState rather than arrays from Atom
BendExtensions.cpp 438 (21 years ago) by chuckv: Fixes in MPI force calc and in Trappe_Ex parsing.
Bond.cpp 670 (20 years ago) by mmeineke: switched SimInfo to use a system configuration from SimState rather than arrays from Atom
BondExtensions.cpp 597 (21 years ago) by mmeineke: found a bug. Unit vectors were not being updated
DUFF.cpp 727 (20 years ago) by tim: fix bug in calc_dipole_dipole.F90 and calc_stikcy_pair.F90 molMembershipList use global index instead of local index
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.
DirectionalAtom.cpp 690 (20 years ago) by mmeineke: fixed a really annoying bug in Directional Atom, where mu was getting written to pseudorandom memory location.
DumpReader.cpp 656 (20 years ago) by mmeineke: working on the props code
DumpWriter.cpp 723 (20 years ago) by mmeineke: added define statemewnt to Statwriter and Dumpwriter to handle files larger than 2 gb. commented out some print statements in Zconstraint
EAM_FF.cpp 673 (20 years ago) by chuckv: EAM works...... Neighbor list also works.....
Exclude.cpp 438 (21 years ago) by chuckv: Fixes in MPI force calc and in Trappe_Ex parsing.
Exclude.hpp 435 (21 years ago) by mmeineke: fixed a bug where the Excludes were not being created properly
ForceFields.cpp 781 (20 years ago) by tim: fix bug in calculating maxCutoff
ForceFields.hpp 657 (20 years ago) by chuckv: More bug fixes for eam.
GenericData.cpp 736 (20 years ago) by tim: Added: check uniqueness of molIndex
GenericData.hpp 736 (20 years ago) by tim: Added: check uniqueness of molIndex
GhostBend.cpp 707 (20 years ago) by mmeineke: updated the Changelog. added some bug fixes for setting the random number generator seed value. fixed a bug where ghostbend atom b was not being set. ( recent bug from SimState conversion)
InitializeFromFile.cpp 690 (20 years ago) by mmeineke: fixed a really annoying bug in Directional Atom, where mu was getting written to pseudorandom memory location.
Integrator.cpp 784 (20 years ago) by mmeineke: moved readyCheck in the integrator so that it is called before the first Statistics are written.
Integrator.hpp 782 (20 years ago) by mmeineke: Removed NPTfm from Integrator.hpp. Some small syntax cleaning in NPTfm and SimSetup
LJFF.cpp 631 (21 years ago) by chuckv: Added massive changes for eam....
Make.dep 780 (20 years ago) by mmeineke: Converted NPTf to work with the NPT base class. Removed NPTfm and NPTim from cvs
Makefile.in 785 (20 years ago) by gezelter: fixes for configure
Molecule.cpp 658 (20 years ago) by tim: Added Z constraint.
Molecule.hpp 658 (20 years ago) by tim: Added Z constraint.
NPT.cpp 780 (20 years ago) by mmeineke: Converted NPTf to work with the NPT base class. Removed NPTfm and NPTim from cvs
NPTf.cpp 782 (20 years ago) by mmeineke: Removed NPTfm from Integrator.hpp. Some small syntax cleaning in NPTfm and SimSetup
NPTi.cpp 778 (20 years ago) by mmeineke: added NPT base class. NPTi is up to date. NPTf is not.
NPTxym.cpp 755 (20 years ago) by mmeineke: updated the ChangeLog added two new NPT integrators, they still need work.
NPTzm.cpp 755 (20 years ago) by mmeineke: updated the ChangeLog added two new NPT integrators, they still need work.
NVT.cpp 778 (20 years ago) by mmeineke: added NPT base class. NPTi is up to date. NPTf is not.
ReadWrite.hpp 657 (20 years ago) by chuckv: More bug fixes for eam.
SRI.hpp 707 (20 years ago) by mmeineke: updated the Changelog. added some bug fixes for setting the random number generator seed value. fixed a bug where ghostbend atom b was not being set. ( recent bug from SimState conversion)
SimInfo.cpp 781 (20 years ago) by tim: fix bug in calculating maxCutoff
SimInfo.hpp 781 (20 years ago) by tim: fix bug in calculating maxCutoff
SimSetup.cpp 782 (20 years ago) by mmeineke: Removed NPTfm from Integrator.hpp. Some small syntax cleaning in NPTfm and SimSetup
SimSetup.hpp 682 (20 years ago) by tim: added harmonical potential to z-constraint method
SimState.cpp 707 (20 years ago) by mmeineke: updated the Changelog. added some bug fixes for setting the random number generator seed value. fixed a bug where ghostbend atom b was not being set. ( recent bug from SimState conversion)
SimState.hpp 670 (20 years ago) by mmeineke: switched SimInfo to use a system configuration from SimState rather than arrays from Atom
StatWriter.cpp 763 (20 years ago) by tim: add conserved quantity to statWriter fix bug of vector wrapping at NPTi
StreamTokenizer.cpp 593 (21 years ago) by gezelter: Starting to worry about all the strtok() calls in our code
StreamTokenizer.hpp 593 (21 years ago) by gezelter: Starting to worry about all the strtok() calls in our code
Thermo.cpp 763 (20 years ago) by tim: add conserved quantity to statWriter fix bug of vector wrapping at NPTi
Thermo.hpp 763 (20 years ago) by tim: add conserved quantity to statWriter fix bug of vector wrapping at NPTi
Torsion.cpp 670 (20 years ago) by mmeineke: switched SimInfo to use a system configuration from SimState rather than arrays from Atom
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.
TraPPE_ExFF.cpp 542 (21 years ago) by mmeineke: currently modifiying Symplectic to become the basic integrator.
ZConsWriter.cpp 738 (20 years ago) by tim: fix a bug at MPI version of PolicyByMass
ZConsWriter.hpp 699 (20 years ago) by tim: Tested MPI version of Z-Constraint Method
ZConstraint.cpp 763 (20 years ago) by tim: add conserved quantity to statWriter fix bug of vector wrapping at NPTi
atype_module.F90 633 (21 years ago) by chuckv: fixed spelling issue
calc_LJ_FF.F90 626 (21 years ago) by mmeineke: Changed how cutoffs were handled from C. Now notifyCutoffs in Fortran notifies those who need the information of any changes to cutoffs.
calc_dipole_dipole.F90 730 (20 years ago) by gezelter: More fixes for stress tensor parallel bug.
calc_eam.F90 747 (20 years ago) by gezelter: Changes to autoconf / configure method of configuring OOPSE
calc_gb.F90 730 (20 years ago) by gezelter: More fixes for stress tensor parallel bug.
calc_reaction_field.F90 730 (20 years ago) by gezelter: More fixes for stress tensor parallel bug.
calc_sticky_pair.F90 730 (20 years ago) by gezelter: More fixes for stress tensor parallel bug.
config.h.in 747 (20 years ago) by gezelter: Changes to autoconf / configure method of configuring OOPSE
definitions_module.F90 747 (20 years ago) by gezelter: Changes to autoconf / configure method of configuring OOPSE
do_Forces.F90 726 (20 years ago) by tim: set default force substraction policy to PolicyByMass
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.
fInfo.c 747 (20 years ago) by gezelter: Changes to autoconf / configure method of configuring OOPSE
fSimulation.h 626 (21 years ago) by mmeineke: Changed how cutoffs were handled from C. Now notifyCutoffs in Fortran notifies those who need the information of any changes to cutoffs.
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.
force_globals.F90 648 (20 years ago) by chuckv: Finished most code for eam....
fortranWrapDefines.hpp 635 (21 years ago) by gezelter: Changes for SSD/E
fortranWrappers.cpp 747 (20 years ago) by gezelter: Changes to autoconf / configure method of configuring OOPSE
fortranWrappers.hpp 631 (21 years ago) by chuckv: Added massive changes for eam....
mpiComponentPlan.h 405 (21 years ago) by gezelter: MPI stuff for passing out molecules
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.
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.
mpiSimulation.cpp 726 (20 years ago) by tim: set default force substraction policy to PolicyByMass
mpiSimulation.hpp 422 (21 years ago) by mmeineke: finished updating SimSetup to initialize and use the new MPI division of labour, and Molecule class
mpiSimulation_module.F90 747 (20 years ago) by gezelter: Changes to autoconf / configure method of configuring OOPSE
neighborLists.F90 747 (20 years ago) by gezelter: Changes to autoconf / configure method of configuring OOPSE
notifyCutoffs.F90 669 (20 years ago) by chuckv: Bug fixes for eam...
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.
randomSPRNG.hpp 450 (21 years ago) by mmeineke: just little things like deleteing unused variables and such.
simulation_module.F90 747 (20 years ago) by gezelter: Changes to autoconf / configure method of configuring OOPSE
status_module.F90 648 (20 years ago) by chuckv: Finished most code for eam....
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.
wrappers.F90 657 (20 years ago) by chuckv: More bug fixes for eam.
2 directories and 86 files shown