ViewVC Help
View Directory | Revision Log | View Changeset | Root Listing
root/group/trunk/OOPSE/libmdtools
r1101
File Last Change
 ../
obj/ 400 (21 years ago) by mmeineke: *** empty log message ***
MPIobj/ 400 (21 years ago) by mmeineke: *** empty log message ***
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.
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.
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.
randomSPRNG.hpp 450 (21 years ago) by mmeineke: just little things like deleteing unused variables and such.
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
BondExtensions.cpp 597 (20 years ago) by mmeineke: found a bug. Unit vectors were not being updated
force_globals.F90 648 (20 years ago) by chuckv: Finished most code for eam....
status_module.F90 648 (20 years ago) by chuckv: Finished most code for eam....
wrappers.F90 657 (20 years ago) by chuckv: More bug fixes for eam.
Bend.cpp 670 (20 years ago) by mmeineke: switched SimInfo to use a system configuration from SimState rather than arrays from Atom
Bond.cpp 670 (20 years ago) by mmeineke: switched SimInfo to use a system configuration from SimState rather than arrays from Atom
SimState.hpp 670 (20 years ago) by mmeineke: switched SimInfo to use a system configuration from SimState rather than arrays from Atom
Torsion.cpp 670 (20 years ago) by mmeineke: switched SimInfo to use a system configuration from SimState rather than arrays from Atom
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)
config.h.in 747 (20 years ago) by gezelter: Changes to autoconf / configure method of configuring OOPSE
fInfo.c 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
GenericData.cpp 787 (20 years ago) by mmeineke: cleaned things with gcc -Wall and g++ -Wall
Thermo.hpp 799 (20 years ago) by mmeineke: removed entahlpy from the statwriter and thermo.
BendExtensions.cpp 829 (20 years ago) by gezelter: replace c++ header stuff with more portable c header stuff Also, mod file fixes and portability changes Some fortran changes will need to be reversed.
SimState.cpp 829 (20 years ago) by gezelter: replace c++ header stuff with more portable c header stuff Also, mod file fixes and portability changes Some fortran changes will need to be reversed.
randomSPRNG.cpp 829 (20 years ago) by gezelter: replace c++ header stuff with more portable c header stuff Also, mod file fixes and portability changes Some fortran changes will need to be reversed.
fForceField.h 834 (20 years ago) by gezelter: Compatibility fixes
mpiComponentPlan.h 836 (20 years ago) by mmeineke: did a complete overhaul of how c calls fortran. All function pointers and fortran calls are rigidly typecast now.
fortranWrappers.cpp 836 (20 years ago) by mmeineke: did a complete overhaul of how c calls fortran. All function pointers and fortran calls are rigidly typecast now.
mpiSimulation.hpp 836 (20 years ago) by mmeineke: did a complete overhaul of how c calls fortran. All function pointers and fortran calls are rigidly typecast now.
fortranWrappers.hpp 836 (20 years ago) by mmeineke: did a complete overhaul of how c calls fortran. All function pointers and fortran calls are rigidly typecast now.
Thermo.cpp 853 (20 years ago) by mmeineke: did a merge by hand from the new-templateless branch to the main trunk. bug Fixes include: * fixed the switching function from ortho to non-ortho box. !!!!! THis was responsible for all of the sudden deaths we saw. * some formating in the string when we write out the extended system state. * added NPT.cpp to the makefile.in
NPTi.cpp 857 (20 years ago) by mmeineke: moved the velocity scale matrix calculation outside of the atom loop in the NPT family of integrators.
neighborLists.F90 872 (20 years ago) by chrisfen: Fixed a bug in SimInfo ordering of radii
mpiSimulation_module.F90 883 (20 years ago) by chuckv: Added functions for simple profiling in fortran.
mdProfile.hpp 884 (20 years ago) by mmeineke: added some profile functionality
mdProfile.cpp 892 (20 years ago) by chuckv: Fixes to profile code.
timing.F90 892 (20 years ago) by chuckv: Fixes to profile code.
calc_eam.F90 898 (20 years ago) by chuckv: Attempting to increase performance by reducing spurious function calls
calc_sticky_pair.F90 898 (20 years ago) by chuckv: Attempting to increase performance by reducing spurious function calls
calc_gb.F90 898 (20 years ago) by chuckv: Attempting to increase performance by reducing spurious function calls
oopseMPI_module.F90 940 (20 years ago) by gezelter: Some changes for new MPI organization and direct charge-charge interactions
simulation_module.F90 941 (20 years ago) by gezelter: Changes for adding direct charge-charge interactions (with switching function)
fSimulation.h 941 (20 years ago) by gezelter: Changes for adding direct charge-charge interactions (with switching function)
atype_module.F90 941 (20 years ago) by gezelter: Changes for adding direct charge-charge interactions (with switching function)
calc_dipole_dipole.F90 945 (20 years ago) by gezelter: More work for adding charges
notifyCutoffs.F90 945 (20 years ago) by gezelter: More work for adding charges
calc_charge_charge.F90 945 (20 years ago) by gezelter: More work for adding charges
mpiForceField.h 976 (20 years ago) by chrisfen: Corrected spelling in several directories, and stated WATER.cpp
mpiForceField.c 976 (20 years ago) by chrisfen: Corrected spelling in several directories, and stated WATER.cpp
AbstractClasses.hpp 987 (20 years ago) by tim: revision of constraint for Nonlinear Optimization Model
mpiSimulation.cpp 989 (20 years ago) by gezelter: More BASS changes to do new rigidBody scheme a copy of WATER.cpp from this morning
fortranWrapDefines.hpp 999 (20 years ago) by chrisfen: Substantial changes. OOPSE now has a working WATER.cpp forcefield and parser. This involved changes to WATER.cpp and ForceFields amoung other files. One important note: a hardwiring of LJ_rcut was made in calc_LJ_FF.F90. This will be removed on the next commit...
calc_reaction_field.F90 999 (20 years ago) by chrisfen: Substantial changes. OOPSE now has a working WATER.cpp forcefield and parser. This involved changes to WATER.cpp and ForceFields amoung other files. One important note: a hardwiring of LJ_rcut was made in calc_LJ_FF.F90. This will be removed on the next commit...
do_Forces.F90 999 (20 years ago) by chrisfen: Substantial changes. OOPSE now has a working WATER.cpp forcefield and parser. This involved changes to WATER.cpp and ForceFields amoung other files. One important note: a hardwiring of LJ_rcut was made in calc_LJ_FF.F90. This will be removed on the next commit...
LinearCons.cpp 1011 (20 years ago) by tim: *** empty log message ***
SimpleBoundCons.cpp 1011 (20 years ago) by tim: *** empty log message ***
LinearCons.hpp 1011 (20 years ago) by tim: *** empty log message ***
SimpleBoundCons.hpp 1011 (20 years ago) by tim: *** empty log message ***
Functor.hpp 1031 (20 years ago) by tim: Add some lines into global.cpp to make it work with energy minimization
AllIntegrator.hpp 1032 (20 years ago) by tim: Add one more file into Makefile.in
calc_LJ_FF.F90 1041 (20 years ago) by chrisfen: Stripped out the hardwired LJ_rcut
MinimizerParameterSet.hpp 1064 (20 years ago) by tim: Using inherit instead of compose to implement Minimizer both versions are working
Utility.hpp 1064 (20 years ago) by tim: Using inherit instead of compose to implement Minimizer both versions are working
SDMinimizer.cpp 1064 (20 years ago) by tim: Using inherit instead of compose to implement Minimizer both versions are working
OOPSEMinimizer.hpp 1064 (20 years ago) by tim: Using inherit instead of compose to implement Minimizer both versions are working
Utility.cpp 1064 (20 years ago) by tim: Using inherit instead of compose to implement Minimizer both versions are working
CGFamilyMinimizer.cpp 1064 (20 years ago) by tim: Using inherit instead of compose to implement Minimizer both versions are working
PRCG.cpp 1066 (20 years ago) by tim: *** empty log message ***
ZConsReader.hpp 1074 (20 years ago) by tim: Adding zsub, a program which can be used to replace atom type for zconstraint into OOPSE
StatWriter.cpp 1078 (20 years ago) by tim: add LARGEFILE_SOURCE64 macro to support large file
ReadWrite.hpp 1078 (20 years ago) by tim: add LARGEFILE_SOURCE64 macro to support large file
ZConsWriter.cpp 1091 (20 years ago) by tim: ZConstraint now can support sequential moving. Refactorying is needed to support SMD in ZConstraint
ZConsWriter.hpp 1091 (20 years ago) by tim: ZConstraint now can support sequential moving. Refactorying is needed to support SMD in ZConstraint
ZConstraint.cpp 1093 (20 years ago) by tim: incorporate SMD into ZConstraint,it does not sound a good choice, next commit will seperate SMD and ZConstraint
GenericData.hpp 1093 (20 years ago) by tim: incorporate SMD into ZConstraint,it does not sound a good choice, next commit will seperate SMD and ZConstraint
InitializeFromFile.cpp 1097 (20 years ago) by gezelter: Changes for RigidBody dynamics (Somewhat extensive)
Atom.cpp 1097 (20 years ago) by gezelter: Changes for RigidBody dynamics (Somewhat extensive)
SimInfo.cpp 1097 (20 years ago) by gezelter: Changes for RigidBody dynamics (Somewhat extensive)
LJFF.cpp 1097 (20 years ago) by gezelter: Changes for RigidBody dynamics (Somewhat extensive)
Atom.hpp 1097 (20 years ago) by gezelter: Changes for RigidBody dynamics (Somewhat extensive)
Integrator.cpp 1097 (20 years ago) by gezelter: Changes for RigidBody dynamics (Somewhat extensive)
DUFF.cpp 1097 (20 years ago) by gezelter: Changes for RigidBody dynamics (Somewhat extensive)
SimSetup.hpp 1097 (20 years ago) by gezelter: Changes for RigidBody dynamics (Somewhat extensive)
Integrator.hpp 1097 (20 years ago) by gezelter: Changes for RigidBody dynamics (Somewhat extensive)
NVT.cpp 1097 (20 years ago) by gezelter: Changes for RigidBody dynamics (Somewhat extensive)
ZConsReader.cpp 1097 (20 years ago) by gezelter: Changes for RigidBody dynamics (Somewhat extensive)
MatVec3.c 1097 (20 years ago) by gezelter: Changes for RigidBody dynamics (Somewhat extensive)
MatVec3.h 1097 (20 years ago) by gezelter: Changes for RigidBody dynamics (Somewhat extensive)
Exclude.hpp 1097 (20 years ago) by gezelter: Changes for RigidBody dynamics (Somewhat extensive)
ForceFields.cpp 1097 (20 years ago) by gezelter: Changes for RigidBody dynamics (Somewhat extensive)
NPTf.cpp 1097 (20 years ago) by gezelter: Changes for RigidBody dynamics (Somewhat extensive)
Exclude.cpp 1097 (20 years ago) by gezelter: Changes for RigidBody dynamics (Somewhat extensive)
SkipList.hpp 1097 (20 years ago) by gezelter: Changes for RigidBody dynamics (Somewhat extensive)
WATER.cpp 1097 (20 years ago) by gezelter: Changes for RigidBody dynamics (Somewhat extensive)
Molecule.cpp 1097 (20 years ago) by gezelter: Changes for RigidBody dynamics (Somewhat extensive)
Makefile.in 1097 (20 years ago) by gezelter: Changes for RigidBody dynamics (Somewhat extensive)
NPT.cpp 1097 (20 years ago) by gezelter: Changes for RigidBody dynamics (Somewhat extensive)
SRI.hpp 1097 (20 years ago) by gezelter: Changes for RigidBody dynamics (Somewhat extensive)
OOPSEMinimizer.cpp 1097 (20 years ago) by gezelter: Changes for RigidBody dynamics (Somewhat extensive)
SimSetup.cpp 1097 (20 years ago) by gezelter: Changes for RigidBody dynamics (Somewhat extensive)
ForceFields.hpp 1097 (20 years ago) by gezelter: Changes for RigidBody dynamics (Somewhat extensive)
EAM_FF.cpp 1097 (20 years ago) by gezelter: Changes for RigidBody dynamics (Somewhat extensive)
DumpReader.cpp 1097 (20 years ago) by gezelter: Changes for RigidBody dynamics (Somewhat extensive)
DumpWriter.cpp 1097 (20 years ago) by gezelter: Changes for RigidBody dynamics (Somewhat extensive)
SimInfo.hpp 1097 (20 years ago) by gezelter: Changes for RigidBody dynamics (Somewhat extensive)
Molecule.hpp 1097 (20 years ago) by gezelter: Changes for RigidBody dynamics (Somewhat extensive)
DirectionalAtom.cpp 1097 (20 years ago) by gezelter: Changes for RigidBody dynamics (Somewhat extensive)
SkipList.cpp 1097 (20 years ago) by gezelter: Changes for RigidBody dynamics (Somewhat extensive)
Make.dep 1097 (20 years ago) by gezelter: Changes for RigidBody dynamics (Somewhat extensive)
NPTxyz.cpp 1097 (20 years ago) by gezelter: Changes for RigidBody dynamics (Somewhat extensive)
DirectionalAtom.hpp 1097 (20 years ago) by gezelter: Changes for RigidBody dynamics (Somewhat extensive)
StuntDouble.cpp 1097 (20 years ago) by gezelter: Changes for RigidBody dynamics (Somewhat extensive)
StuntDouble.hpp 1097 (20 years ago) by gezelter: Changes for RigidBody dynamics (Somewhat extensive)
RigidBody.cpp 1100 (20 years ago) by gezelter: Adding RigidBody code
RigidBody.hpp 1100 (20 years ago) by gezelter: Adding RigidBody code
IntegrableObjects.cpp 1101 (20 years ago) by gezelter: Forgot to add IntegrableObjects
IntegrableObjects.hpp 1101 (20 years ago) by gezelter: Forgot to add IntegrableObjects
2 directories and 115 files shown