ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/OOPSE/ChangeLog
Revision: 1074
Committed: Mon Mar 1 20:01:50 2004 UTC (20 years, 4 months ago) by tim
File size: 88527 byte(s)
Log Message:
Adding zsub, a program which can be used to replace atom type for zconstraint into OOPSE

File Contents

# User Rev Content
1 tim 1074 2004-02-24 11:36 tim
2    
3     * ChangeLog, libBASS/Globals.cpp, libBASS/Globals.hpp,
4     libmdtools/PRCG.cpp, libmdtools/SimSetup.cpp, src/oose.cpp: [no log
5     message]
6    
7 tim 1066 2004-02-24 10:49 tim
8    
9     * libmdtools/: ConjugateMinimizer.cpp, ConjugateMinimizer.hpp,
10     Constraint.cpp, Constraint.hpp, ConstraintList.cpp,
11     ConstraintList.hpp, Minimizer.hpp, Minimizer1D.cpp,
12     Minimizer1D.hpp, MinimizerBase.hpp, NLModel.hpp, NLModel0.cpp,
13     NLModel1.cpp, NonlinearCons.cpp, NonlinearCons.hpp,
14     OOPSEMinimizerBase.cpp, SteepestDescent.cpp, SteepestDescent.hpp,
15     SymMatrix.hpp: remove the old implement of minimizer from cvs tree
16    
17     2004-02-24 10:44 tim
18    
19     * libmdtools/: CGFamilyMinimizer.cpp, ConjugateMinimizer.cpp,
20     Integrator.hpp, Makefile.in, Minimizer1D.cpp,
21     MinimizerParameterSet.hpp, OOPSEMinimizer.cpp, OOPSEMinimizer.hpp,
22     OOPSEMinimizerBase.cpp, PRCG.cpp, SDMinimizer.cpp, SimInfo.hpp,
23     SimSetup.cpp, Utility.cpp, Utility.hpp: Using inherit instead of
24     compose to implement Minimizer both versions are working
25    
26     2004-02-17 14:23 tim
27    
28     * ChangeLog, libmdtools/ConjugateMinimizer.cpp,
29     libmdtools/Integrator.cpp, libmdtools/Integrator.hpp,
30     libmdtools/Minimizer1D.cpp, libmdtools/Minimizer1D.hpp,
31     libmdtools/MinimizerParameterSet.hpp,
32     libmdtools/OOPSEMinimizerBase.cpp: adding function shakeF in order
33     to remove the constraint force along bond direction
34    
35 tim 1057 2004-02-10 16:33 tim
36    
37     * ChangeLog, libmdtools/ConjugateMinimizer.cpp,
38     libmdtools/DirectionalAtom.cpp, libmdtools/OOPSEMinimizerBase.cpp:
39     single version of energy minimization is working.
40    
41     2004-02-09 15:38 mmeineke
42    
43     * staticProps/: AllCorr.cpp, staticProps.cpp: started a bug fix on
44     the massive memory overusage by OOPSE
45    
46     2004-02-09 09:48 chrisfen
47    
48     * libmdtools/: SimSetup.cpp, calc_LJ_FF.F90: Stripped out the
49     hardwired LJ_rcut
50    
51 tim 1046 2004-02-06 19:14 tim
52    
53     * libmdtools/: SymMatrix.hpp, Utility.cpp, Utility.hpp: [no log
54     message]
55    
56     2004-02-06 16:37 tim
57    
58     * ChangeLog, libBASS/Globals.cpp,
59     libmdtools/ConjugateMinimizer.cpp, libmdtools/Integrator.cpp,
60     libmdtools/Integrator.hpp, libmdtools/OOPSEMinimizerBase.cpp,
61     libmdtools/SimSetup.cpp, samples/water/ssd.bass: Single version of
62     energy minimization for argon is working, need to add constraint
63    
64 tim 1035 2004-02-06 14:05 tim
65    
66     * libmdtools/: AllIntegrator.hpp, Makefile.in, SimSetup.cpp: Add
67     one more file into Makefile.in
68    
69     2004-02-06 13:58 tim
70    
71     * ChangeLog, libBASS/Globals.cpp, libBASS/Globals.hpp,
72     libmdtools/AllIntegrator.hpp, libmdtools/ConjugateMinimizer.cpp,
73     libmdtools/ConjugateMinimizer.hpp, libmdtools/Functor.hpp,
74     libmdtools/Integrator.hpp, libmdtools/Makefile.in,
75     libmdtools/Minimizer.hpp, libmdtools/Minimizer1D.cpp,
76     libmdtools/Minimizer1D.hpp, libmdtools/MinimizerBase.hpp,
77     libmdtools/MinimizerParameterSet.hpp, libmdtools/NLModel.hpp,
78     libmdtools/NLModel1.cpp, libmdtools/OOPSEMinimizerBase.cpp,
79     libmdtools/SimInfo.cpp, libmdtools/SimInfo.hpp,
80     libmdtools/SimSetup.cpp, libmdtools/SimSetup.hpp, src/oose.cpp: Add
81     some lines into global.cpp to make it work with energy minimization
82    
83 tim 1031 2004-02-04 17:26 tim
84    
85     * libmdtools/: ConjugateMinimizer.cpp, ConjugateMinimizer.hpp,
86     Constraint.hpp, Functor.hpp, Minimizer.hpp, Minimizer1D.cpp,
87     Minimizer1D.hpp, MinimizerBase.hpp, MinimizerParameterSet.hpp,
88     NLModel.hpp, NLModel0.cpp, NLModel1.cpp: Fix a bunch of bugs :-)
89     Single version of conjugate gradient with golden search linesearch
90     pass a couple of functions test. Brent's algorithm is still broken
91    
92     2004-02-03 17:54 tim
93    
94     * libmdtools/: ConjugateMinimizer.cpp, ConjugateMinimizer.hpp,
95     Minimizer1D.cpp, Minimizer1D.hpp, MinimizerParameterSet.hpp,
96     NLModel.hpp, NLModel0.cpp, NLModel1.cpp, SteepestDescent.cpp,
97     SteepestDescent.hpp: NLModel0, NLModel1 pass uit test
98    
99     2004-02-03 15:47 tim
100    
101     * libmdtools/: ConjugateMinimizer.cpp, ConstraintList.cpp,
102     ConstraintList.hpp, LinearCons.cpp, LinearCons.hpp, Minimizer.hpp,
103     NonlinearCons.cpp, NonlinearCons.hpp, OOPSEMinimizerBase.cpp,
104     SimpleBoundCons.cpp, SimpleBoundCons.hpp, SteepestDescent.cpp,
105     SteepestDescent.hpp: [no log message]
106    
107     2004-02-03 15:43 tim
108    
109     * libmdtools/: ConjugateMinimizer.hpp, Constraint.cpp,
110     Constraint.hpp, Integrator.hpp, Minimizer1D.cpp, Minimizer1D.hpp,
111     MinimizerBase.hpp, MinimizerParameterSet.hpp, NLModel.hpp,
112     NLModel0.cpp, NLModel1.cpp: to avoid cyclic depency, refactory
113     constraint class
114    
115     2004-02-03 12:10 tim
116    
117     * libmdtools/Functor.hpp: Functor.hpp pass unit test
118    
119     2004-02-03 10:21 tim
120    
121     * ChangeLog, libmdtools/Minimizer1D.cpp,
122     libmdtools/Minimizer1D.hpp: begin unit test of minimizer
123    
124 tim 1005 2004-02-02 15:29 tim
125    
126     * libmdtools/: ConjugateMinimizer.hpp, Minimizer1D.cpp,
127     Minimizer1D.hpp, MinimizerBase.hpp, MinimizerParameterSet.hpp:
128     Adding GoldenSection and Brent LineSearch Method
129    
130     2004-01-30 16:47 tim
131    
132     * libmdtools/: ConjugateMinimizer.hpp, DumpWriter.cpp,
133     MinimizerBase.hpp, MinimizerParameterSet.hpp, NLModel.hpp,
134     NLModel0.cpp, NLModel1.cpp: using class Minimizer1D derived from
135     MinimizerBase instead of a functor to do line seach
136    
137     2004-01-30 10:00 chrisfen
138    
139     * forceFields/Makefile.in, libmdtools/Atom.cpp,
140     libmdtools/Atom.hpp, libmdtools/ForceFields.hpp,
141     libmdtools/Integrator.cpp, libmdtools/Makefile.in,
142     libmdtools/SimInfo.cpp, libmdtools/SimSetup.cpp,
143     libmdtools/WATER.cpp, libmdtools/calc_LJ_FF.F90,
144     libmdtools/calc_reaction_field.F90, libmdtools/do_Forces.F90,
145     libmdtools/fortranWrapDefines.hpp: Substantial changes. OOPSE now
146     has a working WATER.cpp forcefield and parser. This involved
147     changes to WATER.cpp and ForceFields amoung other files. One
148     important note: a hardwiring of LJ_rcut was made in calc_LJ_FF.F90.
149     This will be removed on the next commit...
150    
151     2004-01-29 18:00 gezelter
152    
153     * libBASS/BASS_interface.cpp, libBASS/BASS_interface.h,
154     libBASS/BASS_parse.c, libBASS/BASSlex.l, libBASS/BASSyacc.y,
155     libBASS/MakeStamps.cpp, libBASS/MakeStamps.hpp,
156     libBASS/Makefile.in, libBASS/RigidBodyStamp.cpp,
157     libBASS/RigidBodyStamp.hpp, libBASS/interface.c,
158     libBASS/make_nodes.c, libBASS/make_nodes.h, libBASS/mpiBASS.c,
159     libBASS/mpiBASS.h, libBASS/node_list.h, libBASS/parse_interface.h,
160     libBASS/parse_tree.c, libmdtools/Make.dep, samples/water/water.mdl:
161     member list fixes for rigid bodies
162    
163     2004-01-29 16:44 tim
164    
165     * libmdtools/MinimizerParameterSet.hpp: Adding
166     MinimizerParameterSet class.
167    
168     2004-01-28 17:44 tim
169    
170     * libmdtools/: NLModel.hpp, NLModel0.cpp, NLModel1.cpp: Revision of
171     NLModel0 and NLModel1
172    
173     2004-01-28 15:40 tim
174    
175     * libmdtools/: Constraint.hpp, NLModel.hpp, NLOPModel.hpp: revision
176     of NLModel
177    
178     2004-01-27 15:34 gezelter
179    
180     * samples/water/: ssd.bass, water.mdl: Added point-charge models to
181     water.mdl file, updated ssd.bass to use new SSD name
182    
183     2004-01-27 15:34 gezelter
184    
185     * libBASS/: BASS_interface.cpp, MakeStamps.cpp, MakeStamps.hpp,
186     MemberStamp.cpp, MemberStamp.hpp, node_list.h: Fix to new RigidBody
187     stuff
188    
189     2004-01-27 14:39 gezelter
190    
191     * samples/water/ssd.bass: Longer run time to test SSD water in MPI
192    
193     2004-01-27 14:39 gezelter
194    
195     * samples/metals/Au.bass: Longer run time to test gold in MPI
196    
197     2004-01-27 14:38 gezelter
198    
199     * samples/argon/argon.bass: Longer run time to test argon
200    
201     2004-01-27 14:38 gezelter
202    
203     * libmdtools/: Make.dep, WATER.cpp, mpiSimulation.cpp: More BASS
204     changes to do new rigidBody scheme a copy of WATER.cpp from this
205     morning
206    
207     2004-01-27 14:37 gezelter
208    
209     * libBASS/: BASS_interface.cpp, BASS_interface.h, BASS_parse.c,
210     BASSyacc.y, MakeStamps.cpp, MakeStamps.hpp, Makefile.in,
211     MemberStamp.cpp, MemberStamp.hpp, MoleculeStamp.cpp,
212     MoleculeStamp.hpp, RigidBodyStamp.cpp, RigidBodyStamp.hpp,
213     interface.c, make_nodes.c, make_nodes.h, mpiBASS.c, mpiBASS.h,
214     node_list.h, parse_interface.h, parse_tree.c: More BASS changes to
215     do new rigidBody scheme
216    
217     2004-01-27 14:15 tim
218    
219     * libmdtools/: AbstractClasses.hpp, ConjugateMinimizer.hpp,
220     Constraint.cpp, Constraint.hpp, Functor.hpp, Integrator.hpp,
221     MinimizerBase.hpp, NLOPConstraint.hpp, NLOPModel.hpp: revision of
222     constraint for Nonlinear Optimization Model
223    
224     2004-01-26 17:01 gezelter
225    
226     * utils/sysbuilder/MoLocator.cpp: Changes to BASS reader to use
227     Euler angles for orientation instead of unit vectors required
228     changes in MoLocator
229    
230     2004-01-26 16:53 gezelter
231    
232     * samples/: alkane/alkanes.mdl, beadLipid/beadLipid.mdl,
233     beadLipid/water.mdl, lipid/lipid.mdl, lipid/water.mdl,
234     water/water.mdl: Changed orientation lines from unit vectors to
235     euler angles
236    
237     2004-01-26 16:52 gezelter
238    
239     * libmdtools/SimSetup.cpp: Convert Eulers in degrees into radians
240    
241     2004-01-26 16:45 gezelter
242    
243     * libmdtools/SimSetup.cpp: Changed default orientation in BASS to
244     use Euler angles in the following order: phi, theta, psi Removed
245     the ability to set orientation using a unit vector
246    
247     2004-01-26 16:26 gezelter
248    
249     * libBASS/: AtomStamp.cpp, AtomStamp.hpp, RigidBodyStamp.cpp,
250     RigidBodyStamp.hpp: Changed default orientation in BASS to use
251     Euler angles in the following order: phi, theta, psi Removed the
252     ability to set orientation using a unit vector
253    
254     2004-01-26 13:52 gezelter
255    
256     * libBASS/: BASS_interface.cpp, MakeStamps.cpp, MakeStamps.hpp,
257     MoleculeStamp.cpp: Fix broken atom assignment for rigid bodies
258    
259     2004-01-22 12:34 chrisfen
260    
261     * libmdtools/: DUFF.cpp, EAM_FF.cpp, ForceFields.hpp, LJFF.cpp,
262     TraPPE_ExFF.cpp, WATER.cpp, mpiForceField.c, mpiForceField.h:
263     Corrected spelling in several directories, and stated WATER.cpp
264    
265     2004-01-21 17:16 tim
266    
267     * libmdtools/: MinimizerBase.hpp, NLOPConstraint.hpp,
268     NLOPModel.hpp: constraint class in energy minimization
269    
270     2004-01-20 15:34 tim
271    
272     * libmdtools/MinimizerBase.hpp: Adding energy minimization
273    
274     2004-01-20 15:32 tim
275    
276     * libmdtools/: ConjugateMinimizer.hpp, Integrator.hpp,
277     NLOPConstraint.hpp, NLOPModel.hpp: Energy Minimizer
278    
279     2004-01-19 16:17 gezelter
280    
281     * libmdtools/: SimInfo.cpp, SimSetup.cpp: Made some error messages
282     more user-friendly
283    
284     2004-01-19 13:51 chrisfen
285    
286     * forceFields/DUFF.frc: Updated the default water to SSD/E
287    
288     2004-01-19 13:36 tim
289    
290     * libmdtools/: Functor.hpp, SimSetup.cpp: Adding warning if sample
291     time, status time, thermal time and reset time are not divisible by
292     dt
293    
294     2004-01-19 11:10 gezelter
295    
296     * third-party/Makefile.in: Added a bunch of dummy targets so make
297     won't complain
298    
299     2004-01-19 11:10 gezelter
300    
301     * samples/lipid/5x5.bass: Fixed old bass file
302    
303     2004-01-19 11:09 gezelter
304    
305     * libmdtools/mpiSimulation.cpp: BASS changes to add RigidBodies
306     required a change in how the MoleculeStamps are used by divideLabor
307     in mpiSimulation.cpp
308    
309     2004-01-19 11:08 gezelter
310    
311     * libBASS/: BASS_interface.cpp, BASS_interface.h, BASS_parse.c,
312     BASSyacc.y, Globals.cpp, Globals.hpp, MakeStamps.cpp,
313     MakeStamps.hpp, Makefile.in, MoleculeStamp.cpp, MoleculeStamp.hpp,
314     RigidBodyStamp.cpp, RigidBodyStamp.hpp, interface.c, make_nodes.c,
315     make_nodes.h, mpiBASS.c, mpiBASS.h, node_list.h, parse_interface.h,
316     parse_tree.c: BASS changes to add RigidBodies and LJrcut
317    
318     2004-01-16 16:55 tim
319    
320     * libmdtools/: DumpWriter.cpp, EAM_FF.cpp: fix a bug in creating
321     eor file
322    
323     2004-01-16 16:51 mmeineke
324    
325     * libmdtools/DumpWriter.cpp: fixed a bug where only MPI jobs could
326     write eor files
327    
328     2004-01-16 10:01 mmeineke
329    
330     * libmdtools/DUFF.cpp: fixed an struct mismatch error in the mpi
331     initialization of the AtomStruct
332    
333     2004-01-15 16:57 chuckv
334    
335     * configure, libmdtools/DumpWriter.cpp: Fixes for Dumps
336    
337     2004-01-15 10:51 gezelter
338    
339     * ac-tools/aclocal.m4: Changes for altivec
340    
341     2004-01-15 09:22 gezelter
342    
343     * libmdtools/DumpWriter.cpp: Documented the Spud Toss
344    
345     2004-01-14 23:33 gezelter
346    
347     * libmdtools/do_Forces.F90: changes for charge charge interactions
348    
349     2004-01-14 20:14 gezelter
350    
351     * libmdtools/: calc_charge_charge.F90, calc_dipole_dipole.F90,
352     notifyCutoffs.F90: More work for adding charges
353    
354     2004-01-14 17:41 gezelter
355    
356     * configure, ac-tools/aclocal.m4, ac-tools/configure.in,
357     src/Makefile.in: autoconf fixes
358    
359     2004-01-14 11:28 mmeineke
360    
361     * utils/sysbuilder/latticeBilayer.cpp: fixed a periodic box bug
362    
363     2004-01-14 10:48 gezelter
364    
365     * configure, ac-tools/aclocal.m4, ac-tools/configure.in,
366     src/Makefile.in, third-party/Makefile.in: autoconf compatibility
367     changes for icc8
368    
369     2004-01-13 18:01 gezelter
370    
371     * libmdtools/: DUFF.cpp, EAM_FF.cpp, LJFF.cpp, SimInfo.cpp,
372     SimInfo.hpp, TraPPE_ExFF.cpp, atype_module.F90, do_Forces.F90,
373     fSimulation.h, fortranWrapDefines.hpp, simulation_module.F90:
374     Changes for adding direct charge-charge interactions (with
375     switching function)
376    
377     2004-01-13 17:34 gezelter
378    
379     * libmdtools/: Make.dep, Makefile.in, calc_charge_charge.F90,
380     oopseMPI_module.F90: Some changes for new MPI organization and
381     direct charge-charge interactions
382    
383     2004-01-13 17:11 tim
384    
385     * Functor.hpp, libmdtools/Functor.hpp: [no log message]
386    
387     2004-01-13 16:22 tim
388    
389     * Functor.hpp, samples/water/ssd.bass: Energy Minimization method
390    
391     2004-01-13 15:35 tim
392    
393     * libmdtools/: DumpWriter.cpp, ReadWrite.hpp: open and close the
394     eor file whenever it is used instead of rewinding it
395    
396     2004-01-13 15:04 tim
397    
398     * libmdtools/: DumpWriter.cpp, ReadWrite.hpp: change the interface
399     of writeFrame
400    
401     2004-01-13 10:46 tim
402    
403     * libmdtools/: DumpWriter.cpp, Integrator.cpp, ReadWrite.hpp:
404     Merge the code of writeFinal and writeDump;
405     Adding sortingIndex into DumpWriter;
406     Fix a bug of writing last frame twice in integrator
407    
408     2004-01-12 17:54 tim
409    
410     * ChangeLog, libmdtools/DumpWriter.cpp, samples/water/ssd.bass: fix
411     a bug in copying string
412    
413 tim 927 2004-01-12 15:37 tim
414    
415     * ChangeLog, libmdtools/DumpWriter.cpp, samples/argon/argon.bass,
416     samples/water/ssd.bass: Dumpwriter only write out the atoms on
417     master nodes
418    
419 tim 926 2004-01-10 04:46 tim
420    
421     * ChangeLog, libmdtools/DumpWriter.cpp: tagub is not a bug. Just
422     roll it back fix a bug of copying string to a pointer Still have
423     Seg fault, it looks like a random MPI seg fault in totalview
424    
425 tim 920 2004-01-09 21:15 tim
426    
427     * libmdtools/DumpWriter.cpp: Fix a bug of declaration of tagub
428    
429     2004-01-09 15:29 gezelter
430    
431     * libmdtools/DumpWriter.cpp: New DumpWriter (Attempt #4)
432    
433     2004-01-08 17:25 chuckv
434    
435     * libmdtools/DumpWriter.cpp: A work in progress...
436    
437     2004-01-08 13:59 gezelter
438    
439     * libmdtools/DumpWriter.cpp: null terminate some strings just in
440     case
441    
442     2004-01-08 13:13 mmeineke
443    
444     * libmdtools/InitializeFromFile.cpp: refixed the NVT readin XS
445     state bug.
446    
447     2004-01-08 13:05 gezelter
448    
449     * libmdtools/DumpWriter.cpp: added strncpy to DumpWriter
450    
451     2004-01-08 12:57 mmeineke
452    
453     * libmdtools/InitializeFromFile.cpp: fixed the restart from NVT
454     exstended state bug
455    
456     2004-01-08 12:40 gezelter
457    
458     * libmdtools/DumpWriter.cpp: First Stab at fixing DumpWriter
459    
460     2004-01-08 10:44 mmeineke
461    
462     * libmdtools/InitializeFromFile.cpp: added support for the ignore
463     XS state info flag
464    
465     2004-01-07 14:26 tim
466    
467     * libmdtools/DumpWriter.cpp, libmdtools/InitializeFromFile.cpp,
468     samples/argon/argon.bass, samples/water/ssd.bass: Fixed a bug of
469     sending message from master node to itself in DumpWriter.cpp and
470     InitializeFromFile.cpp
471    
472     2004-01-06 14:49 chuckv
473    
474     * libmdtools/: calc_dipole_dipole.F90, calc_reaction_field.F90:
475     performance fixes in the dipole dipole and reaction field code
476    
477     2004-01-06 13:54 chuckv
478    
479     * libmdtools/: calc_LJ_FF.F90, do_Forces.F90: Making do_Forces a
480     little more sane
481    
482     2004-01-05 17:49 chuckv
483    
484     * libmdtools/: calc_LJ_FF.F90, calc_dipole_dipole.F90,
485     calc_eam.F90, calc_gb.F90, calc_reaction_field.F90,
486     calc_sticky_pair.F90, do_Forces.F90: Attempting to increase
487     performance by reducing spurious function calls
488    
489     2004-01-05 17:18 chuckv
490    
491     * libmdtools/do_Forces.F90: mangling forces even further
492    
493     2004-01-05 17:18 chuckv
494    
495     * configure, ac-tools/configure.in: mpich mucking
496    
497     2004-01-05 17:12 chuckv
498    
499     * libmdtools/do_Forces.F90: mangled do_forces...
500    
501     2004-01-05 16:00 chuckv
502    
503     * ChangeLog, ac-tools/configure.in, libmdtools/atype_module.F90,
504     libmdtools/do_Forces.F90: Added bitmask to do_forces property
505     lookup
506    
507 chuckv 894 2003-12-29 14:56 chuckv
508 gezelter 760
509 chuckv 894 * samples/metals/Au.bass, third-party/mt19937ar.c: Added
510     third-party directory for code not written by us. Also added
511     Mersenne Twister random number generator code. This will eventually
512     replace sprng as the random number generator used by OOPSE.
513    
514     2003-12-22 16:26 chuckv
515    
516     * libmdtools/ForceFields.cpp, libmdtools/Integrator.cpp,
517     libmdtools/mdProfile.cpp, libmdtools/timing.F90, src/oopse.cpp:
518     Fixes to profile code.
519    
520     2003-12-19 15:36 mmeineke
521    
522     * libmdtools/: Makefile.in, do_Forces.F90, mdProfile.cpp,
523     timing.F90, timing.f90: More profiling fixes.
524    
525     2003-12-19 15:19 chuckv
526    
527     * libmdtools/timing.f90: Another change for MPI in timing.
528    
529     2003-12-19 15:17 chuckv
530    
531     * libmdtools/timing.f90: Small update to timing in MPI
532    
533     2003-12-19 13:53 mmeineke
534    
535     * libmdtools/mdProfile.cpp, src/oopse.cpp, src/oose.cpp: the
536     profiling commands work now. Will start adding PROFILE ifdefs into
537     the code
538    
539     2003-12-19 12:25 mmeineke
540    
541     * libmdtools/: Makefile.in, do_Forces.F90, mdProfile.cpp: added
542     some profiling routines
543    
544     2003-12-19 10:12 mmeineke
545    
546     * utils/sysbuilder/randomBilayer.cpp: working on adding GofRtheta
547     and GofRomega
548    
549     additional work on randomBilayer
550    
551     2003-12-19 10:12 mmeineke
552    
553     * staticProps/: AllCorr.cpp, GofRomega.cpp, GofRtheta.cpp,
554     PairCorrList.hpp, staticProps.cpp: working on adding GofRtheta and
555     GofRomega
556    
557     2003-12-18 16:47 mmeineke
558    
559     * libmdtools/: Makefile.in, mdProfile.cpp, mdProfile.hpp: added
560     some profile functionality
561    
562     2003-12-18 15:46 chuckv
563    
564     * libmdtools/: do_Forces.F90, mpiSimulation_module.F90, timing.f90:
565     Added functions for simple profiling in fortran.
566    
567     2003-12-17 15:13 chuckv
568    
569     * libmdtools/calc_eam.F90, libmdtools/mpiSimulation_module.F90,
570     samples/metals/init_au.in: Fixed bug in parallel EAM. rho_row and
571     rho_col were scattered into the same array. Unfortunately, MPI
572     zeros the array between scatters so half of the sum was being lost.
573     Fixed by added a temp array for column scatter, then sum loop over
574     nlocal.
575    
576     2003-12-16 15:49 mmeineke
577    
578     * staticProps/: GofRomega.cpp, GofRtheta.cpp, Makefile.in,
579     PairCorrType.cpp, PairCorrType.hpp: finished gofRtheta and added
580     gofRomega. both need to be debugged and tested.
581    
582     2003-12-12 10:42 gezelter
583    
584     * configure, ac-tools/aclocal.m4, ac-tools/configure.in,
585     libmdtools/Atom.hpp, libmdtools/DirectionalAtom.cpp: Changes for
586     gradients (to do minimizations)
587    
588     2003-12-12 10:33 mmeineke
589    
590     * utils/sysbuilder/randomBilayer.hpp: removed the randombilayer
591     header
592    
593     2003-12-10 11:52 mmeineke
594    
595     * utils/sysbuilder/: Makefile.in, bilayerSys.cpp, bilayerSys.hpp,
596     randomBilayer.cpp, randomBilayer.hpp: edited the makefile to add
597     randomBilayer to the build. Also move the random bilayer builder
598     from bilayerSys to randomBilayer
599    
600     2003-11-25 10:44 mmeineke
601    
602     * forceFields/: DUFF.frc, backup.DUFF.frc: backed up the old
603     DUFF.frc to backup.DUFF.frc alte4red masses and epsilons of TB2 and
604     TB3 in DUFF.frc
605    
606     2003-11-21 15:09 mmeineke
607    
608     * libmdtools/InitializeFromFile.cpp, libmdtools/SimInfo.cpp,
609     utils/sysbuilder/latticeBilayer.cpp: added a more verbose error
610     message in SimInfo. Added a more informative error message in
611     InitializeFromFile
612    
613     2003-11-21 15:07 mmeineke
614    
615     * staticProps/: GofRtheta.cpp, PairCorrType.hpp: begun work on add
616     ing in the GofR,CosTheta
617    
618     2003-11-21 14:31 chrisfen
619    
620     * libmdtools/: SimInfo.cpp, do_Forces.F90, neighborLists.F90: Fixed
621     a bug in SimInfo ordering of radii
622    
623     2003-11-11 12:20 mmeineke
624    
625     * libmdtools/SimInfo.cpp: added a routine to SimInfo.cpp to inline
626     a min function.
627    
628     2003-11-10 16:50 mmeineke
629    
630     * libmdtools/: EAM_FF.cpp, SimInfo.cpp, SimInfo.hpp, SimSetup.cpp:
631     reordered the rcut/ecr/boxSize initialization
632    
633     removed the rcut/ecr shrink and grow algorithm. the simulation will
634     now exit when it runs into rcut or ecr.
635    
636     2003-11-07 16:46 chuckv
637    
638     * libmdtools/: Makefile.in, mpiSimulation_module.F90,
639     oopseMPI_module.F90: Added support for compiling fortran without
640     use of mpich modules. We use mpif.h instead.:
641    
642     2003-11-07 12:09 mmeineke
643    
644     * libmdtools/: Integrator.hpp, NPT.cpp, NPTf.cpp, NPTi.cpp,
645     NPTxyz.cpp: moved the velocity scale matrix calculation outside of
646     the atom loop in the NPT family of integrators.
647    
648     2003-11-06 17:01 mmeineke
649    
650     * libBASS/Globals.cpp, libBASS/Globals.hpp, libmdtools/Make.dep,
651     libmdtools/NPTf.cpp, libmdtools/NPTi.cpp, libmdtools/NPTxyz.cpp,
652     libmdtools/NVT.cpp, libmdtools/SimInfo.cpp, libmdtools/SimInfo.hpp,
653     libmdtools/SimSetup.cpp, utils/sysbuilder/Make.dep,
654     utils/sysbuilder/latticeBilayer.cpp: added the following parameters
655     to BASS: * useInitialExtendedSystemState * orthoBoxTolerance
656     * useIntiTime => useInitialTime
657    
658     2003-11-06 14:24 mmeineke
659    
660     * libBASS/: BASS_parse.c, BASSlex.l, BASSyacc.y, interface.c,
661     make_nodes.c, make_nodes.h, parse_interface.h, parse_tree.c,
662     parse_tree.h: fixed the includes in the Make.dep
663    
664     2003-11-06 14:11 mmeineke
665    
666     * libmdtools/: Makefile.in, NPTf.cpp, NPTi.cpp, NPTxyz.cpp,
667     NVT.cpp, SimInfo.cpp, Thermo.cpp: did a merge by hand from the
668     new-templateless branch to the main trunk.
669    
670     bug Fixes include: * fixed the switching function from ortho to
671     non-ortho box. !!!!! THis was responsible for all of the
672     sudden deaths we saw. * some formating in the string when we
673     write out the extended system state. * added NPT.cpp to the
674     makefile.in
675    
676     2003-11-06 13:20 mmeineke
677    
678     * libmdtools/: Integrator.cpp, Makefile.in, NPT.cpp, NPTf.cpp,
679     SimInfo.cpp, Thermo.cpp, do_Forces.F90: fixed the "Sudden Death"
680     bug. The box was not switching between orthorhombic and
681     non-orthorhombic wrapping correctly. we added a fabs() to
682     the check.which should fix it.
683    
684     2003-11-05 14:16 mmeineke
685    
686     * libmdtools/AbstractClasses.hpp, libmdtools/DumpReader.cpp,
687     libmdtools/GenericData.cpp, libmdtools/GenericData.hpp,
688     libmdtools/InitializeFromFile.cpp, libmdtools/Integrator.cpp,
689     libmdtools/Integrator.hpp, libmdtools/Make.dep, libmdtools/NPT.cpp,
690     libmdtools/NPTf.cpp, libmdtools/NPTi.cpp, libmdtools/NPTxyz.cpp,
691     libmdtools/NVT.cpp, libmdtools/SimInfo.hpp,
692     libmdtools/SimSetup.cpp, samples/water/ssd.bass, src/Make.dep,
693     utils/sysbuilder/Make.dep, utils/sysbuilder/latticeBilayer.cpp:
694     some work on trying to find the compression bug
695    
696     2003-11-03 17:07 mmeineke
697    
698     * libmdtools/: DumpReader.cpp, GenericData.cpp, GenericData.hpp,
699     InitializeFromFile.cpp, Integrator.hpp, Make.dep, NPT.cpp,
700     NPTf.cpp, NPTi.cpp, NPTxyz.cpp, NVT.cpp, SimInfo.cpp, SimInfo.hpp,
701     SimSetup.cpp, SimSetup.hpp: begun work on removing templates and
702     most of standard template library from OOPSE.
703    
704     2003-10-31 16:06 mmeineke
705    
706     * libmdtools/: AllIntegrator.hpp, Integrator.cpp, Integrator.hpp,
707     Makefile.in, NPT.cpp, NPTf.cpp, NPTi.cpp, NPTxyz.cpp, NVT.cpp,
708     SimSetup.cpp: started work on template removal.
709    
710     2003-10-31 13:28 mmeineke
711    
712     * libmdtools/: DumpReader.cpp, NPTf.cpp, NPTi.cpp, NPTxyz.cpp:
713     added template stuff to the Maikefile template
714    
715     little changes to some printf format statements
716    
717     2003-10-31 13:28 mmeineke
718    
719     * libBASS/Makefile.in: added template stuff to the Maikefile
720     template
721    
722     2003-10-30 13:59 gezelter
723    
724     * libmdtools/: SimInfo.cpp, SimInfo.hpp, SimSetup.cpp,
725     do_Forces.F90, neighborLists.F90, notifyCutoffs.F90: bug fixes for
726     rList problems
727    
728     2003-10-30 09:11 gezelter
729    
730     * libmdtools/neighborLists.F90: Fixed bug that size(q0) was being
731     queried before q0 was allocated.
732    
733     2003-10-29 15:41 mmeineke
734    
735     * libmdtools/: ForceFields.cpp, Integrator.cpp, Integrator.hpp,
736     SimInfo.cpp, SimSetup.cpp, calc_dipole_dipole.F90,
737     calc_sticky_pair.F90, do_Forces.F90: fixed a stdlib.h include error
738     in bass.l
739    
740     fixed a little bug in the first time step, regarding the setting of
741     ecr and est in fortran
742    
743     2003-10-29 15:40 mmeineke
744    
745     * libBASS/BASSlex.l: fixed a stdlib.h include error
746    
747     2003-10-29 12:55 mmeineke
748    
749     * libmdtools/: ForceFields.cpp, Integrator.cpp, SimInfo.cpp,
750     SimInfo.hpp, SimSetup.cpp, do_Forces.F90: som efixes to the way
751     rcut is setup, as well as additional debugging comments.
752    
753     2003-10-29 09:28 gezelter
754    
755     * configure, ac-tools/configure.in, libBASS/Makefile.in,
756     libmdtools/Makefile.in, src/Makefile.in: C++ compatibility for
757     templates
758    
759     2003-10-28 22:16 gezelter
760    
761     * src/Makefile.in: Refixed broken makefile
762    
763     2003-10-28 22:06 gezelter
764    
765     * configure, ac-tools/aclocal.m4, src/Makefile.in: compatibility
766     fixes
767    
768     2003-10-28 19:19 tim
769    
770     * ChangeLog, libmdtools/AbstractClasses.hpp,
771     libmdtools/DumpWriter.cpp, libmdtools/GenericData.hpp,
772     libmdtools/InitializeFromFile.cpp, libmdtools/Integrator.cpp,
773     libmdtools/Integrator.hpp, libmdtools/NPT.cpp, libmdtools/NPTf.cpp,
774     libmdtools/NPTi.cpp, libmdtools/NPTxyz.cpp, libmdtools/NVT.cpp,
775     libmdtools/ReadWrite.hpp, samples/argon/argon.bass,
776     samples/water/ssd.bass: add chi and eta to the comment line of dump
777     file.
778    
779     2003-10-28 17:25 mmeineke
780    
781     * libmdtools/: ForceFields.hpp, SimInfo.hpp,
782     fortranWrapDefines.hpp, fortranWrappers.cpp, fortranWrappers.hpp,
783     mpiComponentPlan.h, mpiSimulation.hpp: did a complete overhaul of
784     how c calls fortran. All function pointers and fortran calls are
785     rigidly typecast now.
786    
787     2003-10-28 15:42 gezelter
788    
789     * staticProps/Makefile.in, utils/sysbuilder/Makefile.in:
790     Portability fixes
791    
792     2003-10-28 15:09 gezelter
793    
794     * libmdtools/calc_LJ_FF.F90, libmdtools/do_Forces.F90,
795     libmdtools/fForceField.h, libmdtools/mpiSimulation_module.F90,
796     src/Makefile.in: Compatibility fixes
797    
798     2003-10-28 12:08 mmeineke
799    
800     * libmdtools/: AbstractClasses.hpp, Integrator.hpp, Makefile.in:
801     started work on template removal
802    
803     2003-10-28 12:04 gezelter
804    
805     * libmdtools/: fortranWrappers.cpp, fortranWrappers.hpp: started
806     trying to understand extern "C" stuff for pointers
807    
808     2003-10-28 11:20 gezelter
809    
810     * libmdtools/: InitializeFromFile.cpp, ReadWrite.hpp,
811     ZConsWriter.cpp, ZConstraint.cpp: fixes for compatibility
812    
813     2003-10-28 11:03 gezelter
814    
815     * libmdtools/: Atom.hpp, BendExtensions.cpp, DUFF.cpp,
816     DipoleTestFF.cpp, DirectionalAtom.cpp, DumpReader.cpp,
817     DumpWriter.cpp, EAM_FF.cpp, Exclude.cpp, ForceFields.cpp,
818     ForceFields.hpp, InitializeFromFile.cpp, Integrator.cpp, LJFF.cpp,
819     Makefile.in, Molecule.cpp, NPT.cpp, NPTf.cpp, NPTi.cpp, NPTxyz.cpp,
820     ReadWrite.hpp, SimInfo.cpp, SimSetup.cpp, SimState.cpp,
821     StatWriter.cpp, Thermo.cpp, TraPPE_ExFF.cpp, ZConstraint.cpp,
822     calc_LJ_FF.F90, do_Forces.F90, fortranWrappers.cpp,
823     mpiSimulation.cpp, randomSPRNG.cpp: replace c++ header stuff with
824     more portable c header stuff Also, mod file fixes and portability
825     changes Some fortran changes will need to be reversed.
826    
827     2003-10-28 11:03 gezelter
828    
829     * libBASS/: AtomStamp.cpp, BASS_interface.cpp, Component.cpp,
830     Globals.cpp, Globals.hpp, LinkedCommand.hpp, MakeStamps.hpp,
831     Makefile.in, MoleculeStamp.cpp: replace c++ header stuff with more
832     portable c header stuff Also, mod file fixes and portability
833     changes
834    
835     2003-10-28 11:02 gezelter
836    
837     * configure, ac-tools/aclocal.m4: mod file fixes and portability
838     stuff
839    
840     2003-10-27 18:00 gezelter
841    
842     * Makefile.in, configure, ac-tools/aclocal.m4,
843     ac-tools/configure.in, ac-tools/fortran90.m4,
844     libmdtools/Makefile.in: Stuff for MOD support in other compilers
845    
846     2003-10-27 17:08 mmeineke
847    
848 tim 837 * utils/sysbuilder/: Make.dep, Makefile.in, MoLocator.cpp,
849 chuckv 894 MoLocator.hpp, QuickBass.cpp, QuickBass.hpp, latticeBilayer.cpp:
850     added routines for the sysbuilder to work with simSetup
851    
852     remved the QuickBass routines, and had all parsing go through
853     SimSetup. LatticeBilayer is in complete working order now.
854    
855     2003-10-27 17:07 mmeineke
856    
857     * libmdtools/: SimInfo.hpp, SimSetup.cpp, SimSetup.hpp: added
858     routines for the sysbuilder to work with simSetup
859    
860     2003-10-27 11:20 gezelter
861    
862     * configure, ac-tools/configure.in, samples/water/ssd.bass,
863     utils/sysbuilder/sysBuild.cpp: fixes for configure, sysBuild
864    
865 tim 926 2003-10-24 17:17 mmeineke
866 chuckv 894
867     * utils/sysbuilder/: Make.dep, Makefile.in, MoLocator.cpp,
868 tim 837 MoLocator.hpp, QuickBass.cpp, QuickBass.hpp, bilayerSys.cpp,
869     latticeBilayer.cpp, latticeBuilder.cpp, sysBuild.cpp: put
870     QuickBass, MoLocator, and latticeBuilder into a Builder Library
871     overhauled latticeBilayer into its own program. Removed sysBuild
872     from the Makefile
873    
874 tim 926 2003-10-24 12:36 gezelter
875 tim 837
876     * utils/sysbuilder/: bilayerSys.cpp, latticeBuilder.cpp,
877     latticeBuilder.hpp, sysBuild.cpp, sysBuild.hpp: work on bilayer
878     builder
879    
880 tim 926 2003-10-24 12:35 gezelter
881 tim 837
882     * configure, ac-tools/aclocal.m4, ac-tools/configure.in: fixed a
883     merge problem
884    
885 tim 926 2003-10-23 14:57 mmeineke
886 tim 837
887     * samples/metals/Makefile.in: added eam ForceField files to the
888     init
889    
890     fixed an eam mpi parmeter setup bug
891    
892     added the init file to the makefile
893    
894 tim 926 2003-10-23 14:57 mmeineke
895 tim 837
896     * libmdtools/: EAM_FF.cpp, SimSetup.cpp: added eam ForceField files
897     to the init
898    
899     fixed an eam mpi parmeter setup bug
900    
901 tim 926 2003-10-23 14:57 mmeineke
902 tim 837
903     * forceFields/Makefile.in: added eam ForceField files to the init
904    
905 tim 926 2003-10-22 16:17 mmeineke
906 tim 837
907     * libmdtools/: AllIntegrator.hpp, Integrator.hpp, Makefile.in,
908     NPTxym.cpp, NPTxyz.cpp, NPTzm.cpp, SimSetup.cpp: added a new NPT
909     integrator, NPTxyz. It scales the x, y, and z direction sepeartely.
910     no box skew allowed.
911    
912 tim 926 2003-10-21 14:33 mmeineke
913 tim 837
914     * libBASS/Globals.cpp, libBASS/Globals.hpp,
915     libmdtools/SimSetup.cpp, staticProps/GofRtheta.cpp,
916     staticProps/PairCorrType.hpp: added useInitTime to the BASS syntax.
917     * useInitTime = false: sets the origin time to 0.0 regardless
918     of the time stamp in the .init file * default=> useInitTime =
919     true;
920    
921 tim 926 2003-10-17 16:19 mmeineke
922 tim 837
923     * staticProps/: AllCorr.cpp, AllCorr.hpp, CorrWrap.cpp, GofR.cpp,
924     Makefile.in, PairCorrList.hpp, PairCorrType.cpp, PairCorrType.hpp,
925     staticProps.cpp, obj/placeholder: added the staticProps directory
926     to the build list for both configure  and configure.in
927    
928     fixed a number of bugs in the staticProps code. gofr is now
929     working.
930    
931 tim 926 2003-10-17 16:18 mmeineke
932 tim 837
933     * ac-tools/configure.in: added the staticProps directory to the
934     build list for both configure  and configure.in
935    
936 tim 926 2003-10-17 16:17 mmeineke
937 tim 837
938     * configure: added the staticProps directory to the build list
939    
940 tim 926 2003-10-16 14:16 mmeineke
941 tim 837
942     * libmdtools/: DumpReader.cpp, DumpWriter.cpp, Exclude.cpp,
943     Integrator.cpp, Makefile.in, ReadWrite.hpp: Changed DumpReader to
944     use linked lists instead of a vector.
945    
946     Fixed the makefile to build DumpReader.cpp
947    
948     Removed a comment output in Exclude.cpp
949    
950     Modified DumpWriter and Integrator to write an eor file every time
951     a frame is written. This lets the .eor file represent the last
952     written frame of a simulation.
953    
954 tim 926 2003-10-10 12:10 mmeineke
955 tim 837
956 tim 1005 * staticProps/: AllCorr.cpp, AllCorr.hpp, CorrWrap.cpp,
957     CorrWrap.hpp, GofR.cpp, Makefile.in, PairCorrList.cpp,
958     PairCorrList.hpp, PairCorrType.cpp, PairCorrType.hpp,
959     staticProps.cpp: removed the props directory, and moved everything
960     over to staticProps
961 tim 837
962 tim 926 2003-10-09 17:09 mmeineke
963 tim 837
964 tim 1005 * libmdtools/Atom.hpp: Contiuned work on staticProps. should be in
965 tim 837 a position where it will compile and run first runs.
966    
967 tim 926 2003-10-04 13:46 chuckv
968 tim 837
969     * libmdtools/calc_eam.F90, libmdtools/do_Forces.F90,
970     samples/metals/Au.bass: Fixed bug in calc_eam.
971    
972 tim 926 2003-10-04 13:08 chuckv
973 tim 837
974     * samples/metals/init_au.in: added Au init file for eam.
975    
976 tim 926 2003-10-03 17:11 mmeineke
977 tim 837
978     * libmdtools/: StatWriter.cpp, Thermo.cpp, Thermo.hpp: removed
979     entahlpy from the statwriter and thermo.
980    
981 tim 926 2003-10-03 17:02 mmeineke
982 tim 837
983     * libmdtools/SimInfo.hpp: changed the formating ogf the error
984     statements in simError
985    
986     added a function to get the maxCutoff
987    
988 tim 926 2003-10-03 17:01 mmeineke
989 tim 837
990     * libBASS/simError.c: changed the formating ogf the error
991     statements in simError
992    
993 tim 926 2003-09-30 11:00 mmeineke
994 tim 920
995 tim 837 * configure, ac-tools/aclocal.m4, ac-tools/configure.in: changed
996     f90Flags so they are no longer overwritten by the compiler.
997    
998 tim 926 2003-09-29 17:06 mmeineke
999 tim 837
1000     * libmdtools/fortranWrappers.cpp: added mpif90 mod check back same
1001     for conifig.in
1002    
1003     fixed wrappers to extern "C"
1004    
1005 tim 926 2003-09-29 17:06 mmeineke
1006 tim 837
1007     * ac-tools/configure.in: added mpif90 mod check back same for
1008     conifig.in
1009    
1010 tim 926 2003-09-29 17:05 mmeineke
1011 tim 837
1012     * configure: added mpif90 mod check back
1013    
1014 tim 926 2003-09-29 16:16 mmeineke
1015 tim 837
1016     * configure, ac-tools/aclocal.m4, ac-tools/configure.in,
1017     libBASS/BendStamp.cpp, libBASS/BondStamp.cpp,
1018     libBASS/LinkedAssign.cpp, libBASS/LinkedCommand.cpp,
1019     libBASS/MakeStamps.cpp, libBASS/TorsionStamp.cpp,
1020     libBASS/ZconStamp.cpp, libBASS/simError.c,
1021     libmdtools/Integrator.hpp, libmdtools/SimInfo.cpp,
1022     libmdtools/SimInfo.hpp, libmdtools/calc_LJ_FF.F90,
1023     libmdtools/fortranWrappers.cpp: fixed a lot of warnings and errors
1024     found with SUN's SUNWspro.s1s7
1025    
1026 tim 926 2003-09-29 12:38 mmeineke
1027 tim 837
1028     * libmdtools/GenericData.hpp: light change in syntax. no
1029     signifigant change.
1030    
1031 tim 926 2003-09-25 16:17 mmeineke
1032 tim 837
1033     * libmdtools/: DirectionalAtom.cpp, Integrator.hpp: fixed some
1034     additional remarks from icc -w3 (extra verbose output)
1035    
1036 tim 926 2003-09-25 14:27 mmeineke
1037 tim 837
1038     * libBASS/parse_tree.c, libmdtools/Atom.cpp, libmdtools/DUFF.cpp,
1039     libmdtools/DirectionalAtom.cpp, libmdtools/DumpWriter.cpp,
1040     libmdtools/EAM_FF.cpp, libmdtools/ForceFields.cpp,
1041     libmdtools/GenericData.cpp, libmdtools/InitializeFromFile.cpp,
1042     libmdtools/Integrator.cpp, libmdtools/LJFF.cpp,
1043     libmdtools/NPTf.cpp, libmdtools/NPTi.cpp, libmdtools/NPTzm.cpp,
1044     libmdtools/SimInfo.cpp, libmdtools/SimInfo.hpp,
1045     libmdtools/SimSetup.cpp, libmdtools/Thermo.cpp,
1046     libmdtools/ZConsWriter.cpp, libmdtools/ZConstraint.cpp,
1047     libmdtools/mpiSimulation.cpp, src/oopse.cpp: cleaned things with
1048     gcc -Wall and g++ -Wall
1049    
1050 tim 926 2003-09-25 13:54 gezelter
1051 tim 837
1052     * configure, ac-tools/configure.in: fixed a bug in configure
1053    
1054 tim 926 2003-09-25 11:42 gezelter
1055 tim 837
1056     * Makefile.in, configure, ac-tools/aclocal.m4,
1057     ac-tools/configure.in, libBASS/Makefile.in, libmdtools/Makefile.in,
1058     src/Makefile.in, utils/Makefile.in, utils/sysbuilder/Makefile.in:
1059     fixes for configure
1060    
1061 tim 926 2003-09-24 14:34 mmeineke
1062 tim 837
1063     * libmdtools/Integrator.cpp: moved readyCheck in the integrator so
1064     that it is called before the first Statistics are written.
1065    
1066 tim 926 2003-09-23 15:36 gezelter
1067 tim 837
1068     * src/Make.dep, utils/Make.dep, utils/sysbuilder/Make.dep: Added a
1069     bunch of Make.dep files to CVS
1070    
1071 tim 926 2003-09-23 15:34 mmeineke
1072 tim 837
1073     * libmdtools/: Integrator.cpp, Integrator.hpp, NPTf.cpp,
1074     SimSetup.cpp: Removed NPTfm from Integrator.hpp.
1075    
1076     Some small syntax cleaning in NPTfm and SimSetup
1077    
1078 tim 926 2003-09-22 18:07 tim
1079 tim 837
1080     * libmdtools/: ForceFields.cpp, Integrator.cpp, SimInfo.cpp,
1081     SimInfo.hpp: fix bug in calculating maxCutoff
1082    
1083 tim 926 2003-09-22 16:23 mmeineke
1084 tim 837
1085     * libmdtools/: AllIntegrator.hpp, Integrator.hpp, Make.dep,
1086     Makefile.in, NPT.cpp, NPTf.cpp, NPTfm.cpp, NPTim.cpp, SimSetup.cpp:
1087     Converted NPTf to work with the NPT base class.
1088    
1089     Removed NPTfm and NPTim from cvs
1090    
1091 tim 926 2003-09-19 15:00 mmeineke
1092 tim 837
1093     * libmdtools/: AllIntegrator.hpp, Integrator.cpp, Integrator.hpp,
1094     NPT.cpp, NPTf.cpp, NPTi.cpp, NVT.cpp, SimSetup.cpp: added NPT base
1095     class. NPTi is up to date. NPTf is not.
1096    
1097 tim 926 2003-09-19 11:03 mmeineke
1098 tim 837
1099     * utils/Makefile.in, src/Makefile.in: removed mpi++ from the
1100     makefile
1101    
1102 tim 926 2003-09-19 11:01 gezelter
1103 tim 837
1104     * samples/water/ssd.bass: goofing off to test NPTf and NPTi
1105    
1106 tim 926 2003-09-19 11:01 gezelter
1107 tim 837
1108     * libmdtools/: NPTf.cpp, NPTi.cpp: fixed bugs in NPTf, found
1109     (nearly) conserved quantities for both NPTi and NPTf
1110    
1111 tim 926 2003-09-19 10:20 mmeineke
1112 tim 837
1113     * utils/Makefile.in: fixed a typo in the makefile.
1114    
1115 tim 926 2003-09-19 09:55 gezelter
1116 tim 837
1117     * libmdtools/NPTi.cpp, libmdtools/SimInfo.cpp,
1118     samples/water/ssd.bass: [no log message]
1119    
1120 tim 926 2003-09-19 09:22 tim
1121 tim 837
1122     * libmdtools/: NPTi.cpp, NVT.cpp: [no log message]
1123    
1124 tim 926 2003-09-17 09:22 mmeineke
1125 tim 837
1126     * libmdtools/: Integrator.cpp, NPTi.cpp, NVT.cpp: fixed NPTi to now
1127     work with constraints.
1128    
1129 tim 926 2003-09-16 15:02 tim
1130 tim 837
1131     * libmdtools/: Integrator.hpp, NPTf.cpp, NPTfm.cpp, NPTi.cpp,
1132     SimInfo.cpp, SimInfo.hpp: fixed ecr grow in SimInfo
1133    
1134     fixed conserved quantity in NPT (Still some small bug)
1135    
1136     NPTi appears very stable.
1137    
1138 tim 926 2003-09-15 11:52 tim
1139 tim 837
1140     * libmdtools/AbstractClasses.hpp, libmdtools/Integrator.cpp,
1141     libmdtools/Integrator.hpp, libmdtools/NPTf.cpp,
1142     libmdtools/NPTfm.cpp, libmdtools/NPTi.cpp, libmdtools/NPTim.cpp,
1143     libmdtools/NVT.cpp, libmdtools/SimInfo.cpp, libmdtools/SimInfo.hpp,
1144     libmdtools/StatWriter.cpp, libmdtools/Thermo.cpp,
1145     libmdtools/Thermo.hpp, libmdtools/ZConstraint.cpp,
1146     utils/sysbuilder/bilayerSys.cpp: add conserved quantity to
1147     statWriter fix bug of vector wrapping at NPTi
1148    
1149 tim 926 2003-09-12 11:20 gezelter
1150 tim 920
1151 tim 837 * libmdtools/: Make.dep, Makefile.in: Added integrators to
1152     Makefile.in
1153    
1154 tim 926 2003-09-12 11:20 gezelter
1155 tim 837
1156     * ChangeLog: Entered changes for configure into ChangeLog
1157    
1158 tim 926 2003-09-09 15:35 mmeineke
1159 tim 920
1160 gezelter 760 * libmdtools/: Integrator.cpp, Integrator.hpp, NPTxym.cpp,
1161     NPTzm.cpp, Thermo.cpp, Thermo.hpp: updated the ChangeLog
1162    
1163     added two new NPT integrators, they still need work.
1164    
1165 tim 926 2003-09-09 15:34 mmeineke
1166 gezelter 760
1167     * ChangeLog: updated the ChangeLog
1168    
1169 tim 926 2003-09-05 17:45 gezelter
1170 gezelter 760
1171     * libmdtools/Make.dep: dependency on config.h
1172    
1173 tim 926 2003-09-05 17:36 gezelter
1174 gezelter 760
1175     * configure, ac-tools/aclocal.m4: fixed sprng problem
1176    
1177 tim 926 2003-09-05 16:29 gezelter
1178 gezelter 760
1179     * samples/metals/Makefile.in: New Makefile for metals sample
1180    
1181 tim 926 2003-09-05 16:27 gezelter
1182 gezelter 760
1183     * Makefile, Makefile.in, ac-tools/aclocal.m4,
1184     ac-tools/configure.in, ac-tools/fortran90.m4, forceFields/Makefile,
1185     forceFields/Makefile.in, libBASS/Globals.cpp, libBASS/Globals.hpp,
1186     libBASS/MakeStamps.cpp, libBASS/MakeStamps.hpp, libBASS/Makefile,
1187     libBASS/Makefile.in, libmdtools/Integrator.hpp,
1188     libmdtools/Linux_ifc_machdep.F90, libmdtools/Make.dep,
1189     libmdtools/Makefile, libmdtools/Makefile.in,
1190     libmdtools/calc_eam.F90, libmdtools/config.h.in,
1191     libmdtools/definitions_module.F90, libmdtools/fInfo.c,
1192     libmdtools/fortranWrappers.cpp,
1193     libmdtools/mpiSimulation_module.F90, libmdtools/neighborLists.F90,
1194     libmdtools/simulation_module.F90, samples/Makefile,
1195     samples/Makefile.in, samples/alkane/Makefile,
1196     samples/alkane/Makefile.in, samples/argon/Makefile,
1197     samples/argon/Makefile.in, samples/argon/argon.bass,
1198     samples/beadLipid/Makefile, samples/beadLipid/Makefile.in,
1199     samples/lipid/Makefile, samples/lipid/Makefile.in,
1200     samples/water/Makefile, samples/water/Makefile.in, src/Makefile,
1201     src/Makefile.in, utils/Makefile, utils/Makefile.in,
1202     utils/sysbuilder/Makefile, utils/sysbuilder/Makefile.in: Changes to
1203     autoconf / configure method of configuring OOPSE
1204    
1205 tim 926 2003-09-04 16:48 mmeineke
1206 mmeineke 754
1207     * libmdtools/Integrator.cpp, libmdtools/Integrator.hpp,
1208     libmdtools/Makefile, libmdtools/NPTf.cpp, libmdtools/NPTfm.cpp,
1209     libmdtools/NPTi.cpp, libmdtools/NPTim.cpp, libmdtools/NVT.cpp,
1210     libmdtools/SimInfo.hpp, libmdtools/SimSetup.cpp, src/Makefile:
1211     added resetTime to the Global namespace.
1212    
1213     added ability to reset the integrators in the NVT and NPT family.
1214    
1215 tim 926 2003-09-04 16:48 mmeineke
1216 mmeineke 754
1217     * libBASS/: Globals.cpp, Globals.hpp: added resetTime to the Global
1218     namespace.
1219    
1220 tim 926 2003-09-02 09:30 tim
1221 mmeineke 754
1222     * libmdtools/: Integrator.hpp, Makefile, SimSetup.cpp,
1223     ZConsWriter.cpp, ZConstraint.cpp: fix a bug at MPI version of
1224     PolicyByMass
1225    
1226 tim 926 2003-08-28 16:09 tim
1227 mmeineke 754
1228     * ChangeLog, libmdtools/GenericData.cpp,
1229     libmdtools/GenericData.hpp, libmdtools/SimSetup.cpp,
1230     libmdtools/ZConstraint.cpp: Added: check uniqueness of molIndex
1231    
1232 tim 926 2003-08-27 14:23 tim
1233 tim 920
1234 tim 736 * libmdtools/: Integrator.cpp, SimSetup.cpp, ZConstraint.cpp: fix
1235     bug of MPI_Allreduce in ZConstraint, the MPITYPE is set to
1236     MPI_DOUBLE, however, the corret type is MPI_INT. Therefore, when we
1237     turn on the optimization flag, it causes a seg fault
1238    
1239 tim 926 2003-08-27 11:25 gezelter
1240 tim 736
1241     * libmdtools/: calc_dipole_dipole.F90, calc_eam.F90, calc_gb.F90,
1242     calc_reaction_field.F90, calc_sticky_pair.F90: More fixes for
1243     stress tensor parallel bug.
1244    
1245 tim 926 2003-08-27 11:16 tim
1246 tim 736
1247     * ChangeLog, libmdtools/DUFF.cpp,
1248     libmdtools/calc_dipole_dipole.F90, libmdtools/calc_sticky_pair.F90:
1249     fix bug in calc_dipole_dipole.F90 and calc_stikcy_pair.F90
1250     molMembershipList use global index instead of local index
1251    
1252 tim 926 2003-08-26 15:37 tim
1253 tim 727
1254     * libmdtools/: Integrator.cpp, ZConstraint.cpp, do_Forces.F90,
1255     mpiSimulation.cpp: set default force substraction policy to
1256     PolicyByMass
1257    
1258 tim 926 2003-08-26 15:29 tim
1259 tim 727
1260     * libmdtools/Integrator.cpp: [no log message]
1261    
1262 tim 926 2003-08-26 15:13 mmeineke
1263 tim 727
1264     * utils/sysbuilder/bilayerSys.cpp: added define statemewnt to
1265     Statwriter and Dumpwriter to handle files larger than 2 gb.
1266    
1267     commented out some print statements in Zconstraint
1268    
1269     hard coding some system init into bilayer.sys
1270    
1271 tim 926 2003-08-26 15:12 mmeineke
1272 tim 727
1273     * libmdtools/: DumpWriter.cpp, StatWriter.cpp, ZConstraint.cpp:
1274     added define statemewnt to Statwriter and Dumpwriter to handle
1275     files larger than 2 gb.
1276    
1277     commented out some print statements in Zconstraint
1278    
1279 tim 926 2003-08-26 15:02 tim
1280 tim 727
1281     * libmdtools/SimSetup.cpp: Use make_sprng_seed() to generate seed
1282     and check the seed which is specified by user at least contains 9
1283     digits
1284    
1285 tim 926 2003-08-26 13:32 mmeineke
1286 tim 727
1287     * libmdtools/DUFF.cpp: changed the Makefiel a litle.
1288    
1289     Fixed a bug in MPI_DUFF. The atom block type was not being properly
1290     constucted in MPI. (The MPI struct had 6 doubles declared versus
1291     the actual 11)
1292    
1293 tim 926 2003-08-26 13:30 mmeineke
1294 tim 727
1295     * Makefile: changed the Makefiel a litle.
1296    
1297 tim 926 2003-08-25 17:17 gezelter
1298 tim 727
1299     * utils/sysbuilder/Makefile: More FreeBSD fixes
1300    
1301 tim 926 2003-08-25 16:51 gezelter
1302 tim 727
1303     * libBASS/BASSlex.l, libBASS/Makefile, libmdtools/Integrator.hpp,
1304     libmdtools/Makefile, src/Makefile: [no log message]
1305    
1306 tim 926 2003-08-22 15:04 mmeineke
1307 tim 727
1308     * libmdtools/: Integrator.cpp, ZConstraint.cpp: small bug fix on
1309     frequency of output dumps.
1310    
1311 tim 926 2003-08-20 17:23 tim
1312 tim 727
1313     * libBASS/Globals.hpp, libmdtools/SimInfo.hpp,
1314     libmdtools/SimSetup.cpp, libmdtools/Thermo.cpp,
1315     libmdtools/mpiSimulation.cpp: user can setup seed in bass file now,
1316     if he does not specify any value for seed, oopse will take the
1317     value of seconds of system time as seed
1318    
1319 tim 926 2003-08-20 14:42 mmeineke
1320 tim 727
1321     * libmdtools/Atom.cpp, libmdtools/DUFF.cpp,
1322     libmdtools/GhostBend.cpp, libmdtools/SRI.hpp,
1323     libmdtools/SimSetup.cpp, libmdtools/SimState.cpp,
1324     utils/sysbuilder/bilayerSys.cpp: updated the Changelog.
1325    
1326     added some bug fixes for setting the random number generator seed
1327     value.
1328    
1329     fixed a bug where ghostbend atom b was not being set. ( recent bug
1330     from SimState conversion)
1331    
1332 tim 926 2003-08-20 14:41 mmeineke
1333 tim 727
1334     * libBASS/Globals.hpp: updated the Changelog.
1335    
1336     added some bug fixes for setting the random number generator seed
1337     value.
1338    
1339 tim 926 2003-08-20 14:41 mmeineke
1340 tim 727
1341     * ChangeLog: updated the Changelog.
1342    
1343 tim 926 2003-08-20 14:11 tim
1344 tim 727
1345     * libBASS/Globals.cpp, libmdtools/DUFF.cpp,
1346     libmdtools/GhostBend.cpp, libmdtools/SRI.hpp: bug fixed in ghost
1347     bend class
1348    
1349 tim 926 2003-08-20 10:13 mmeineke
1350 tim 727
1351     * utils/: Makefile, sysbuilder/Makefile: quick makefile fix, in
1352     make links. added -f to ln -s.
1353    
1354 tim 926 2003-08-20 09:50 tim
1355 tim 727
1356     * libmdtools/: ZConsWriter.cpp, ZConstraint.cpp: [no log message]
1357    
1358 tim 926 2003-08-20 09:34 tim
1359 tim 727
1360     * libmdtools/: Integrator.hpp, SimSetup.cpp, ZConsWriter.cpp,
1361     ZConstraint.cpp: reformmating ZConstraint and fixe bug of error msg
1362     printing
1363    
1364 tim 926 2003-08-18 15:59 chuckv
1365 mmeineke 705
1366     * utils/sysbuilder/: MoLocator.cpp, MoLocator.hpp, bilayerSys.cpp,
1367     latticeBuilder.cpp, latticeBuilder.hpp, nanoBuilder.cpp,
1368     sysBuild.cpp, sysBuild.hpp: Fixed sysBuild -bilayer works.
1369     Nanobuilder still broke.
1370    
1371 tim 926 2003-08-15 14:24 tim
1372 mmeineke 705
1373     * libBASS/Globals.cpp, libBASS/Globals.hpp,
1374     libmdtools/GenericData.hpp, libmdtools/Integrator.hpp,
1375     libmdtools/SimInfo.cpp, libmdtools/SimSetup.cpp,
1376     libmdtools/ZConsWriter.cpp, libmdtools/ZConsWriter.hpp,
1377     libmdtools/ZConstraint.cpp: Tested MPI version of Z-Constraint
1378     Method
1379    
1380 tim 926 2003-08-14 11:16 tim
1381 mmeineke 705
1382     * libmdtools/: Integrator.hpp, ZConstraint.cpp: Stable ZConstraint
1383     with average force substraction strategy
1384    
1385 tim 926 2003-08-13 16:20 chuckv
1386 mmeineke 705
1387     * libmdtools/: do_Forces.F90, mpiSimulation_module.F90: Added some
1388     profiling code -DPROFILE.
1389    
1390 tim 926 2003-08-13 14:21 tim
1391 mmeineke 705
1392     * libBASS/Globals.cpp, libBASS/Globals.hpp,
1393     libmdtools/Integrator.cpp, libmdtools/Integrator.hpp,
1394     libmdtools/SimSetup.cpp, libmdtools/ZConstraint.cpp: harmonic
1395     potential & z-contraint method
1396    
1397 tim 926 2003-08-12 16:44 mmeineke
1398 mmeineke 705
1399     * libBASS/BASS_interface.cpp, libBASS/Globals.hpp,
1400     libmdtools/Atom.cpp, libmdtools/DUFF.cpp,
1401     libmdtools/DirectionalAtom.cpp, libmdtools/InitializeFromFile.cpp,
1402     libmdtools/SimInfo.cpp, libmdtools/SimSetup.cpp: fixed a really
1403     annoying bug in Directional Atom, where mu was getting written to
1404     pseudorandom memory location.
1405    
1406 tim 926 2003-08-12 14:56 tim
1407 mmeineke 705
1408     * libBASS/BASS_interface.cpp, libBASS/Globals.cpp,
1409     libBASS/Globals.hpp, libmdtools/Atom.hpp,
1410     libmdtools/DirectionalAtom.cpp, libmdtools/InitializeFromFile.cpp,
1411     libmdtools/SimSetup.cpp: debugging globals
1412    
1413 tim 926 2003-08-12 13:40 gezelter
1414 mmeineke 705
1415     * forceFields/: DUFF.frc, EAM_FF.frc, LJFF.frc: formatting fixes
1416     and new atypes in LJFF
1417    
1418 tim 926 2003-08-12 13:15 gezelter
1419 mmeineke 705
1420     * forceFields/: DUFF.frc, LJFF.frc: fixed a few references to older
1421     stuff...
1422    
1423 tim 926 2003-08-12 13:14 chuckv
1424 mmeineke 705
1425     * utils/sysbuilder/sysBuild.ggo: Added comment line for getgetopt.
1426    
1427 tim 926 2003-08-12 13:04 chuckv
1428 mmeineke 705
1429     * utils/: nanoBuilder.cpp, nanoBuilder.hpp, nanoSysBuild.cpp:
1430     Missed del of files before.
1431    
1432 tim 926 2003-08-12 13:03 chuckv
1433 mmeineke 705
1434     * utils/sysbuilder/: MPIobj/placeHolder, obj/placeHolder: [no log
1435     message]
1436    
1437 tim 926 2003-08-12 13:01 chuckv
1438 mmeineke 705
1439     * utils/sysbuilder/Makefile: commit makefile
1440    
1441 tim 926 2003-08-12 12:51 tim
1442 mmeineke 705
1443     * libBASS/Globals.cpp, libBASS/Globals.hpp,
1444     libmdtools/GenericData.cpp, libmdtools/GenericData.hpp,
1445     libmdtools/Integrator.hpp, libmdtools/SimSetup.cpp,
1446     libmdtools/SimSetup.hpp, libmdtools/ZConstraint.cpp: added
1447     harmonical potential to z-constraint method
1448    
1449 tim 926 2003-08-11 17:31 chuckv
1450 mmeineke 705
1451     * utils/Makefile: Changed makefile to only build quicklate.
1452    
1453 tim 926 2003-08-11 17:25 chuckv
1454 mmeineke 705
1455     * ac-tools/configure.in: added utils/sysbuilder to be built.
1456    
1457 tim 926 2003-08-11 17:12 chuckv
1458 mmeineke 705
1459     * utils/: MoLocator.cpp, MoLocator.hpp, bilayerSys.cpp,
1460     bilayerSys.hpp, latticeBuilder.cpp, latticeBuilder.hpp,
1461     sysBuild.cpp, sysBuild.ggo, sysBuild.hpp, sysbuilder/MoLocator.cpp,
1462     sysbuilder/MoLocator.hpp, sysbuilder/bilayerSys.cpp,
1463     sysbuilder/bilayerSys.hpp, sysbuilder/cmdline.c,
1464     sysbuilder/cmdline.h, sysbuilder/latticeBuilder.cpp,
1465     sysbuilder/latticeBuilder.hpp, sysbuilder/nanoBuilder.cpp,
1466     sysbuilder/nanoBuilder.hpp, sysbuilder/sysBuild.cpp,
1467     sysbuilder/sysBuild.ggo, sysbuilder/sysBuild.hpp: Arranged
1468     sysbuilder into a subdirectory. Fixed some of sysbuilder to work
1469     with new atom allocation in libmdtools.
1470    
1471 tim 926 2003-08-11 14:41 tim
1472 mmeineke 705
1473     * libmdtools/: Integrator.cpp, Integrator.hpp: added method of
1474     moving zconstraint molecules to specified positions
1475    
1476 tim 926 2003-08-11 14:39 tim
1477 mmeineke 705
1478     * libmdtools/: SimSetup.cpp, ZConstraint.cpp: [no log message]
1479    
1480 tim 926 2003-08-11 14:38 mmeineke
1481 mmeineke 705
1482     * libBASS/BASS_interface.cpp, libBASS/BASS_interface.h,
1483     libBASS/BASS_parse.c, libBASS/BASSyacc.y, libBASS/Globals.cpp,
1484     libBASS/Globals.hpp, libBASS/Makefile, libBASS/ZconStamp.cpp,
1485     libBASS/ZconStamp.hpp, libBASS/interface.c, libBASS/make_nodes.c,
1486     libBASS/make_nodes.h, libBASS/mpiBASS.c, libBASS/mpiBASS.h,
1487     libBASS/node_list.h, libBASS/parse_interface.h,
1488     libBASS/parse_tree.c, libmdtools/SimInfo.hpp: Added zConstraint
1489     into the BASS language syntax.
1490    
1491 tim 926 2003-08-11 13:29 mmeineke
1492 mmeineke 705
1493     * libmdtools/: SimInfo.cpp, SimInfo.hpp: changed the number of
1494     degrees of freedom to account for zConstreints
1495    
1496 tim 926 2003-08-08 16:22 chuckv
1497 mmeineke 705
1498     * libmdtools/EAM_FF.cpp, libmdtools/calc_eam.F90,
1499     libmdtools/do_Forces.F90, libmdtools/neighborLists.F90,
1500     samples/metals/Au.bass: EAM works...... Neighbor list also
1501     works.....
1502    
1503 tim 926 2003-08-08 12:48 mmeineke
1504 tim 920
1505 mmeineke 705 * libmdtools/: Makefile, ZConstraint.cpp: fixed a deprcated
1506     instance of Atom::setZ and Atom::getZ in ZConstaint.
1507    
1508 tim 926 2003-08-07 16:47 mmeineke
1509 mmeineke 705
1510     * libmdtools/: Atom.cpp, Atom.hpp, Bend.cpp, Bond.cpp,
1511     DirectionalAtom.cpp, DumpWriter.cpp, ForceFields.cpp,
1512     GhostBend.cpp, InitializeFromFile.cpp, Makefile, SimInfo.cpp,
1513     SimInfo.hpp, SimSetup.cpp, SimSetup.hpp, SimState.cpp,
1514     SimState.hpp, Torsion.cpp: switched SimInfo to use a system
1515     configuration from SimState rather than arrays from Atom
1516    
1517 tim 926 2003-08-06 19:47 chuckv
1518 mmeineke 705
1519     * libmdtools/Atom.hpp, libmdtools/EAM_FF.cpp,
1520     libmdtools/SimInfo.cpp, libmdtools/calc_eam.F90,
1521     libmdtools/do_Forces.F90, libmdtools/notifyCutoffs.F90,
1522     samples/metals/Au.bass: Bug fixes for eam...
1523    
1524 tim 926 2003-08-01 11:18 tim
1525 mmeineke 705
1526     * libmdtools/: SimSetup.cpp, ZConstraint.cpp: stable version of
1527     Z-Constraint
1528    
1529 tim 926 2003-07-31 14:59 tim
1530 mmeineke 705
1531     * ChangeLog, libmdtools/SimInfo.cpp, libmdtools/SimInfo.hpp,
1532     libmdtools/SimSetup.cpp, libmdtools/SimSetup.hpp,
1533     libmdtools/ZConstraint.cpp: add index range checking into
1534     ZConstraint
1535    
1536 tim 926 2003-07-31 10:38 tim
1537 tim 660
1538     * libBASS/: Globals.cpp, Globals.hpp: added z-constraint parameters
1539     to the globals
1540    
1541 tim 926 2003-07-31 10:35 tim
1542 tim 660
1543     * libmdtools/: AllIntegrator.hpp, GenericData.cpp, GenericData.hpp,
1544     Integrator.hpp, Makefile, Molecule.cpp, Molecule.hpp, NPTf.cpp,
1545     NPTfm.cpp, NPTi.cpp, NPTim.cpp, NVT.cpp, SimInfo.cpp, SimInfo.hpp,
1546     SimSetup.cpp, ZConsWriter.cpp, ZConsWriter.hpp, ZConstraint.cpp:
1547     Added Z constraint.
1548    
1549 tim 926 2003-07-30 16:17 chuckv
1550 tim 660
1551 mmeineke 705 * libmdtools/EAM_FF.cpp, libmdtools/ForceFields.hpp,
1552     libmdtools/ReadWrite.hpp, libmdtools/calc_eam.F90,
1553     libmdtools/do_Forces.F90, libmdtools/wrappers.F90,
1554     samples/metals/Au.bass: More bug fixes for eam.
1555 tim 660
1556 tim 926 2003-07-29 11:32 mmeineke
1557 tim 660
1558     * libmdtools/DumpReader.cpp, libmdtools/ReadWrite.hpp,
1559 tim 1005 libmdtools/SimSetup.cpp, libmdtools/SimSetup.hpp, src/Makefile:
1560     working on the props code
1561 tim 660
1562 tim 926 2003-07-29 11:32 mmeineke
1563 tim 660
1564     * libBASS/Globals.cpp: [no log message]
1565    
1566 tim 926 2003-07-25 15:05 chuckv
1567 mmeineke 705
1568     * samples/metals/: Au.bass, metals.mdl: Added bass models for
1569     metals
1570    
1571 tim 926 2003-07-25 15:00 chuckv
1572 tim 660
1573     * libmdtools/: Makefile, SimSetup.cpp, calc_eam.F90,
1574     notifyCutoffs.F90: Added eam to simSetup and added changecutoffeam.
1575    
1576 tim 926 2003-07-24 16:22 chuckv
1577 tim 660
1578     * ac-tools/configure.in: Changed configure to look for both upper
1579     and lower cass .mod files
1580    
1581 tim 926 2003-07-24 14:57 chuckv
1582 tim 660
1583     * libmdtools/: calc_eam.F90, do_Forces.F90: module use fixes for
1584     eam and do_forces.
1585    
1586 tim 926 2003-07-23 17:13 chuckv
1587 tim 660
1588     * libmdtools/: Makefile, calc_eam.F90, do_Forces.F90,
1589     force_globals.F90, simulation_module.F90, status_module.F90:
1590     Finished most code for eam....
1591    
1592 tim 926 2003-07-22 16:49 mmeineke
1593 tim 660
1594     * libmdtools/: DumpReader.cpp, ReadWrite.hpp: added the scan
1595     function to the DumpReader. It should now save the start of each
1596     frame in a vector.
1597    
1598 tim 926 2003-07-22 15:05 mmeineke
1599 tim 660
1600     * libmdtools/: DumpReader.cpp, ReadWrite.hpp: making some changes
1601     to read dump files
1602    
1603 tim 926 2003-07-22 14:54 tim
1604 tim 660
1605     * libmdtools/: AbstractClasses.hpp, AllIntegrator.hpp,
1606     Integrator.cpp, Integrator.hpp, Makefile, NPTf.cpp, NPTfm.cpp,
1607     NPTi.cpp, NPTim.cpp, NVT.cpp, SimSetup.cpp, SimSetup.hpp: [no log
1608     message]
1609    
1610 tim 926 2003-07-22 11:41 mmeineke
1611 tim 660
1612     * libmdtools/: InitializeFromFile.cpp, ReadWrite.hpp, SimInfo.hpp,
1613     SimSetup.cpp: Fixed a current time initialization bug in
1614     InitFromFile.
1615    
1616 tim 926 2003-07-21 16:27 mmeineke
1617 tim 660
1618     * libmdtools/: DumpReader.cpp, InitializeFromFile.cpp,
1619     Integrator.cpp, SimInfo.hpp: some initial changes to Dumpwriter and
1620     friends to accomadate random file access
1621    
1622 tim 926 2003-07-21 11:23 mmeineke
1623 tim 660
1624     * libmdtools/SimInfo.cpp: Initialized currentTime to 0, in case no
1625     one sets it.
1626    
1627 tim 926 2003-07-21 11:23 mmeineke
1628 tim 660
1629     * libmdtools/: InitializeFromFile.cpp, Integrator.cpp,
1630     ReadWrite.hpp: fixed Initializefrom file to start the simulation
1631     from the time specified in the init file.
1632    
1633 tim 926 2003-07-17 16:49 gezelter
1634 tim 660
1635     * libmdtools/: Integrator.cpp, ReadWrite.hpp, SimInfo.hpp,
1636     DumpReader.cpp: Started work on a DumpReader
1637    
1638 tim 926 2003-07-17 15:38 gezelter
1639 tim 660
1640     * libmdtools/calc_sticky_pair.F90: Fixes for SSD/E
1641    
1642 tim 926 2003-07-17 15:32 gezelter
1643 tim 660
1644     * forceFields/DUFF.frc, libmdtools/DUFF.cpp,
1645     libmdtools/calc_sticky_pair.F90, libmdtools/fortranWrapDefines.hpp:
1646     Changes for SSD/E
1647    
1648 tim 926 2003-07-17 14:38 mmeineke
1649 tim 660
1650     * libmdtools/do_Forces.F90: commented out an eam line
1651    
1652 tim 926 2003-07-17 14:32 chuckv
1653 tim 660
1654     * libmdtools/atype_module.F90: fixed spelling issue
1655    
1656 tim 926 2003-07-17 14:29 chuckv
1657 tim 660
1658     * libmdtools/: fInfo.c, status_module.F90: added info module
1659    
1660 tim 926 2003-07-17 14:25 chuckv
1661 tim 660
1662     * libmdtools/: Atom.hpp, DUFF.cpp, EAM_FF.cpp, LJFF.cpp, Makefile,
1663     atype_module.F90, calc_eam.F90, do_Forces.F90,
1664     fortranWrapDefines.hpp, fortranWrappers.cpp, fortranWrappers.hpp,
1665     mpiSimulation_module.F90: Added massive changes for eam....
1666    
1667 tim 926 2003-07-16 16:49 chuckv
1668 tim 660
1669     * libmdtools/EAM_FF.cpp: More up to date version of EAM_FF
1670    
1671 tim 926 2003-07-16 16:30 mmeineke
1672 tim 660
1673     * libmdtools/: ForceFields.cpp, Makefile, SimInfo.cpp, SimInfo.hpp,
1674     SimSetup.cpp, calc_LJ_FF.F90, calc_dipole_dipole.F90,
1675     calc_reaction_field.F90, do_Forces.F90, fSimulation.h,
1676     fortranWrapDefines.hpp, fortranWrappers.cpp, fortranWrappers.hpp,
1677     neighborLists.F90, notifyCutoffs.F90, simulation_module.F90,
1678     wrappers.F90: Changed how cutoffs were handled from C. Now
1679     notifyCutoffs in Fortran notifies those who need the information of
1680     any changes to cutoffs.
1681    
1682 tim 926 2003-07-16 12:35 gezelter
1683 tim 660
1684     * utils/: Makefile, quickLate.c: Made quickLate aware of Hmat.
1685     quickLate is now somewhat more intelligent about periodic
1686     boundaries and wrapping.
1687    
1688 tim 926 2003-07-16 11:40 chuckv
1689 tim 660
1690     * libmdtools/calc_LJ_FF.F90: Fixed bug in updating mixing lists
1691    
1692 tim 926 2003-07-16 10:34 mmeineke
1693 tim 660
1694     * scripts/cleanSrc: added a quick wipe-and-update script for quick
1695     rebuilds on BoB
1696    
1697 tim 926 2003-07-15 21:11 gezelter
1698 tim 660
1699     * libmdtools/: ForceFields.cpp, SimInfo.cpp, SimInfo.hpp,
1700     SimSetup.cpp, calc_dipole_dipole.F90, calc_reaction_field.F90: more
1701     fixes for box changes
1702    
1703 tim 926 2003-07-15 17:29 mmeineke
1704 tim 660
1705     * libmdtools/simulation_module.F90: removed some debugging print
1706     statements.
1707    
1708 tim 926 2003-07-15 17:22 mmeineke
1709 tim 660
1710     * libmdtools/: SimInfo.cpp, calc_LJ_FF.F90, calc_dipole_dipole.F90,
1711     do_Forces.F90, simulation_module.F90: fixed a long lived bug in
1712     do_forces. Rrf was not being used in the neighborlist correctly.
1713     rcut was conssistently being set lowere than Rrf causing the dipole
1714     cutoff region to be to small. Also led to the removal of the taper
1715     region to buffer the dipole cutoff.
1716    
1717 tim 926 2003-07-15 16:34 mmeineke
1718 tim 660
1719     * libmdtools/: SimInfo.cpp, simulation_module.F90: working on
1720     fixing ssd bug
1721    
1722 tim 926 2003-07-15 14:56 gezelter
1723 tim 660
1724     * libmdtools/: NPTf.cpp, NPTfm.cpp, NPTi.cpp, SimInfo.cpp: Fixes
1725     for the NPT ensembles
1726    
1727 tim 926 2003-07-15 13:52 mmeineke
1728 tim 660
1729     * libmdtools/: Makefile, SimSetup.cpp, SimSetup.hpp: cleaned up
1730     simSetup
1731    
1732 tim 926 2003-07-15 12:57 mmeineke
1733 tim 660
1734     * libmdtools/: Integrator.cpp, NPTi.cpp, SRI.hpp, SimSetup.cpp,
1735     SimSetup.hpp, Thermo.cpp, Thermo.hpp, f_verlet_constrained.F90:
1736     fixed some bugs, Changed entry_plug to info where appropriate
1737    
1738 tim 926 2003-07-15 12:25 chuckv
1739 tim 660
1740     * utils/sysBuild.ggo: added more command line arguments
1741    
1742 tim 926 2003-07-15 12:11 gezelter
1743 tim 660
1744     * samples/: alkane/butane.bass, lipid/5x5.bass, water/ssd.bass:
1745     Fixing force field line
1746    
1747 tim 926 2003-07-15 12:10 gezelter
1748 tim 660
1749     * libmdtools/: Atom.hpp, NPTi.cpp, NPTim.cpp, Thermo.cpp,
1750     calc_LJ_FF.F90, calc_dipole_dipole.F90, calc_gb.F90,
1751     calc_reaction_field.F90, calc_sticky_pair.F90: Fixing pressure
1752     tensor
1753    
1754 tim 926 2003-07-15 10:50 gezelter
1755 tim 660
1756     * libmdtools/: Bond.cpp, Molecule.cpp: more archaic code fixes
1757    
1758 tim 926 2003-07-15 10:42 gezelter
1759 tim 660
1760     * libmdtools/: ExtendedSystem.cpp, ExtendedSystem.hpp, Verlet.cpp:
1761     removed old outdated code
1762    
1763 tim 926 2003-07-15 09:45 gezelter
1764 tim 660
1765     * libmdtools/Thermo.cpp: fixes to get rid of get_vx and set_vx
1766    
1767 tim 926 2003-07-15 09:28 gezelter
1768 tim 660
1769     * libmdtools/Molecule.cpp: removing get_vx
1770    
1771 tim 926 2003-07-14 22:28 gezelter
1772 tim 660
1773     * libmdtools/NPTfm.cpp: Added NPTfm
1774    
1775 tim 926 2003-07-14 22:27 gezelter
1776 tim 660
1777     * libmdtools/: Integrator.hpp, Makefile, NPTim.cpp, SimSetup.cpp:
1778     Bugfix in NPTim, fixes for NPTfm
1779    
1780 tim 926 2003-07-14 22:08 gezelter
1781 tim 660
1782     * libmdtools/: Integrator.hpp, Makefile, NPTim.cpp, SimSetup.cpp:
1783     Checking in changes for NPTim
1784    
1785 tim 926 2003-07-14 18:06 gezelter
1786 tim 660
1787     * utils/Makefile: Broken SysBuilder
1788    
1789 tim 926 2003-07-14 18:06 gezelter
1790 tim 660
1791     * samples/: alkane/init_butane.eor, argon/argon.bass,
1792     argon/init_argon.eor, lipid/init_5x5.eor, water/init_ssd.eor: Fixes
1793     for samples
1794    
1795 tim 926 2003-07-14 18:06 gezelter
1796 tim 660
1797     * libmdtools/: Integrator.cpp, do_Forces.F90: Removed some
1798     debugging write statements
1799    
1800 tim 926 2003-07-14 17:38 gezelter
1801 tim 660
1802     * libmdtools/: Integrator.cpp, Integrator.hpp, NPTf.cpp, NPTi.cpp,
1803     NVT.cpp: Fixes for get and set routines in Atom and DirectionalAtom
1804    
1805 tim 926 2003-07-14 16:48 mmeineke
1806 tim 660
1807     * libmdtools/: Atom.cpp, Atom.hpp, DirectionalAtom.cpp: added get
1808     and set routines to Atom and DirectionalAtom
1809    
1810 tim 926 2003-07-14 16:35 chuckv
1811 tim 660
1812     * utils/: nanoBuilder.cpp, nanoBuilder.hpp, nanoSysBuild.cpp,
1813     sysBuild.cpp, sysBuild.ggo, sysBuild.hpp: added a nanoSysBuilder
1814     that takes different cmd line arguments.
1815    
1816 tim 926 2003-07-14 16:28 mmeineke
1817 tim 660
1818     * libmdtools/: Atom.hpp, BondExtensions.cpp, DirectionalAtom.cpp,
1819     ForceFields.cpp, Integrator.cpp, Integrator.hpp, Makefile,
1820     SimInfo.cpp, SimInfo.hpp, do_Forces.F90: found a bug. Unit vectors
1821     were not being updated
1822    
1823 tim 926 2003-07-14 10:04 gezelter
1824 tim 660
1825     * libmdtools/: Integrator.hpp, Makefile, NPTim.cpp: Working on
1826     NPTim
1827    
1828 tim 926 2003-07-14 09:55 mmeineke
1829 tim 660
1830     * forceFields/DUFF.frc: Switched the bond in the force field back
1831     to constrained, to preserve energy
1832    
1833 tim 926 2003-07-11 17:34 mmeineke
1834 tim 660
1835     * libmdtools/: BondExtensions.cpp, DUFF.cpp, Integrator.cpp,
1836     Integrator.hpp: working on som integrator bugs
1837    
1838 tim 926 2003-07-11 10:26 gezelter
1839 tim 660
1840     * libmdtools/: StreamTokenizer.cpp, StreamTokenizer.hpp: Starting
1841     to worry about all the strtok() calls in our code
1842    
1843 tim 926 2003-07-11 09:49 gezelter
1844 tim 660
1845     * utils/nanoBuilder.cpp: Fixed Hmat and some namespace strangeness
1846    
1847 tim 926 2003-07-10 20:15 gezelter
1848 tim 660
1849     * libmdtools/DumpWriter.cpp: Fixed hmat in DumpWriter (MPI) and
1850     eor.
1851    
1852 tim 926 2003-07-10 17:15 mmeineke
1853 tim 660
1854     * libmdtools/: DumpWriter.cpp, InitializeFromFile.cpp, NPTf.cpp,
1855     SimInfo.cpp, Thermo.cpp: fixed some bugs
1856    
1857 tim 926 2003-07-10 14:53 chuckv
1858 tim 660
1859     * utils/: Makefile, latticeBuilder.cpp, latticeBuilder.hpp,
1860     nanoBuilder.cpp, nanoBuilder.hpp, sysBuild.cpp, sysBuild.hpp: Added
1861     nanoBuilder and a general Lattice builder.
1862    
1863 tim 926 2003-07-10 12:10 gezelter
1864 tim 660
1865     * libmdtools/: Integrator.hpp, NPTf.cpp, SimInfo.cpp, SimInfo.hpp,
1866     Thermo.cpp, Thermo.hpp: Bunch of 1-d array -> 2-d array stuff
1867    
1868 tim 926 2003-07-09 17:14 mmeineke
1869 tim 660
1870     * libmdtools/: DumpWriter.cpp, InitializeFromFile.cpp,
1871     Integrator.hpp, NPTf.cpp, NPTi.cpp, ReadWrite.hpp, SimInfo.cpp,
1872     SimSetup.cpp: Bug fixing NPTi and NPTf. there is some error in the
1873     caclulation of HmatInverse.
1874    
1875 tim 926 2003-07-09 10:34 mmeineke
1876 tim 660
1877     * libBASS/MoleculeStamp.hpp: starting some work for xlate
1878    
1879 tim 926 2003-07-09 10:33 mmeineke
1880 tim 660
1881     * libmdtools/: SimSetup.cpp, Thermo.cpp: adding in dan's NPT stuff
1882    
1883 tim 926 2003-07-09 08:56 gezelter
1884 tim 660
1885     * libmdtools/: NPTf.cpp, SimSetup.cpp: Fixes and merging NPTf
1886    
1887 tim 926 2003-07-09 08:56 gezelter
1888 tim 660
1889     * libBASS/Globals.cpp: Removed Qmass
1890    
1891 tim 926 2003-07-08 21:15 gezelter
1892 tim 660
1893     * libmdtools/: Makefile, NPTf.cpp, NPTi.cpp: Fixes for both NPTf
1894     and NPTi
1895    
1896 tim 926 2003-07-08 20:41 gezelter
1897 tim 660
1898     * libmdtools/: NPTf.cpp, NPTi.cpp: Fixes in NPTi migrated into NPTf
1899    
1900 tim 926 2003-07-08 16:10 gezelter
1901 tim 660
1902     * libmdtools/: Integrator.hpp, NPTf.cpp: [no log message]
1903    
1904 tim 926 2003-07-08 16:06 gezelter
1905 tim 660
1906     * libmdtools/NPTi.cpp: fixed box scaling
1907    
1908 tim 926 2003-07-08 15:56 gezelter
1909 tim 660
1910     * libmdtools/: Integrator.hpp, Makefile, NPTi.cpp, SimInfo.cpp,
1911     SimInfo.hpp, Thermo.cpp: NPTi
1912    
1913 tim 926 2003-07-03 14:41 mmeineke
1914 tim 660
1915     * libBASS/Makefile, libmdtools/Makefile, src/Makefile,
1916     utils/Makefile, utils/bilayerSys.cpp: cleaned up the dependecy
1917     scripts in the makefiles
1918    
1919 tim 926 2003-07-02 16:26 mmeineke
1920 tim 660
1921     * libBASS/Makefile, libmdtools/DumpWriter.cpp,
1922     libmdtools/ForceFields.cpp, libmdtools/Integrator.cpp,
1923     libmdtools/Makefile, libmdtools/ReadWrite.hpp,
1924     libmdtools/SimInfo.cpp, libmdtools/SimInfo.hpp,
1925     libmdtools/SimSetup.cpp, libmdtools/Thermo.cpp,
1926     libmdtools/do_Forces.F90, libmdtools/wrappers.F90, src/Makefile,
1927     utils/Makefile: fixed the bugs introduced by switching the periodic
1928     box to a matrix
1929    
1930 tim 926 2003-07-01 17:39 gezelter
1931 tim 660
1932     * libmdtools/do_Forces.F90: Fortran flexi-BOX
1933    
1934 tim 926 2003-07-01 17:29 gezelter
1935 tim 660
1936     * libmdtools/simulation_module.F90: Fixes for flexi-BOX
1937    
1938 tim 926 2003-07-01 16:33 mmeineke
1939 tim 660
1940     * libmdtools/: SimInfo.cpp, SimInfo.hpp, fSimulation.h,
1941     fortranWrapDefines.hpp, simulation_module.F90: working on adding
1942     the box matrix to everything.
1943    
1944 tim 926 2003-06-30 17:03 mmeineke
1945 tim 660
1946     * ChangeLog, libmdtools/SimInfo.cpp, libmdtools/SimInfo.hpp,
1947     src/oopse.cpp:
1948     Updated the ChangeLog, and Converted most of the SImInfo to use
1949     non-Isotropic boxes. wrapVector needs to be finished.
1950    
1951 tim 926 2003-06-25 16:12 mmeineke
1952 mmeineke 568
1953     * libmdtools/: Integrator.cpp, SimSetup.cpp: Changed over the bonds
1954     to Harmonic bonds in the DUFF frc file
1955    
1956     fixed constraints.
1957    
1958 tim 926 2003-06-25 16:11 mmeineke
1959 mmeineke 568
1960     * forceFields/DUFF.frc: Changed over the bonds to Harmonic bonds in
1961     the DUFF frc file
1962    
1963 tim 926 2003-06-24 17:51 gezelter
1964 mmeineke 568
1965     * libmdtools/: Integrator.hpp, NVT.cpp: Fixes to NVT. Check them!
1966    
1967 tim 926 2003-06-24 14:57 mmeineke
1968 mmeineke 568
1969     * forceFields/DUFF.frc, libmdtools/BondExtensions.cpp,
1970     libmdtools/DUFF.cpp, libmdtools/SRI.hpp: added Harmonic bod into
1971     the DUFF forcefield and BondExtensions.cpp
1972    
1973 tim 926 2003-06-23 16:24 mmeineke
1974 mmeineke 568
1975     * libmdtools/Integrator.cpp: Doing some work to debug the
1976     constraint code.
1977    
1978 tim 926 2003-06-20 15:50 gezelter
1979 mmeineke 568
1980     * libmdtools/Integrator.hpp: NPT fix
1981    
1982 tim 926 2003-06-20 15:29 mmeineke
1983 mmeineke 568
1984     * libmdtools/Atom.cpp, libmdtools/DUFF.cpp,
1985     libmdtools/ForceFields.cpp, libmdtools/Integrator.cpp,
1986     libmdtools/Integrator.hpp, libmdtools/LJFF.cpp,
1987     libmdtools/Makefile, libmdtools/NVT.cpp, libmdtools/SimSetup.cpp,
1988     libmdtools/Thermo.hpp, src/Makefile, utils/Makefile: Most of the
1989     integrator and NVT seem to be working now.
1990    
1991 tim 926 2003-06-20 11:49 gezelter
1992 mmeineke 568
1993     * libmdtools/: Integrator.hpp, NVT.cpp: NVT additions
1994    
1995 tim 926 2003-06-19 17:02 mmeineke
1996 mmeineke 568
1997     * forceFields/DUFF.frc, forceFields/LJFF.frc,
1998     forceFields/LJ_FF.frc, forceFields/Makefile,
1999     forceFields/TraPPE.frc, forceFields/TraPPE_Ex.frc,
2000     libmdtools/DUFF.cpp, libmdtools/ForceFields.hpp,
2001     libmdtools/Integrator.cpp, libmdtools/Integrator.hpp,
2002     libmdtools/LJFF.cpp, libmdtools/LJ_FF.cpp, libmdtools/Makefile,
2003     libmdtools/TraPPEFF.cpp: slowly converting to new integrator and
2004     forcefield names.
2005    
2006 tim 926 2003-06-19 14:21 mmeineke
2007 mmeineke 568
2008     * libmdtools/: Integrator.cpp, SimSetup.cpp, Symplectic.cpp:
2009     finished the basics of the integrator and SimSetup.cpp
2010    
2011 tim 926 2003-06-19 14:11 mmeineke
2012 mmeineke 568
2013     * libmdtools/SimSetup.cpp: doing some work on SimSetup to clean it
2014     up / get it to work with the new Integrator.
2015    
2016 tim 926 2003-06-18 17:20 mmeineke
2017 mmeineke 568
2018     * libmdtools/Symplectic.cpp: minor changes in an attempt to fix
2019     output times.
2020    
2021 tim 926 2003-06-17 16:56 mmeineke
2022 mmeineke 568
2023     * libmdtools/: Integrator.hpp, SimSetup.cpp: Added Teng's parmeters
2024     fro the ghost Bend in TraPPE_Ex
2025    
2026     some work on the integrator. ( incomplete)
2027    
2028 tim 926 2003-06-17 16:55 mmeineke
2029 mmeineke 568
2030     * forceFields/TraPPE_Ex.frc: Added Teng's parmeters fro the ghost
2031     Bend in TraPPE_Ex
2032    
2033 tim 926 2003-06-04 16:06 mmeineke
2034 mmeineke 568
2035     * libmdtools/: Integrator.hpp, Symplectic.cpp: added constrainA and
2036     constrainB to the Symplectic integrator
2037    
2038 tim 926 2003-05-30 16:32 mmeineke
2039 mmeineke 568
2040     * utils/bilayerSys.cpp: currently modifiying Symplectic to become
2041     the basic integrator.
2042    
2043     bilayerSys.cpp altered for building tb3.
2044    
2045 tim 926 2003-05-30 16:31 mmeineke
2046 mmeineke 568
2047     * libmdtools/: Integrator.hpp, SimInfo.hpp, Symplectic.cpp,
2048     TraPPE_ExFF.cpp, Verlet.cpp, f_verlet_constrained.F90: currently
2049     modifiying Symplectic to become the basic integrator.
2050    
2051 tim 926 2003-05-30 15:19 mmeineke
2052 mmeineke 568
2053     * libmdtools/Integrator.hpp: added some member variables for
2054     position, velocity, etc.
2055    
2056 tim 926 2003-05-30 14:07 mmeineke
2057 mmeineke 568
2058     * libmdtools/: AbstractClasses.hpp, Integrator.hpp: changed how NVT
2059     is now derived from Integrator
2060    
2061 tim 926 2003-05-20 11:44 mmeineke
2062 mmeineke 568
2063     * libmdtools/GhostBend.cpp: fixed an a mismatched Ghostbend bug.
2064    
2065 tim 926 2003-05-17 11:57 mmeineke
2066 mmeineke 568
2067     * utils/: Makefile, MoLocator.cpp, bilayerSys.cpp: all seems to be
2068     working
2069    
2070 tim 926 2003-05-16 16:37 mmeineke
2071 mmeineke 568
2072     * utils/bilayerSys.cpp: still working on the bilayer code
2073    
2074 tim 926 2003-05-16 09:28 mmeineke
2075 mmeineke 568
2076     * utils/: bilayerSys.cpp, sysBuild.cpp, sysBuild.hpp: doing some
2077     work to overhaul sysbuild.
2078    
2079 tim 926 2003-05-13 16:23 mmeineke
2080 mmeineke 568
2081     * libmdtools/calc_sticky_pair.F90: optimized the ssd calc loop
2082    
2083 tim 926 2003-05-13 15:47 mmeineke
2084 mmeineke 568
2085     * samples/: Makefile, beadLipid/Makefile, beadLipid/beadLipid.mdl,
2086     beadLipid/water.mdl: Added bead lipid model to the sample directory
2087    
2088 tim 926 2003-05-13 15:34 mmeineke
2089 mmeineke 568
2090     * forceFields/TraPPE_Ex.frc: finished adding the Tail beads into
2091     the Trappe extended force field
2092    
2093 tim 926 2003-05-13 12:01 mmeineke
2094 mmeineke 568
2095     * forceFields/TraPPE_Ex.frc: added the TailBead atom types to the
2096     TraPPe_Ex forceField
2097    
2098 tim 926 2003-05-09 14:51 mmeineke
2099 mmeineke 568
2100     * samples/lipid/lipid.mdl: fixed up the TraPPE_Ex force field.
2101     there were some duplicate entries
2102    
2103     added a two chain lipid to the lipid.mdl in sample
2104    
2105 tim 926 2003-05-09 14:51 mmeineke
2106 mmeineke 568
2107     * forceFields/TraPPE_Ex.frc: fixed up the TraPPE_Ex force field.
2108     there were some duplicate entries
2109    
2110 tim 926 2003-05-09 11:56 mmeineke
2111 mmeineke 568
2112     * forceFields/TraPPE_Ex.frc: added the utils subdirectory to the
2113     configure script
2114    
2115     added the CH branching group to the TraPPE_Ex fource field
2116    
2117 tim 926 2003-05-09 11:55 mmeineke
2118 mmeineke 568
2119     * ac-tools/configure.in: added the utils subdirectory to the
2120     configure script
2121    
2122 tim 926 2003-04-25 11:02 mmeineke
2123 mmeineke 568
2124     * utils/bilayerSys.cpp: i quick fix to th distance in the random
2125     bilayer builder
2126    
2127 tim 926 2003-04-24 21:00 mmeineke
2128 mmeineke 568
2129     * libmdtools/f_verlet_constrained.F90: added a new test for
2130     constraint failure
2131    
2132 tim 926 2003-04-17 16:54 mmeineke
2133 mmeineke 568
2134     * libBASS/BASS_interface.h, libmdtools/SimSetup.cpp,
2135     utils/Makefile, utils/MoLocator.cpp, utils/MoLocator.hpp,
2136     utils/bilayerSys.cpp: fixed up sysBuild to where it should now
2137     build our systems
2138    
2139 tim 926 2003-04-16 16:11 mmeineke
2140 mmeineke 568
2141     * utils/: MoLocator.cpp, MoLocator.hpp: almost finished.
2142    
2143 tim 926 2003-04-15 16:47 mmeineke
2144 mmeineke 568
2145     * utils/: bilayerSys.cpp, sysBuild.cpp, sysBuild.hpp: bilayerSys
2146     and sysBuild both will build now. woot!
2147    
2148 tim 926 2003-04-15 16:20 mmeineke
2149 mmeineke 568
2150     * utils/: MoLocator.cpp, MoLocator.hpp, bilayerSys.cpp,
2151     bilayerSys.hpp, sysBuild.cpp, sysBuild.hpp: finished bilayerSys.cpp
2152    
2153     sysBuild still need to write the bass file.
2154    
2155     MoLocator.cpp is currently empty
2156    
2157 tim 926 2003-04-15 15:40 chuckv
2158 mmeineke 568
2159     * forceFields/EAM_FF.frc, forceFields/agu3.eam,
2160     forceFields/auu3.eam, forceFields/cuu3.eam, forceFields/niu3.eam,
2161     forceFields/pdu3.eam, forceFields/ptu3.eam,
2162     libmdtools/ForceFields.hpp: Added eam force files...
2163    
2164 tim 926 2003-04-15 11:37 chuckv
2165 mmeineke 568
2166     * libmdtools/EAM_FF.cpp: More eam work.
2167    
2168 tim 926 2003-04-14 16:22 mmeineke
2169 mmeineke 568
2170     * libmdtools/SimSetup.hpp, utils/Makefile, utils/bilayerSys.cpp,
2171     utils/bilayerSys.hpp, utils/sysBuild.cpp, utils/sysBuild.hpp:
2172     working on the system builder
2173    
2174 tim 926 2003-04-14 16:16 chuckv
2175 mmeineke 568
2176     * libmdtools/: Symplectic.cpp, Verlet.cpp, calc_eam.F90: Fixed
2177     ordering on NVT calculation in integrators.
2178    
2179 tim 926 2003-04-14 14:51 mmeineke
2180 mmeineke 568
2181     * utils/: Makefile, sysBuild.cpp, MPIobj/placeHolder,
2182     obj/placeHolder: working on a system builder
2183    
2184 tim 926 2003-04-14 14:04 mmeineke
2185 mmeineke 568
2186     * utils/Makefile: added Ghost bends to the TraPPE_Ex forceField
2187    
2188     added sysBuild to the utils Makefile
2189    
2190 tim 926 2003-04-14 14:03 mmeineke
2191 mmeineke 568
2192     * forceFields/TraPPE_Ex.frc, libmdtools/TraPPE_ExFF.cpp: added
2193     Ghost bends to the TraPPE_Ex forceField
2194    
2195 tim 926 2003-04-14 13:19 chuckv
2196 mmeineke 568
2197     * libmdtools/calc_eam.F90: Added first mangling of EAM.
2198    
2199 tim 926 2003-04-11 13:46 mmeineke
2200 mmeineke 568
2201     * libmdtools/: SimSetup.cpp, calc_LJ_FF.F90, force_globals.F90,
2202     simulation_module.F90: fixed a memory bug in Fortran, where
2203     molMembershipArray was declared nLocal instead of nGlobal.
2204    
2205 tim 926 2003-04-11 10:16 gezelter
2206 mmeineke 568
2207     * libmdtools/: Molecule.cpp, Molecule.hpp, SimInfo.cpp,
2208     SimSetup.cpp, calc_LJ_FF.F90, do_Forces.F90,
2209     fortranWrapDefines.hpp, simulation_module.F90: Bug fix in progress
2210     for NPT
2211    
2212 tim 926 2003-04-10 15:08 mmeineke
2213 mmeineke 568
2214     * libmdtools/: Molecule.cpp, Molecule.hpp, SimSetup.cpp: added a
2215     globalIndex counter to Molecule
2216    
2217 tim 926 2003-04-10 11:35 gezelter
2218 mmeineke 568
2219     * libmdtools/: ExtendedSystem.cpp, ExtendedSystem.hpp: Working on
2220     ConstantStress
2221    
2222 tim 926 2003-04-10 11:27 mmeineke
2223 mmeineke 568
2224     * libmdtools/SimSetup.cpp: fixed a n mpi init bug in SimSetup.
2225     caused a miscalculation of nLocal.
2226    
2227 tim 926 2003-04-10 11:21 mmeineke
2228 mmeineke 568
2229     * libmdtools/: Symplectic.cpp, Thermo.cpp, calc_dipole_dipole.F90,
2230     do_Forces.F90: fixed a bug in symplectic, where presure was only
2231     being calculated the first time through.
2232    
2233 tim 926 2003-04-09 11:20 chuckv
2234 mmeineke 568
2235     * samples/alkane/alkanes.mdl: added pentane to the alkane model
2236     file
2237    
2238 tim 926 2003-04-09 08:59 gezelter
2239 mmeineke 568
2240     * libmdtools/: ExtendedSystem.cpp, ForceFields.cpp, StatWriter.cpp,
2241     Thermo.cpp, Thermo.hpp: Added volume and enthalpy to status file
2242    
2243 tim 926 2003-04-08 23:06 gezelter
2244 mmeineke 568
2245     * libmdtools/: DumpWriter.cpp, ExtendedSystem.cpp,
2246     ExtendedSystem.hpp, Molecule.cpp, Molecule.hpp, SimInfo.cpp,
2247     SimInfo.hpp, SimSetup.cpp, Symplectic.cpp, Thermo.cpp, Thermo.hpp,
2248     Verlet.cpp, calc_LJ_FF.F90, calc_dipole_dipole.F90, calc_gb.F90,
2249     calc_reaction_field.F90, calc_sticky_pair.F90,
2250     fortranWrapDefines.hpp, simulation_module.F90: fixes for NPT and
2251     NVT
2252    
2253 tim 926 2003-04-08 17:38 chuckv
2254 mmeineke 568
2255     * libmdtools/SimInfo.cpp, libmdtools/Symplectic.cpp,
2256     libmdtools/calc_LJ_FF.F90, libmdtools/calc_dipole_dipole.F90,
2257     libmdtools/calc_sticky_pair.F90, libmdtools/do_Forces.F90,
2258     libmdtools/simulation_module.F90, samples/water/ssd.bass: It works
2259     (kinda)...
2260    
2261 tim 926 2003-04-08 16:35 gezelter
2262 mmeineke 568
2263     * libBASS/Globals.cpp, libBASS/Globals.hpp,
2264     libmdtools/ExtendedSystem.cpp, libmdtools/ExtendedSystem.hpp,
2265     libmdtools/SimSetup.cpp: Fixes for NPT / NVT
2266    
2267 tim 926 2003-04-08 12:16 chuckv
2268 mmeineke 568
2269     * libmdtools/: do_Forces.F90, neighborLists.F90,
2270     simulation_module.F90: Moved expand neighborlist to init_FF.
2271    
2272 tim 926 2003-04-08 10:20 chuckv
2273 mmeineke 568
2274     * libmdtools/: ForceFields.cpp, Thermo.cpp, Verlet.cpp: fixes for
2275     NVT
2276    
2277 tim 926 2003-04-08 09:39 gezelter
2278 mmeineke 568
2279     * libmdtools/Verlet.cpp: fixes for nvt / npt
2280    
2281 tim 926 2003-04-08 09:34 gezelter
2282 mmeineke 568
2283     * libmdtools/: ExtendedSystem.cpp, StatWriter.cpp, Symplectic.cpp,
2284     Thermo.cpp, Verlet.cpp: dt/2 fix in nvt
2285    
2286 tim 926 2003-04-08 07:50 gezelter
2287 mmeineke 568
2288     * libmdtools/ExtendedSystem.cpp: Fixes for affine transform
2289    
2290 tim 926 2003-04-08 07:44 gezelter
2291 mmeineke 568
2292     * libmdtools/: ExtendedSystem.cpp, Molecule.cpp, Molecule.hpp,
2293     Symplectic.cpp, Thermo.cpp, Verlet.cpp: Changes to integrate the
2294     NVT and NPT ensembles
2295    
2296 tim 926 2003-04-07 16:42 gezelter
2297 mmeineke 568
2298     * libBASS/Globals.cpp, libBASS/Globals.hpp,
2299     libmdtools/ExtendedSystem.cpp, libmdtools/SimInfo.cpp,
2300     libmdtools/SimSetup.cpp: Fixes for NPT and NVT
2301    
2302 tim 926 2003-04-07 16:20 mmeineke
2303 mmeineke 568
2304     * libmdtools/calc_sticky_pair.F90: fixed a sign error in the radial
2305     portion of SSD.
2306    
2307 tim 926 2003-04-07 16:16 mmeineke
2308 mmeineke 568
2309     * libmdtools/: ForceFields.cpp, Symplectic.cpp:
2310     doing some testing in sticky through Symplectic.
2311    
2312 tim 926 2003-04-07 15:51 gezelter
2313 mmeineke 568
2314     * libmdtools/: ExtendedSystem.cpp, Verlet.cpp: Working on NVT
2315    
2316 tim 926 2003-04-07 15:50 chuckv
2317 mmeineke 568
2318     * libmdtools/do_Forces.F90: Fixed transpose bug in mpi reduce for
2319     tau and virial.
2320    
2321 tim 926 2003-04-07 15:06 mmeineke
2322 mmeineke 568
2323     * libmdtools/DumpWriter.cpp, libmdtools/SimInfo.cpp,
2324     libmdtools/SimSetup.cpp, libmdtools/Symplectic.cpp,
2325     libmdtools/calc_dipole_dipole.F90, libmdtools/calc_sticky_pair.F90,
2326     src/Makefile: bug fixes
2327    
2328 tim 926 2003-04-07 11:56 gezelter
2329 mmeineke 568
2330     * libmdtools/: ExtendedSystem.cpp, Molecule.cpp, Molecule.hpp,
2331     StatWriter.cpp, Symplectic.cpp, Thermo.cpp, Thermo.hpp, Verlet.cpp:
2332     Many fixes to add extended system
2333    
2334 tim 926 2003-04-07 09:30 gezelter
2335 mmeineke 568
2336     * src/Makefile: Fixed a bug caused by my experimentation
2337    
2338 tim 926 2003-04-07 09:30 gezelter
2339 mmeineke 568
2340     * libmdtools/: ExtendedSystem.cpp, ExtendedSystem.hpp,
2341     Integrator.hpp, Makefile, SimSetup.cpp, Symplectic.cpp, Verlet.cpp:
2342     Added ExtendedSystem infrastructure for NPT and NVT calculations
2343    
2344 tim 926 2003-04-07 09:30 gezelter
2345 mmeineke 568
2346     * libBASS/: Globals.cpp, Globals.hpp: Added targetPressure to BASS
2347    
2348     2003-04-04 23:07 gezelter
2349    
2350     * src/Makefile: final mods to try a fortran compiler
2351    
2352     2003-04-04 22:39 gezelter
2353    
2354     * libmdtools/: LJ_FF.cpp, SimInfo.cpp, TraPPE_ExFF.cpp,
2355     fortranWrapDefines.hpp: Bug fixes for simulation module rewrites
2356    
2357     2003-04-04 21:56 gezelter
2358    
2359     * libmdtools/: Makefile, atype_module.F90, do_Forces.F90,
2360     fortranWrappers.cpp, wrappers.F90: bug fixes for compilation
2361    
2362     2003-04-04 21:45 gezelter
2363    
2364     * libmdtools/: fortranWrapDefines.hpp, fortranWrappers.hpp: bug
2365     fixes to fortran wrappers
2366    
2367     2003-04-04 17:22 chuckv
2368    
2369     * libmdtools/: Makefile, calc_LJ_FF.F90, calc_dipole_dipole.F90,
2370     calc_gb.F90, calc_reaction_field.F90, calc_sticky_pair.F90,
2371     do_Forces.F90, fortranWrapDefines.hpp, fortranWrappers.cpp,
2372     simulation_module.F90, wrappers.F90: Breaking c and fortran, c gets
2373     smarter, fortran gets dumber...
2374    
2375     2003-04-04 14:57 mmeineke
2376    
2377     * libmdtools/: calc_dipole_dipole.F90, do_Forces.F90,
2378     neighborLists.F90: fixed a memory read bug in neighborlist
2379    
2380     2003-04-04 14:47 gezelter
2381    
2382     * libmdtools/: ExtendedSystem.cpp, ExtendedSystem.hpp, SimInfo.cpp,
2383     SimInfo.hpp, Thermo.cpp: Changes for Extended System
2384    
2385     2003-04-04 14:16 gezelter
2386    
2387     * libmdtools/: ExtendedSystem.cpp, ExtendedSystem.hpp, SimInfo.cpp,
2388     SimInfo.hpp: Fixes for ExtendedSystem
2389    
2390     2003-04-03 20:57 gezelter
2391    
2392     * libmdtools/ExtendedSystem.hpp: Added extended system header
2393    
2394     2003-04-03 20:57 gezelter
2395    
2396     * libmdtools/: ExtendedSystem.cpp, Thermo.cpp, Thermo.hpp: changes
2397     for extended system code
2398    
2399     2003-04-03 18:49 gezelter
2400    
2401     * libmdtools/: ExtendedSystem.cpp, NVT.cpp: renamed nvt to
2402     extendedsystem
2403    
2404     2003-04-03 17:19 mmeineke
2405    
2406     * libmdtools/Molecule.hpp: added some little fixes here and there.
2407    
2408     2003-04-03 17:01 mmeineke
2409    
2410     * libmdtools/TraPPE_ExFF.cpp: fixed a possible call before
2411     initialize bug.
2412    
2413     2003-04-03 16:12 mmeineke
2414    
2415     * libmdtools/: DumpWriter.cpp, Molecule.cpp, randomSPRNG.hpp: just
2416     little things like deleteing unused variables and such.
2417    
2418     2003-04-03 15:57 mmeineke
2419    
2420     * libmdtools/: Molecule.cpp, Molecule.hpp: a few fixes to
2421     simError.h also some fixes to Molecule.hpp
2422    
2423     2003-04-03 15:57 mmeineke
2424    
2425     * libBASS/simError.h: a few fixes to simError.h
2426    
2427     2003-04-03 15:21 mmeineke
2428    
2429     * libBASS/Makefile, libBASS/mpiBASS.c, libBASS/simError.c,
2430     libBASS/simError.h, libmdtools/DumpWriter.cpp,
2431     libmdtools/ForceFields.cpp, libmdtools/InitializeFromFile.cpp,
2432     libmdtools/LJ_FF.cpp, libmdtools/Makefile, libmdtools/Thermo.cpp,
2433     libmdtools/TraPPE_ExFF.cpp, libmdtools/mpiSimulation.cpp,
2434     src/Makefile, src/oopse.cpp: fixed some small things with
2435     simError.h
2436    
2437     2003-04-03 15:19 gezelter
2438    
2439     * libmdtools/: Molecule.cpp, Molecule.hpp: Starting work on NPT
2440    
2441     2003-04-03 14:58 gezelter
2442    
2443     * libmdtools/: NVT.cpp, Thermo.cpp: Added NVT file (very broken for
2444     now)
2445    
2446     2003-04-03 08:42 gezelter
2447    
2448     * README, libmdtools/Thermo.cpp, utils/Makefile, utils/quickLate.c:
2449     Changed Readme, added some files
2450    
2451     2003-04-02 17:19 mmeineke
2452    
2453     * libmdtools/: ForceFields.cpp, SimInfo.cpp, SimSetup.cpp,
2454     Symplectic.cpp, calc_dipole_dipole.F90, calc_sticky_pair.F90:
2455     dipoles mostly work, but there is a memory leak somewhere.
2456    
2457     2003-04-02 10:01 mmeineke
2458    
2459     * libmdtools/TraPPE_ExFF.cpp: Fixed a bug where MPI was not getting
2460     the proper atomIdents.
2461    
2462     2003-04-01 11:50 chuckv
2463    
2464     * libmdtools/SimInfo.cpp, libmdtools/do_Forces.F90,
2465     libmdtools/mpiSimulation.cpp, libmdtools/mpiSimulation_module.F90,
2466     samples/argon/argon.bass: more bug fixes....
2467    
2468     2003-04-01 11:49 mmeineke
2469    
2470     * libmdtools/: DumpWriter.cpp, InitializeFromFile.cpp: Fixed
2471     DumpWriter to be more robust to errors. also added a little
2472     namespace to InitFromFile to wrap it's helper functions in MPI
2473    
2474     2003-03-31 17:09 chuckv
2475    
2476     * libmdtools/: SimInfo.cpp, do_Forces.F90: Fixed bug with pot_local
2477     not zeroed.
2478    
2479     2003-03-31 16:50 chuckv
2480    
2481     * libmdtools/BendExtensions.cpp, libmdtools/Exclude.cpp,
2482     libmdtools/ForceFields.cpp, libmdtools/Molecule.cpp,
2483     libmdtools/Molecule.hpp, libmdtools/SimInfo.cpp,
2484     libmdtools/SimSetup.cpp, libmdtools/Thermo.cpp,
2485     libmdtools/TraPPE_ExFF.cpp, libmdtools/do_Forces.F90,
2486     samples/alkane/butane.bass: Fixes in MPI force calc and in
2487     Trappe_Ex parsing.
2488    
2489     2003-03-28 17:34 chuckv
2490    
2491     * libmdtools/DumpWriter.cpp: bug fix in DumpWriter.cpp
2492    
2493     2003-03-28 16:45 chuckv
2494    
2495     * libBASS/Makefile, libmdtools/DumpWriter.cpp,
2496     libmdtools/InitializeFromFile.cpp: Bug fixes in read-write
2497     routines.
2498    
2499     2003-03-28 14:33 mmeineke
2500    
2501     * libmdtools/: Exclude.cpp, Exclude.hpp, Molecule.cpp,
2502     Molecule.hpp, SRI.hpp, SimSetup.cpp, simulation_module.F90: fixed a
2503     bug where the Excludes were not being created properly
2504    
2505     2003-03-28 14:30 chuckv
2506    
2507     * libBASS/Makefile, libmdtools/DumpWriter.cpp,
2508     libmdtools/LJ_FF.cpp, libmdtools/SimSetup.cpp,
2509     libmdtools/TraPPE_ExFF.cpp, libmdtools/mpiSimulation.cpp: mpi fixes
2510     and debugging mpi read write from file.
2511    
2512     2003-03-28 10:28 mmeineke
2513    
2514     * libmdtools/: LJ_FF.cpp, TraPPE_ExFF.cpp: fixed long range
2515     interactions in Trappe
2516    
2517     2003-03-27 18:33 chuckv
2518    
2519     * libmdtools/: SimSetup.cpp, mpiSimulation.cpp,
2520     mpiSimulation_module.F90: MPI buggy, fixed mpiRefresh issue.
2521    
2522     2003-03-27 17:16 mmeineke
2523    
2524     * libmdtools/: Exclude.cpp, SimSetup.cpp: fixed a bug where
2525     excludes were not being initialized
2526    
2527     2003-03-27 16:52 mmeineke
2528    
2529     * src/Makefile: [no log message]
2530    
2531     2003-03-27 16:52 mmeineke
2532    
2533     * libmdtools/SimSetup.cpp: Fixed a single processor segfault bug.
2534    
2535     2003-03-27 16:07 mmeineke
2536    
2537     * libmdtools/: Exclude.cpp, ForceFields.cpp, LJ_FF.cpp,
2538     Molecule.cpp, Symplectic.cpp, Thermo.cpp, TraPPE_ExFF.cpp,
2539     Verlet.cpp: fixed the compile time bugs, Source builds and links
2540    
2541     2003-03-27 15:48 mmeineke
2542    
2543     * libmdtools/: Molecule.cpp, SimInfo.hpp, SimSetup.cpp: fixed a few
2544     more bugs.
2545    
2546     2003-03-27 15:40 mmeineke
2547    
2548     * libmdtools/Molecule.cpp: added the Molecule.cpp file
2549    
2550     2003-03-27 15:39 mmeineke
2551    
2552     * libmdtools/: Makefile, Molecule.hpp: fixed the makefile
2553    
2554     2003-03-27 15:36 mmeineke
2555    
2556     * libmdtools/: AbstractClasses.hpp, ForceFields.cpp,
2557     ForceFields.hpp, LJ_FF.cpp, Makefile, Molecule.hpp, SimInfo.cpp,
2558     SimSetup.cpp, SimSetup.hpp: fixing some compile time bugs
2559    
2560     2003-03-27 15:12 mmeineke
2561    
2562     * libmdtools/: AbstractClasses.hpp, ForceFields.cpp,
2563     Integrator.hpp, Molecule.hpp, Symplectic.cpp, Thermo.cpp,
2564     Verlet.cpp: I have implemeted Molecules everywhere I could remember
2565     to. will now attempt to compile.
2566    
2567     2003-03-27 14:21 mmeineke
2568    
2569     * libmdtools/: Molecule.hpp, SimInfo.hpp, SimSetup.cpp,
2570     SimSetup.hpp, mpiSimulation.cpp, mpiSimulation.hpp: finished
2571     updating SimSetup to initialize and use the new MPI division of
2572     labour, and Molecule class
2573    
2574     2003-03-27 12:55 mmeineke
2575    
2576     * libmdtools/TraPPE_ExFF.cpp: finished conversion of TraPPE_ExFF to
2577     use Molecule
2578    
2579     2003-03-27 12:32 mmeineke
2580    
2581     * libmdtools/: ForceFields.cpp, ForceFields.hpp, LJ_FF.cpp,
2582     SimInfo.cpp, SimSetup.cpp, TraPPE_ExFF.cpp: LJ_FF has been
2583     converted to the new Molecule model. TraPPE_Ex is currently being
2584     updated. SimSetups routines are writtten, but not yet called.
2585    
2586     2003-03-27 10:07 gezelter
2587    
2588     * libmdtools/: DumpWriter.cpp, InitializeFromFile.cpp,
2589     mpiSimulation.cpp, mpiSimulation.hpp: fixes for local->global atom
2590     numbering in MPI
2591    
2592     2003-03-27 09:30 mmeineke
2593    
2594     * libmdtools/mpiSimulation.cpp: little bug fixes here and there.
2595    
2596     2003-03-26 20:49 gezelter
2597    
2598     * libmdtools/: DumpWriter.cpp, InitializeFromFile.cpp: Fixes to
2599     fileio for MPI
2600    
2601     2003-03-26 18:14 gezelter
2602    
2603     * libmdtools/: DumpWriter.cpp, Exclude.cpp, Molecule.hpp,
2604     mpiSimulation.cpp, mpiSimulation.hpp, mpiSimulation_module.F90: bug
2605     fixes many bug fixes
2606    
2607     2003-03-26 17:24 gezelter
2608    
2609     * libmdtools/DumpWriter.cpp: Making DumpWriter less dependent on
2610     sequence of atoms on the other processors. Node 0 now fires
2611     potatoes at other processors to get them to send french fries back.
2612    
2613     2003-03-26 17:02 mmeineke
2614    
2615     * libmdtools/: DirectionalAtom.cpp, SimSetup.cpp: the skeleton for
2616     making the molecules is in place. ForceField needs to be updated
2617     next.
2618    
2619     2003-03-26 16:54 mmeineke
2620    
2621     * libmdtools/: Atom.cpp, Atom.hpp, Exclude.cpp: fixed a couple of
2622     the "static" bugs in Atom and Exclude
2623    
2624     2003-03-26 16:50 mmeineke
2625    
2626     * libmdtools/: Exclude.cpp, Exclude.hpp, Molecule.hpp, SimInfo.hpp,
2627     SimSetup.cpp: still working on the SimSetup routine. also fixed
2628     some things in Exclude.hpp
2629    
2630     2003-03-26 16:24 gezelter
2631    
2632     * libmdtools/Makefile: Added Atom.cpp and Exclude.cpp
2633    
2634     2003-03-26 16:23 gezelter
2635    
2636     * libmdtools/: Atom.cpp, Exclude.cpp, Exclude.hpp: Fixes in Atom
2637     and Exclude list
2638    
2639     2003-03-26 16:04 gezelter
2640    
2641     * libmdtools/: Atom.cpp, Atom.hpp: Make Atom.cpp able to add and
2642     delete ranges of atoms
2643    
2644     2003-03-26 15:45 mmeineke
2645    
2646     * libmdtools/: Exclude.cpp, Exclude.hpp: added an Exclude class
2647     with static arrays similar to the Atom class
2648    
2649     2003-03-26 15:22 mmeineke
2650    
2651     * libmdtools/: Molecule.hpp, SimSetup.cpp, SimSetup.hpp: I'm
2652     overhauling the molecule class to contain it's own bonds, bends,
2653     and torsions.
2654    
2655     may god have mercy on my soul.
2656    
2657     2003-03-26 14:34 chuckv
2658    
2659     * libmdtools/mpiSimulation.cpp: Finished globalIndex.
2660    
2661     2003-03-26 13:02 gezelter
2662    
2663     * libmdtools/: mpiComponentPlan.h, mpiSimulation.cpp,
2664     mpiSimulation.hpp: MPI stuff for passing out molecules
2665    
2666     2003-03-26 11:12 chuckv
2667    
2668     * libmdtools/mpiSimulation.cpp: working on load balancing
2669    
2670     2003-03-26 10:37 chuckv
2671    
2672     * libmdtools/Thermo.cpp, libmdtools/Thermo.hpp,
2673     samples/argon/argon.bass: Fixes for Parallel thermalization
2674    
2675     2003-03-26 09:55 mmeineke
2676    
2677     * libmdtools/: SimInfo.cpp, Thermo.cpp: fixed an mpi include bug in
2678     THermo.cpp
2679    
2680     2003-03-25 17:54 chuckv
2681    
2682     * libmdtools/: Thermo.cpp, Thermo.hpp: Fixed bugs with calculation
2683     of potential energy and temperature.
2684    
2685     2003-03-25 09:29 mmeineke
2686    
2687 tim 1031 * libBASS/obj/dummy, libmdtools/obj/dummy, libmdtools/MPIobj/dummy,
2688     src/MPIobj/dummy, src/obj/dummy: [no log message]
2689 mmeineke 568
2690     2003-03-25 09:29 mmeineke
2691    
2692     * libBASS/MPIobj/dummy: added dummy files to keep the build
2693     deirectories from being pruned.
2694    
2695     2003-03-24 20:07 gezelter
2696    
2697 tim 1005 * samples/Makefile: moving tests to samples
2698 mmeineke 568
2699     2003-03-24 20:06 gezelter
2700    
2701 tim 1005 * samples/: alkane/Makefile, alkane/alkanes.mdl,
2702     alkane/butane.bass, alkane/init_butane.eor, argon/Makefile,
2703     argon/argon.bass, argon/init_argon.eor, argon/lj.mdl,
2704     lipid/5x5.bass, lipid/Makefile, lipid/init_5x5.eor,
2705     lipid/lipid.mdl, lipid/water.mdl, water/Makefile,
2706     water/init_ssd.eor, water/ssd.bass, water/water.mdl: moved tests to
2707     samples
2708 mmeineke 568
2709     2003-03-24 19:51 gezelter
2710    
2711     * ac-tools/configure.in: Tests are becoming samples
2712    
2713     2003-03-24 19:46 gezelter
2714    
2715 tim 1005 * ac-tools/Make.conf.in: Added makefiles in tests directories
2716 mmeineke 568
2717     2003-03-24 16:55 gezelter
2718    
2719     * libBASS/Globals.cpp, libBASS/Globals.hpp, libmdtools/SimInfo.cpp,
2720     libmdtools/SimInfo.hpp, libmdtools/SimSetup.cpp,
2721     libmdtools/TraPPE_ExFF.cpp, libmdtools/calc_dipole_dipole.F90,
2722     libmdtools/calc_reaction_field.F90,
2723     libmdtools/calc_sticky_pair.F90, libmdtools/do_Forces.F90,
2724     libmdtools/simulation_module.F90: electrostatic changes for dipole
2725     / RF separation
2726    
2727     2003-03-24 13:33 mmeineke
2728    
2729     * libmdtools/: Atom.hpp, ForceFields.cpp, SimInfo.cpp,
2730     do_Forces.F90: little bug fixes here and there
2731    
2732     2003-03-24 10:26 mmeineke
2733    
2734     * libmdtools/: ForceFields.cpp, f_verlet_constrained.F90: fixed bug
2735     where short range interactions were not being calculated.
2736    
2737     removed some debug print statements
2738    
2739     2003-03-21 17:11 chuckv
2740    
2741     * libmdtools/: TraPPE_ExFF.cpp, calc_dipole_dipole.F90,
2742     do_Forces.F90, f_verlet_constrained.F90, simulation_module.F90:
2743     various write statements for debugging
2744    
2745     2003-03-21 16:26 chuckv
2746    
2747     * forceFields/Makefile: added links to the makefile in forceFields
2748    
2749     2003-03-21 15:52 gezelter
2750    
2751     * ac-tools/Make.conf.in, ac-tools/configure.in,
2752     libmdtools/Makefile: Fixed F_MACH_DEP bug
2753    
2754     2003-03-21 15:37 gezelter
2755    
2756     * ChangeLog, Makefile, ac-tools/Make.conf.in, ac-tools/config.h.in,
2757     ac-tools/configure.in, forceFields/Makefile, libBASS/Makefile,
2758     libmdtools/Makefile, scripts/cvs2cl.pl, scripts/sfmakedepend,
2759     src/Makefile, utils/sfmakedepend: Makefile fixes, directory re-org,
2760     autoconf fixes
2761    
2762 gezelter 385 2003-03-21 14:58 gezelter
2763 mmeineke 377
2764 gezelter 385 * LICENSE: Added license file
2765    
2766     2003-03-21 14:55 gezelter
2767    
2768     * forceFields/Makefile: Fixed makefile
2769    
2770     2003-03-21 14:49 gezelter
2771    
2772     * forceFields/Makefile: Makefile for forceFields
2773    
2774     2003-03-21 14:42 gezelter
2775    
2776     * README: Readme changes
2777    
2778     2003-03-21 12:52 mmeineke
2779    
2780     * src/Makefile: [no log message]
2781    
2782     2003-03-21 12:52 mmeineke
2783    
2784     * libBASS/Makefile, libmdtools/Makefile: Makefile fixes for depends
2785    
2786     2003-03-21 12:42 mmeineke
2787    
2788     * AUTHORS, ChangeLog, NEWS, Makefile, README,
2789     ac-tools/Make.conf.in, ac-tools/aclocal.m4, ac-tools/config.guess,
2790     ac-tools/config.h.in, ac-tools/config.sub, ac-tools/configure.in,
2791     ac-tools/install-sh, forceFields/DipoleTest.frc,
2792     forceFields/LJ_FF.frc, forceFields/TraPPE.frc,
2793     forceFields/TraPPE_Ex.frc, libBASS/AtomStamp.cpp,
2794     libBASS/AtomStamp.hpp, libBASS/BASS_interface.cpp,
2795     libBASS/BASS_interface.h, libBASS/BASS_parse.c,
2796     libBASS/BASS_parse.h, libBASS/BASSlex.l, libBASS/BASSyacc.y,
2797     libBASS/BendStamp.cpp, libBASS/BendStamp.hpp,
2798     libBASS/BondStamp.cpp, libBASS/BondStamp.hpp,
2799     libBASS/Component.cpp, libBASS/Component.hpp, libBASS/Globals.cpp,
2800     libBASS/Globals.hpp, libBASS/LinkedAssign.cpp,
2801     libBASS/LinkedAssign.hpp, libBASS/LinkedCommand.cpp,
2802     libBASS/LinkedCommand.hpp, libBASS/MakeStamps.cpp,
2803     libBASS/MakeStamps.hpp, libBASS/Makefile,
2804     libBASS/MoleculeStamp.cpp, libBASS/MoleculeStamp.hpp,
2805     libBASS/TorsionStamp.cpp, libBASS/TorsionStamp.hpp,
2806     libBASS/interface.c, libBASS/make_nodes.c, libBASS/make_nodes.h,
2807     libBASS/mpiBASS.c, libBASS/mpiBASS.h, libBASS/node_list.h,
2808     libBASS/parse_interface.h, libBASS/parse_me.h,
2809     libBASS/parse_tree.c, libBASS/parse_tree.h, libBASS/simError.c,
2810     libBASS/simError.h, src/Makefile, src/oopse.cpp, src/oose.cpp,
2811     utils/sfmakedepend, ac-tools/shtool,
2812     libmdtools/AbstractClasses.hpp, libmdtools/Atom.hpp,
2813     libmdtools/Bend.cpp, libmdtools/BendExtensions.cpp,
2814     libmdtools/Bond.cpp, libmdtools/BondExtensions.cpp,
2815     libmdtools/DipoleTestFF.cpp, libmdtools/DirectionalAtom.cpp,
2816     libmdtools/DumpWriter.cpp, libmdtools/ForceFields.cpp,
2817     libmdtools/ForceFields.hpp, libmdtools/GhostBend.cpp,
2818     libmdtools/InitializeFromFile.cpp, libmdtools/Integrator.hpp,
2819     libmdtools/LJ_FF.cpp, libmdtools/Linux_ifc_machdep.F90,
2820     libmdtools/Makefile, libmdtools/Molecule.hpp,
2821     libmdtools/ReadWrite.hpp, libmdtools/SRI.hpp,
2822     libmdtools/SimInfo.cpp, libmdtools/SimInfo.hpp,
2823     libmdtools/SimSetup.cpp, libmdtools/SimSetup.hpp,
2824     libmdtools/StatWriter.cpp, libmdtools/Symplectic.cpp,
2825     libmdtools/Thermo.cpp, libmdtools/Thermo.hpp,
2826     libmdtools/Torsion.cpp, libmdtools/TorsionExtensions.cpp,
2827     libmdtools/TraPPEFF.cpp, libmdtools/TraPPE_ExFF.cpp,
2828     libmdtools/Verlet.cpp, libmdtools/atype_module.F90,
2829     libmdtools/calc_LJ_FF.F90, libmdtools/calc_dipole_dipole.F90,
2830     libmdtools/calc_gb.F90, libmdtools/calc_reaction_field.F90,
2831     libmdtools/calc_sticky_pair.F90, libmdtools/do_Forces.F90,
2832     libmdtools/fForceField.h, libmdtools/fSimulation.h,
2833     libmdtools/f_verlet_constrained.F90, libmdtools/forceFactory.hpp,
2834     libmdtools/force_globals.F90, libmdtools/fortranWrapDefines.hpp,
2835     libmdtools/fortranWrappers.cpp, libmdtools/fortranWrappers.hpp,
2836     libmdtools/mpiComponentPlan.h, libmdtools/mpiForceField.c,
2837     libmdtools/mpiForceField.h, libmdtools/mpiSimulation.cpp,
2838     libmdtools/mpiSimulation.hpp, libmdtools/mpiSimulation_module.F90,
2839     libmdtools/neighborLists.F90, libmdtools/randomSPRNG.cpp,
2840     libmdtools/randomSPRNG.hpp, libmdtools/simulation_module.F90,
2841 tim 927 libmdtools/vector_class.F90, libmdtools/wrappers.F90: Initial
2842     revision
2843 gezelter 385
2844     2003-03-21 12:42 mmeineke
2845    
2846     * AUTHORS, ChangeLog, NEWS, Makefile, README,
2847     ac-tools/Make.conf.in, ac-tools/aclocal.m4, ac-tools/config.guess,
2848     ac-tools/config.h.in, ac-tools/config.sub, ac-tools/configure.in,
2849     ac-tools/install-sh, forceFields/DipoleTest.frc,
2850     forceFields/LJ_FF.frc, forceFields/TraPPE.frc,
2851     forceFields/TraPPE_Ex.frc, libBASS/AtomStamp.cpp,
2852     libBASS/AtomStamp.hpp, libBASS/BASS_interface.cpp,
2853     libBASS/BASS_interface.h, libBASS/BASS_parse.c,
2854     libBASS/BASS_parse.h, libBASS/BASSlex.l, libBASS/BASSyacc.y,
2855     libBASS/BendStamp.cpp, libBASS/BendStamp.hpp,
2856     libBASS/BondStamp.cpp, libBASS/BondStamp.hpp,
2857     libBASS/Component.cpp, libBASS/Component.hpp, libBASS/Globals.cpp,
2858     libBASS/Globals.hpp, libBASS/LinkedAssign.cpp,
2859     libBASS/LinkedAssign.hpp, libBASS/LinkedCommand.cpp,
2860     libBASS/LinkedCommand.hpp, libBASS/MakeStamps.cpp,
2861     libBASS/MakeStamps.hpp, libBASS/Makefile,
2862     libBASS/MoleculeStamp.cpp, libBASS/MoleculeStamp.hpp,
2863     libBASS/TorsionStamp.cpp, libBASS/TorsionStamp.hpp,
2864     libBASS/interface.c, libBASS/make_nodes.c, libBASS/make_nodes.h,
2865     libBASS/mpiBASS.c, libBASS/mpiBASS.h, libBASS/node_list.h,
2866     libBASS/parse_interface.h, libBASS/parse_me.h,
2867     libBASS/parse_tree.c, libBASS/parse_tree.h, libBASS/simError.c,
2868     libBASS/simError.h, src/Makefile, src/oopse.cpp, src/oose.cpp,
2869     utils/sfmakedepend, ac-tools/shtool,
2870     libmdtools/AbstractClasses.hpp, libmdtools/Atom.hpp,
2871     libmdtools/Bend.cpp, libmdtools/BendExtensions.cpp,
2872     libmdtools/Bond.cpp, libmdtools/BondExtensions.cpp,
2873     libmdtools/DipoleTestFF.cpp, libmdtools/DirectionalAtom.cpp,
2874     libmdtools/DumpWriter.cpp, libmdtools/ForceFields.cpp,
2875     libmdtools/ForceFields.hpp, libmdtools/GhostBend.cpp,
2876     libmdtools/InitializeFromFile.cpp, libmdtools/Integrator.hpp,
2877     libmdtools/LJ_FF.cpp, libmdtools/Linux_ifc_machdep.F90,
2878     libmdtools/Makefile, libmdtools/Molecule.hpp,
2879     libmdtools/ReadWrite.hpp, libmdtools/SRI.hpp,
2880     libmdtools/SimInfo.cpp, libmdtools/SimInfo.hpp,
2881     libmdtools/SimSetup.cpp, libmdtools/SimSetup.hpp,
2882     libmdtools/StatWriter.cpp, libmdtools/Symplectic.cpp,
2883     libmdtools/Thermo.cpp, libmdtools/Thermo.hpp,
2884     libmdtools/Torsion.cpp, libmdtools/TorsionExtensions.cpp,
2885     libmdtools/TraPPEFF.cpp, libmdtools/TraPPE_ExFF.cpp,
2886     libmdtools/Verlet.cpp, libmdtools/atype_module.F90,
2887     libmdtools/calc_LJ_FF.F90, libmdtools/calc_dipole_dipole.F90,
2888     libmdtools/calc_gb.F90, libmdtools/calc_reaction_field.F90,
2889     libmdtools/calc_sticky_pair.F90, libmdtools/do_Forces.F90,
2890     libmdtools/fForceField.h, libmdtools/fSimulation.h,
2891     libmdtools/f_verlet_constrained.F90, libmdtools/forceFactory.hpp,
2892     libmdtools/force_globals.F90, libmdtools/fortranWrapDefines.hpp,
2893     libmdtools/fortranWrappers.cpp, libmdtools/fortranWrappers.hpp,
2894     libmdtools/mpiComponentPlan.h, libmdtools/mpiForceField.c,
2895     libmdtools/mpiForceField.h, libmdtools/mpiSimulation.cpp,
2896     libmdtools/mpiSimulation.hpp, libmdtools/mpiSimulation_module.F90,
2897     libmdtools/neighborLists.F90, libmdtools/randomSPRNG.cpp,
2898     libmdtools/randomSPRNG.hpp, libmdtools/simulation_module.F90,
2899 tim 927 libmdtools/vector_class.F90, libmdtools/wrappers.F90: New OOPSE
2900     Tree
2901 gezelter 385