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 1206 by tim, Thu May 27 19:51:18 2004 UTC

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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines