ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/OOPSE/ChangeLog
Revision: 1066
Committed: Tue Feb 24 16:36:33 2004 UTC (20 years, 5 months ago) by tim
File size: 88368 byte(s)
Log Message:
*** empty log message ***

File Contents

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