ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/OOPSE/ChangeLog
(Generate patch)

Comparing trunk/OOPSE/ChangeLog (file contents):
Revision 378 by mmeineke, Fri Mar 21 17:42:12 2003 UTC vs.
Revision 1005 by tim, Tue Feb 3 15:21:32 2004 UTC

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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines