ViewVC Help
View Directory | Revision Log | View Changeset | Root Listing
root/group/trunk/OOPSE/libmdtools
r1007
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.
Exclude.hpp 435 (21 years ago) by mmeineke: fixed a bug where the Excludes were not being created properly
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.
Molecule.hpp 658 (20 years ago) by tim: Added Z constraint.
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
ZConsWriter.hpp 699 (20 years ago) by tim: Tested MPI version of Z-Constraint Method
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)
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)
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.
AllIntegrator.hpp 812 (20 years ago) by mmeineke: added a new NPT integrator, NPTxyz. It scales the x, y, and z direction sepeartely. no box skew allowed.
SimSetup.hpp 823 (20 years ago) by mmeineke: added routines for the sysbuilder to work with simSetup
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.
Exclude.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.
Molecule.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.
StatWriter.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.
DipoleTestFF.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.
ZConstraint.cpp 830 (20 years ago) by gezelter: fixes for compatibility
ZConsWriter.cpp 830 (20 years ago) by gezelter: fixes for compatibility
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.
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.
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.
GenericData.hpp 837 (20 years ago) by tim: add chi and eta to the comment line of dump file.
DumpReader.cpp 847 (20 years ago) by mmeineke: added template stuff to the Maikefile template little changes to some printf format statements
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
NVT.cpp 855 (20 years ago) by mmeineke: added the following parameters to BASS: * useInitialExtendedSystemState * orthoBoxTolerance * useIntiTime => useInitialTime
NPTf.cpp 857 (20 years ago) by mmeineke: moved the velocity scale matrix calculation outside of the atom loop in the NPT family of integrators.
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.
NPT.cpp 857 (20 years ago) by mmeineke: moved the velocity scale matrix calculation outside of the atom loop in the NPT family of integrators.
NPTxyz.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
DirectionalAtom.cpp 878 (20 years ago) by gezelter: Changes for gradients (to do minimizations)
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
ForceFields.cpp 892 (20 years ago) by chuckv: Fixes to profile code.
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
InitializeFromFile.cpp 911 (20 years ago) by mmeineke: refixed the NVT readin XS state bug.
ReadWrite.hpp 936 (20 years ago) by tim: open and close the eor file whenever it is used instead of rewinding it
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)
SimInfo.hpp 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
LJFF.cpp 976 (20 years ago) by chrisfen: Corrected spelling in several directories, and stated WATER.cpp
DUFF.cpp 976 (20 years ago) by chrisfen: Corrected spelling in several directories, and stated WATER.cpp
EAM_FF.cpp 976 (20 years ago) by chrisfen: Corrected spelling in several directories, and stated WATER.cpp
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
TraPPE_ExFF.cpp 976 (20 years ago) by chrisfen: Corrected spelling in several directories, and stated WATER.cpp
Integrator.hpp 987 (20 years ago) by tim: revision of constraint for Nonlinear Optimization Model
AbstractClasses.hpp 987 (20 years ago) by tim: revision of constraint for Nonlinear Optimization Model
Constraint.cpp 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
Constraint.hpp 995 (20 years ago) by tim: revision of NLModel
Make.dep 998 (20 years ago) by gezelter: member list fixes for rigid bodies
Atom.cpp 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...
SimInfo.cpp 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_LJ_FF.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...
Atom.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...
Integrator.cpp 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...
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...
WATER.cpp 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...
Makefile.in 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...
SimSetup.cpp 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...
ForceFields.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...
NLModel0.cpp 1000 (20 years ago) by tim: using class Minimizer1D derived from MinimizerBase instead of a functor to do line seach
DumpWriter.cpp 1000 (20 years ago) by tim: using class Minimizer1D derived from MinimizerBase instead of a functor to do line seach
NLModel1.cpp 1000 (20 years ago) by tim: using class Minimizer1D derived from MinimizerBase instead of a functor to do line seach
NLModel.hpp 1000 (20 years ago) by tim: using class Minimizer1D derived from MinimizerBase instead of a functor to do line seach
MinimizerParameterSet.hpp 1002 (20 years ago) by tim: Adding GoldenSection and Brent LineSearch Method
MinimizerBase.hpp 1002 (20 years ago) by tim: Adding GoldenSection and Brent LineSearch Method
ConjugateMinimizer.hpp 1002 (20 years ago) by tim: Adding GoldenSection and Brent LineSearch Method
Minimizer1D.cpp 1005 (20 years ago) by tim: begin unit test of minimizer
Minimizer1D.hpp 1005 (20 years ago) by tim: begin unit test of minimizer
Functor.hpp 1007 (20 years ago) by tim: Functor.hpp pass unit test
2 directories and 102 files shown