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 760 by gezelter, Fri Sep 12 16:20:05 2003 UTC vs.
Revision 1268 by tim, Fri Jun 11 17:16:21 2004 UTC

# Line 1 | Line 1
1 < 2003-09-10 16:28  mmeineke
1 > 2004-06-09 11:59  tim
2  
3 <        * props/: GofR.cpp, PairCorrType.cpp, PairCorrType.hpp: added more
4 <        work on getting gofR working.
3 >        * ChangeLog, libmdtools/Roll.cpp: Roll in progress
4  
5 < 2003-09-09 16:50  mmeineke
5 > 2004-06-09 11:16  tim
6  
7 <        * props/: GofR.cpp, PairCorrType.cpp, PairCorrType.hpp: added the
8 <        beginings of the GofR pair correlation.
7 >        * libmdtools/: ConstraintAlgorithm.hpp, ConstraintElement.hpp,
8 >        Euler3.cpp, Euler3.hpp, Integrator.hpp, Make.dep, Makefile.in,
9 >        Mat3x3d.cpp, Mat3x3d.hpp, Quaternion.cpp, Quaternion.hpp,
10 >        Rattle.cpp, Rattle.hpp, RigidBody.cpp, RigidBody.hpp, Roll.cpp,
11 >        Roll.hpp, Shake.cpp, Shake.hpp, Vector3d.cpp, Vector3d.hpp: 1.
12 >        adding some useful math classes(Mat3x3d, Vector3d, Quaternion,
13 >        Euler3)  these classes use anonymous union and struct to support
14 >        double[3], double[3][3] and double[4] 2. adding roll constraint
15 >        algorithm
16 >
17 > 2004-06-08 11:49  gezelter
18 >
19 >        * libmdtools/: NPT.cpp, NPTf.cpp, StuntDouble.cpp, Thermo.cpp:
20 >        Fixed a bug in NPTf (vScale was declared in the cpp file in
21 >        addition to the declaration in Integrator.hpp file)
22 >
23 > 2004-06-07 09:26  gezelter
24 >
25 >        * libBASS/Globals.cpp, libmdtools/AtomVisitor.cpp,
26 >        libmdtools/CallbackFunctor.hpp, libmdtools/ConstraintAlgorithm.hpp,
27 >        libmdtools/ConstraintIterator.hpp,
28 >        libmdtools/ConstraintManager.hpp, libmdtools/ConstraintPair.hpp,
29 >        libmdtools/DirectionalAtom.cpp, libmdtools/DumpReader.cpp,
30 >        libmdtools/DumpWriter.cpp, libmdtools/MatVec3.c,
31 >        libmdtools/MatVec3.h, libmdtools/StreamTokenizer.hpp,
32 >        libmdtools/ZConsReader.cpp: Fixes from gcc -Wall
33 >
34 > 2004-06-07 09:09  chrisfen
35 >
36 >        * libmdtools/Thermo.cpp: Dan cleaned up the pressure calculation a
37 >        bit...  Got rid of some unnecessary lines of code in Thermo.cpp
38 >
39 > 2004-06-04 16:00  gezelter
40 >
41 >        * libmdtools/: ConstraintIterator.hpp, OOPSEMinimizer.cpp,
42 >        StuntDouble.cpp: small bugfixes
43 >
44 > 2004-06-04 15:29  tim
45 >
46 >        * libmdtools/Integrator.hpp: [no log message]
47 >
48 > 2004-06-04 14:30  tim
49 >
50 >        * ChangeLog, libmdtools/CallbackFunctor.cpp,
51 >        libmdtools/CallbackFunctor.hpp, libmdtools/ConstraintAlgorithm.cpp,
52 >        libmdtools/ConstraintAlgorithm.hpp, libmdtools/Integrator.hpp,
53 >        libmdtools/OOPSEMinimizer.cpp, libmdtools/Rattle.hpp,
54 >        libmdtools/Shake.hpp, libmdtools/ShakeMin.cpp,
55 >        libmdtools/ShakeMin.hpp: constraint algorithm for minimization is
56 >        working
57 >
58 > 2004-06-04 11:23  gezelter
59 >
60 >        * forceFields/charmm27.vdw: Moved to SHAPES
61 >
62 > 2004-06-04 11:23  gezelter
63 >
64 >        * forceFields/: LJ.vdw, amber99.vdw, gaff.vdw, oplsaal.vdw: [no log
65 >        message]
66 >
67 > 2004-06-04 09:59  gezelter
68 >
69 >        * libmdtools/: notifyCutoffs.F90, status_module.F90, wrappers.F90:
70 >        More work on Fortran side of error handler
71 >
72 > 2004-06-04 09:59  gezelter
73 >
74 >        * configure, ac-tools/aclocal.m4: fixed a typo in autoconf script
75 >
76 > 2004-06-04 09:35  gezelter
77 >
78 >        * libmdtools/: Makefile.in, fInfo.c, status_module.F90: Unifying
79 >        the error handlers
80 >
81 > 2004-06-04 09:17  gezelter
82 >
83 >        * libBASS/: MemberStamp.cpp, MemberStamp.hpp: Not used anymore
84 >
85 > 2004-06-04 09:11  gezelter
86 >
87 >        * libBASS/: config.h.in, fError.c: forgot to add these
88 >
89 > 2004-06-03 22:15  tim
90 >
91 >        * ChangeLog, libBASS/MoleculeStamp.cpp, libBASS/MoleculeStamp.hpp,
92 >        libmdtools/CallbackFunctor.cpp, libmdtools/ConstraintAlgorithm.cpp,
93 >        libmdtools/ConstraintManager.cpp, libmdtools/GenericData.cpp,
94 >        libmdtools/GenericData.hpp, libmdtools/Integrator.cpp,
95 >        libmdtools/Integrator.hpp, libmdtools/Make.dep,
96 >        libmdtools/Makefile.in, libmdtools/Molecule.cpp,
97 >        libmdtools/Molecule.hpp, libmdtools/NPT.cpp, libmdtools/NVT.cpp,
98 >        libmdtools/OOPSEMinimizer.cpp, libmdtools/OOPSEMinimizer.hpp,
99 >        libmdtools/RigidBody.cpp, libmdtools/RigidBody.hpp,
100 >        libmdtools/SimInfo.cpp, libmdtools/SimInfo.hpp,
101 >        libmdtools/SimSetup.cpp, libmdtools/StuntDouble.cpp,
102 >        libmdtools/StuntDouble.hpp, utils/Vector3.hpp: new rattle algorithm
103 >        is working
104 >
105 > 2004-06-03 21:38  gezelter
106 >
107 >        * configure, ac-tools/aclocal.m4, ac-tools/configure.in,
108 >        libBASS/Makefile.in, libBASS/mpiBASS.h, libBASS/simError.c,
109 >        libBASS/simError.h, libmdtools/Makefile.in, libmdtools/config.h.in,
110 >        libmdtools/notifyCutoffs.F90, src/Makefile.in: Config changes for
111 >        fortran access to SimError
112 >
113 > 2004-06-03 16:51  tim
114 >
115 >        * libmdtools/: CallbackFunctor.cpp, CallbackFunctor.hpp,
116 >        ConstraintAlgorithm.cpp, ConstraintAlgorithm.hpp,
117 >        ConstraintElement.cpp, ConstraintElement.hpp,
118 >        ConstraintIterator.hpp, ConstraintManager.cpp,
119 >        ConstraintManager.hpp, ConstraintPair.hpp, Rattle.cpp, Rattle.hpp,
120 >        Shake.cpp, Shake.hpp, ShakeMin.cpp, ShakeMin.hpp, TypeInfo.hpp: new
121 >        implementation of constraint
122 >
123 > 2004-06-03 16:06  tim
124 >
125 >        * libmdtools/DumpWriter.cpp: fixed a bug which only writes out the
126 >        first atom of a molecule
127 >
128 > 2004-06-03 15:02  gezelter
129 >
130 >        * libmdtools/SimSetup.cpp: Fixed groupOffset bug
131 >
132 > 2004-06-03 15:02  gezelter
133 >
134 >        * ac-tools/: aclocal.m4, configure.in: Working on MPI scripting for
135 >        autoconf
136 >
137 > 2004-06-02 13:28  gezelter
138 >
139 >        * samples/: argon/Makefile, minimizer/argon/Makefile: Shouldn't
140 >        have been in CVS
141 >
142 > 2004-06-02 13:28  gezelter
143 >
144 >        * samples/: argon/Makefile, minimizer/argon/Makefile: Why is this
145 >        in CVS?
146 >
147 > 2004-06-02 13:27  gezelter
148 >
149 >        * libmdtools/: DUFF.cpp, EAM_FF.cpp, LJFF.cpp, Make.dep,
150 >        Makefile.in, WATER.cpp: formatting error messages, dependency fixes
151 >
152 > 2004-06-02 13:27  gezelter
153 >
154 >        * libBASS/simError.h: starting fortran-usable version of simError
155 >
156 > 2004-06-02 09:56  chrisfen
157 >
158 >        * samples/: argon/Makefile, minimizer/argon/Makefile: Probably
159 >        shouldn't be in CVS
160 >
161 > 2004-06-02 09:56  chrisfen
162 >
163 >        * libmdtools/: Integrator.cpp, NVT.cpp, ReadWrite.hpp,
164 >        Restraints.cpp, SimInfo.cpp, StatWriter.cpp: Formatting Changes,
165 >        removed writeRaw
166 >
167 > 2004-06-02 09:56  chrisfen
168 >
169 >        * libBASS/simError.c: Formatting Changes
170 >
171 > 2004-06-02 09:21  gezelter
172 >
173 >        * libBASS/simError.c, libBASS/simError.h, libmdtools/SimInfo.cpp:
174 >        severity levels in simError
175 >
176 > 2004-06-01 16:45  gezelter
177 >
178 >        * libmdtools/: Exclude.cpp, SimInfo.cpp, calc_LJ_FF.F90,
179 >        do_Forces.F90, mpiSimulation.cpp, neighborLists.F90,
180 >        simulation_module.F90: Bug fix (fixes of skipList and neighbor list
181 >        under MPI)
182 >
183 > 2004-06-01 16:44  gezelter
184 >
185 >        * libBASS/MoleculeStamp.cpp: Bug fix (memory leak)
186 >
187 > 2004-06-01 13:43  gezelter
188 >
189 >        * samples/: argon/argon.bass, minimizer/argon/argon.bass: Testing
190 >
191 > 2004-06-01 13:42  gezelter
192 >
193 >        * libmdtools/: SimInfo.cpp, SimInfo.hpp, SimSetup.cpp,
194 >        SimSetup.hpp, do_Forces.F90, fortranWrapDefines.hpp,
195 >        mpiSimulation.cpp, mpiSimulation_module.F90, simulation_module.F90:
196 >        Cutoff Groups for MPI
197 >
198 > 2004-06-01 13:07  chrisfen
199 >
200 >        * libmdtools/: ForceFields.cpp, StatWriter.cpp: Fixed bug in
201 >        useLiquidThermInt routine in ForceFields.cpp
202 >
203 > 2004-06-01 12:15  chrisfen
204 >
205 >        * libmdtools/: ForceFields.cpp, Integrator.cpp, SimInfo.cpp,
206 >        SimInfo.hpp, SimSetup.cpp, StatWriter.cpp: Implemented a separate
207 >        solid and liquid thermodynamic integration routines
208 >
209 > 2004-06-01 10:57  tim
210 >
211 >        * libmdtools/: CutoffGroup.hpp, SimSetup.cpp: cutoff group in
212 >        progress
213 >
214 > 2004-06-01 09:27  chrisfen
215 >
216 >        * libBASS/: Globals.cpp, Globals.hpp: Added useLiquidThermInt
217 >        keyword and changed useThermInt to useSolidThermInt
218 >
219 > 2004-06-01 09:21  chrisfen
220 >
221 >        * libBASS/: Globals.cpp, Globals.hpp: Paving the way for separate
222 >        solid and liquid thermodynamic integration routines
223 >
224 > 2004-05-28 10:21  gezelter
225 >
226 >        * libmdtools/do_Forces.F90: bugfix starting
227 >
228 > 2004-05-27 15:06  chrisfen
229 >
230 >        * libmdtools/: Integrator.cpp, StatWriter.cpp: Fixed a bug in
231 >        Integrator.cpp where it called writeRaw() when useThermInt =
232 >        false...
233 >
234 > 2004-05-27 14:51  tim
235 >
236 >        * ChangeLog, libmdtools/do_Forces.F90,
237 >        libmdtools/simulation_module.F90: Bug fix for SkipList
238 >
239 > 2004-05-27 14:26  gezelter
240 >
241 >        * libmdtools/SimSetup.cpp: bugfix in simsetup?
242 >
243 > 2004-05-27 13:59  gezelter
244 >
245 >        * libmdtools/: DumpReader.cpp, DumpWriter.cpp,
246 >        InitializeFromFile.cpp, SimInfo.cpp, SimSetup.cpp, SimSetup.hpp,
247 >        ZConsWriter.cpp, ZConstraint.cpp, fortranWrapDefines.hpp,
248 >        mdProfile.cpp, mpiSimulation.cpp, mpiSimulation.hpp,
249 >        mpiSimulation_module.F90, randomSPRNG.cpp, simulation_module.F90:
250 >        Cutoff group changes under MPI
251 >
252 > 2004-05-27 11:20  gezelter
253 >
254 >        * configure, ac-tools/aclocal.m4, ac-tools/configure.in: Fixes for
255 >        xlc++
256 >
257 > 2004-05-27 10:31  tim
258 >
259 >        * libmdtools/SimInfo.cpp: groupList new bases on global index of
260 >        atoms
261 >
262 > 2004-05-27 10:21  gezelter
263 >
264 >        * src/: oopse.cpp, oose.cpp: Modified the nifty banner
265 >
266 > 2004-05-27 10:21  gezelter
267 >
268 >        * libmdtools/: Make.dep, do_Forces.F90, simulation_module.F90:
269 >        Fixed off-by-one error in groupStartRow and groupStartCol
270 >
271 > 2004-05-26 19:48  tim
272 >
273 >        * ChangeLog, libmdtools/DumpReader.cpp, libmdtools/DumpWriter.cpp,
274 >        libmdtools/InitializeFromFile.cpp, libmdtools/Integrator.hpp,
275 >        libmdtools/SimInfo.cpp, libmdtools/SimSetup.cpp,
276 >        libmdtools/ZConsWriter.cpp, libmdtools/calc_LJ_FF.F90,
277 >        libmdtools/calc_charge_charge.F90,
278 >        libmdtools/calc_dipole_dipole.F90, libmdtools/calc_eam.F90,
279 >        libmdtools/calc_gb.F90, libmdtools/calc_reaction_field.F90,
280 >        libmdtools/calc_sticky_pair.F90, libmdtools/do_Forces.F90,
281 >        libmdtools/force_globals.F90, libmdtools/mdProfile.cpp,
282 >        libmdtools/mpiComponentPlan.h, libmdtools/mpiSimulation.cpp,
283 >        libmdtools/mpiSimulation.hpp, libmdtools/mpiSimulation_module.F90,
284 >        libmdtools/neighborLists.F90, libmdtools/randomSPRNG.cpp,
285 >        libmdtools/simulation_module.F90: in the progress of fixing MPI
286 >        version of cutoff group
287 >
288 > 2004-05-26 11:41  gezelter
289 >
290 >        * libmdtools/do_Forces.F90: Compacted all of the 8 copies of the
291 >        force loop into one.
292 >
293 > 2004-05-24 17:24  gezelter
294 >
295 >        * libmdtools/: calc_eam.F90, calc_gb.F90: pressure tensor fixes
296 >
297 > 2004-05-24 16:23  chrisfen
298 >
299 >        * libmdtools/Restraints.cpp: Removed unnecessary variables and
300 >        changed error messages in Restraints.cpp
301 >
302 > 2004-05-24 16:03  gezelter
303 >
304 >        * libmdtools/: Thermo.cpp, calc_LJ_FF.F90, calc_charge_charge.F90,
305 >        calc_dipole_dipole.F90, calc_eam.F90, calc_gb.F90,
306 >        calc_reaction_field.F90, calc_sticky_pair.F90, do_Forces.F90: Fixes
307 >        for stress / pressure tensor by cutoff group
308 >
309 > 2004-05-22 15:55  chrisfen
310 >
311 >        * libmdtools/Restraints.cpp: Fixed an error in Restraints.cpp...
312 >        Too many arguements in a function call.
313 >
314 > 2004-05-22 13:17  chrisfen
315 >
316 >        * libBASS/: Globals.cpp, Globals.hpp: Added Bass keyword
317 >        useThermInt.
318 >
319 > 2004-05-22 13:16  chrisfen
320 >
321 >        * libmdtools/: Atom.hpp, DirectionalAtom.cpp, DirectionalAtom.hpp,
322 >        ForceFields.cpp, ForceFields.hpp, Integrator.cpp, Integrator.hpp,
323 >        Restraints.cpp, Restraints.hpp, RigidBody.cpp, RigidBody.hpp,
324 >        SimInfo.cpp, SimInfo.hpp, SimSetup.cpp, StatWriter.cpp,
325 >        StuntDouble.cpp, StuntDouble.hpp: Fixed Thermodynamic integration
326 >        code.
327 >
328 > 2004-05-21 10:58  gezelter
329 >
330 >        * libmdtools/: do_Forces.F90, simulation_module.F90: Major changes
331 >        to skipThisPair for efficiency
332 >
333 > 2004-05-21 09:22  gezelter
334 >
335 >        * configure, ac-tools/configure.in, forceFields/LJ.vdw,
336 >        forceFields/amber99.vdw, forceFields/charmm27.vdw,
337 >        forceFields/gaff.vdw, forceFields/oplsaal.vdw,
338 >        samples/argon/Makefile, samples/minimizer/argon/Makefile: Changes
339 >        for SHAPES potential
340 >
341 > 2004-05-20 15:27  chrisfen
342 >
343 >        * libBASS/: Globals.cpp, Globals.hpp: Hopefully this commit
344 >        included the bass keywords
345 >
346 > 2004-05-20 15:24  chrisfen
347 >
348 >        * libmdtools/: ForceFields.cpp, ForceFields.hpp, Integrator.cpp,
349 >        Integrator.hpp, Makefile.in, ReadWrite.hpp, Restraints.cpp,
350 >        Restraints.hpp, SimInfo.hpp, SimSetup.cpp, StatWriter.cpp: Several
351 >        additions... Restraints.cpp and .hpp were included for restraining
352 >        particles in thermodynamic integration.  By including these,
353 >        changes were made in Integrator, SimInfo, ForceFeilds, SimSetup,
354 >        StatWriter, and possibly some other files.  Two bass keywords were
355 >        also added for performing thermodynamic integration: a lambda value
356 >        one and a k power one.
357 >
358 > 2004-05-13 16:08  gezelter
359 >
360 >        * libmdtools/: Integrator.cpp, do_Forces.F90: fixes for skip list
361 >
362 > 2004-05-12 17:01  tim
363 >
364 >        * samples/: argon/Makefile, argon/argonEM.bass,
365 >        argon/init_argon.eor, minimizer/argon/Makefile,
366 >        minimizer/argon/argonEM.bass, minimizer/argon/init_argon.eor,
367 >        minimizer/water/Makefile, minimizer/water/Makefile.in,
368 >        minimizer/water/WATER.frc, minimizer/water/init_ssd.eor,
369 >        minimizer/water/ssdEM.bass, minimizer/water/tip4p_two.bass,
370 >        minimizer/water/tip4p_two.init, minimizer/water/water.mdl: add
371 >        minimizer sample
372 >
373 > 2004-05-12 16:54  gezelter
374 >
375 >        * libmdtools/: Utility.cpp, Utility.hpp: fixes for MacOS X
376 >        compilation
377 >
378 > 2004-05-12 15:54  gezelter
379 >
380 >        * libmdtools/: RigidBody.cpp, RigidBody.hpp, SimSetup.cpp: Fixes
381 >        for compilation under Mac OS X with IBM's xl compilers
382 >
383 > 2004-05-12 15:14  gezelter
384 >
385 >        * src/: oopse.cpp, oose.cpp: Added a nifty neato banner
386 >
387 > 2004-05-12 15:14  gezelter
388 >
389 >        * libmdtools/LJFF.cpp: Removed an extraneous write
390 >
391 > 2004-05-12 15:13  gezelter
392 >
393 >        * libBASS/simError.h: Starting to change the error model
394 >
395 > 2004-05-12 14:45  gezelter
396 >
397 >        * utils/Dump2XYZ.cpp: const char* fix
398 >
399 > 2004-05-12 14:44  gezelter
400 >
401 >        * libmdtools/do_Forces.F90, libmdtools/notifyCutoffs.F90,
402 >        src/oopse.cpp, src/oose.cpp: MPI fixes and removal of extraneous
403 >        write statements
404 >
405 > 2004-05-12 11:38  tim
406 >
407 >        * libmdtools/: Atom.cpp, Atom.hpp, DirectionalAtom.cpp,
408 >        ForceFields.cpp, Molecule.cpp, Molecule.hpp, SimInfo.cpp,
409 >        SimSetup.cpp, SimState.cpp, SimState.hpp: get rid of rc and
410 >        massratio from simState, creat cutoff group forevery atom which
411 >        does not belong to cutoff group defined at mdl file
412 >
413 > 2004-05-12 10:58  gezelter
414 >
415 >        * libmdtools/: CutoffGroup.hpp, do_Forces.F90: efficiency fixes in
416 >        CutoffGroup
417 >
418 > 2004-05-12 10:35  gezelter
419 >
420 >        * samples/water/water.mdl: Added the cutoff Groups to the default
421 >        water.mdl file
422 >
423 > 2004-05-12 10:02  tim
424 >
425 >        * ChangeLog, libmdtools/CutoffGroup.hpp, libmdtools/SimInfo.cpp:
426 >        fixed a bug in CutoffGroup::getCOM()
427 >
428 > 2004-05-12 09:29  gezelter
429 >
430 >        * libmdtools/SimInfo.cpp, libmdtools/SimSetup.cpp,
431 >        libmdtools/do_Forces.F90, libmdtools/notifyCutoffs.F90,
432 >        samples/water/ssd.bass: bug fixes for cutoffGroups
433 >
434 > 2004-05-11 17:28  tim
435 >
436 >        * utils/Vector3.hpp: adding generic Vector3 class
437 >
438 > 2004-05-11 16:44  tim
439 >
440 >        * libmdtools/Integrator.hpp: adding instantiation of
441 >        Integrator<BaseIntegrator> in order to make OOPSE compiled by icc8
442 >
443 > 2004-05-11 16:31  gezelter
444 >
445 >        * libmdtools/: calc_LJ_FF.F90, calc_charge_charge.F90,
446 >        calc_dipole_dipole.F90, calc_gb.F90, calc_reaction_field.F90,
447 >        calc_sticky_pair.F90, do_Forces.F90, notifyCutoffs.F90:
448 >        Fortran-side changes for group-based cutoffs
449 >
450 > 2004-05-11 16:20  tim
451 >
452 >        * libmdtools/CutoffGroup.hpp: adding CutoffGroup.hpp
453 >
454 > 2004-05-11 16:14  tim
455 >
456 >        * libmdtools/: ForceFields.cpp, Make.dep, Molecule.cpp,
457 >        SimInfo.cpp: fix two bugs in siminfo which cause infinite loop; fix
458 >        anoter one in CutoffGroup which causes seg fault
459 >
460 > 2004-05-11 15:33  tim
461 >
462 >        * ChangeLog, libmdtools/ForceFields.cpp, libmdtools/Molecule.cpp,
463 >        libmdtools/Molecule.hpp, libmdtools/SimInfo.cpp,
464 >        libmdtools/SimInfo.hpp, libmdtools/SimSetup.cpp: adding cutoffGroup
465 >        into OOPSE
466 >
467 > 2004-05-11 15:07  gezelter
468 >
469 >        * libBASS/: BASS_parse.c, parse_tree.c: bugfix for cutoffGroup
470 >
471 > 2004-05-11 11:00  gezelter
472 >
473 >        * libmdtools/: Make.dep, SimInfo.cpp, SimInfo.hpp, SimSetup.cpp,
474 >        fortranWrapDefines.hpp, notifyCutoffs.F90: Fixes to libmdtools to
475 >        use the simplified cutoff stuff in the BASS library
476 >
477 > 2004-05-10 23:21  gezelter
478 >
479 >        * libBASS/: BASS_interface.cpp, BASS_interface.h, BASSyacc.y,
480 >        CutoffGroupStamp.cpp, CutoffGroupStamp.hpp, Globals.cpp,
481 >        Globals.hpp, MakeStamps.cpp, MakeStamps.hpp, Makefile.in,
482 >        MoleculeStamp.cpp, MoleculeStamp.hpp, interface.c, make_nodes.c,
483 >        make_nodes.h, mpiBASS.c, mpiBASS.h, node_list.h, parse_interface.h,
484 >        parse_tree.c: BASS changes for adding CutoffGroups to molecules.
485 >        Also restructured the plethora of cutoff radii into one
486 >        cutoffRadius and one switchingRadius.  Also removed the
487 >        useMolecularCutoffs keyword
488 >
489 > 2004-05-10 15:28  tim
490 >
491 >        * ChangeLog, libmdtools/DumpWriter.cpp, src/Makefile.in: optimize
492 >        DumpWriter
493 >
494 > 2004-05-07 16:36  gezelter
495 >
496 >        * libmdtools/: fSwitchingFunction.h, switch_module.F90: New module
497 >        for fortran group-based switching function
498 >
499 > 2004-05-07 16:35  gezelter
500 >
501 >        * libmdtools/: Atom.hpp, ForceFields.cpp, Integrator.cpp,
502 >        Makefile.in, SimInfo.cpp, SimState.cpp, SimState.hpp,
503 >        calc_LJ_FF.F90, calc_charge_charge.F90, calc_dipole_dipole.F90,
504 >        calc_eam.F90, calc_gb.F90, calc_sticky_pair.F90, do_Forces.F90,
505 >        force_globals.F90, fortranWrapDefines.hpp, mpiComponentPlan.h,
506 >        mpiSimulation_module.F90, neighborLists.F90, notifyCutoffs.F90,
507 >        simulation_module.F90: Many changes to get group-based cutoffs to
508 >        work
509 >
510 > 2004-05-01 13:52  tim
511 >
512 >        * ChangeLog, libmdtools/ForceFields.cpp, libmdtools/Integrator.cpp,
513 >        libmdtools/OOPSEMinimizer.cpp, libmdtools/SimInfo.cpp,
514 >        libmdtools/SimInfo.hpp, libmdtools/calc_charge_charge.F90,
515 >        libmdtools/do_Forces.F90, libmdtools/fSimulation.h,
516 >        libmdtools/fortranWrapDefines.hpp,
517 >        libmdtools/simulation_module.F90: C++ pass groupList to fortran
518 >
519 > 2004-04-29 11:03  tim
520 >
521 >        * ChangeLog, libmdtools/calc_charge_charge.F90: fixed two bugs in
522 >        calc_charge_charge when using molecular cutoff
523 >
524 > 2004-04-28 21:11  tim
525 >
526 >        * libmdtools/: ForceFields.cpp, fortranWrapDefines.hpp: fix an
527 >        unmatched c/fortran interface
528 >
529 > 2004-04-28 18:09  tim
530 >
531 >        * ChangeLog, libmdtools/Integrator.hpp, libmdtools/ZConstraint.cpp:
532 >        keep the previous position of cantilever in SMD
533 >
534 > 2004-04-28 17:34  tim
535 >
536 >        * ChangeLog, libmdtools/Molecule.cpp, libmdtools/Molecule.hpp,
537 >        libmdtools/OtherVisitor.cpp, libmdtools/ZconsVisitor.cpp: fix a bug
538 >        in Molecule.cpp which initialize massRatio before creat the array.
539 >        fix two bugs in ZconsVisitor
540 >
541 > 2004-04-28 17:06  gezelter
542 >
543 >        * libmdtools/: MatVec3.h, SimInfo.cpp, SimInfo.hpp, SimSetup.cpp:
544 >        Adding molecular cutoffs
545 >
546 > 2004-04-28 16:39  gezelter
547 >
548 >        * libmdtools/: calc_charge_charge.F90, do_Forces.F90,
549 >        fSimulation.h, force_globals.F90, simulation_module.F90: work on
550 >        molecular cutoffs
551 >
552 > 2004-04-28 16:39  gezelter
553 >
554 >        * libBASS/: Globals.cpp, Globals.hpp: useMolecularCutoffs added to
555 >        Globals
556 >
557 > 2004-04-27 11:26  tim
558 >
559 >        * libmdtools/: Atom.cpp, Atom.hpp, DirectionalAtom.cpp,
560 >        ForceFields.cpp, Molecule.cpp, SimState.cpp, SimState.hpp,
561 >        fSimulation.h, fortranWrapDefines.hpp: add center of mass of the
562 >        molecule and massRation into atom class
563 >
564 > 2004-04-26 16:16  mmeineke
565 >
566 >        * libBASS/Globals.cpp: modified the defaults for the system init
567 >        time and system init state.
568 >
569 > 2004-04-26 09:29  gezelter
570 >
571 >        * libmdtools/: Thermo.cpp, calc_charge_charge.F90: Fixed a bug in
572 >        calc_charge_charge.F90
573 >
574 > 2004-04-23 23:31  tim
575 >
576 >        * ChangeLog, libmdtools/AtomVisitor.cpp,
577 >        libmdtools/calc_charge_charge.F90, libmdtools/do_Forces.F90: add
578 >        reaction field correction to charge-charge interaction
579 >
580 > 2004-04-22 16:33  tim
581 >
582 >        * libmdtools/: InitializeFromFile.cpp, SimInfo.cpp, SimInfo.hpp,
583 >        Thermo.cpp, calc_charge_charge.F90, do_Forces.F90: change the
584 >        calculation of pressure tensor
585 >
586 > 2004-04-22 09:55  tim
587 >
588 >        * libmdtools/: DumpReader.cpp, InitializeFromFile.cpp: fixed
589 >        another bug in InitFromFile. MPI verion of OOPSE is working again
590 >
591 > 2004-04-21 22:29  tim
592 >
593 >        * libmdtools/: AtomVisitor.cpp, DumpReader.cpp, DumpWriter.cpp,
594 >        InitializeFromFile.cpp, NPT.cpp, NVT.cpp, OtherVisitor.cpp,
595 >        SimSetup.cpp, calc_charge_charge.F90, mpiSimulation.cpp: fixed two
596 >        bugs in MPI version of InitfromFile and one unmatch MPI command in
597 >        DumpWriter
598 >
599 > 2004-04-21 00:32  tim
600 >
601 >        * libmdtools/Functor.hpp, libmdtools/LinearCons.cpp,
602 >        libmdtools/LinearCons.hpp, utils/CmdlineZsub.c,
603 >        utils/CmdlineZsub.h, utils/zsub.cpp, utils/zsub.ggo: remove some
604 >        useless files
605 >
606 > 2004-04-20 11:56  tim
607 >
608 >        * libmdtools/: Integrator.cpp, NVT.cpp, OtherVisitor.cpp,
609 >        SimInfo.cpp, Thermo.cpp, Thermo.hpp: fixed getCOMVel  and
610 >        velocitize at thermo
611 >
612 > 2004-04-20 00:39  tim
613 >
614 >        * ChangeLog, libmdtools/Atom.cpp, libmdtools/Atom.hpp,
615 >        libmdtools/AtomVisitor.cpp, libmdtools/AtomVisitor.hpp,
616 >        libmdtools/CompositeVisitor.cpp, libmdtools/CompositeVisitor.hpp,
617 >        libmdtools/DirectionalAtom.hpp, libmdtools/GenericData.hpp,
618 >        libmdtools/OtherVisitor.cpp, libmdtools/OtherVisitor.hpp,
619 >        libmdtools/RigidBodyVisitor.cpp, libmdtools/RigidBodyVisitor.hpp,
620 >        utils/Dump2XYZ.cpp, utils/Dump2XYZ.ggo, utils/Dump2XYZCmd.c,
621 >        utils/Dump2XYZCmd.h: DUMP2XYZ 0.99 version
622 >
623 > 2004-04-19 17:13  gezelter
624 >
625 >        * libmdtools/: Atom.cpp, Integrator.cpp, NVT.cpp, SimInfo.cpp,
626 >        Thermo.cpp: Fixed a charge bug
627 >
628 > 2004-04-19 15:54  tim
629 >
630 >        * libmdtools/CompositeVisitor.cpp, libmdtools/CompositeVisitor.hpp,
631 >        libmdtools/OtherVisitor.cpp, libmdtools/OtherVisitor.hpp,
632 >        libmdtools/RigidBody.cpp, utils/Make.dep, utils/Makefile.in: fixed
633 >        a bug in CompositeVisitor which cause the double counting problem
634 >
635 > 2004-04-19 12:44  tim
636 >
637 >        * libmdtools/AtomVisitor.cpp, libmdtools/AtomVisitor.hpp,
638 >        libmdtools/BaseVisitor.hpp, libmdtools/CompositeVisitor.cpp,
639 >        libmdtools/DumpReader.cpp, libmdtools/Make.dep,
640 >        libmdtools/OtherVisitor.cpp, libmdtools/RigidBodyVisitor.cpp,
641 >        libmdtools/ZconsVisitor.cpp, utils/Dump2XYZ.cpp, utils/Makefile.in:
642 >        Dump2XYZ is almost working except atoms in rigidbody are double
643 >        counted
644 >
645 > 2004-04-18 22:52  tim
646 >
647 >        * ChangeLog, libmdtools/Atom.cpp, libmdtools/Atom.hpp,
648 >        libmdtools/AtomVisitor.cpp, libmdtools/AtomVisitor.hpp,
649 >        libmdtools/BaseVisitor.hpp, libmdtools/CompositeVisitor.cpp,
650 >        libmdtools/CompositeVisitor.hpp, libmdtools/DumpReader.cpp,
651 >        libmdtools/GenericData.cpp, libmdtools/GenericData.hpp,
652 >        libmdtools/Integrator.cpp, libmdtools/Makefile.in,
653 >        libmdtools/MatVec3.h, libmdtools/OtherVisitor.cpp,
654 >        libmdtools/OtherVisitor.hpp, libmdtools/ReadWrite.hpp,
655 >        libmdtools/RigidBody.cpp, libmdtools/RigidBody.hpp,
656 >        libmdtools/RigidBodyVisitor.cpp, libmdtools/RigidBodyVisitor.hpp,
657 >        libmdtools/SimInfo.cpp, libmdtools/SimInfo.hpp,
658 >        libmdtools/StuntDouble.cpp, libmdtools/StuntDouble.hpp,
659 >        libmdtools/Thermo.cpp, libmdtools/ZConsReader.cpp,
660 >        libmdtools/ZConsReader.hpp, libmdtools/ZconsVisitor.cpp,
661 >        libmdtools/ZconsVisitor.hpp, utils/Dump2XYZ.cpp,
662 >        utils/Dump2XYZ.ggo, utils/Dump2XYZCmd.c, utils/Dump2XYZCmd.h: new
663 >        implement of quickLate using visitor and composite pattern
664 >
665 > 2004-04-15 17:15  tim
666 >
667 >        * libmdtools/SimSetup.cpp, utils/zsub.cpp: fix a bug in setting
668 >        exclude list
669 >
670 > 2004-04-15 11:18  tim
671 >
672 >        * ChangeLog, forceFields/DUFF.frc, libBASS/MoleculeStamp.cpp,
673 >        libmdtools/Atom.hpp, libmdtools/InitializeFromFile.cpp,
674 >        libmdtools/Integrator.cpp, libmdtools/Molecule.cpp,
675 >        libmdtools/RigidBody.cpp, libmdtools/RigidBody.hpp,
676 >        libmdtools/SimInfo.cpp, libmdtools/SimSetup.cpp,
677 >        libmdtools/Thermo.cpp, libmdtools/WATER.cpp,
678 >        libmdtools/calc_charge_charge.F90, libmdtools/do_Forces.F90: fix
679 >        whole bunch of bugs :-)
680 >
681 > 2004-04-14 12:20  chrisfen
682 >
683 >        * forceFields/WATER.frc: Added the WATER.frc force field
684 >
685 > 2004-04-14 11:32  gezelter
686 >
687 >        * libmdtools/Molecule.cpp: fixed for get_potential
688 >
689 > 2004-04-14 10:37  tim
690 >
691 >        * AUTHORS, ChangeLog, libmdtools/DumpWriter.cpp,
692 >        libmdtools/InitializeFromFile.cpp, libmdtools/Integrator.cpp,
693 >        libmdtools/Integrator.hpp, libmdtools/Make.dep,
694 >        libmdtools/Molecule.hpp, libmdtools/OOPSEMinimizer.cpp,
695 >        libmdtools/ReadWrite.hpp, libmdtools/RigidBody.hpp,
696 >        libmdtools/SimInfo.cpp, libmdtools/SimInfo.hpp,
697 >        libmdtools/SimSetup.cpp, libmdtools/SimSetup.hpp,
698 >        libmdtools/StuntDouble.cpp, libmdtools/StuntDouble.hpp,
699 >        libmdtools/ZConsReader.cpp, libmdtools/mpiSimulation.cpp,
700 >        libmdtools/mpiSimulation.hpp, utils/quickLate.c, utils/zsub.cpp:
701 >        Change DumpWriter and InitFromFile
702 >
703 > 2004-04-13 11:26  gezelter
704 >
705 >        * libmdtools/: Molecule.cpp, Molecule.hpp, SimSetup.cpp: Now
706 >        molecules can keep track of their own IntegrableObjects (and
707 >        RigidBodies).  Also a bug-fix so that SimInfo can keep track of
708 >        RigidBodies (which was done incorrectly before).
709 >
710 > 2004-04-13 11:25  gezelter
711 >
712 >        * libBASS/: MoleculeStamp.cpp, MoleculeStamp.hpp: Added Integrable
713 >        (will back out momentarily)
714 >
715 > 2004-04-13 10:10  gezelter
716 >
717 >        * libmdtools/: IntegrableObjects.cpp, IntegrableObjects.hpp: Oops.
718 >        Those were old.
719 >
720 > 2004-04-13 10:09  gezelter
721 >
722 >        * libmdtools/: IntegrableObjects.cpp, IntegrableObjects.hpp: Forgot
723 >        to add IntegrableObjects
724 >
725 > 2004-04-12 16:02  gezelter
726 >
727 >        * libmdtools/: RigidBody.cpp, RigidBody.hpp: Adding RigidBody code
728 >
729 > 2004-04-12 15:32  gezelter
730 >
731 >        * samples/: alkane/butane.bass, water/ssd.bass: Slightly longer
732 >        test run
733 >
734 > 2004-04-12 15:32  gezelter
735 >
736 >        * libmdtools/: Atom.cpp, Atom.hpp, DUFF.cpp, DipoleTestFF.cpp,
737 >        DirectionalAtom.cpp, DirectionalAtom.hpp, DumpReader.cpp,
738 >        DumpWriter.cpp, EAM_FF.cpp, Exclude.cpp, Exclude.hpp,
739 >        ForceFields.cpp, ForceFields.hpp, InitializeFromFile.cpp,
740 >        Integrator.cpp, Integrator.hpp, LJFF.cpp, Make.dep, Makefile.in,
741 >        MatVec3.c, MatVec3.h, Molecule.cpp, Molecule.hpp, NPT.cpp,
742 >        NPTf.cpp, NPTxyz.cpp, NVT.cpp, OOPSEMinimizer.cpp, SRI.hpp,
743 >        SimInfo.cpp, SimInfo.hpp, SimSetup.cpp, SimSetup.hpp, SkipList.cpp,
744 >        SkipList.hpp, StuntDouble.cpp, StuntDouble.hpp, TraPPE_ExFF.cpp,
745 >        WATER.cpp, ZConsReader.cpp: Changes for RigidBody dynamics
746 >        (Somewhat extensive)
747 >
748 > 2004-04-12 15:31  gezelter
749 >
750 >        * libBASS/BASSyacc.y, libBASS/Globals.cpp, libBASS/MakeStamps.cpp,
751 >        libBASS/RigidBodyStamp.cpp, libBASS/RigidBodyStamp.hpp,
752 >        utils/sysbuilder/MoLocator.cpp, utils/sysbuilder/MoLocator.hpp:
753 >        Changes for RigidBody dynamics
754 >
755 > 2004-03-17 09:22  tim
756 >
757 >        * libBASS/Globals.cpp, libBASS/Globals.hpp, libBASS/ZconStamp.cpp,
758 >        libBASS/ZconStamp.hpp, libmdtools/GenericData.hpp,
759 >        libmdtools/Integrator.hpp, libmdtools/SimSetup.cpp,
760 >        libmdtools/ZConstraint.cpp: incorporate SMD into ZConstraint,it
761 >        does not sound a good choice, next commit will seperate SMD and
762 >        ZConstraint
763 >
764 > 2004-03-16 14:22  tim
765 >
766 >        * ChangeLog, libBASS/Globals.cpp, libBASS/Globals.hpp,
767 >        libmdtools/GenericData.hpp, libmdtools/Integrator.hpp,
768 >        libmdtools/SimSetup.cpp, libmdtools/ZConsWriter.cpp,
769 >        libmdtools/ZConsWriter.hpp, libmdtools/ZConstraint.cpp: ZConstraint
770 >        now can support sequential moving. Refactorying is needed to
771 >        support SMD in ZConstraint
772 >
773 > 2004-03-02 15:32  tim
774 >
775 >        * libmdtools/: DumpReader.cpp, DumpWriter.cpp, ReadWrite.hpp,
776 >        StatWriter.cpp, ZConsWriter.hpp: add LARGEFILE_SOURCE64 macro to
777 >        support large file
778 >
779 > 2004-03-01 16:17  tim
780 >
781 >        * utils/zsub.cpp: Fix a couple of bugs in zsub
782 >
783 > 2004-03-01 15:01  tim
784 >
785 >        * ChangeLog, libmdtools/DumpReader.cpp, libmdtools/Makefile.in,
786 >        libmdtools/OOPSEMinimizer.cpp, libmdtools/ReadWrite.hpp,
787 >        libmdtools/ZConsReader.cpp, libmdtools/ZConsReader.hpp,
788 >        utils/CmdlineZsub.c, utils/CmdlineZsub.h, utils/Makefile.in,
789 >        utils/quickLate.c, utils/zsub.cpp, utils/zsub.ggo: Adding zsub, a
790 >        program which can be used to replace atom type for zconstraint into
791 >        OOPSE
792 >
793 > 2004-02-24 11:36  tim
794 >
795 >        * ChangeLog, libBASS/Globals.cpp, libBASS/Globals.hpp,
796 >        libmdtools/PRCG.cpp, libmdtools/SimSetup.cpp, src/oose.cpp: [no log
797 >        message]
798 >
799 > 2004-02-24 10:49  tim
800 >
801 >        * libmdtools/: ConjugateMinimizer.cpp, ConjugateMinimizer.hpp,
802 >        Constraint.cpp, Constraint.hpp, ConstraintList.cpp,
803 >        ConstraintList.hpp, Minimizer.hpp, Minimizer1D.cpp,
804 >        Minimizer1D.hpp, MinimizerBase.hpp, NLModel.hpp, NLModel0.cpp,
805 >        NLModel1.cpp, NonlinearCons.cpp, NonlinearCons.hpp,
806 >        OOPSEMinimizerBase.cpp, SteepestDescent.cpp, SteepestDescent.hpp,
807 >        SymMatrix.hpp: remove the old implement of minimizer from cvs tree
808 >
809 > 2004-02-24 10:44  tim
810 >
811 >        * libmdtools/: CGFamilyMinimizer.cpp, ConjugateMinimizer.cpp,
812 >        Integrator.hpp, Makefile.in, Minimizer1D.cpp,
813 >        MinimizerParameterSet.hpp, OOPSEMinimizer.cpp, OOPSEMinimizer.hpp,
814 >        OOPSEMinimizerBase.cpp, PRCG.cpp, SDMinimizer.cpp, SimInfo.hpp,
815 >        SimSetup.cpp, Utility.cpp, Utility.hpp: Using inherit instead of
816 >        compose to implement Minimizer both versions are working
817 >
818 > 2004-02-17 14:23  tim
819 >
820 >        * ChangeLog, libmdtools/ConjugateMinimizer.cpp,
821 >        libmdtools/Integrator.cpp, libmdtools/Integrator.hpp,
822 >        libmdtools/Minimizer1D.cpp, libmdtools/Minimizer1D.hpp,
823 >        libmdtools/MinimizerParameterSet.hpp,
824 >        libmdtools/OOPSEMinimizerBase.cpp: adding function shakeF in order
825 >        to remove the constraint force along bond direction
826 >
827 > 2004-02-10 16:33  tim
828 >
829 >        * ChangeLog, libmdtools/ConjugateMinimizer.cpp,
830 >        libmdtools/DirectionalAtom.cpp, libmdtools/OOPSEMinimizerBase.cpp:
831 >        single version of energy minimization is working.
832 >
833 > 2004-02-09 15:38  mmeineke
834 >
835 >        * staticProps/: AllCorr.cpp, staticProps.cpp:  started a bug fix on
836 >        the massive memory overusage by OOPSE
837 >
838 > 2004-02-09 09:48  chrisfen
839 >
840 >        * libmdtools/: SimSetup.cpp, calc_LJ_FF.F90: Stripped out the
841 >        hardwired LJ_rcut
842 >
843 > 2004-02-06 19:14  tim
844 >
845 >        * libmdtools/: SymMatrix.hpp, Utility.cpp, Utility.hpp: [no log
846 >        message]
847 >
848 > 2004-02-06 16:37  tim
849 >
850 >        * ChangeLog, libBASS/Globals.cpp,
851 >        libmdtools/ConjugateMinimizer.cpp, libmdtools/Integrator.cpp,
852 >        libmdtools/Integrator.hpp, libmdtools/OOPSEMinimizerBase.cpp,
853 >        libmdtools/SimSetup.cpp, samples/water/ssd.bass: Single version of
854 >        energy minimization for argon is working, need to add constraint
855 >
856 > 2004-02-06 14:05  tim
857 >
858 >        * libmdtools/: AllIntegrator.hpp, Makefile.in, SimSetup.cpp: Add
859 >        one more file into Makefile.in
860 >
861 > 2004-02-06 13:58  tim
862 >
863 >        * ChangeLog, libBASS/Globals.cpp, libBASS/Globals.hpp,
864 >        libmdtools/AllIntegrator.hpp, libmdtools/ConjugateMinimizer.cpp,
865 >        libmdtools/ConjugateMinimizer.hpp, libmdtools/Functor.hpp,
866 >        libmdtools/Integrator.hpp, libmdtools/Makefile.in,
867 >        libmdtools/Minimizer.hpp, libmdtools/Minimizer1D.cpp,
868 >        libmdtools/Minimizer1D.hpp, libmdtools/MinimizerBase.hpp,
869 >        libmdtools/MinimizerParameterSet.hpp, libmdtools/NLModel.hpp,
870 >        libmdtools/NLModel1.cpp, libmdtools/OOPSEMinimizerBase.cpp,
871 >        libmdtools/SimInfo.cpp, libmdtools/SimInfo.hpp,
872 >        libmdtools/SimSetup.cpp, libmdtools/SimSetup.hpp, src/oose.cpp: Add
873 >        some lines into global.cpp to make it work with energy minimization
874 >
875 > 2004-02-04 17:26  tim
876 >
877 >        * libmdtools/: ConjugateMinimizer.cpp, ConjugateMinimizer.hpp,
878 >        Constraint.hpp, Functor.hpp, Minimizer.hpp, Minimizer1D.cpp,
879 >        Minimizer1D.hpp, MinimizerBase.hpp, MinimizerParameterSet.hpp,
880 >        NLModel.hpp, NLModel0.cpp, NLModel1.cpp: Fix a bunch of bugs   :-)
881 >        Single version of conjugate gradient with golden search linesearch
882 >        pass a couple of functions test. Brent's  algorithm is still broken
883 >
884 > 2004-02-03 17:54  tim
885 >
886 >        * libmdtools/: ConjugateMinimizer.cpp, ConjugateMinimizer.hpp,
887 >        Minimizer1D.cpp, Minimizer1D.hpp, MinimizerParameterSet.hpp,
888 >        NLModel.hpp, NLModel0.cpp, NLModel1.cpp, SteepestDescent.cpp,
889 >        SteepestDescent.hpp: NLModel0, NLModel1 pass uit test
890 >
891 > 2004-02-03 15:47  tim
892 >
893 >        * libmdtools/: ConjugateMinimizer.cpp, ConstraintList.cpp,
894 >        ConstraintList.hpp, LinearCons.cpp, LinearCons.hpp, Minimizer.hpp,
895 >        NonlinearCons.cpp, NonlinearCons.hpp, OOPSEMinimizerBase.cpp,
896 >        SimpleBoundCons.cpp, SimpleBoundCons.hpp, SteepestDescent.cpp,
897 >        SteepestDescent.hpp: [no log message]
898 >
899 > 2004-02-03 15:43  tim
900 >
901 >        * libmdtools/: ConjugateMinimizer.hpp, Constraint.cpp,
902 >        Constraint.hpp, Integrator.hpp, Minimizer1D.cpp, Minimizer1D.hpp,
903 >        MinimizerBase.hpp, MinimizerParameterSet.hpp, NLModel.hpp,
904 >        NLModel0.cpp, NLModel1.cpp: to avoid cyclic depency, refactory
905 >        constraint class
906 >
907 > 2004-02-03 12:10  tim
908 >
909 >        * libmdtools/Functor.hpp: Functor.hpp pass unit test
910 >
911 > 2004-02-03 10:21  tim
912 >
913 >        * ChangeLog, libmdtools/Minimizer1D.cpp,
914 >        libmdtools/Minimizer1D.hpp: begin unit test of minimizer
915 >
916 > 2004-02-02 15:29  tim
917 >
918 >        * libmdtools/: ConjugateMinimizer.hpp, Minimizer1D.cpp,
919 >        Minimizer1D.hpp, MinimizerBase.hpp, MinimizerParameterSet.hpp:
920 >        Adding GoldenSection and Brent LineSearch Method
921 >
922 > 2004-01-30 16:47  tim
923 >
924 >        * libmdtools/: ConjugateMinimizer.hpp, DumpWriter.cpp,
925 >        MinimizerBase.hpp, MinimizerParameterSet.hpp, NLModel.hpp,
926 >        NLModel0.cpp, NLModel1.cpp: using class  Minimizer1D derived from
927 >        MinimizerBase instead of a functor to do line seach
928 >
929 > 2004-01-30 10:00  chrisfen
930 >
931 >        * forceFields/Makefile.in, libmdtools/Atom.cpp,
932 >        libmdtools/Atom.hpp, libmdtools/ForceFields.hpp,
933 >        libmdtools/Integrator.cpp, libmdtools/Makefile.in,
934 >        libmdtools/SimInfo.cpp, libmdtools/SimSetup.cpp,
935 >        libmdtools/WATER.cpp, libmdtools/calc_LJ_FF.F90,
936 >        libmdtools/calc_reaction_field.F90, libmdtools/do_Forces.F90,
937 >        libmdtools/fortranWrapDefines.hpp: Substantial changes. OOPSE now
938 >        has a working WATER.cpp forcefield and parser.  This involved
939 >        changes to WATER.cpp and ForceFields amoung other files. One
940 >        important note: a hardwiring of LJ_rcut was made in calc_LJ_FF.F90.
941 >        This will be removed on the next commit...
942 >
943 > 2004-01-29 18:00  gezelter
944 >
945 >        * libBASS/BASS_interface.cpp, libBASS/BASS_interface.h,
946 >        libBASS/BASS_parse.c, libBASS/BASSlex.l, libBASS/BASSyacc.y,
947 >        libBASS/MakeStamps.cpp, libBASS/MakeStamps.hpp,
948 >        libBASS/Makefile.in, libBASS/RigidBodyStamp.cpp,
949 >        libBASS/RigidBodyStamp.hpp, libBASS/interface.c,
950 >        libBASS/make_nodes.c, libBASS/make_nodes.h, libBASS/mpiBASS.c,
951 >        libBASS/mpiBASS.h, libBASS/node_list.h, libBASS/parse_interface.h,
952 >        libBASS/parse_tree.c, libmdtools/Make.dep, samples/water/water.mdl:
953 >        member list fixes for rigid bodies
954 >
955 > 2004-01-29 16:44  tim
956 >
957 >        * libmdtools/MinimizerParameterSet.hpp: Adding
958 >        MinimizerParameterSet class.
959 >
960 > 2004-01-28 17:44  tim
961 >
962 >        * libmdtools/: NLModel.hpp, NLModel0.cpp, NLModel1.cpp: Revision of
963 >        NLModel0 and NLModel1
964 >
965 > 2004-01-28 15:40  tim
966 >
967 >        * libmdtools/: Constraint.hpp, NLModel.hpp, NLOPModel.hpp: revision
968 >        of NLModel
969 >
970 > 2004-01-27 15:34  gezelter
971 >
972 >        * samples/water/: ssd.bass, water.mdl: Added point-charge models to
973 >        water.mdl file, updated ssd.bass to use new SSD name
974 >
975 > 2004-01-27 15:34  gezelter
976 >
977 >        * libBASS/: BASS_interface.cpp, MakeStamps.cpp, MakeStamps.hpp,
978 >        MemberStamp.cpp, MemberStamp.hpp, node_list.h: Fix to new RigidBody
979 >        stuff
980 >
981 > 2004-01-27 14:39  gezelter
982 >
983 >        * samples/water/ssd.bass: Longer run time to test SSD water in MPI
984 >
985 > 2004-01-27 14:39  gezelter
986 >
987 >        * samples/metals/Au.bass: Longer run time to test gold in MPI
988 >
989 > 2004-01-27 14:38  gezelter
990 >
991 >        * samples/: argon/argon.bass, minimizer/argon/argon.bass: Longer
992 >        run time to test argon
993 >
994 > 2004-01-27 14:38  gezelter
995 >
996 >        * libmdtools/: Make.dep, WATER.cpp, mpiSimulation.cpp: More BASS
997 >        changes to do new rigidBody scheme a copy of WATER.cpp from this
998 >        morning
999 >
1000 > 2004-01-27 14:37  gezelter
1001 >
1002 >        * libBASS/: BASS_interface.cpp, BASS_interface.h, BASS_parse.c,
1003 >        BASSyacc.y, MakeStamps.cpp, MakeStamps.hpp, Makefile.in,
1004 >        MemberStamp.cpp, MemberStamp.hpp, MoleculeStamp.cpp,
1005 >        MoleculeStamp.hpp, RigidBodyStamp.cpp, RigidBodyStamp.hpp,
1006 >        interface.c, make_nodes.c, make_nodes.h, mpiBASS.c, mpiBASS.h,
1007 >        node_list.h, parse_interface.h, parse_tree.c: More BASS changes to
1008 >        do new rigidBody scheme
1009 >
1010 > 2004-01-27 14:15  tim
1011 >
1012 >        * libmdtools/: AbstractClasses.hpp, ConjugateMinimizer.hpp,
1013 >        Constraint.cpp, Constraint.hpp, Functor.hpp, Integrator.hpp,
1014 >        MinimizerBase.hpp, NLOPConstraint.hpp, NLOPModel.hpp: revision of
1015 >        constraint for Nonlinear Optimization Model
1016 >
1017 > 2004-01-26 17:01  gezelter
1018 >
1019 >        * utils/sysbuilder/MoLocator.cpp: Changes to BASS reader to use
1020 >        Euler angles for orientation instead of unit vectors required
1021 >        changes in MoLocator
1022 >
1023 > 2004-01-26 16:53  gezelter
1024 >
1025 >        * samples/: alkane/alkanes.mdl, beadLipid/beadLipid.mdl,
1026 >        beadLipid/water.mdl, lipid/lipid.mdl, lipid/water.mdl,
1027 >        water/water.mdl: Changed orientation lines from unit vectors to
1028 >        euler angles
1029 >
1030 > 2004-01-26 16:52  gezelter
1031 >
1032 >        * libmdtools/SimSetup.cpp: Convert Eulers in degrees into radians
1033 >
1034 > 2004-01-26 16:45  gezelter
1035 >
1036 >        * libmdtools/SimSetup.cpp: Changed default orientation in BASS to
1037 >        use Euler angles in the following order: phi, theta, psi Removed
1038 >        the ability to set orientation using a unit vector
1039 >
1040 > 2004-01-26 16:26  gezelter
1041 >
1042 >        * libBASS/: AtomStamp.cpp, AtomStamp.hpp, RigidBodyStamp.cpp,
1043 >        RigidBodyStamp.hpp: Changed default orientation in BASS to use
1044 >        Euler angles in the following order: phi, theta, psi Removed the
1045 >        ability to set orientation using a unit vector
1046 >
1047 > 2004-01-26 13:52  gezelter
1048 >
1049 >        * libBASS/: BASS_interface.cpp, MakeStamps.cpp, MakeStamps.hpp,
1050 >        MoleculeStamp.cpp: Fix broken atom assignment for rigid bodies
1051 >
1052 > 2004-01-22 12:34  chrisfen
1053 >
1054 >        * libmdtools/: DUFF.cpp, EAM_FF.cpp, ForceFields.hpp, LJFF.cpp,
1055 >        TraPPE_ExFF.cpp, WATER.cpp, mpiForceField.c, mpiForceField.h:
1056 >        Corrected spelling in several directories, and stated WATER.cpp
1057 >
1058 > 2004-01-21 17:16  tim
1059 >
1060 >        * libmdtools/: MinimizerBase.hpp, NLOPConstraint.hpp,
1061 >        NLOPModel.hpp: constraint class in energy minimization
1062 >
1063 > 2004-01-20 15:34  tim
1064 >
1065 >        * libmdtools/MinimizerBase.hpp: Adding energy minimization
1066 >
1067 > 2004-01-20 15:32  tim
1068 >
1069 >        * libmdtools/: ConjugateMinimizer.hpp, Integrator.hpp,
1070 >        NLOPConstraint.hpp, NLOPModel.hpp: Energy Minimizer
1071 >
1072 > 2004-01-19 16:17  gezelter
1073 >
1074 >        * libmdtools/: SimInfo.cpp, SimSetup.cpp: Made some error messages
1075 >        more user-friendly
1076 >
1077 > 2004-01-19 13:51  chrisfen
1078 >
1079 >        * forceFields/DUFF.frc: Updated the default water to SSD/E
1080 >
1081 > 2004-01-19 13:36  tim
1082 >
1083 >        * libmdtools/: Functor.hpp, SimSetup.cpp: Adding warning if sample
1084 >        time, status time, thermal time and reset time are not divisible by
1085 >        dt
1086 >
1087 > 2004-01-19 11:10  gezelter
1088 >
1089 >        * third-party/Makefile.in: Added a bunch of dummy targets so make
1090 >        won't complain
1091 >
1092 > 2004-01-19 11:10  gezelter
1093 >
1094 >        * samples/lipid/5x5.bass: Fixed old bass file
1095 >
1096 > 2004-01-19 11:09  gezelter
1097 >
1098 >        * libmdtools/mpiSimulation.cpp: BASS changes to add RigidBodies
1099 >        required a change in how the MoleculeStamps are used by divideLabor
1100 >        in mpiSimulation.cpp
1101 >
1102 > 2004-01-19 11:08  gezelter
1103 >
1104 >        * libBASS/: BASS_interface.cpp, BASS_interface.h, BASS_parse.c,
1105 >        BASSyacc.y, Globals.cpp, Globals.hpp, MakeStamps.cpp,
1106 >        MakeStamps.hpp, Makefile.in, MoleculeStamp.cpp, MoleculeStamp.hpp,
1107 >        RigidBodyStamp.cpp, RigidBodyStamp.hpp, interface.c, make_nodes.c,
1108 >        make_nodes.h, mpiBASS.c, mpiBASS.h, node_list.h, parse_interface.h,
1109 >        parse_tree.c: BASS changes to add RigidBodies and LJrcut
1110 >
1111 > 2004-01-16 16:55  tim
1112 >
1113 >        * libmdtools/: DumpWriter.cpp, EAM_FF.cpp: fix a bug in creating
1114 >        eor file
1115 >
1116 > 2004-01-16 16:51  mmeineke
1117 >
1118 >        * libmdtools/DumpWriter.cpp: fixed a bug where only MPI jobs could
1119 >        write eor files
1120 >
1121 > 2004-01-16 10:01  mmeineke
1122 >
1123 >        * libmdtools/DUFF.cpp: fixed an struct mismatch error in the mpi
1124 >        initialization of the AtomStruct
1125 >
1126 > 2004-01-15 16:57  chuckv
1127 >
1128 >        * configure, libmdtools/DumpWriter.cpp: Fixes for Dumps
1129 >
1130 > 2004-01-15 10:51  gezelter
1131 >
1132 >        * ac-tools/aclocal.m4: Changes for altivec
1133 >
1134 > 2004-01-15 09:22  gezelter
1135 >
1136 >        * libmdtools/DumpWriter.cpp: Documented the Spud Toss
1137 >
1138 > 2004-01-14 23:33  gezelter
1139 >
1140 >        * libmdtools/do_Forces.F90: changes for charge charge interactions
1141 >
1142 > 2004-01-14 20:14  gezelter
1143 >
1144 >        * libmdtools/: calc_charge_charge.F90, calc_dipole_dipole.F90,
1145 >        notifyCutoffs.F90: More work for adding charges
1146 >
1147 > 2004-01-14 17:41  gezelter
1148 >
1149 >        * configure, ac-tools/aclocal.m4, ac-tools/configure.in,
1150 >        src/Makefile.in: autoconf fixes
1151 >
1152 > 2004-01-14 11:28  mmeineke
1153 >
1154 >        * utils/sysbuilder/latticeBilayer.cpp: fixed a periodic box bug
1155 >
1156 > 2004-01-14 10:48  gezelter
1157 >
1158 >        * configure, ac-tools/aclocal.m4, ac-tools/configure.in,
1159 >        src/Makefile.in, third-party/Makefile.in: autoconf compatibility
1160 >        changes for icc8
1161 >
1162 > 2004-01-13 18:01  gezelter
1163 >
1164 >        * libmdtools/: DUFF.cpp, EAM_FF.cpp, LJFF.cpp, SimInfo.cpp,
1165 >        SimInfo.hpp, TraPPE_ExFF.cpp, atype_module.F90, do_Forces.F90,
1166 >        fSimulation.h, fortranWrapDefines.hpp, simulation_module.F90:
1167 >        Changes for adding direct charge-charge interactions (with
1168 >        switching function)
1169 >
1170 > 2004-01-13 17:34  gezelter
1171 >
1172 >        * libmdtools/: Make.dep, Makefile.in, calc_charge_charge.F90,
1173 >        oopseMPI_module.F90: Some changes for new MPI organization and
1174 >        direct charge-charge interactions
1175 >
1176 > 2004-01-13 17:11  tim
1177 >
1178 >        * Functor.hpp, libmdtools/Functor.hpp: [no log message]
1179 >
1180 > 2004-01-13 16:22  tim
1181 >
1182 >        * Functor.hpp, samples/water/ssd.bass: Energy Minimization method
1183 >
1184 > 2004-01-13 15:35  tim
1185 >
1186 >        * libmdtools/: DumpWriter.cpp, ReadWrite.hpp: open and close the
1187 >        eor file whenever it is used instead of rewinding it
1188 >
1189 > 2004-01-13 15:04  tim
1190 >
1191 >        * libmdtools/: DumpWriter.cpp, ReadWrite.hpp: change the interface
1192 >        of writeFrame
1193 >
1194 > 2004-01-13 10:46  tim
1195 >
1196 >        * libmdtools/: DumpWriter.cpp, Integrator.cpp, ReadWrite.hpp:
1197 >        Merge the code of writeFinal and writeDump;
1198 >         Adding sortingIndex into DumpWriter;
1199 >         Fix a bug of writing last frame twice in integrator
1200 >
1201 > 2004-01-12 17:54  tim
1202 >
1203 >        * ChangeLog, libmdtools/DumpWriter.cpp, samples/water/ssd.bass: fix
1204 >        a bug in copying string
1205 >
1206 > 2004-01-12 15:37  tim
1207 >
1208 >        * ChangeLog, libmdtools/DumpWriter.cpp, samples/argon/argon.bass,
1209 >        samples/minimizer/argon/argon.bass, samples/water/ssd.bass:
1210 >        Dumpwriter only write out the atoms on master nodes
1211 >
1212 > 2004-01-10 04:46  tim
1213 >
1214 >        * ChangeLog, libmdtools/DumpWriter.cpp: tagub is not a bug. Just
1215 >        roll it back fix a bug of copying string to a pointer Still have
1216 >        Seg fault, it looks like a random MPI seg fault in totalview
1217 >
1218 > 2004-01-09 21:15  tim
1219 >
1220 >        * libmdtools/DumpWriter.cpp: Fix a bug of declaration of tagub
1221 >
1222 > 2004-01-09 15:29  gezelter
1223 >
1224 >        * libmdtools/DumpWriter.cpp: New DumpWriter (Attempt #4)
1225 >
1226 > 2004-01-08 17:25  chuckv
1227 >
1228 >        * libmdtools/DumpWriter.cpp: A work in progress...
1229 >
1230 > 2004-01-08 13:59  gezelter
1231 >
1232 >        * libmdtools/DumpWriter.cpp: null terminate some strings just in
1233 >        case
1234 >
1235 > 2004-01-08 13:13  mmeineke
1236 >
1237 >        * libmdtools/InitializeFromFile.cpp: refixed the NVT readin XS
1238 >        state bug.
1239 >
1240 > 2004-01-08 13:05  gezelter
1241 >
1242 >        * libmdtools/DumpWriter.cpp: added strncpy to DumpWriter
1243 >
1244 > 2004-01-08 12:57  mmeineke
1245 >
1246 >        * libmdtools/InitializeFromFile.cpp: fixed the restart from NVT
1247 >        exstended state bug
1248 >
1249 > 2004-01-08 12:40  gezelter
1250 >
1251 >        * libmdtools/DumpWriter.cpp: First Stab at fixing DumpWriter
1252 >
1253 > 2004-01-08 10:44  mmeineke
1254 >
1255 >        * libmdtools/InitializeFromFile.cpp: added support for the ignore
1256 >        XS state info  flag
1257 >
1258 > 2004-01-07 14:26  tim
1259 >
1260 >        * libmdtools/DumpWriter.cpp, libmdtools/InitializeFromFile.cpp,
1261 >        samples/argon/argon.bass, samples/minimizer/argon/argon.bass,
1262 >        samples/water/ssd.bass: Fixed a bug of sending message from master
1263 >        node to itself in DumpWriter.cpp and InitializeFromFile.cpp
1264 >
1265 > 2004-01-06 14:49  chuckv
1266 >
1267 >        * libmdtools/: calc_dipole_dipole.F90, calc_reaction_field.F90:
1268 >        performance fixes in the dipole dipole and reaction field code
1269 >
1270 > 2004-01-06 13:54  chuckv
1271 >
1272 >        * libmdtools/: calc_LJ_FF.F90, do_Forces.F90: Making do_Forces a
1273 >        little more sane
1274 >
1275 > 2004-01-05 17:49  chuckv
1276 >
1277 >        * libmdtools/: calc_LJ_FF.F90, calc_dipole_dipole.F90,
1278 >        calc_eam.F90, calc_gb.F90, calc_reaction_field.F90,
1279 >        calc_sticky_pair.F90, do_Forces.F90: Attempting to increase
1280 >        performance by reducing spurious function calls
1281 >
1282 > 2004-01-05 17:18  chuckv
1283 >
1284 >        * libmdtools/do_Forces.F90: mangling forces even further
1285 >
1286 > 2004-01-05 17:18  chuckv
1287 >
1288 >        * configure, ac-tools/configure.in: mpich mucking
1289 >
1290 > 2004-01-05 17:12  chuckv
1291 >
1292 >        * libmdtools/do_Forces.F90: mangled do_forces...
1293 >
1294 > 2004-01-05 16:00  chuckv
1295 >
1296 >        * ChangeLog, ac-tools/configure.in, libmdtools/atype_module.F90,
1297 >        libmdtools/do_Forces.F90: Added bitmask to do_forces property
1298 >        lookup
1299 >
1300 > 2003-12-29 14:56  chuckv
1301 >
1302 >        * samples/metals/Au.bass, third-party/mt19937ar.c: Added
1303 >        third-party directory for code not written by us. Also added
1304 >        Mersenne Twister random number generator code. This will eventually
1305 >        replace sprng as the random number generator used by OOPSE.
1306 >
1307 > 2003-12-22 16:26  chuckv
1308 >
1309 >        * libmdtools/ForceFields.cpp, libmdtools/Integrator.cpp,
1310 >        libmdtools/mdProfile.cpp, libmdtools/timing.F90, src/oopse.cpp:
1311 >        Fixes to profile code.
1312 >
1313 > 2003-12-19 15:36  mmeineke
1314 >
1315 >        * libmdtools/: Makefile.in, do_Forces.F90, mdProfile.cpp,
1316 >        timing.F90, timing.f90: More profiling fixes.
1317 >
1318 > 2003-12-19 15:19  chuckv
1319 >
1320 >        * libmdtools/timing.f90: Another change for MPI in timing.
1321 >
1322 > 2003-12-19 15:17  chuckv
1323 >
1324 >        * libmdtools/timing.f90: Small update to timing in MPI
1325 >
1326 > 2003-12-19 13:53  mmeineke
1327 >
1328 >        * libmdtools/mdProfile.cpp, src/oopse.cpp, src/oose.cpp: the
1329 >        profiling commands work now. Will start adding PROFILE ifdefs into
1330 >        the code
1331 >
1332 > 2003-12-19 12:25  mmeineke
1333 >
1334 >        * libmdtools/: Makefile.in, do_Forces.F90, mdProfile.cpp: added
1335 >        some profiling routines
1336 >
1337 > 2003-12-19 10:12  mmeineke
1338 >
1339 >        * utils/sysbuilder/randomBilayer.cpp: working on adding GofRtheta
1340 >        and GofRomega
1341          
1342 <        added identification of identI in matchI.
1342 >        additional work on randomBilayer
1343 >
1344 > 2003-12-19 10:12  mmeineke
1345 >
1346 >        * staticProps/: AllCorr.cpp, GofRomega.cpp, GofRtheta.cpp,
1347 >        PairCorrList.hpp, staticProps.cpp: working on adding GofRtheta and
1348 >        GofRomega
1349 >
1350 > 2003-12-18 16:47  mmeineke
1351 >
1352 >        * libmdtools/: Makefile.in, mdProfile.cpp, mdProfile.hpp: added
1353 >        some profile functionality
1354 >
1355 > 2003-12-18 15:46  chuckv
1356 >
1357 >        * libmdtools/: do_Forces.F90, mpiSimulation_module.F90, timing.f90:
1358 >        Added functions for simple profiling in fortran.
1359 >
1360 > 2003-12-17 15:13  chuckv
1361 >
1362 >        * libmdtools/calc_eam.F90, libmdtools/mpiSimulation_module.F90,
1363 >        samples/metals/init_au.in: Fixed bug in parallel EAM. rho_row and
1364 >        rho_col were scattered into the same array. Unfortunately, MPI
1365 >        zeros the array between scatters so half of the sum was being lost.
1366 >        Fixed by added a temp array for column scatter, then sum loop over
1367 >        nlocal.
1368 >
1369 > 2003-12-16 15:49  mmeineke
1370 >
1371 >        * staticProps/: GofRomega.cpp, GofRtheta.cpp, Makefile.in,
1372 >        PairCorrType.cpp, PairCorrType.hpp: finished gofRtheta and added
1373 >        gofRomega. both need to be debugged and tested.
1374 >
1375 > 2003-12-12 10:42  gezelter
1376 >
1377 >        * configure, ac-tools/aclocal.m4, ac-tools/configure.in,
1378 >        libmdtools/Atom.hpp, libmdtools/DirectionalAtom.cpp: Changes for
1379 >        gradients (to do minimizations)
1380 >
1381 > 2003-12-12 10:33  mmeineke
1382 >
1383 >        * utils/sysbuilder/randomBilayer.hpp:  removed the randombilayer
1384 >        header
1385 >
1386 > 2003-12-10 11:52  mmeineke
1387 >
1388 >        * utils/sysbuilder/: Makefile.in, bilayerSys.cpp, bilayerSys.hpp,
1389 >        randomBilayer.cpp, randomBilayer.hpp: edited the makefile to add
1390 >        randomBilayer to the build. Also move the random bilayer builder
1391 >        from bilayerSys to randomBilayer
1392 >
1393 > 2003-11-25 10:44  mmeineke
1394 >
1395 >        * forceFields/: DUFF.frc, backup.DUFF.frc: backed up the old
1396 >        DUFF.frc to backup.DUFF.frc alte4red masses and epsilons of TB2 and
1397 >        TB3 in DUFF.frc
1398 >
1399 > 2003-11-21 15:09  mmeineke
1400 >
1401 >        * libmdtools/InitializeFromFile.cpp, libmdtools/SimInfo.cpp,
1402 >        utils/sysbuilder/latticeBilayer.cpp: added a more verbose error
1403 >        message in SimInfo. Added a more informative error message in
1404 >        InitializeFromFile
1405 >
1406 > 2003-11-21 15:07  mmeineke
1407 >
1408 >        * staticProps/: GofRtheta.cpp, PairCorrType.hpp: begun work on add
1409 >        ing in the GofR,CosTheta
1410 >
1411 > 2003-11-21 14:31  chrisfen
1412 >
1413 >        * libmdtools/: SimInfo.cpp, do_Forces.F90, neighborLists.F90: Fixed
1414 >        a bug in SimInfo ordering of radii
1415 >
1416 > 2003-11-11 12:20  mmeineke
1417 >
1418 >        * libmdtools/SimInfo.cpp: added a routine to SimInfo.cpp to inline
1419 >        a min function.
1420 >
1421 > 2003-11-10 16:50  mmeineke
1422 >
1423 >        * libmdtools/: EAM_FF.cpp, SimInfo.cpp, SimInfo.hpp, SimSetup.cpp:
1424 >        reordered the rcut/ecr/boxSize initialization
1425 >        
1426 >        removed the rcut/ecr shrink and grow algorithm. the simulation will
1427 >        now exit when it runs into rcut or ecr.
1428 >
1429 > 2003-11-07 16:46  chuckv
1430 >
1431 >        * libmdtools/: Makefile.in, mpiSimulation_module.F90,
1432 >        oopseMPI_module.F90: Added support for compiling fortran without
1433 >        use of mpich modules. We use mpif.h instead.:
1434 >
1435 > 2003-11-07 12:09  mmeineke
1436 >
1437 >        * libmdtools/: Integrator.hpp, NPT.cpp, NPTf.cpp, NPTi.cpp,
1438 >        NPTxyz.cpp: moved the velocity scale matrix calculation outside of
1439 >        the atom loop in the NPT family of integrators.
1440 >
1441 > 2003-11-06 17:01  mmeineke
1442 >
1443 >        * libBASS/Globals.cpp, libBASS/Globals.hpp, libmdtools/Make.dep,
1444 >        libmdtools/NPTf.cpp, libmdtools/NPTi.cpp, libmdtools/NPTxyz.cpp,
1445 >        libmdtools/NVT.cpp, libmdtools/SimInfo.cpp, libmdtools/SimInfo.hpp,
1446 >        libmdtools/SimSetup.cpp, utils/sysbuilder/Make.dep,
1447 >        utils/sysbuilder/latticeBilayer.cpp: added the following parameters
1448 >        to BASS:    * useInitialExtendedSystemState    * orthoBoxTolerance
1449 >          * useIntiTime => useInitialTime
1450 >
1451 > 2003-11-06 14:24  mmeineke
1452 >
1453 >        * libBASS/: BASS_parse.c, BASSlex.l, BASSyacc.y, interface.c,
1454 >        make_nodes.c, make_nodes.h, parse_interface.h, parse_tree.c,
1455 >        parse_tree.h: fixed the includes in the Make.dep
1456 >
1457 > 2003-11-06 14:11  mmeineke
1458 >
1459 >        * libmdtools/: Makefile.in, NPTf.cpp, NPTi.cpp, NPTxyz.cpp,
1460 >        NVT.cpp, SimInfo.cpp, Thermo.cpp: did a merge by hand from the
1461 >        new-templateless branch to the main trunk.
1462 >        
1463 >        bug Fixes include:   * fixed the switching function from ortho to
1464 >        non-ortho box.           !!!!! THis was responsible for all of the
1465 >        sudden deaths we saw.    * some formating in the string when we
1466 >        write out the extended system state.    * added NPT.cpp to the
1467 >        makefile.in
1468 >
1469 > 2003-11-06 13:20  mmeineke
1470 >
1471 >        * libmdtools/: Integrator.cpp, Makefile.in, NPT.cpp, NPTf.cpp,
1472 >        SimInfo.cpp, Thermo.cpp, do_Forces.F90: fixed the "Sudden Death"
1473 >        bug.    The box was not switching between orthorhombic and
1474 >        non-orthorhombic wrapping correctly.         we added a fabs() to
1475 >        the check.which should fix it.
1476 >
1477 > 2003-11-05 14:16  mmeineke
1478 >
1479 >        * libmdtools/AbstractClasses.hpp, libmdtools/DumpReader.cpp,
1480 >        libmdtools/GenericData.cpp, libmdtools/GenericData.hpp,
1481 >        libmdtools/InitializeFromFile.cpp, libmdtools/Integrator.cpp,
1482 >        libmdtools/Integrator.hpp, libmdtools/Make.dep, libmdtools/NPT.cpp,
1483 >        libmdtools/NPTf.cpp, libmdtools/NPTi.cpp, libmdtools/NPTxyz.cpp,
1484 >        libmdtools/NVT.cpp, libmdtools/SimInfo.hpp,
1485 >        libmdtools/SimSetup.cpp, samples/water/ssd.bass, src/Make.dep,
1486 >        utils/sysbuilder/Make.dep, utils/sysbuilder/latticeBilayer.cpp:
1487 >        some work on trying to find the compression bug
1488 >
1489 > 2003-11-03 17:07  mmeineke
1490 >
1491 >        * libmdtools/: DumpReader.cpp, GenericData.cpp, GenericData.hpp,
1492 >        InitializeFromFile.cpp, Integrator.hpp, Make.dep, NPT.cpp,
1493 >        NPTf.cpp, NPTi.cpp, NPTxyz.cpp, NVT.cpp, SimInfo.cpp, SimInfo.hpp,
1494 >        SimSetup.cpp, SimSetup.hpp: begun work on removing templates and
1495 >        most of standard template library from OOPSE.
1496 >
1497 > 2003-10-31 16:06  mmeineke
1498 >
1499 >        * libmdtools/: AllIntegrator.hpp, Integrator.cpp, Integrator.hpp,
1500 >        Makefile.in, NPT.cpp, NPTf.cpp, NPTi.cpp, NPTxyz.cpp, NVT.cpp,
1501 >        SimSetup.cpp: started work on template removal.
1502 >
1503 > 2003-10-31 13:28  mmeineke
1504 >
1505 >        * libmdtools/: DumpReader.cpp, NPTf.cpp, NPTi.cpp, NPTxyz.cpp:
1506 >        added template stuff to the Maikefile template
1507 >        
1508 >        little changes to some printf format statements
1509 >
1510 > 2003-10-31 13:28  mmeineke
1511 >
1512 >        * libBASS/Makefile.in: added template stuff to the Maikefile
1513 >        template
1514 >
1515 > 2003-10-30 13:59  gezelter
1516 >
1517 >        * libmdtools/: SimInfo.cpp, SimInfo.hpp, SimSetup.cpp,
1518 >        do_Forces.F90, neighborLists.F90, notifyCutoffs.F90: bug fixes for
1519 >        rList problems
1520 >
1521 > 2003-10-30 09:11  gezelter
1522 >
1523 >        * libmdtools/neighborLists.F90: Fixed bug that size(q0) was being
1524 >        queried before q0 was allocated.
1525 >
1526 > 2003-10-29 15:41  mmeineke
1527 >
1528 >        * libmdtools/: ForceFields.cpp, Integrator.cpp, Integrator.hpp,
1529 >        SimInfo.cpp, SimSetup.cpp, calc_dipole_dipole.F90,
1530 >        calc_sticky_pair.F90, do_Forces.F90: fixed a stdlib.h include error
1531 >        in bass.l
1532 >        
1533 >        fixed a little bug in the first time step, regarding the setting of
1534 >        ecr and est in fortran
1535 >
1536 > 2003-10-29 15:40  mmeineke
1537 >
1538 >        * libBASS/BASSlex.l: fixed a stdlib.h include error
1539 >
1540 > 2003-10-29 12:55  mmeineke
1541 >
1542 >        * libmdtools/: ForceFields.cpp, Integrator.cpp, SimInfo.cpp,
1543 >        SimInfo.hpp, SimSetup.cpp, do_Forces.F90: som efixes to the way
1544 >        rcut is setup, as well as additional debugging comments.
1545 >
1546 > 2003-10-29 09:28  gezelter
1547 >
1548 >        * configure, ac-tools/configure.in, libBASS/Makefile.in,
1549 >        libmdtools/Makefile.in, src/Makefile.in: C++ compatibility for
1550 >        templates
1551 >
1552 > 2003-10-28 22:16  gezelter
1553 >
1554 >        * src/Makefile.in: Refixed broken makefile
1555 >
1556 > 2003-10-28 22:06  gezelter
1557 >
1558 >        * configure, ac-tools/aclocal.m4, src/Makefile.in: compatibility
1559 >        fixes
1560 >
1561 > 2003-10-28 19:19  tim
1562 >
1563 >        * ChangeLog, libmdtools/AbstractClasses.hpp,
1564 >        libmdtools/DumpWriter.cpp, libmdtools/GenericData.hpp,
1565 >        libmdtools/InitializeFromFile.cpp, libmdtools/Integrator.cpp,
1566 >        libmdtools/Integrator.hpp, libmdtools/NPT.cpp, libmdtools/NPTf.cpp,
1567 >        libmdtools/NPTi.cpp, libmdtools/NPTxyz.cpp, libmdtools/NVT.cpp,
1568 >        libmdtools/ReadWrite.hpp, samples/argon/argon.bass,
1569 >        samples/minimizer/argon/argon.bass, samples/water/ssd.bass: add chi
1570 >        and eta to the comment line of dump file.
1571 >
1572 > 2003-10-28 17:25  mmeineke
1573 >
1574 >        * libmdtools/: ForceFields.hpp, SimInfo.hpp,
1575 >        fortranWrapDefines.hpp, fortranWrappers.cpp, fortranWrappers.hpp,
1576 >        mpiComponentPlan.h, mpiSimulation.hpp: did a complete overhaul of
1577 >        how c calls fortran. All function pointers and fortran calls are
1578 >        rigidly typecast now.
1579 >
1580 > 2003-10-28 15:42  gezelter
1581 >
1582 >        * staticProps/Makefile.in, utils/sysbuilder/Makefile.in:
1583 >        Portability fixes
1584 >
1585 > 2003-10-28 15:09  gezelter
1586 >
1587 >        * libmdtools/calc_LJ_FF.F90, libmdtools/do_Forces.F90,
1588 >        libmdtools/fForceField.h, libmdtools/mpiSimulation_module.F90,
1589 >        src/Makefile.in: Compatibility fixes
1590 >
1591 > 2003-10-28 12:08  mmeineke
1592 >
1593 >        * libmdtools/: AbstractClasses.hpp, Integrator.hpp, Makefile.in:
1594 >        started work on template removal
1595 >
1596 > 2003-10-28 12:04  gezelter
1597 >
1598 >        * libmdtools/: fortranWrappers.cpp, fortranWrappers.hpp: started
1599 >        trying to understand extern "C" stuff for pointers
1600 >
1601 > 2003-10-28 11:20  gezelter
1602 >
1603 >        * libmdtools/: InitializeFromFile.cpp, ReadWrite.hpp,
1604 >        ZConsWriter.cpp, ZConstraint.cpp: fixes for compatibility
1605 >
1606 > 2003-10-28 11:03  gezelter
1607 >
1608 >        * libmdtools/: Atom.hpp, BendExtensions.cpp, DUFF.cpp,
1609 >        DipoleTestFF.cpp, DirectionalAtom.cpp, DumpReader.cpp,
1610 >        DumpWriter.cpp, EAM_FF.cpp, Exclude.cpp, ForceFields.cpp,
1611 >        ForceFields.hpp, InitializeFromFile.cpp, Integrator.cpp, LJFF.cpp,
1612 >        Makefile.in, Molecule.cpp, NPT.cpp, NPTf.cpp, NPTi.cpp, NPTxyz.cpp,
1613 >        ReadWrite.hpp, SimInfo.cpp, SimSetup.cpp, SimState.cpp,
1614 >        StatWriter.cpp, Thermo.cpp, TraPPE_ExFF.cpp, ZConstraint.cpp,
1615 >        calc_LJ_FF.F90, do_Forces.F90, fortranWrappers.cpp,
1616 >        mpiSimulation.cpp, randomSPRNG.cpp: replace c++ header stuff with
1617 >        more portable c header stuff Also, mod file fixes and portability
1618 >        changes Some fortran changes will need to be reversed.
1619 >
1620 > 2003-10-28 11:03  gezelter
1621 >
1622 >        * libBASS/: AtomStamp.cpp, BASS_interface.cpp, Component.cpp,
1623 >        Globals.cpp, Globals.hpp, LinkedCommand.hpp, MakeStamps.hpp,
1624 >        Makefile.in, MoleculeStamp.cpp: replace c++ header stuff with more
1625 >        portable c header stuff Also, mod file fixes and portability
1626 >        changes
1627 >
1628 > 2003-10-28 11:02  gezelter
1629 >
1630 >        * configure, ac-tools/aclocal.m4: mod file fixes and portability
1631 >        stuff
1632 >
1633 > 2003-10-27 18:00  gezelter
1634 >
1635 >        * Makefile.in, configure, ac-tools/aclocal.m4,
1636 >        ac-tools/configure.in, ac-tools/fortran90.m4,
1637 >        libmdtools/Makefile.in: Stuff for MOD support in other compilers
1638 >
1639 > 2003-10-27 17:08  mmeineke
1640 >
1641 >        * utils/sysbuilder/: Make.dep, Makefile.in, MoLocator.cpp,
1642 >        MoLocator.hpp, QuickBass.cpp, QuickBass.hpp, latticeBilayer.cpp:
1643 >        added routines for the sysbuilder to work with simSetup
1644 >        
1645 >        remved the QuickBass routines, and had all parsing go through
1646 >        SimSetup.  LatticeBilayer is in complete working order now.
1647 >
1648 > 2003-10-27 17:07  mmeineke
1649 >
1650 >        * libmdtools/: SimInfo.hpp, SimSetup.cpp, SimSetup.hpp: added
1651 >        routines for the sysbuilder to work with simSetup
1652 >
1653 > 2003-10-27 11:20  gezelter
1654 >
1655 >        * configure, ac-tools/configure.in, samples/water/ssd.bass,
1656 >        utils/sysbuilder/sysBuild.cpp: fixes for configure, sysBuild
1657 >
1658 > 2003-10-24 17:17  mmeineke
1659 >
1660 >        * utils/sysbuilder/: Make.dep, Makefile.in, MoLocator.cpp,
1661 >        MoLocator.hpp, QuickBass.cpp, QuickBass.hpp, bilayerSys.cpp,
1662 >        latticeBilayer.cpp, latticeBuilder.cpp, sysBuild.cpp: put
1663 >        QuickBass, MoLocator, and latticeBuilder into a Builder Library
1664 >        overhauled latticeBilayer into its own program. Removed sysBuild
1665 >        from the Makefile
1666 >
1667 > 2003-10-24 12:36  gezelter
1668 >
1669 >        * utils/sysbuilder/: bilayerSys.cpp, latticeBuilder.cpp,
1670 >        latticeBuilder.hpp, sysBuild.cpp, sysBuild.hpp: work on bilayer
1671 >        builder
1672 >
1673 > 2003-10-24 12:35  gezelter
1674 >
1675 >        * configure, ac-tools/aclocal.m4, ac-tools/configure.in: fixed a
1676 >        merge problem
1677 >
1678 > 2003-10-23 14:57  mmeineke
1679 >
1680 >        * samples/metals/Makefile.in: added eam ForceField files to the
1681 >        init
1682 >        
1683 >        fixed an eam mpi parmeter setup bug
1684 >        
1685 >        added the init file to the makefile
1686 >
1687 > 2003-10-23 14:57  mmeineke
1688 >
1689 >        * libmdtools/: EAM_FF.cpp, SimSetup.cpp: added eam ForceField files
1690 >        to the init
1691 >        
1692 >        fixed an eam mpi parmeter setup bug
1693 >
1694 > 2003-10-23 14:57  mmeineke
1695 >
1696 >        * forceFields/Makefile.in: added eam ForceField files to the init
1697 >
1698 > 2003-10-22 16:17  mmeineke
1699 >
1700 >        * libmdtools/: AllIntegrator.hpp, Integrator.hpp, Makefile.in,
1701 >        NPTxym.cpp, NPTxyz.cpp, NPTzm.cpp, SimSetup.cpp: added a new NPT
1702 >        integrator, NPTxyz. It scales the x, y, and z direction sepeartely.
1703 >        no box skew allowed.
1704 >
1705 > 2003-10-21 14:33  mmeineke
1706 >
1707 >        * libBASS/Globals.cpp, libBASS/Globals.hpp,
1708 >        libmdtools/SimSetup.cpp, staticProps/GofRtheta.cpp,
1709 >        staticProps/PairCorrType.hpp: added useInitTime to the BASS syntax.
1710 >            * useInitTime = false: sets the origin time to 0.0 regardless
1711 >        of the time stamp in the .init file     * default=> useInitTime =
1712 >        true;
1713 >
1714 > 2003-10-17 16:19  mmeineke
1715 >
1716 >        * staticProps/: AllCorr.cpp, AllCorr.hpp, CorrWrap.cpp, GofR.cpp,
1717 >        Makefile.in, PairCorrList.hpp, PairCorrType.cpp, PairCorrType.hpp,
1718 >        staticProps.cpp, obj/placeholder: added the staticProps directory
1719 >        to the build list for both configure  and configure.in
1720 >        
1721 >        fixed a number of bugs in the staticProps code. gofr is now
1722 >        working.
1723 >
1724 > 2003-10-17 16:18  mmeineke
1725 >
1726 >        * ac-tools/configure.in: added the staticProps directory to the
1727 >        build list for both configure  and configure.in
1728 >
1729 > 2003-10-17 16:17  mmeineke
1730 >
1731 >        * configure: added the staticProps directory to the build list
1732 >
1733 > 2003-10-16 14:16  mmeineke
1734 >
1735 >        * libmdtools/: DumpReader.cpp, DumpWriter.cpp, Exclude.cpp,
1736 >        Integrator.cpp, Makefile.in, ReadWrite.hpp: Changed DumpReader to
1737 >        use linked lists instead of a vector.
1738 >        
1739 >        Fixed the makefile to build DumpReader.cpp
1740 >        
1741 >        Removed a comment output in Exclude.cpp
1742 >        
1743 >        Modified DumpWriter and Integrator to write an eor file every time
1744 >        a frame is written.  This lets the .eor file represent the last
1745 >        written frame of a simulation.
1746 >
1747 > 2003-10-10 12:10  mmeineke
1748 >
1749 >        * staticProps/: AllCorr.cpp, AllCorr.hpp, CorrWrap.cpp,
1750 >        CorrWrap.hpp, GofR.cpp, Makefile.in, PairCorrList.cpp,
1751 >        PairCorrList.hpp, PairCorrType.cpp, PairCorrType.hpp,
1752 >        staticProps.cpp: removed the props directory, and moved everything
1753 >        over to staticProps
1754 >
1755 > 2003-10-09 17:09  mmeineke
1756 >
1757 >        * libmdtools/Atom.hpp: Contiuned work on staticProps. should be in
1758 >        a position where it will compile and run first runs.
1759 >
1760 > 2003-10-04 13:46  chuckv
1761 >
1762 >        * libmdtools/calc_eam.F90, libmdtools/do_Forces.F90,
1763 >        samples/metals/Au.bass: Fixed bug in calc_eam.
1764 >
1765 > 2003-10-04 13:08  chuckv
1766 >
1767 >        * samples/metals/init_au.in: added Au init file for eam.
1768 >
1769 > 2003-10-03 17:11  mmeineke
1770 >
1771 >        * libmdtools/: StatWriter.cpp, Thermo.cpp, Thermo.hpp: removed
1772 >        entahlpy from the statwriter and thermo.
1773 >
1774 > 2003-10-03 17:02  mmeineke
1775 >
1776 >        * libmdtools/SimInfo.hpp: changed the formating ogf the error
1777 >        statements in simError
1778 >        
1779 >        added a function to get the maxCutoff
1780 >
1781 > 2003-10-03 17:01  mmeineke
1782 >
1783 >        * libBASS/simError.c: changed the formating ogf the error
1784 >        statements in simError
1785 >
1786 > 2003-09-30 11:00  mmeineke
1787 >
1788 >        * configure, ac-tools/aclocal.m4, ac-tools/configure.in: changed
1789 >        f90Flags so they are no longer overwritten by the compiler.
1790 >
1791 > 2003-09-29 17:06  mmeineke
1792 >
1793 >        * libmdtools/fortranWrappers.cpp: added mpif90 mod check back same
1794 >        for conifig.in
1795 >        
1796 >        fixed wrappers to extern "C"
1797 >
1798 > 2003-09-29 17:06  mmeineke
1799 >
1800 >        * ac-tools/configure.in: added mpif90 mod check back same for
1801 >        conifig.in
1802 >
1803 > 2003-09-29 17:05  mmeineke
1804 >
1805 >        * configure: added mpif90 mod check back
1806 >
1807 > 2003-09-29 16:16  mmeineke
1808 >
1809 >        * configure, ac-tools/aclocal.m4, ac-tools/configure.in,
1810 >        libBASS/BendStamp.cpp, libBASS/BondStamp.cpp,
1811 >        libBASS/LinkedAssign.cpp, libBASS/LinkedCommand.cpp,
1812 >        libBASS/MakeStamps.cpp, libBASS/TorsionStamp.cpp,
1813 >        libBASS/ZconStamp.cpp, libBASS/simError.c,
1814 >        libmdtools/Integrator.hpp, libmdtools/SimInfo.cpp,
1815 >        libmdtools/SimInfo.hpp, libmdtools/calc_LJ_FF.F90,
1816 >        libmdtools/fortranWrappers.cpp: fixed a lot of warnings and errors
1817 >        found with SUN's SUNWspro.s1s7
1818 >
1819 > 2003-09-29 12:38  mmeineke
1820 >
1821 >        * libmdtools/GenericData.hpp: light change in syntax. no
1822 >        signifigant change.
1823 >
1824 > 2003-09-25 16:17  mmeineke
1825 >
1826 >        * libmdtools/: DirectionalAtom.cpp, Integrator.hpp: fixed some
1827 >        additional remarks from icc -w3 (extra verbose output)
1828 >
1829 > 2003-09-25 14:27  mmeineke
1830 >
1831 >        * libBASS/parse_tree.c, libmdtools/Atom.cpp, libmdtools/DUFF.cpp,
1832 >        libmdtools/DirectionalAtom.cpp, libmdtools/DumpWriter.cpp,
1833 >        libmdtools/EAM_FF.cpp, libmdtools/ForceFields.cpp,
1834 >        libmdtools/GenericData.cpp, libmdtools/InitializeFromFile.cpp,
1835 >        libmdtools/Integrator.cpp, libmdtools/LJFF.cpp,
1836 >        libmdtools/NPTf.cpp, libmdtools/NPTi.cpp, libmdtools/NPTzm.cpp,
1837 >        libmdtools/SimInfo.cpp, libmdtools/SimInfo.hpp,
1838 >        libmdtools/SimSetup.cpp, libmdtools/Thermo.cpp,
1839 >        libmdtools/ZConsWriter.cpp, libmdtools/ZConstraint.cpp,
1840 >        libmdtools/mpiSimulation.cpp, src/oopse.cpp: cleaned things with
1841 >        gcc -Wall and g++ -Wall
1842 >
1843 > 2003-09-25 13:54  gezelter
1844 >
1845 >        * configure, ac-tools/configure.in: fixed a bug in configure
1846 >
1847 > 2003-09-25 11:42  gezelter
1848 >
1849 >        * Makefile.in, configure, ac-tools/aclocal.m4,
1850 >        ac-tools/configure.in, libBASS/Makefile.in, libmdtools/Makefile.in,
1851 >        src/Makefile.in, utils/Makefile.in, utils/sysbuilder/Makefile.in:
1852 >        fixes for configure
1853 >
1854 > 2003-09-24 14:34  mmeineke
1855 >
1856 >        * libmdtools/Integrator.cpp: moved readyCheck in the integrator so
1857 >        that it is called before the first Statistics are written.
1858 >
1859 > 2003-09-23 15:36  gezelter
1860 >
1861 >        * src/Make.dep, utils/Make.dep, utils/sysbuilder/Make.dep: Added a
1862 >        bunch of Make.dep files to CVS
1863 >
1864 > 2003-09-23 15:34  mmeineke
1865 >
1866 >        * libmdtools/: Integrator.cpp, Integrator.hpp, NPTf.cpp,
1867 >        SimSetup.cpp: Removed NPTfm from Integrator.hpp.
1868 >        
1869 >        Some small syntax cleaning in NPTfm and SimSetup
1870 >
1871 > 2003-09-22 18:07  tim
1872 >
1873 >        * libmdtools/: ForceFields.cpp, Integrator.cpp, SimInfo.cpp,
1874 >        SimInfo.hpp: fix bug in calculating maxCutoff
1875 >
1876 > 2003-09-22 16:23  mmeineke
1877 >
1878 >        * libmdtools/: AllIntegrator.hpp, Integrator.hpp, Make.dep,
1879 >        Makefile.in, NPT.cpp, NPTf.cpp, NPTfm.cpp, NPTim.cpp, SimSetup.cpp:
1880 >        Converted NPTf to work with the NPT base class.
1881 >        
1882 >        Removed NPTfm and NPTim from cvs
1883 >
1884 > 2003-09-19 15:00  mmeineke
1885 >
1886 >        * libmdtools/: AllIntegrator.hpp, Integrator.cpp, Integrator.hpp,
1887 >        NPT.cpp, NPTf.cpp, NPTi.cpp, NVT.cpp, SimSetup.cpp: added NPT base
1888 >        class. NPTi is up to date. NPTf is not.
1889 >
1890 > 2003-09-19 11:03  mmeineke
1891 >
1892 >        * utils/Makefile.in, src/Makefile.in: removed mpi++ from the
1893 >        makefile
1894 >
1895 > 2003-09-19 11:01  gezelter
1896 >
1897 >        * samples/water/ssd.bass: goofing off to test NPTf and NPTi
1898 >
1899 > 2003-09-19 11:01  gezelter
1900 >
1901 >        * libmdtools/: NPTf.cpp, NPTi.cpp: fixed bugs in NPTf, found
1902 >        (nearly) conserved quantities for both NPTi and NPTf
1903 >
1904 > 2003-09-19 10:20  mmeineke
1905 >
1906 >        * utils/Makefile.in: fixed a typo in the makefile.
1907 >
1908 > 2003-09-19 09:55  gezelter
1909 >
1910 >        * libmdtools/NPTi.cpp, libmdtools/SimInfo.cpp,
1911 >        samples/water/ssd.bass: [no log message]
1912 >
1913 > 2003-09-19 09:22  tim
1914 >
1915 >        * libmdtools/: NPTi.cpp, NVT.cpp: [no log message]
1916 >
1917 > 2003-09-17 09:22  mmeineke
1918  
1919 +        * libmdtools/: Integrator.cpp, NPTi.cpp, NVT.cpp: fixed NPTi to now
1920 +        work with constraints.
1921 +
1922 + 2003-09-16 15:02  tim
1923 +
1924 +        * libmdtools/: Integrator.hpp, NPTf.cpp, NPTfm.cpp, NPTi.cpp,
1925 +        SimInfo.cpp, SimInfo.hpp: fixed ecr grow in SimInfo
1926 +        
1927 +        fixed conserved quantity in NPT (Still some small bug)
1928 +        
1929 +        NPTi appears very stable.
1930 +
1931 + 2003-09-15 11:52  tim
1932 +
1933 +        * libmdtools/AbstractClasses.hpp, libmdtools/Integrator.cpp,
1934 +        libmdtools/Integrator.hpp, libmdtools/NPTf.cpp,
1935 +        libmdtools/NPTfm.cpp, libmdtools/NPTi.cpp, libmdtools/NPTim.cpp,
1936 +        libmdtools/NVT.cpp, libmdtools/SimInfo.cpp, libmdtools/SimInfo.hpp,
1937 +        libmdtools/StatWriter.cpp, libmdtools/Thermo.cpp,
1938 +        libmdtools/Thermo.hpp, libmdtools/ZConstraint.cpp,
1939 +        utils/sysbuilder/bilayerSys.cpp: add conserved quantity to
1940 +        statWriter fix bug of vector wrapping at NPTi
1941 +
1942 + 2003-09-12 11:20  gezelter
1943 +
1944 +        * libmdtools/: Make.dep, Makefile.in: Added integrators to
1945 +        Makefile.in
1946 +
1947 + 2003-09-12 11:20  gezelter
1948 +
1949 +        * ChangeLog: Entered changes for configure into ChangeLog
1950 +
1951   2003-09-09 15:35  mmeineke
1952  
1953          * libmdtools/: Integrator.cpp, Integrator.hpp, NPTxym.cpp,
# Line 50 | Line 1988
1988          samples/Makefile.in, samples/alkane/Makefile,
1989          samples/alkane/Makefile.in, samples/argon/Makefile,
1990          samples/argon/Makefile.in, samples/argon/argon.bass,
1991 <        samples/beadLipid/Makefile, samples/beadLipid/Makefile.in,
1992 <        samples/lipid/Makefile, samples/lipid/Makefile.in,
1993 <        samples/water/Makefile, samples/water/Makefile.in, src/Makefile,
1994 <        src/Makefile.in, utils/Makefile, utils/Makefile.in,
1995 <        utils/sysbuilder/Makefile, utils/sysbuilder/Makefile.in: Changes to
1996 <        autoconf / configure method of configuring OOPSE
1991 >        samples/minimizer/argon/Makefile,
1992 >        samples/minimizer/argon/Makefile.in,
1993 >        samples/minimizer/argon/argon.bass, samples/beadLipid/Makefile,
1994 >        samples/beadLipid/Makefile.in, samples/lipid/Makefile,
1995 >        samples/lipid/Makefile.in, samples/water/Makefile,
1996 >        samples/water/Makefile.in, src/Makefile, src/Makefile.in,
1997 >        utils/Makefile, utils/Makefile.in, utils/sysbuilder/Makefile,
1998 >        utils/sysbuilder/Makefile.in: Changes to autoconf / configure
1999 >        method of configuring OOPSE
2000  
2001   2003-09-04 16:48  mmeineke
2002  
# Line 84 | Line 2025
2025          libmdtools/GenericData.hpp, libmdtools/SimSetup.cpp,
2026          libmdtools/ZConstraint.cpp: Added: check uniqueness of molIndex
2027  
87 2003-08-28 11:59  mmeineke
88
89        * props/: PairCorrType.cpp, PairCorrType.hpp, staticProps.cpp:
90        added the first functional parts of the PairCorrType Abstract
91        classes.
92
2028   2003-08-27 14:23  tim
2029  
2030          * libmdtools/: Integrator.cpp, SimSetup.cpp, ZConstraint.cpp: fix
# Line 361 | Line 2296
2296          samples/metals/Au.bass: EAM works...... Neighbor list also
2297          works.....
2298  
364 2003-08-08 13:32  mmeineke
365
366        * props/: frameCount.c, frameCount.h, props.cpp, staticProps.cpp:
367        moved frameCount's functionality into DumpReader. also split props
368        into staticProps and dynamicProps. (currently only have
369        staticProps)
370
2299   2003-08-08 12:48  mmeineke
2300  
2301          * libmdtools/: Makefile, ZConstraint.cpp:  fixed a deprcated
# Line 424 | Line 2352
2352   2003-07-29 11:32  mmeineke
2353  
2354          * libmdtools/DumpReader.cpp, libmdtools/ReadWrite.hpp,
2355 <        libmdtools/SimSetup.cpp, libmdtools/SimSetup.hpp,
2356 <        props/frameCount.c, props/frameCount.h, props/props.cpp,
429 <        src/Makefile: working on the props code
2355 >        libmdtools/SimSetup.cpp, libmdtools/SimSetup.hpp, src/Makefile:
2356 >        working on the props code
2357  
2358   2003-07-29 11:32  mmeineke
2359  
# Line 658 | Line 2585
2585   2003-07-14 18:06  gezelter
2586  
2587          * samples/: alkane/init_butane.eor, argon/argon.bass,
2588 <        argon/init_argon.eor, lipid/init_5x5.eor, water/init_ssd.eor: Fixes
2589 <        for samples
2588 >        argon/init_argon.eor, minimizer/argon/argon.bass,
2589 >        minimizer/argon/init_argon.eor, lipid/init_5x5.eor,
2590 >        water/init_ssd.eor: Fixes for samples
2591  
2592   2003-07-14 18:06  gezelter
2593  
# Line 1332 | Line 3260
3260  
3261          * libmdtools/SimInfo.cpp, libmdtools/do_Forces.F90,
3262          libmdtools/mpiSimulation.cpp, libmdtools/mpiSimulation_module.F90,
3263 <        samples/argon/argon.bass: more bug fixes....
3263 >        samples/argon/argon.bass, samples/minimizer/argon/argon.bass: more
3264 >        bug fixes....
3265  
3266   2003-04-01 11:49  mmeineke
3267  
# Line 1539 | Line 3468
3468   2003-03-26 10:37  chuckv
3469  
3470          * libmdtools/Thermo.cpp, libmdtools/Thermo.hpp,
3471 <        samples/argon/argon.bass: Fixes for Parallel thermalization
3471 >        samples/argon/argon.bass, samples/minimizer/argon/argon.bass: Fixes
3472 >        for Parallel thermalization
3473  
3474   2003-03-26 09:55  mmeineke
3475  
# Line 1553 | Line 3483
3483  
3484   2003-03-25 09:29  mmeineke
3485  
3486 <        * libBASS/obj/dummy, libmdtools/MPIobj/dummy, libmdtools/obj/dummy,
3486 >        * libBASS/obj/dummy, libmdtools/obj/dummy, libmdtools/MPIobj/dummy,
3487          src/MPIobj/dummy, src/obj/dummy: [no log message]
3488  
3489   2003-03-25 09:29  mmeineke
# Line 1563 | Line 3493
3493  
3494   2003-03-24 20:07  gezelter
3495  
3496 <        * samples/Makefile, tests/Makefile: moving tests to samples
3496 >        * samples/Makefile: moving tests to samples
3497  
3498   2003-03-24 20:06  gezelter
3499  
3500 <        * samples/alkane/Makefile, samples/alkane/alkanes.mdl,
3501 <        samples/alkane/butane.bass, samples/alkane/init_butane.eor,
3502 <        samples/argon/Makefile, samples/argon/argon.bass,
3503 <        samples/argon/init_argon.eor, samples/argon/lj.mdl,
3504 <        samples/lipid/5x5.bass, samples/lipid/Makefile,
3505 <        samples/lipid/init_5x5.eor, samples/lipid/lipid.mdl,
3506 <        samples/lipid/water.mdl, samples/water/Makefile,
3507 <        samples/water/init_ssd.eor, samples/water/ssd.bass,
1578 <        samples/water/water.mdl, tests/alkane/Makefile,
1579 <        tests/alkane/alkanes.mdl, tests/alkane/butane.bass,
1580 <        tests/alkane/init_butane.eor, tests/argon/Makefile,
1581 <        tests/argon/argon.bass, tests/argon/init_argon.eor,
1582 <        tests/argon/lj.mdl, tests/lipid/5x5.bass, tests/lipid/Makefile,
1583 <        tests/lipid/init_5x5.eor, tests/lipid/lipid.mdl,
1584 <        tests/lipid/water.mdl, tests/water/Makefile,
1585 <        tests/water/init_ssd.eor, tests/water/ssd.bass,
1586 <        tests/water/water.mdl: moved tests to samples
3500 >        * samples/: alkane/Makefile, alkane/alkanes.mdl,
3501 >        alkane/butane.bass, alkane/init_butane.eor, argon/Makefile,
3502 >        argon/argon.bass, argon/init_argon.eor, argon/lj.mdl,
3503 >        lipid/5x5.bass, lipid/Makefile, lipid/init_5x5.eor,
3504 >        lipid/lipid.mdl, lipid/water.mdl, minimizer/argon/Makefile,
3505 >        minimizer/argon/argon.bass, minimizer/argon/init_argon.eor,
3506 >        minimizer/argon/lj.mdl, water/Makefile, water/init_ssd.eor,
3507 >        water/ssd.bass, water/water.mdl: moved tests to samples
3508  
3509   2003-03-24 19:51  gezelter
3510  
# Line 1591 | Line 3512
3512  
3513   2003-03-24 19:46  gezelter
3514  
3515 <        * ac-tools/Make.conf.in, tests/Makefile, tests/alkane/Makefile,
1595 <        tests/argon/Makefile, tests/lipid/Makefile, tests/water/Makefile:
1596 <        Added makefiles in tests directories
3515 >        * ac-tools/Make.conf.in: Added makefiles in tests directories
3516  
3517   2003-03-24 16:55  gezelter
3518  
# Line 1610 | Line 3529
3529          * libmdtools/: Atom.hpp, ForceFields.cpp, SimInfo.cpp,
3530          do_Forces.F90: little bug fixes here and there
3531  
1613 2003-03-24 11:04  mmeineke
1614
1615        * tests/argon/: argon.bass, init_argon.eor, lj.mdl: added an argon
1616        test simulation
1617
1618 2003-03-24 11:02  mmeineke
1619
1620        * tests/: lipid/5x5.bass, lipid/init_5x5.eor, lipid/lipid.mdl,
1621        lipid/water.mdl, water/init_ssd.eor, water/ssd.bass,
1622        water/water.mdl: [no log message]
1623
1624 2003-03-24 11:02  mmeineke
1625
1626        * tests/alkane/: alkanes.mdl, butane.bass, init_butane.eor: added
1627        some test bass files for experimenting with
1628
3532   2003-03-24 10:26  mmeineke
3533  
3534          * libmdtools/: ForceFields.cpp, f_verlet_constrained.F90: fixed bug

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines