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 837 by tim, Wed Oct 29 00:19:10 2003 UTC vs.
Revision 1332 by gezelter, Fri Jul 16 16:44:45 2004 UTC

# Line 1 | Line 1
1 < 2003-10-24 18:17  mmeineke
2 <
3 <        * utils/sysbuilder/: Make.dep, Makefile.in, MoLocator.cpp,
4 <        MoLocator.hpp, QuickBass.cpp, QuickBass.hpp, bilayerSys.cpp,
5 <        latticeBilayer.cpp, latticeBuilder.cpp, sysBuild.cpp: put
6 <        QuickBass, MoLocator, and latticeBuilder into a Builder Library
7 <        overhauled latticeBilayer into its own program. Removed sysBuild
8 <        from the Makefile
9 <
10 < 2003-10-24 13:36  gezelter
11 <
12 <        * utils/sysbuilder/: bilayerSys.cpp, latticeBuilder.cpp,
13 <        latticeBuilder.hpp, sysBuild.cpp, sysBuild.hpp: work on bilayer
14 <        builder
15 <
16 < 2003-10-24 13:35  gezelter
17 <
18 <        * configure, ac-tools/aclocal.m4, ac-tools/configure.in: fixed a
19 <        merge problem
20 <
21 < 2003-10-23 15:57  mmeineke
22 <
23 <        * samples/metals/Makefile.in: added eam ForceField files to the
24 <        init
25 <        
26 <        fixed an eam mpi parmeter setup bug
27 <        
28 <        added the init file to the makefile
29 <
30 < 2003-10-23 15:57  mmeineke
31 <
32 <        * libmdtools/: EAM_FF.cpp, SimSetup.cpp: added eam ForceField files
33 <        to the init
34 <        
35 <        fixed an eam mpi parmeter setup bug
36 <
37 < 2003-10-23 15:57  mmeineke
38 <
39 <        * forceFields/Makefile.in: added eam ForceField files to the init
40 <
41 < 2003-10-22 17:17  mmeineke
42 <
43 <        * libmdtools/: AllIntegrator.hpp, Integrator.hpp, Makefile.in,
44 <        NPTxym.cpp, NPTxyz.cpp, NPTzm.cpp, SimSetup.cpp: added a new NPT
45 <        integrator, NPTxyz. It scales the x, y, and z direction sepeartely.
46 <        no box skew allowed.
47 <
48 < 2003-10-21 15:33  mmeineke
49 <
50 <        * libBASS/Globals.cpp, libBASS/Globals.hpp,
51 <        libmdtools/SimSetup.cpp, staticProps/GofRtheta.cpp,
52 <        staticProps/PairCorrType.hpp: added useInitTime to the BASS syntax.
53 <            * useInitTime = false: sets the origin time to 0.0 regardless
54 <        of the time stamp in the .init file     * default=> useInitTime =
55 <        true;
56 <
57 < 2003-10-17 17:19  mmeineke
58 <
59 <        * staticProps/: AllCorr.cpp, AllCorr.hpp, CorrWrap.cpp, GofR.cpp,
60 <        Makefile.in, PairCorrList.hpp, PairCorrType.cpp, PairCorrType.hpp,
61 <        staticProps.cpp, obj/placeholder: added the staticProps directory
62 <        to the build list for both configure  and configure.in
63 <        
64 <        fixed a number of bugs in the staticProps code. gofr is now
65 <        working.
66 <
67 < 2003-10-17 17:18  mmeineke
68 <
69 <        * ac-tools/configure.in: added the staticProps directory to the
70 <        build list for both configure  and configure.in
71 <
72 < 2003-10-17 17:17  mmeineke
73 <
74 <        * configure: added the staticProps directory to the build list
75 <
76 < 2003-10-16 15:16  mmeineke
77 <
78 <        * libmdtools/: DumpReader.cpp, DumpWriter.cpp, Exclude.cpp,
79 <        Integrator.cpp, Makefile.in, ReadWrite.hpp: Changed DumpReader to
80 <        use linked lists instead of a vector.
81 <        
82 <        Fixed the makefile to build DumpReader.cpp
83 <        
84 <        Removed a comment output in Exclude.cpp
85 <        
86 <        Modified DumpWriter and Integrator to write an eor file every time
87 <        a frame is written.  This lets the .eor file represent the last
88 <        written frame of a simulation.
89 <
90 < 2003-10-10 13:10  mmeineke
91 <
92 <        * props/AllCorr.cpp, props/AllCorr.hpp, props/CorrWrap.cpp,
93 <        props/CorrWrap.hpp, props/GofR.cpp, props/PairCorrList.cpp,
94 <        props/PairCorrList.hpp, props/PairCorrType.cpp,
95 <        props/PairCorrType.hpp, props/staticProps.cpp,
96 <        staticProps/AllCorr.cpp, staticProps/AllCorr.hpp,
97 <        staticProps/CorrWrap.cpp, staticProps/CorrWrap.hpp,
98 <        staticProps/GofR.cpp, staticProps/Makefile.in,
99 <        staticProps/PairCorrList.cpp, staticProps/PairCorrList.hpp,
100 <        staticProps/PairCorrType.cpp, staticProps/PairCorrType.hpp,
101 <        staticProps/staticProps.cpp: removed the props directory, and moved
102 <        everything over to staticProps
103 <
104 < 2003-10-09 18:09  mmeineke
105 <
106 <        * libmdtools/Atom.hpp, props/AllCorr.cpp, props/AllCorr.hpp,
107 <        props/CorrWrap.cpp, props/CorrWrap.hpp, props/GofR.cpp,
108 <        props/PairCorrType.cpp, props/PairCorrType.hpp,
109 <        props/staticProps.cpp: Contiuned work on staticProps. should be in
110 <        a position where it will compile and run first runs.
111 <
112 < 2003-10-04 14:46  chuckv
113 <
114 <        * libmdtools/calc_eam.F90, libmdtools/do_Forces.F90,
115 <        samples/metals/Au.bass: Fixed bug in calc_eam.
116 <
117 < 2003-10-04 14:08  chuckv
118 <
119 <        * samples/metals/init_au.in: added Au init file for eam.
120 <
121 < 2003-10-03 18:11  mmeineke
122 <
123 <        * libmdtools/: StatWriter.cpp, Thermo.cpp, Thermo.hpp: removed
124 <        entahlpy from the statwriter and thermo.
125 <
126 < 2003-10-03 18:02  mmeineke
127 <
128 <        * props/: AllCorr.cpp, AllCorr.hpp, PairCorrList.cpp,
129 <        PairCorrList.hpp, PairCorrType.cpp, PairCorrType.hpp,
130 <        staticProps.cpp: changed the formating ogf the error statements in
131 <        simError
132 <        
133 <        added a function to get the maxCutoff
134 <        
135 <        near completion of the staticProps code. still needs the pair loop,
136 <        and the loop to allocate and read each frame.
137 <
138 < 2003-10-03 18:02  mmeineke
139 <
140 <        * libmdtools/SimInfo.hpp: changed the formating ogf the error
141 <        statements in simError
142 <        
143 <        added a function to get the maxCutoff
144 <
145 < 2003-10-03 18:01  mmeineke
146 <
147 <        * libBASS/simError.c: changed the formating ogf the error
148 <        statements in simError
149 <
150 < 2003-10-02 18:06  mmeineke
151 <
152 <        * props/: AllCorr.cpp, AllCorr.hpp, PairCorrList.cpp,
153 <        PairCorrList.hpp, PairCorrType.cpp, PairCorrType.hpp,
154 <        staticProps.cpp: finishing up the constructs needed to get this
155 <        program up and running
156 <
157 < 2003-09-30 12:00  mmeineke
158 <
159 <        * configure, ac-tools/aclocal.m4, ac-tools/configure.in: changed
160 <        f90Flags so they are no longer overwritten by the compiler.
161 <
162 < 2003-09-29 18:06  mmeineke
163 <
164 <        * libmdtools/fortranWrappers.cpp: added mpif90 mod check back same
165 <        for conifig.in
166 <        
167 <        fixed wrappers to extern "C"
168 <
169 < 2003-09-29 18:06  mmeineke
170 <
171 <        * ac-tools/configure.in: added mpif90 mod check back same for
172 <        conifig.in
173 <
174 < 2003-09-29 18:05  mmeineke
175 <
176 <        * configure: added mpif90 mod check back
177 <
178 < 2003-09-29 17:16  mmeineke
179 <
180 <        * configure, ac-tools/aclocal.m4, ac-tools/configure.in,
181 <        libBASS/BendStamp.cpp, libBASS/BondStamp.cpp,
182 <        libBASS/LinkedAssign.cpp, libBASS/LinkedCommand.cpp,
183 <        libBASS/MakeStamps.cpp, libBASS/TorsionStamp.cpp,
184 <        libBASS/ZconStamp.cpp, libBASS/simError.c,
185 <        libmdtools/Integrator.hpp, libmdtools/SimInfo.cpp,
186 <        libmdtools/SimInfo.hpp, libmdtools/calc_LJ_FF.F90,
187 <        libmdtools/fortranWrappers.cpp: fixed a lot of warnings and errors
188 <        found with SUN's SUNWspro.s1s7
189 <
190 < 2003-09-29 13:38  mmeineke
191 <
192 <        * libmdtools/GenericData.hpp: light change in syntax. no
193 <        signifigant change.
194 <
195 < 2003-09-25 17:17  mmeineke
196 <
197 <        * libmdtools/: DirectionalAtom.cpp, Integrator.hpp: fixed some
198 <        additional remarks from icc -w3 (extra verbose output)
199 <
200 < 2003-09-25 15:27  mmeineke
201 <
202 <        * libBASS/parse_tree.c, libmdtools/Atom.cpp, libmdtools/DUFF.cpp,
203 <        libmdtools/DirectionalAtom.cpp, libmdtools/DumpWriter.cpp,
204 <        libmdtools/EAM_FF.cpp, libmdtools/ForceFields.cpp,
205 <        libmdtools/GenericData.cpp, libmdtools/InitializeFromFile.cpp,
206 <        libmdtools/Integrator.cpp, libmdtools/LJFF.cpp,
207 <        libmdtools/NPTf.cpp, libmdtools/NPTi.cpp, libmdtools/NPTzm.cpp,
208 <        libmdtools/SimInfo.cpp, libmdtools/SimInfo.hpp,
209 <        libmdtools/SimSetup.cpp, libmdtools/Thermo.cpp,
210 <        libmdtools/ZConsWriter.cpp, libmdtools/ZConstraint.cpp,
211 <        libmdtools/mpiSimulation.cpp, src/oopse.cpp: cleaned things with
212 <        gcc -Wall and g++ -Wall
213 <
214 < 2003-09-25 14:54  gezelter
215 <
216 <        * configure, ac-tools/configure.in: fixed a bug in configure
217 <
218 < 2003-09-25 12:42  gezelter
219 <
220 <        * Makefile.in, configure, ac-tools/aclocal.m4,
221 <        ac-tools/configure.in, libBASS/Makefile.in, libmdtools/Makefile.in,
222 <        src/Makefile.in, utils/Makefile.in, utils/sysbuilder/Makefile.in:
223 <        fixes for configure
224 <
225 < 2003-09-24 15:34  mmeineke
226 <
227 <        * libmdtools/Integrator.cpp: moved readyCheck in the integrator so
228 <        that it is called before the first Statistics are written.
229 <
230 < 2003-09-23 16:36  gezelter
231 <
232 <        * src/Make.dep, utils/Make.dep, utils/sysbuilder/Make.dep: Added a
233 <        bunch of Make.dep files to CVS
234 <
235 < 2003-09-23 16:34  mmeineke
236 <
237 <        * libmdtools/: Integrator.cpp, Integrator.hpp, NPTf.cpp,
238 <        SimSetup.cpp: Removed NPTfm from Integrator.hpp.
239 <        
240 <        Some small syntax cleaning in NPTfm and SimSetup
241 <
242 < 2003-09-22 19:07  tim
243 <
244 <        * libmdtools/: ForceFields.cpp, Integrator.cpp, SimInfo.cpp,
245 <        SimInfo.hpp: fix bug in calculating maxCutoff
246 <
247 < 2003-09-22 17:23  mmeineke
248 <
249 <        * libmdtools/: AllIntegrator.hpp, Integrator.hpp, Make.dep,
250 <        Makefile.in, NPT.cpp, NPTf.cpp, NPTfm.cpp, NPTim.cpp, SimSetup.cpp:
251 <        Converted NPTf to work with the NPT base class.
252 <        
253 <        Removed NPTfm and NPTim from cvs
254 <
255 < 2003-09-19 16:00  mmeineke
256 <
257 <        * libmdtools/: AllIntegrator.hpp, Integrator.cpp, Integrator.hpp,
258 <        NPT.cpp, NPTf.cpp, NPTi.cpp, NVT.cpp, SimSetup.cpp: added NPT base
259 <        class. NPTi is up to date. NPTf is not.
260 <
261 < 2003-09-19 12:03  mmeineke
262 <
263 <        * utils/Makefile.in, src/Makefile.in: removed mpi++ from the
264 <        makefile
265 <
266 < 2003-09-19 12:01  gezelter
267 <
268 <        * samples/water/ssd.bass: goofing off to test NPTf and NPTi
269 <
270 < 2003-09-19 12:01  gezelter
271 <
272 <        * libmdtools/: NPTf.cpp, NPTi.cpp: fixed bugs in NPTf, found
273 <        (nearly) conserved quantities for both NPTi and NPTf
274 <
275 < 2003-09-19 11:20  mmeineke
276 <
277 <        * utils/Makefile.in: fixed a typo in the makefile.
278 <
279 < 2003-09-19 10:55  gezelter
280 <
281 <        * libmdtools/NPTi.cpp, libmdtools/SimInfo.cpp,
282 <        samples/water/ssd.bass: [no log message]
283 <
284 < 2003-09-19 10:22  tim
285 <
286 <        * libmdtools/: NPTi.cpp, NVT.cpp: [no log message]
287 <
288 < 2003-09-17 10:22  mmeineke
289 <
290 <        * libmdtools/: Integrator.cpp, NPTi.cpp, NVT.cpp: fixed NPTi to now
291 <        work with constraints.
292 <
293 < 2003-09-16 16:02  tim
294 <
295 <        * libmdtools/: Integrator.hpp, NPTf.cpp, NPTfm.cpp, NPTi.cpp,
296 <        SimInfo.cpp, SimInfo.hpp: fixed ecr grow in SimInfo
297 <        
298 <        fixed conserved quantity in NPT (Still some small bug)
299 <        
300 <        NPTi appears very stable.
301 <
302 < 2003-09-15 12:52  tim
303 <
304 <        * libmdtools/AbstractClasses.hpp, libmdtools/Integrator.cpp,
305 <        libmdtools/Integrator.hpp, libmdtools/NPTf.cpp,
306 <        libmdtools/NPTfm.cpp, libmdtools/NPTi.cpp, libmdtools/NPTim.cpp,
307 <        libmdtools/NVT.cpp, libmdtools/SimInfo.cpp, libmdtools/SimInfo.hpp,
308 <        libmdtools/StatWriter.cpp, libmdtools/Thermo.cpp,
309 <        libmdtools/Thermo.hpp, libmdtools/ZConstraint.cpp,
310 <        utils/sysbuilder/bilayerSys.cpp: add conserved quantity to
311 <        statWriter fix bug of vector wrapping at NPTi
312 <
313 < 2003-09-12 16:51  mmeineke
314 <
315 <        * props/: AllCorr.cpp, AllCorr.hpp, GofR.cpp, PairCorrType.cpp,
316 <        PairCorrType.hpp: added AllCorr. It eill still need some work
317 <
318 < 2003-09-12 12:20  gezelter
319 <
320 <        * libmdtools/: Make.dep, Makefile.in: Added integrators to
321 <        Makefile.in
322 <
323 < 2003-09-12 12:20  gezelter
324 <
325 <        * ChangeLog: Entered changes for configure into ChangeLog
326 <
327 < 2003-09-10 17:28  mmeineke
328 <
329 <        * props/: GofR.cpp, PairCorrType.cpp, PairCorrType.hpp: added more
330 <        work on getting gofR working.
331 <
332 < 2003-09-09 17:50  mmeineke
333 <
334 <        * props/: GofR.cpp, PairCorrType.cpp, PairCorrType.hpp: added the
335 <        beginings of the GofR pair correlation.
336 <        
337 <        added identification of identI in matchI.
338 <
339 < 2003-09-09 16:35  mmeineke
340 <
341 <        * libmdtools/: Integrator.cpp, Integrator.hpp, NPTxym.cpp,
342 <        NPTzm.cpp, Thermo.cpp, Thermo.hpp: updated the ChangeLog
343 <        
344 <        added two new NPT integrators, they still need work.
345 <
346 < 2003-09-09 16:34  mmeineke
347 <
348 <        * ChangeLog: updated the ChangeLog
349 <
350 < 2003-09-05 18:45  gezelter
351 <
352 <        * libmdtools/Make.dep: dependency on config.h
353 <
354 < 2003-09-05 18:36  gezelter
355 <
356 <        * configure, ac-tools/aclocal.m4: fixed sprng problem
357 <
358 < 2003-09-05 17:29  gezelter
359 <
360 <        * samples/metals/Makefile.in: New Makefile for metals sample
361 <
362 < 2003-09-05 17:27  gezelter
363 <
364 <        * Makefile, Makefile.in, ac-tools/aclocal.m4,
365 <        ac-tools/configure.in, ac-tools/fortran90.m4, forceFields/Makefile,
366 <        forceFields/Makefile.in, libBASS/Globals.cpp, libBASS/Globals.hpp,
367 <        libBASS/MakeStamps.cpp, libBASS/MakeStamps.hpp, libBASS/Makefile,
368 <        libBASS/Makefile.in, libmdtools/Integrator.hpp,
369 <        libmdtools/Linux_ifc_machdep.F90, libmdtools/Make.dep,
370 <        libmdtools/Makefile, libmdtools/Makefile.in,
371 <        libmdtools/calc_eam.F90, libmdtools/config.h.in,
372 <        libmdtools/definitions_module.F90, libmdtools/fInfo.c,
373 <        libmdtools/fortranWrappers.cpp,
374 <        libmdtools/mpiSimulation_module.F90, libmdtools/neighborLists.F90,
375 <        libmdtools/simulation_module.F90, samples/Makefile,
376 <        samples/Makefile.in, samples/alkane/Makefile,
377 <        samples/alkane/Makefile.in, samples/argon/Makefile,
378 <        samples/argon/Makefile.in, samples/argon/argon.bass,
379 <        samples/beadLipid/Makefile, samples/beadLipid/Makefile.in,
380 <        samples/lipid/Makefile, samples/lipid/Makefile.in,
381 <        samples/water/Makefile, samples/water/Makefile.in, src/Makefile,
382 <        src/Makefile.in, utils/Makefile, utils/Makefile.in,
383 <        utils/sysbuilder/Makefile, utils/sysbuilder/Makefile.in: Changes to
384 <        autoconf / configure method of configuring OOPSE
385 <
386 < 2003-09-04 17:48  mmeineke
387 <
388 <        * libmdtools/Integrator.cpp, libmdtools/Integrator.hpp,
389 <        libmdtools/Makefile, libmdtools/NPTf.cpp, libmdtools/NPTfm.cpp,
390 <        libmdtools/NPTi.cpp, libmdtools/NPTim.cpp, libmdtools/NVT.cpp,
391 <        libmdtools/SimInfo.hpp, libmdtools/SimSetup.cpp, src/Makefile:
392 <        added resetTime to the Global namespace.
393 <        
394 <        added ability to reset the integrators in the NVT and NPT family.
395 <
396 < 2003-09-04 17:48  mmeineke
397 <
398 <        * libBASS/: Globals.cpp, Globals.hpp: added resetTime to the Global
399 <        namespace.
400 <
401 < 2003-09-02 10:30  tim
402 <
403 <        * libmdtools/: Integrator.hpp, Makefile, SimSetup.cpp,
404 <        ZConsWriter.cpp, ZConstraint.cpp: fix a bug at MPI version of
405 <        PolicyByMass
406 <
407 < 2003-08-28 17:09  tim
408 <
409 <        * ChangeLog, libmdtools/GenericData.cpp,
410 <        libmdtools/GenericData.hpp, libmdtools/SimSetup.cpp,
411 <        libmdtools/ZConstraint.cpp: Added: check uniqueness of molIndex
412 <
413 < 2003-08-28 12:59  mmeineke
414 <
415 <        * props/: PairCorrType.cpp, PairCorrType.hpp, staticProps.cpp:
416 <        added the first functional parts of the PairCorrType Abstract
417 <        classes.
418 <
419 < 2003-08-27 15:23  tim
420 <
421 <        * libmdtools/: Integrator.cpp, SimSetup.cpp, ZConstraint.cpp: fix
422 <        bug of MPI_Allreduce in ZConstraint, the MPITYPE is set to
423 <        MPI_DOUBLE, however, the corret type is MPI_INT. Therefore, when we
424 <        turn on the optimization flag, it causes a seg fault
425 <
426 < 2003-08-27 12:25  gezelter
427 <
428 <        * libmdtools/: calc_dipole_dipole.F90, calc_eam.F90, calc_gb.F90,
429 <        calc_reaction_field.F90, calc_sticky_pair.F90: More fixes for
430 <        stress tensor parallel bug.
431 <
432 < 2003-08-27 12:16  tim
433 <
434 <        * ChangeLog, libmdtools/DUFF.cpp,
435 <        libmdtools/calc_dipole_dipole.F90, libmdtools/calc_sticky_pair.F90:
436 <        fix bug in calc_dipole_dipole.F90 and calc_stikcy_pair.F90
437 <        molMembershipList use global index instead of local index
438 <
439 < 2003-08-26 16:37  tim
440 <
441 <        * libmdtools/: Integrator.cpp, ZConstraint.cpp, do_Forces.F90,
442 <        mpiSimulation.cpp: set default force substraction policy to
443 <        PolicyByMass
444 <
445 < 2003-08-26 16:29  tim
446 <
447 <        * libmdtools/Integrator.cpp: [no log message]
448 <
449 < 2003-08-26 16:13  mmeineke
450 <
451 <        * utils/sysbuilder/bilayerSys.cpp: added define statemewnt to
452 <        Statwriter and Dumpwriter to handle files larger than 2 gb.
453 <        
454 <        commented out some print statements in Zconstraint
455 <        
456 <        hard coding some system init into bilayer.sys
457 <
458 < 2003-08-26 16:12  mmeineke
459 <
460 <        * libmdtools/: DumpWriter.cpp, StatWriter.cpp, ZConstraint.cpp:
461 <        added define statemewnt to Statwriter and Dumpwriter to handle
462 <        files larger than 2 gb.
463 <        
464 <        commented out some print statements in Zconstraint
465 <
466 < 2003-08-26 16:02  tim
467 <
468 <        * libmdtools/SimSetup.cpp: Use make_sprng_seed() to generate seed
469 <        and check the seed which is specified by user at least contains 9
470 <        digits
471 <
472 < 2003-08-26 14:32  mmeineke
473 <
474 <        * libmdtools/DUFF.cpp: changed the Makefiel a litle.
475 <        
476 <        Fixed a bug in MPI_DUFF. The atom block type was not being properly
477 <        constucted in MPI. (The MPI struct had 6 doubles declared versus
478 <        the actual 11)
479 <
480 < 2003-08-26 14:30  mmeineke
481 <
482 <        * Makefile: changed the Makefiel a litle.
483 <
484 < 2003-08-25 18:17  gezelter
485 <
486 <        * utils/sysbuilder/Makefile: More FreeBSD fixes
487 <
488 < 2003-08-25 17:51  gezelter
489 <
490 <        * libBASS/BASSlex.l, libBASS/Makefile, libmdtools/Integrator.hpp,
491 <        libmdtools/Makefile, src/Makefile: [no log message]
492 <
493 < 2003-08-22 16:04  mmeineke
494 <
495 <        * libmdtools/: Integrator.cpp, ZConstraint.cpp: small bug fix on
496 <        frequency of output dumps.
497 <
498 < 2003-08-20 18:23  tim
499 <
500 <        * libBASS/Globals.hpp, libmdtools/SimInfo.hpp,
501 <        libmdtools/SimSetup.cpp, libmdtools/Thermo.cpp,
502 <        libmdtools/mpiSimulation.cpp: user can setup seed in bass file now,
503 <        if he does not specify any value for seed, oopse will take the
504 <        value of seconds of system time as seed
505 <
506 < 2003-08-20 15:42  mmeineke
507 <
508 <        * libmdtools/Atom.cpp, libmdtools/DUFF.cpp,
509 <        libmdtools/GhostBend.cpp, libmdtools/SRI.hpp,
510 <        libmdtools/SimSetup.cpp, libmdtools/SimState.cpp,
511 <        utils/sysbuilder/bilayerSys.cpp: updated the Changelog.
512 <        
513 <        added some bug fixes for setting the random number generator seed
514 <        value.
515 <        
516 <        fixed a bug where ghostbend atom b was not being set. ( recent bug
517 <        from SimState conversion)
518 <
519 < 2003-08-20 15:41  mmeineke
520 <
521 <        * libBASS/Globals.hpp: updated the Changelog.
522 <        
523 <        added some bug fixes for setting the random number generator seed
524 <        value.
525 <
526 < 2003-08-20 15:41  mmeineke
527 <
528 <        * ChangeLog: updated the Changelog.
529 <
530 < 2003-08-20 15:11  tim
531 <
532 <        * libBASS/Globals.cpp, libmdtools/DUFF.cpp,
533 <        libmdtools/GhostBend.cpp, libmdtools/SRI.hpp: bug fixed in ghost
534 <        bend class
535 <
536 < 2003-08-20 11:13  mmeineke
537 <
538 <        * utils/: Makefile, sysbuilder/Makefile: quick makefile fix, in
539 <        make links. added -f to ln -s.
540 <
541 < 2003-08-20 10:50  tim
542 <
543 <        * libmdtools/: ZConsWriter.cpp, ZConstraint.cpp: [no log message]
544 <
545 < 2003-08-20 10:34  tim
546 <
547 <        * libmdtools/: Integrator.hpp, SimSetup.cpp, ZConsWriter.cpp,
548 <        ZConstraint.cpp: reformmating ZConstraint and fixe bug of error msg
549 <        printing
550 <
551 < 2003-08-18 16:59  chuckv
552 <
553 <        * utils/sysbuilder/: MoLocator.cpp, MoLocator.hpp, bilayerSys.cpp,
554 <        latticeBuilder.cpp, latticeBuilder.hpp, nanoBuilder.cpp,
555 <        sysBuild.cpp, sysBuild.hpp: Fixed sysBuild -bilayer works.
556 <        Nanobuilder still broke.
557 <
558 < 2003-08-15 15:24  tim
559 <
560 <        * libBASS/Globals.cpp, libBASS/Globals.hpp,
561 <        libmdtools/GenericData.hpp, libmdtools/Integrator.hpp,
562 <        libmdtools/SimInfo.cpp, libmdtools/SimSetup.cpp,
563 <        libmdtools/ZConsWriter.cpp, libmdtools/ZConsWriter.hpp,
564 <        libmdtools/ZConstraint.cpp: Tested MPI version of Z-Constraint
565 <        Method
566 <
567 < 2003-08-14 12:16  tim
568 <
569 <        * libmdtools/: Integrator.hpp, ZConstraint.cpp: Stable ZConstraint
570 <        with average force substraction strategy
571 <
572 < 2003-08-13 17:20  chuckv
573 <
574 <        * libmdtools/: do_Forces.F90, mpiSimulation_module.F90: Added some
575 <        profiling code -DPROFILE.
576 <
577 < 2003-08-13 15:21  tim
578 <
579 <        * libBASS/Globals.cpp, libBASS/Globals.hpp,
580 <        libmdtools/Integrator.cpp, libmdtools/Integrator.hpp,
581 <        libmdtools/SimSetup.cpp, libmdtools/ZConstraint.cpp: harmonic
582 <        potential & z-contraint method
583 <
584 < 2003-08-12 17:44  mmeineke
585 <
586 <        * libBASS/BASS_interface.cpp, libBASS/Globals.hpp,
587 <        libmdtools/Atom.cpp, libmdtools/DUFF.cpp,
588 <        libmdtools/DirectionalAtom.cpp, libmdtools/InitializeFromFile.cpp,
589 <        libmdtools/SimInfo.cpp, libmdtools/SimSetup.cpp: fixed a really
590 <        annoying bug in Directional Atom, where mu was getting written to
591 <        pseudorandom memory location.
592 <
593 < 2003-08-12 15:56  tim
594 <
595 <        * libBASS/BASS_interface.cpp, libBASS/Globals.cpp,
596 <        libBASS/Globals.hpp, libmdtools/Atom.hpp,
597 <        libmdtools/DirectionalAtom.cpp, libmdtools/InitializeFromFile.cpp,
598 <        libmdtools/SimSetup.cpp: debugging globals
599 <
600 < 2003-08-12 14:40  gezelter
601 <
602 <        * forceFields/: DUFF.frc, EAM_FF.frc, LJFF.frc: formatting fixes
603 <        and new atypes in LJFF
604 <
605 < 2003-08-12 14:15  gezelter
606 <
607 <        * forceFields/: DUFF.frc, LJFF.frc: fixed a few references to older
608 <        stuff...
609 <
610 < 2003-08-12 14:14  chuckv
611 <
612 <        * utils/sysbuilder/sysBuild.ggo: Added comment line for getgetopt.
613 <
614 < 2003-08-12 14:04  chuckv
615 <
616 <        * utils/: nanoBuilder.cpp, nanoBuilder.hpp, nanoSysBuild.cpp:
617 <        Missed del of files before.
618 <
619 < 2003-08-12 14:03  chuckv
620 <
621 <        * utils/sysbuilder/: MPIobj/placeHolder, obj/placeHolder: [no log
622 <        message]
623 <
624 < 2003-08-12 14:01  chuckv
625 <
626 <        * utils/sysbuilder/Makefile: commit makefile
627 <
628 < 2003-08-12 13:51  tim
629 <
630 <        * libBASS/Globals.cpp, libBASS/Globals.hpp,
631 <        libmdtools/GenericData.cpp, libmdtools/GenericData.hpp,
632 <        libmdtools/Integrator.hpp, libmdtools/SimSetup.cpp,
633 <        libmdtools/SimSetup.hpp, libmdtools/ZConstraint.cpp: added
634 <        harmonical potential to z-constraint method
635 <
636 < 2003-08-11 18:31  chuckv
637 <
638 <        * utils/Makefile: Changed makefile to only build quicklate.
639 <
640 < 2003-08-11 18:25  chuckv
641 <
642 <        * ac-tools/configure.in: added utils/sysbuilder to be built.
643 <
644 < 2003-08-11 18:12  chuckv
645 <
646 <        * utils/: MoLocator.cpp, MoLocator.hpp, bilayerSys.cpp,
647 <        bilayerSys.hpp, latticeBuilder.cpp, latticeBuilder.hpp,
648 <        sysBuild.cpp, sysBuild.ggo, sysBuild.hpp, sysbuilder/MoLocator.cpp,
649 <        sysbuilder/MoLocator.hpp, sysbuilder/bilayerSys.cpp,
650 <        sysbuilder/bilayerSys.hpp, sysbuilder/cmdline.c,
651 <        sysbuilder/cmdline.h, sysbuilder/latticeBuilder.cpp,
652 <        sysbuilder/latticeBuilder.hpp, sysbuilder/nanoBuilder.cpp,
653 <        sysbuilder/nanoBuilder.hpp, sysbuilder/sysBuild.cpp,
654 <        sysbuilder/sysBuild.ggo, sysbuilder/sysBuild.hpp: Arranged
655 <        sysbuilder into a subdirectory. Fixed some of sysbuilder to work
656 <        with new atom allocation in libmdtools.
657 <
658 < 2003-08-11 15:41  tim
659 <
660 <        * libmdtools/: Integrator.cpp, Integrator.hpp: added method of
661 <        moving zconstraint molecules to specified positions
662 <
663 < 2003-08-11 15:39  tim
664 <
665 <        * libmdtools/: SimSetup.cpp, ZConstraint.cpp: [no log message]
666 <
667 < 2003-08-11 15:38  mmeineke
668 <
669 <        * libBASS/BASS_interface.cpp, libBASS/BASS_interface.h,
670 <        libBASS/BASS_parse.c, libBASS/BASSyacc.y, libBASS/Globals.cpp,
671 <        libBASS/Globals.hpp, libBASS/Makefile, libBASS/ZconStamp.cpp,
672 <        libBASS/ZconStamp.hpp, libBASS/interface.c, libBASS/make_nodes.c,
673 <        libBASS/make_nodes.h, libBASS/mpiBASS.c, libBASS/mpiBASS.h,
674 <        libBASS/node_list.h, libBASS/parse_interface.h,
675 <        libBASS/parse_tree.c, libmdtools/SimInfo.hpp: Added zConstraint
676 <        into the BASS language syntax.
677 <
678 < 2003-08-11 14:29  mmeineke
679 <
680 <        * libmdtools/: SimInfo.cpp, SimInfo.hpp: changed the number of
681 <        degrees of freedom to account for zConstreints
682 <
683 < 2003-08-08 17:22  chuckv
684 <
685 <        * libmdtools/EAM_FF.cpp, libmdtools/calc_eam.F90,
686 <        libmdtools/do_Forces.F90, libmdtools/neighborLists.F90,
687 <        samples/metals/Au.bass: EAM works...... Neighbor list also
688 <        works.....
689 <
690 < 2003-08-08 14:32  mmeineke
691 <
692 <        * props/: frameCount.c, frameCount.h, props.cpp, staticProps.cpp:
693 <        moved frameCount's functionality into DumpReader. also split props
694 <        into staticProps and dynamicProps. (currently only have
695 <        staticProps)
696 <
697 < 2003-08-08 13:48  mmeineke
698 <
699 <        * libmdtools/: Makefile, ZConstraint.cpp:  fixed a deprcated
700 <        instance of Atom::setZ and Atom::getZ in ZConstaint.
701 <
702 < 2003-08-07 17:47  mmeineke
703 <
704 <        * libmdtools/: Atom.cpp, Atom.hpp, Bend.cpp, Bond.cpp,
705 <        DirectionalAtom.cpp, DumpWriter.cpp, ForceFields.cpp,
706 <        GhostBend.cpp, InitializeFromFile.cpp, Makefile, SimInfo.cpp,
707 <        SimInfo.hpp, SimSetup.cpp, SimSetup.hpp, SimState.cpp,
708 <        SimState.hpp, Torsion.cpp: switched SimInfo to use a system
709 <        configuration from SimState rather than arrays from Atom
710 <
711 < 2003-08-06 20:47  chuckv
712 <
713 <        * libmdtools/Atom.hpp, libmdtools/EAM_FF.cpp,
714 <        libmdtools/SimInfo.cpp, libmdtools/calc_eam.F90,
715 <        libmdtools/do_Forces.F90, libmdtools/notifyCutoffs.F90,
716 <        samples/metals/Au.bass: Bug fixes for eam...
717 <
718 < 2003-08-01 12:18  tim
719 <
720 <        * libmdtools/: SimSetup.cpp, ZConstraint.cpp: stable version of
721 <        Z-Constraint
722 <
723 < 2003-07-31 15:59  tim
724 <
725 <        * ChangeLog, libmdtools/SimInfo.cpp, libmdtools/SimInfo.hpp,
726 <        libmdtools/SimSetup.cpp, libmdtools/SimSetup.hpp,
727 <        libmdtools/ZConstraint.cpp: add index range checking into
728 <        ZConstraint
729 <
730 < 2003-07-31 11:38  tim
731 <
732 <        * libBASS/: Globals.cpp, Globals.hpp: added z-constraint parameters
733 <        to the globals
734 <
735 < 2003-07-31 11:35  tim
736 <
737 <        * libmdtools/: AllIntegrator.hpp, GenericData.cpp, GenericData.hpp,
738 <        Integrator.hpp, Makefile, Molecule.cpp, Molecule.hpp, NPTf.cpp,
739 <        NPTfm.cpp, NPTi.cpp, NPTim.cpp, NVT.cpp, SimInfo.cpp, SimInfo.hpp,
740 <        SimSetup.cpp, ZConsWriter.cpp, ZConsWriter.hpp, ZConstraint.cpp:
741 <        Added Z constraint.
742 <
743 < 2003-07-30 17:17  chuckv
744 <
745 <        * libmdtools/EAM_FF.cpp, libmdtools/ForceFields.hpp,
746 <        libmdtools/ReadWrite.hpp, libmdtools/calc_eam.F90,
747 <        libmdtools/do_Forces.F90, libmdtools/wrappers.F90,
748 <        samples/metals/Au.bass: More bug fixes for eam.
749 <
750 < 2003-07-29 12:32  mmeineke
751 <
752 <        * libmdtools/DumpReader.cpp, libmdtools/ReadWrite.hpp,
753 <        libmdtools/SimSetup.cpp, libmdtools/SimSetup.hpp,
754 <        props/frameCount.c, props/frameCount.h, props/props.cpp,
755 <        src/Makefile: working on the props code
756 <
757 < 2003-07-29 12:32  mmeineke
758 <
759 <        * libBASS/Globals.cpp: [no log message]
760 <
761 < 2003-07-25 16:05  chuckv
762 <
763 <        * samples/metals/: Au.bass, metals.mdl: Added bass models for
764 <        metals
765 <
766 < 2003-07-25 16:00  chuckv
767 <
768 <        * libmdtools/: Makefile, SimSetup.cpp, calc_eam.F90,
769 <        notifyCutoffs.F90: Added eam to simSetup and added changecutoffeam.
770 <
771 < 2003-07-24 17:22  chuckv
772 <
773 <        * ac-tools/configure.in: Changed configure to look for both upper
774 <        and lower cass .mod files
775 <
776 < 2003-07-24 15:57  chuckv
777 <
778 <        * libmdtools/: calc_eam.F90, do_Forces.F90: module use fixes for
779 <        eam and do_forces.
780 <
781 < 2003-07-23 18:13  chuckv
782 <
783 <        * libmdtools/: Makefile, calc_eam.F90, do_Forces.F90,
784 <        force_globals.F90, simulation_module.F90, status_module.F90:
785 <        Finished most code for eam....
786 <
787 < 2003-07-22 17:49  mmeineke
788 <
789 <        * libmdtools/: DumpReader.cpp, ReadWrite.hpp: added the scan
790 <        function to the DumpReader. It should now save the start of each
791 <        frame in a vector.
792 <
793 < 2003-07-22 16:05  mmeineke
794 <
795 <        * libmdtools/: DumpReader.cpp, ReadWrite.hpp: making some changes
796 <        to read dump files
797 <
798 < 2003-07-22 15:54  tim
799 <
800 <        * libmdtools/: AbstractClasses.hpp, AllIntegrator.hpp,
801 <        Integrator.cpp, Integrator.hpp, Makefile, NPTf.cpp, NPTfm.cpp,
802 <        NPTi.cpp, NPTim.cpp, NVT.cpp, SimSetup.cpp, SimSetup.hpp: [no log
803 <        message]
804 <
805 < 2003-07-22 12:41  mmeineke
806 <
807 <        * libmdtools/: InitializeFromFile.cpp, ReadWrite.hpp, SimInfo.hpp,
808 <        SimSetup.cpp: Fixed a current time initialization bug in
809 <        InitFromFile.
810 <
811 < 2003-07-21 17:27  mmeineke
812 <
813 <        * libmdtools/: DumpReader.cpp, InitializeFromFile.cpp,
814 <        Integrator.cpp, SimInfo.hpp: some initial changes to Dumpwriter and
815 <        friends to accomadate random file access
816 <
817 < 2003-07-21 12:23  mmeineke
818 <
819 <        * libmdtools/SimInfo.cpp: Initialized currentTime to 0, in case no
820 <        one sets it.
821 <
822 < 2003-07-21 12:23  mmeineke
823 <
824 <        * libmdtools/: InitializeFromFile.cpp, Integrator.cpp,
825 <        ReadWrite.hpp: fixed Initializefrom file to start the simulation
826 <        from the time specified in the init file.
827 <
828 < 2003-07-17 17:49  gezelter
829 <
830 <        * libmdtools/: Integrator.cpp, ReadWrite.hpp, SimInfo.hpp,
831 <        DumpReader.cpp: Started work on a DumpReader
832 <
833 < 2003-07-17 16:38  gezelter
834 <
835 <        * libmdtools/calc_sticky_pair.F90: Fixes for SSD/E
836 <
837 < 2003-07-17 16:32  gezelter
838 <
839 <        * forceFields/DUFF.frc, libmdtools/DUFF.cpp,
840 <        libmdtools/calc_sticky_pair.F90, libmdtools/fortranWrapDefines.hpp:
841 <        Changes for SSD/E
842 <
843 < 2003-07-17 15:38  mmeineke
844 <
845 <        * libmdtools/do_Forces.F90: commented out an eam line
846 <
847 < 2003-07-17 15:32  chuckv
848 <
849 <        * libmdtools/atype_module.F90: fixed spelling issue
850 <
851 < 2003-07-17 15:29  chuckv
852 <
853 <        * libmdtools/: fInfo.c, status_module.F90: added info module
854 <
855 < 2003-07-17 15:25  chuckv
856 <
857 <        * libmdtools/: Atom.hpp, DUFF.cpp, EAM_FF.cpp, LJFF.cpp, Makefile,
858 <        atype_module.F90, calc_eam.F90, do_Forces.F90,
859 <        fortranWrapDefines.hpp, fortranWrappers.cpp, fortranWrappers.hpp,
860 <        mpiSimulation_module.F90: Added massive changes for eam....
861 <
862 < 2003-07-16 17:49  chuckv
863 <
864 <        * libmdtools/EAM_FF.cpp: More up to date version of EAM_FF
865 <
866 < 2003-07-16 17:30  mmeineke
867 <
868 <        * libmdtools/: ForceFields.cpp, Makefile, SimInfo.cpp, SimInfo.hpp,
869 <        SimSetup.cpp, calc_LJ_FF.F90, calc_dipole_dipole.F90,
870 <        calc_reaction_field.F90, do_Forces.F90, fSimulation.h,
871 <        fortranWrapDefines.hpp, fortranWrappers.cpp, fortranWrappers.hpp,
872 <        neighborLists.F90, notifyCutoffs.F90, simulation_module.F90,
873 <        wrappers.F90: Changed how cutoffs were handled from C. Now
874 <        notifyCutoffs in Fortran notifies those who need the information of
875 <        any changes to cutoffs.
876 <
877 < 2003-07-16 13:35  gezelter
878 <
879 <        * utils/: Makefile, quickLate.c: Made quickLate aware of Hmat.
880 <        quickLate is now somewhat more intelligent about periodic
881 <        boundaries and wrapping.
882 <
883 < 2003-07-16 12:40  chuckv
884 <
885 <        * libmdtools/calc_LJ_FF.F90: Fixed bug in updating mixing lists
886 <
887 < 2003-07-16 11:34  mmeineke
888 <
889 <        * scripts/cleanSrc: added a quick wipe-and-update script for quick
890 <        rebuilds on BoB
891 <
892 < 2003-07-15 22:11  gezelter
893 <
894 <        * libmdtools/: ForceFields.cpp, SimInfo.cpp, SimInfo.hpp,
895 <        SimSetup.cpp, calc_dipole_dipole.F90, calc_reaction_field.F90: more
896 <        fixes for box changes
897 <
898 < 2003-07-15 18:29  mmeineke
899 <
900 <        * libmdtools/simulation_module.F90: removed some debugging print
901 <        statements.
902 <
903 < 2003-07-15 18:22  mmeineke
904 <
905 <        * libmdtools/: SimInfo.cpp, calc_LJ_FF.F90, calc_dipole_dipole.F90,
906 <        do_Forces.F90, simulation_module.F90: fixed a long lived bug in
907 <        do_forces. Rrf was not being used in the neighborlist correctly.
908 <        rcut was conssistently being set lowere than Rrf causing the dipole
909 <        cutoff region to be to small. Also led to the removal of the taper
910 <        region to buffer the dipole cutoff.
911 <
912 < 2003-07-15 17:34  mmeineke
913 <
914 <        * libmdtools/: SimInfo.cpp, simulation_module.F90: working on
915 <        fixing ssd bug
916 <
917 < 2003-07-15 15:56  gezelter
918 <
919 <        * libmdtools/: NPTf.cpp, NPTfm.cpp, NPTi.cpp, SimInfo.cpp: Fixes
920 <        for the NPT ensembles
921 <
922 < 2003-07-15 14:52  mmeineke
923 <
924 <        * libmdtools/: Makefile, SimSetup.cpp, SimSetup.hpp: cleaned up
925 <        simSetup
926 <
927 < 2003-07-15 13:57  mmeineke
928 <
929 <        * libmdtools/: Integrator.cpp, NPTi.cpp, SRI.hpp, SimSetup.cpp,
930 <        SimSetup.hpp, Thermo.cpp, Thermo.hpp, f_verlet_constrained.F90:
931 <        fixed some bugs, Changed entry_plug to info where appropriate
932 <
933 < 2003-07-15 13:25  chuckv
934 <
935 <        * utils/sysBuild.ggo: added more command line arguments
936 <
937 < 2003-07-15 13:11  gezelter
938 <
939 <        * samples/: alkane/butane.bass, lipid/5x5.bass, water/ssd.bass:
940 <        Fixing force field line
941 <
942 < 2003-07-15 13:10  gezelter
943 <
944 <        * libmdtools/: Atom.hpp, NPTi.cpp, NPTim.cpp, Thermo.cpp,
945 <        calc_LJ_FF.F90, calc_dipole_dipole.F90, calc_gb.F90,
946 <        calc_reaction_field.F90, calc_sticky_pair.F90: Fixing  pressure
947 <        tensor
948 <
949 < 2003-07-15 11:50  gezelter
950 <
951 <        * libmdtools/: Bond.cpp, Molecule.cpp: more archaic code fixes
952 <
953 < 2003-07-15 11:42  gezelter
954 <
955 <        * libmdtools/: ExtendedSystem.cpp, ExtendedSystem.hpp, Verlet.cpp:
956 <        removed old outdated code
957 <
958 < 2003-07-15 10:45  gezelter
959 <
960 <        * libmdtools/Thermo.cpp: fixes to get rid of get_vx and set_vx
961 <
962 < 2003-07-15 10:28  gezelter
963 <
964 <        * libmdtools/Molecule.cpp: removing get_vx
965 <
966 < 2003-07-14 23:28  gezelter
967 <
968 <        * libmdtools/NPTfm.cpp: Added NPTfm
969 <
970 < 2003-07-14 23:27  gezelter
971 <
972 <        * libmdtools/: Integrator.hpp, Makefile, NPTim.cpp, SimSetup.cpp:
973 <        Bugfix in NPTim, fixes for NPTfm
974 <
975 < 2003-07-14 23:08  gezelter
976 <
977 <        * libmdtools/: Integrator.hpp, Makefile, NPTim.cpp, SimSetup.cpp:
978 <        Checking in changes for NPTim
979 <
980 < 2003-07-14 19:06  gezelter
981 <
982 <        * utils/Makefile: Broken SysBuilder
983 <
984 < 2003-07-14 19:06  gezelter
985 <
986 <        * samples/: alkane/init_butane.eor, argon/argon.bass,
987 <        argon/init_argon.eor, lipid/init_5x5.eor, water/init_ssd.eor: Fixes
988 <        for samples
989 <
990 < 2003-07-14 19:06  gezelter
991 <
992 <        * libmdtools/: Integrator.cpp, do_Forces.F90: Removed some
993 <        debugging write statements
994 <
995 < 2003-07-14 18:38  gezelter
996 <
997 <        * libmdtools/: Integrator.cpp, Integrator.hpp, NPTf.cpp, NPTi.cpp,
998 <        NVT.cpp: Fixes for get and set routines in Atom and DirectionalAtom
999 <
1000 < 2003-07-14 17:48  mmeineke
1001 <
1002 <        * libmdtools/: Atom.cpp, Atom.hpp, DirectionalAtom.cpp: added get
1003 <        and set routines to Atom and DirectionalAtom
1004 <
1005 < 2003-07-14 17:35  chuckv
1006 <
1007 <        * utils/: nanoBuilder.cpp, nanoBuilder.hpp, nanoSysBuild.cpp,
1008 <        sysBuild.cpp, sysBuild.ggo, sysBuild.hpp: added a nanoSysBuilder
1009 <        that takes different cmd line arguments.
1010 <
1011 < 2003-07-14 17:28  mmeineke
1012 <
1013 <        * libmdtools/: Atom.hpp, BondExtensions.cpp, DirectionalAtom.cpp,
1014 <        ForceFields.cpp, Integrator.cpp, Integrator.hpp, Makefile,
1015 <        SimInfo.cpp, SimInfo.hpp, do_Forces.F90: found a bug. Unit vectors
1016 <        were not being updated
1017 <
1018 < 2003-07-14 11:04  gezelter
1019 <
1020 <        * libmdtools/: Integrator.hpp, Makefile, NPTim.cpp: Working on
1021 <        NPTim
1022 <
1023 < 2003-07-14 10:55  mmeineke
1024 <
1025 <        * forceFields/DUFF.frc: Switched the bond in the force field back
1026 <        to constrained, to preserve energy
1027 <
1028 < 2003-07-11 18:34  mmeineke
1029 <
1030 <        * libmdtools/: BondExtensions.cpp, DUFF.cpp, Integrator.cpp,
1031 <        Integrator.hpp: working on som integrator bugs
1032 <
1033 < 2003-07-11 11:26  gezelter
1034 <
1035 <        * libmdtools/: StreamTokenizer.cpp, StreamTokenizer.hpp: Starting
1036 <        to worry about all the strtok() calls in our code
1037 <
1038 < 2003-07-11 10:49  gezelter
1039 <
1040 <        * utils/nanoBuilder.cpp: Fixed Hmat and some namespace strangeness
1041 <
1042 < 2003-07-10 21:15  gezelter
1043 <
1044 <        * libmdtools/DumpWriter.cpp: Fixed hmat in DumpWriter (MPI) and
1045 <        eor.
1046 <
1047 < 2003-07-10 18:15  mmeineke
1048 <
1049 <        * libmdtools/: DumpWriter.cpp, InitializeFromFile.cpp, NPTf.cpp,
1050 <        SimInfo.cpp, Thermo.cpp: fixed some bugs
1051 <
1052 < 2003-07-10 15:53  chuckv
1053 <
1054 <        * utils/: Makefile, latticeBuilder.cpp, latticeBuilder.hpp,
1055 <        nanoBuilder.cpp, nanoBuilder.hpp, sysBuild.cpp, sysBuild.hpp: Added
1056 <        nanoBuilder and a general Lattice builder.
1057 <
1058 < 2003-07-10 13:10  gezelter
1059 <
1060 <        * libmdtools/: Integrator.hpp, NPTf.cpp, SimInfo.cpp, SimInfo.hpp,
1061 <        Thermo.cpp, Thermo.hpp: Bunch of 1-d array -> 2-d array stuff
1062 <
1063 < 2003-07-09 18:14  mmeineke
1064 <
1065 <        * libmdtools/: DumpWriter.cpp, InitializeFromFile.cpp,
1066 <        Integrator.hpp, NPTf.cpp, NPTi.cpp, ReadWrite.hpp, SimInfo.cpp,
1067 <        SimSetup.cpp: Bug fixing NPTi and NPTf. there is some error in the
1068 <        caclulation of HmatInverse.
1069 <
1070 < 2003-07-09 11:34  mmeineke
1071 <
1072 <        * libBASS/MoleculeStamp.hpp: starting some work for xlate
1073 <
1074 < 2003-07-09 11:33  mmeineke
1075 <
1076 <        * libmdtools/: SimSetup.cpp, Thermo.cpp: adding in dan's NPT stuff
1077 <
1078 < 2003-07-09 09:56  gezelter
1079 <
1080 <        * libmdtools/: NPTf.cpp, SimSetup.cpp: Fixes and merging NPTf
1081 <
1082 < 2003-07-09 09:56  gezelter
1083 <
1084 <        * libBASS/Globals.cpp: Removed Qmass
1085 <
1086 < 2003-07-08 22:15  gezelter
1087 <
1088 <        * libmdtools/: Makefile, NPTf.cpp, NPTi.cpp: Fixes for both NPTf
1089 <        and NPTi
1090 <
1091 < 2003-07-08 21:41  gezelter
1092 <
1093 <        * libmdtools/: NPTf.cpp, NPTi.cpp: Fixes in NPTi migrated into NPTf
1094 <
1095 < 2003-07-08 17:10  gezelter
1096 <
1097 <        * libmdtools/: Integrator.hpp, NPTf.cpp: [no log message]
1098 <
1099 < 2003-07-08 17:06  gezelter
1100 <
1101 <        * libmdtools/NPTi.cpp: fixed box scaling
1102 <
1103 < 2003-07-08 16:56  gezelter
1104 <
1105 <        * libmdtools/: Integrator.hpp, Makefile, NPTi.cpp, SimInfo.cpp,
1106 <        SimInfo.hpp, Thermo.cpp: NPTi
1107 <
1108 < 2003-07-03 15:41  mmeineke
1109 <
1110 <        * libBASS/Makefile, libmdtools/Makefile, src/Makefile,
1111 <        utils/Makefile, utils/bilayerSys.cpp:  cleaned up the dependecy
1112 <        scripts in the makefiles
1113 <
1114 < 2003-07-02 17:26  mmeineke
1115 <
1116 <        * libBASS/Makefile, libmdtools/DumpWriter.cpp,
1117 <        libmdtools/ForceFields.cpp, libmdtools/Integrator.cpp,
1118 <        libmdtools/Makefile, libmdtools/ReadWrite.hpp,
1119 <        libmdtools/SimInfo.cpp, libmdtools/SimInfo.hpp,
1120 <        libmdtools/SimSetup.cpp, libmdtools/Thermo.cpp,
1121 <        libmdtools/do_Forces.F90, libmdtools/wrappers.F90, src/Makefile,
1122 <        utils/Makefile: fixed the bugs introduced by switching the periodic
1123 <        box to a matrix
1124 <
1125 < 2003-07-01 18:39  gezelter
1126 <
1127 <        * libmdtools/do_Forces.F90: Fortran flexi-BOX
1128 <
1129 < 2003-07-01 18:29  gezelter
1130 <
1131 <        * libmdtools/simulation_module.F90: Fixes for flexi-BOX
1132 <
1133 < 2003-07-01 17:33  mmeineke
1134 <
1135 <        * libmdtools/: SimInfo.cpp, SimInfo.hpp, fSimulation.h,
1136 <        fortranWrapDefines.hpp, simulation_module.F90: working on adding
1137 <        the box matrix to everything.
1138 <
1139 < 2003-06-30 18:03  mmeineke
1140 <
1141 <        * ChangeLog, libmdtools/SimInfo.cpp, libmdtools/SimInfo.hpp,
1142 <        src/oopse.cpp:
1143 <        Updated the ChangeLog, and Converted most of the SImInfo to use
1144 <        non-Isotropic boxes. wrapVector needs to be finished.
1145 <
1146 < 2003-06-25 17:12  mmeineke
1147 <
1148 <        * libmdtools/: Integrator.cpp, SimSetup.cpp: Changed over the bonds
1149 <        to Harmonic bonds in the DUFF frc file
1150 <        
1151 <        fixed constraints.
1152 <
1153 < 2003-06-25 17:11  mmeineke
1154 <
1155 <        * forceFields/DUFF.frc: Changed over the bonds to Harmonic bonds in
1156 <        the DUFF frc file
1157 <
1158 < 2003-06-24 18:51  gezelter
1159 <
1160 <        * libmdtools/: Integrator.hpp, NVT.cpp: Fixes to NVT.  Check them!
1161 <
1162 < 2003-06-24 15:57  mmeineke
1163 <
1164 <        * forceFields/DUFF.frc, libmdtools/BondExtensions.cpp,
1165 <        libmdtools/DUFF.cpp, libmdtools/SRI.hpp: added Harmonic bod into
1166 <        the DUFF forcefield and BondExtensions.cpp
1167 <
1168 < 2003-06-23 17:24  mmeineke
1169 <
1170 <        * libmdtools/Integrator.cpp: Doing some work to debug the
1171 <        constraint code.
1172 <
1173 < 2003-06-20 16:50  gezelter
1174 <
1175 <        * libmdtools/Integrator.hpp: NPT fix
1176 <
1177 < 2003-06-20 16:29  mmeineke
1178 <
1179 <        * libmdtools/Atom.cpp, libmdtools/DUFF.cpp,
1180 <        libmdtools/ForceFields.cpp, libmdtools/Integrator.cpp,
1181 <        libmdtools/Integrator.hpp, libmdtools/LJFF.cpp,
1182 <        libmdtools/Makefile, libmdtools/NVT.cpp, libmdtools/SimSetup.cpp,
1183 <        libmdtools/Thermo.hpp, src/Makefile, utils/Makefile: Most of the
1184 <        integrator and NVT seem to be working now.
1185 <
1186 < 2003-06-20 12:49  gezelter
1187 <
1188 <        * libmdtools/: Integrator.hpp, NVT.cpp: NVT additions
1189 <
1190 < 2003-06-19 18:02  mmeineke
1191 <
1192 <        * forceFields/DUFF.frc, forceFields/LJFF.frc,
1193 <        forceFields/LJ_FF.frc, forceFields/Makefile,
1194 <        forceFields/TraPPE.frc, forceFields/TraPPE_Ex.frc,
1195 <        libmdtools/DUFF.cpp, libmdtools/ForceFields.hpp,
1196 <        libmdtools/Integrator.cpp, libmdtools/Integrator.hpp,
1197 <        libmdtools/LJFF.cpp, libmdtools/LJ_FF.cpp, libmdtools/Makefile,
1198 <        libmdtools/TraPPEFF.cpp: slowly converting to new integrator and
1199 <        forcefield names.
1200 <
1201 < 2003-06-19 15:21  mmeineke
1202 <
1203 <        * libmdtools/: Integrator.cpp, SimSetup.cpp, Symplectic.cpp:
1204 <        finished the basics of the integrator and SimSetup.cpp
1205 <
1206 < 2003-06-19 15:11  mmeineke
1207 <
1208 <        * libmdtools/SimSetup.cpp:  doing some work on SimSetup to clean it
1209 <        up / get it to work with the new Integrator.
1210 <
1211 < 2003-06-18 18:20  mmeineke
1212 <
1213 <        * libmdtools/Symplectic.cpp: minor changes in an attempt to fix
1214 <        output times.
1215 <
1216 < 2003-06-17 17:56  mmeineke
1217 <
1218 <        * libmdtools/: Integrator.hpp, SimSetup.cpp: Added Teng's parmeters
1219 <        fro the ghost Bend in TraPPE_Ex
1220 <        
1221 <        some work on the integrator. ( incomplete)
1222 <
1223 < 2003-06-17 17:55  mmeineke
1224 <
1225 <        * forceFields/TraPPE_Ex.frc: Added Teng's parmeters fro the ghost
1226 <        Bend in TraPPE_Ex
1227 <
1228 < 2003-06-04 17:06  mmeineke
1229 <
1230 <        * libmdtools/: Integrator.hpp, Symplectic.cpp: added constrainA and
1231 <        constrainB to the Symplectic integrator
1232 <
1233 < 2003-05-30 17:32  mmeineke
1234 <
1235 <        * utils/bilayerSys.cpp: currently modifiying Symplectic to become
1236 <        the basic integrator.
1237 <        
1238 <        bilayerSys.cpp altered for building tb3.
1239 <
1240 < 2003-05-30 17:31  mmeineke
1241 <
1242 <        * libmdtools/: Integrator.hpp, SimInfo.hpp, Symplectic.cpp,
1243 <        TraPPE_ExFF.cpp, Verlet.cpp, f_verlet_constrained.F90: currently
1244 <        modifiying Symplectic to become the basic integrator.
1245 <
1246 < 2003-05-30 16:19  mmeineke
1247 <
1248 <        * libmdtools/Integrator.hpp: added some member variables for
1249 <        position, velocity, etc.
1250 <
1251 < 2003-05-30 15:07  mmeineke
1252 <
1253 <        * libmdtools/: AbstractClasses.hpp, Integrator.hpp: changed how NVT
1254 <        is now derived from Integrator
1255 <
1256 < 2003-05-20 12:44  mmeineke
1257 <
1258 <        * libmdtools/GhostBend.cpp: fixed an a mismatched Ghostbend bug.
1259 <
1260 < 2003-05-17 12:57  mmeineke
1261 <
1262 <        * utils/: Makefile, MoLocator.cpp, bilayerSys.cpp: all seems to be
1263 <        working
1264 <
1265 < 2003-05-16 17:37  mmeineke
1266 <
1267 <        * utils/bilayerSys.cpp: still working on the bilayer code
1268 <
1269 < 2003-05-16 10:28  mmeineke
1270 <
1271 <        * utils/: bilayerSys.cpp, sysBuild.cpp, sysBuild.hpp: doing some
1272 <        work to overhaul sysbuild.
1273 <
1274 < 2003-05-13 17:23  mmeineke
1275 <
1276 <        * libmdtools/calc_sticky_pair.F90: optimized the ssd calc loop
1277 <
1278 < 2003-05-13 16:47  mmeineke
1279 <
1280 <        * samples/: Makefile, beadLipid/Makefile, beadLipid/beadLipid.mdl,
1281 <        beadLipid/water.mdl: Added bead lipid model to the sample directory
1282 <
1283 < 2003-05-13 16:34  mmeineke
1284 <
1285 <        * forceFields/TraPPE_Ex.frc: finished adding the Tail beads into
1286 <        the Trappe extended force field
1287 <
1288 < 2003-05-13 13:01  mmeineke
1289 <
1290 <        * forceFields/TraPPE_Ex.frc: added the TailBead atom types to the
1291 <        TraPPe_Ex forceField
1292 <
1293 < 2003-05-09 15:51  mmeineke
1294 <
1295 <        * samples/lipid/lipid.mdl: fixed up the TraPPE_Ex force field.
1296 <        there were some duplicate entries
1297 <        
1298 <        added a two chain lipid to the lipid.mdl in sample
1299 <
1300 < 2003-05-09 15:51  mmeineke
1301 <
1302 <        * forceFields/TraPPE_Ex.frc: fixed up the TraPPE_Ex force field.
1303 <        there were some duplicate entries
1304 <
1305 < 2003-05-09 12:56  mmeineke
1306 <
1307 <        * forceFields/TraPPE_Ex.frc: added the utils subdirectory to the
1308 <        configure script
1309 <        
1310 <        added the CH branching group to the TraPPE_Ex fource field
1311 <
1312 < 2003-05-09 12:55  mmeineke
1313 <
1314 <        * ac-tools/configure.in: added the utils subdirectory to the
1315 <        configure script
1316 <
1317 < 2003-04-25 12:02  mmeineke
1318 <
1319 <        * utils/bilayerSys.cpp: i quick fix to th distance in the random
1320 <        bilayer builder
1321 <
1322 < 2003-04-24 22:00  mmeineke
1323 <
1324 <        * libmdtools/f_verlet_constrained.F90: added a new test for
1325 <        constraint failure
1326 <
1327 < 2003-04-17 17:54  mmeineke
1328 <
1329 <        * libBASS/BASS_interface.h, libmdtools/SimSetup.cpp,
1330 <        utils/Makefile, utils/MoLocator.cpp, utils/MoLocator.hpp,
1331 <        utils/bilayerSys.cpp: fixed up sysBuild to where it should now
1332 <        build our systems
1333 <
1334 < 2003-04-16 17:11  mmeineke
1335 <
1336 <        * utils/: MoLocator.cpp, MoLocator.hpp: almost finished.
1337 <
1338 < 2003-04-15 17:47  mmeineke
1339 <
1340 <        * utils/: bilayerSys.cpp, sysBuild.cpp, sysBuild.hpp: bilayerSys
1341 <        and sysBuild both will build now. woot!
1342 <
1343 < 2003-04-15 17:20  mmeineke
1344 <
1345 <        * utils/: MoLocator.cpp, MoLocator.hpp, bilayerSys.cpp,
1346 <        bilayerSys.hpp, sysBuild.cpp, sysBuild.hpp: finished bilayerSys.cpp
1347 <        
1348 <        sysBuild still need to write the bass file.
1349 <        
1350 <        MoLocator.cpp is currently empty
1351 <
1352 < 2003-04-15 16:40  chuckv
1353 <
1354 <        * forceFields/EAM_FF.frc, forceFields/agu3.eam,
1355 <        forceFields/auu3.eam, forceFields/cuu3.eam, forceFields/niu3.eam,
1356 <        forceFields/pdu3.eam, forceFields/ptu3.eam,
1357 <        libmdtools/ForceFields.hpp: Added eam force files...
1358 <
1359 < 2003-04-15 12:37  chuckv
1360 <
1361 <        * libmdtools/EAM_FF.cpp: More eam work.
1362 <
1363 < 2003-04-14 17:22  mmeineke
1364 <
1365 <        * libmdtools/SimSetup.hpp, utils/Makefile, utils/bilayerSys.cpp,
1366 <        utils/bilayerSys.hpp, utils/sysBuild.cpp, utils/sysBuild.hpp:
1367 <        working on the system builder
1368 <
1369 < 2003-04-14 17:16  chuckv
1370 <
1371 <        * libmdtools/: Symplectic.cpp, Verlet.cpp, calc_eam.F90: Fixed
1372 <        ordering on NVT calculation in integrators.
1373 <
1374 < 2003-04-14 15:51  mmeineke
1375 <
1376 <        * utils/: Makefile, sysBuild.cpp, MPIobj/placeHolder,
1377 <        obj/placeHolder:  working on a system builder
1378 <
1379 < 2003-04-14 15:04  mmeineke
1380 <
1381 <        * utils/Makefile: added Ghost bends to the TraPPE_Ex forceField
1382 <        
1383 <        added sysBuild to the utils Makefile
1384 <
1385 < 2003-04-14 15:03  mmeineke
1386 <
1387 <        * forceFields/TraPPE_Ex.frc, libmdtools/TraPPE_ExFF.cpp: added
1388 <        Ghost bends to the TraPPE_Ex forceField
1389 <
1390 < 2003-04-14 14:19  chuckv
1391 <
1392 <        * libmdtools/calc_eam.F90: Added first mangling of EAM.
1393 <
1394 < 2003-04-11 14:46  mmeineke
1395 <
1396 <        * libmdtools/: SimSetup.cpp, calc_LJ_FF.F90, force_globals.F90,
1397 <        simulation_module.F90: fixed a memory bug in Fortran, where
1398 <        molMembershipArray was declared nLocal instead of nGlobal.
1399 <
1400 < 2003-04-11 11:16  gezelter
1401 <
1402 <        * libmdtools/: Molecule.cpp, Molecule.hpp, SimInfo.cpp,
1403 <        SimSetup.cpp, calc_LJ_FF.F90, do_Forces.F90,
1404 <        fortranWrapDefines.hpp, simulation_module.F90: Bug fix in progress
1405 <        for NPT
1406 <
1407 < 2003-04-10 16:08  mmeineke
1408 <
1409 <        * libmdtools/: Molecule.cpp, Molecule.hpp, SimSetup.cpp:  added a
1410 <        globalIndex counter to Molecule
1411 <
1412 < 2003-04-10 12:35  gezelter
1413 <
1414 <        * libmdtools/: ExtendedSystem.cpp, ExtendedSystem.hpp: Working on
1415 <        ConstantStress
1416 <
1417 < 2003-04-10 12:27  mmeineke
1418 <
1419 <        * libmdtools/SimSetup.cpp: fixed a n mpi init bug in SimSetup.
1420 <        caused a miscalculation of nLocal.
1421 <
1422 < 2003-04-10 12:21  mmeineke
1423 <
1424 <        * libmdtools/: Symplectic.cpp, Thermo.cpp, calc_dipole_dipole.F90,
1425 <        do_Forces.F90: fixed a bug in symplectic, where presure was only
1426 <        being calculated the first time through.
1427 <
1428 < 2003-04-09 12:20  chuckv
1429 <
1430 <        * samples/alkane/alkanes.mdl: added pentane to the alkane model
1431 <        file
1432 <
1433 < 2003-04-09 09:59  gezelter
1434 <
1435 <        * libmdtools/: ExtendedSystem.cpp, ForceFields.cpp, StatWriter.cpp,
1436 <        Thermo.cpp, Thermo.hpp: Added volume and enthalpy to status file
1437 <
1438 < 2003-04-09 00:06  gezelter
1439 <
1440 <        * libmdtools/: DumpWriter.cpp, ExtendedSystem.cpp,
1441 <        ExtendedSystem.hpp, Molecule.cpp, Molecule.hpp, SimInfo.cpp,
1442 <        SimInfo.hpp, SimSetup.cpp, Symplectic.cpp, Thermo.cpp, Thermo.hpp,
1443 <        Verlet.cpp, calc_LJ_FF.F90, calc_dipole_dipole.F90, calc_gb.F90,
1444 <        calc_reaction_field.F90, calc_sticky_pair.F90,
1445 <        fortranWrapDefines.hpp, simulation_module.F90: fixes for NPT and
1446 <        NVT
1447 <
1448 < 2003-04-08 18:38  chuckv
1449 <
1450 <        * libmdtools/SimInfo.cpp, libmdtools/Symplectic.cpp,
1451 <        libmdtools/calc_LJ_FF.F90, libmdtools/calc_dipole_dipole.F90,
1452 <        libmdtools/calc_sticky_pair.F90, libmdtools/do_Forces.F90,
1453 <        libmdtools/simulation_module.F90, samples/water/ssd.bass: It works
1454 <        (kinda)...
1455 <
1456 < 2003-04-08 17:35  gezelter
1457 <
1458 <        * libBASS/Globals.cpp, libBASS/Globals.hpp,
1459 <        libmdtools/ExtendedSystem.cpp, libmdtools/ExtendedSystem.hpp,
1460 <        libmdtools/SimSetup.cpp: Fixes for NPT / NVT
1461 <
1462 < 2003-04-08 13:16  chuckv
1463 <
1464 <        * libmdtools/: do_Forces.F90, neighborLists.F90,
1465 <        simulation_module.F90: Moved expand neighborlist to init_FF.
1466 <
1467 < 2003-04-08 11:20  chuckv
1468 <
1469 <        * libmdtools/: ForceFields.cpp, Thermo.cpp, Verlet.cpp: fixes for
1470 <        NVT
1471 <
1472 < 2003-04-08 10:39  gezelter
1473 <
1474 <        * libmdtools/Verlet.cpp: fixes for nvt / npt
1475 <
1476 < 2003-04-08 10:34  gezelter
1477 <
1478 <        * libmdtools/: ExtendedSystem.cpp, StatWriter.cpp, Symplectic.cpp,
1479 <        Thermo.cpp, Verlet.cpp: dt/2 fix in nvt
1480 <
1481 < 2003-04-08 08:50  gezelter
1482 <
1483 <        * libmdtools/ExtendedSystem.cpp: Fixes for affine transform
1484 <
1485 < 2003-04-08 08:44  gezelter
1486 <
1487 <        * libmdtools/: ExtendedSystem.cpp, Molecule.cpp, Molecule.hpp,
1488 <        Symplectic.cpp, Thermo.cpp, Verlet.cpp: Changes to integrate the
1489 <        NVT and NPT ensembles
1490 <
1491 < 2003-04-07 17:42  gezelter
1492 <
1493 <        * libBASS/Globals.cpp, libBASS/Globals.hpp,
1494 <        libmdtools/ExtendedSystem.cpp, libmdtools/SimInfo.cpp,
1495 <        libmdtools/SimSetup.cpp: Fixes for NPT and NVT
1496 <
1497 < 2003-04-07 17:20  mmeineke
1498 <
1499 <        * libmdtools/calc_sticky_pair.F90: fixed a sign error in the radial
1500 <        portion of SSD.
1501 <
1502 < 2003-04-07 17:16  mmeineke
1503 <
1504 <        * libmdtools/: ForceFields.cpp, Symplectic.cpp:
1505 <        doing some testing in sticky through Symplectic.
1506 <
1507 < 2003-04-07 16:51  gezelter
1508 <
1509 <        * libmdtools/: ExtendedSystem.cpp, Verlet.cpp: Working on NVT
1510 <
1511 < 2003-04-07 16:50  chuckv
1512 <
1513 <        * libmdtools/do_Forces.F90: Fixed transpose bug in mpi reduce for
1514 <        tau and virial.
1515 <
1516 < 2003-04-07 16:06  mmeineke
1517 <
1518 <        * libmdtools/DumpWriter.cpp, libmdtools/SimInfo.cpp,
1519 <        libmdtools/SimSetup.cpp, libmdtools/Symplectic.cpp,
1520 <        libmdtools/calc_dipole_dipole.F90, libmdtools/calc_sticky_pair.F90,
1521 <        src/Makefile: bug fixes
1522 <
1523 < 2003-04-07 12:56  gezelter
1524 <
1525 <        * libmdtools/: ExtendedSystem.cpp, Molecule.cpp, Molecule.hpp,
1526 <        StatWriter.cpp, Symplectic.cpp, Thermo.cpp, Thermo.hpp, Verlet.cpp:
1527 <        Many fixes to add extended system
1528 <
1529 < 2003-04-07 10:30  gezelter
1530 <
1531 <        * src/Makefile: Fixed a bug caused by my experimentation
1532 <
1533 < 2003-04-07 10:30  gezelter
1534 <
1535 <        * libmdtools/: ExtendedSystem.cpp, ExtendedSystem.hpp,
1536 <        Integrator.hpp, Makefile, SimSetup.cpp, Symplectic.cpp, Verlet.cpp:
1537 <        Added ExtendedSystem infrastructure for NPT and NVT calculations
1538 <
1539 < 2003-04-07 10:30  gezelter
1540 <
1541 <        * libBASS/: Globals.cpp, Globals.hpp: Added targetPressure to BASS
1542 <
1543 < 2003-04-04 23:07  gezelter
1544 <
1545 <        * src/Makefile: final mods to try a fortran compiler
1546 <
1547 < 2003-04-04 22:39  gezelter
1548 <
1549 <        * libmdtools/: LJ_FF.cpp, SimInfo.cpp, TraPPE_ExFF.cpp,
1550 <        fortranWrapDefines.hpp: Bug fixes for simulation module rewrites
1551 <
1552 < 2003-04-04 21:56  gezelter
1553 <
1554 <        * libmdtools/: Makefile, atype_module.F90, do_Forces.F90,
1555 <        fortranWrappers.cpp, wrappers.F90: bug fixes for compilation
1556 <
1557 < 2003-04-04 21:45  gezelter
1558 <
1559 <        * libmdtools/: fortranWrapDefines.hpp, fortranWrappers.hpp: bug
1560 <        fixes to fortran wrappers
1561 <
1562 < 2003-04-04 17:22  chuckv
1563 <
1564 <        * libmdtools/: Makefile, calc_LJ_FF.F90, calc_dipole_dipole.F90,
1565 <        calc_gb.F90, calc_reaction_field.F90, calc_sticky_pair.F90,
1566 <        do_Forces.F90, fortranWrapDefines.hpp, fortranWrappers.cpp,
1567 <        simulation_module.F90, wrappers.F90: Breaking c and fortran, c gets
1568 <        smarter, fortran gets dumber...
1569 <
1570 < 2003-04-04 14:57  mmeineke
1571 <
1572 <        * libmdtools/: calc_dipole_dipole.F90, do_Forces.F90,
1573 <        neighborLists.F90: fixed a memory read bug in neighborlist
1574 <
1575 < 2003-04-04 14:47  gezelter
1576 <
1577 <        * libmdtools/: ExtendedSystem.cpp, ExtendedSystem.hpp, SimInfo.cpp,
1578 <        SimInfo.hpp, Thermo.cpp: Changes for Extended System
1579 <
1580 < 2003-04-04 14:16  gezelter
1581 <
1582 <        * libmdtools/: ExtendedSystem.cpp, ExtendedSystem.hpp, SimInfo.cpp,
1583 <        SimInfo.hpp: Fixes for ExtendedSystem
1584 <
1585 < 2003-04-03 20:57  gezelter
1586 <
1587 <        * libmdtools/ExtendedSystem.hpp: Added extended system header
1588 <
1589 < 2003-04-03 20:57  gezelter
1590 <
1591 <        * libmdtools/: ExtendedSystem.cpp, Thermo.cpp, Thermo.hpp: changes
1592 <        for extended system code
1593 <
1594 < 2003-04-03 18:49  gezelter
1595 <
1596 <        * libmdtools/: ExtendedSystem.cpp, NVT.cpp: renamed nvt to
1597 <        extendedsystem
1598 <
1599 < 2003-04-03 17:19  mmeineke
1600 <
1601 <        * libmdtools/Molecule.hpp: added some little fixes here and there.
1602 <
1603 < 2003-04-03 17:01  mmeineke
1604 <
1605 <        * libmdtools/TraPPE_ExFF.cpp: fixed a possible call before
1606 <        initialize bug.
1607 <
1608 < 2003-04-03 16:12  mmeineke
1609 <
1610 <        * libmdtools/: DumpWriter.cpp, Molecule.cpp, randomSPRNG.hpp: just
1611 <        little things like deleteing unused variables and such.
1612 <
1613 < 2003-04-03 15:57  mmeineke
1614 <
1615 <        * libmdtools/: Molecule.cpp, Molecule.hpp: a few fixes to
1616 <        simError.h also some fixes to Molecule.hpp
1617 <
1618 < 2003-04-03 15:57  mmeineke
1619 <
1620 <        * libBASS/simError.h: a few fixes to simError.h
1621 <
1622 < 2003-04-03 15:21  mmeineke
1623 <
1624 <        * libBASS/Makefile, libBASS/mpiBASS.c, libBASS/simError.c,
1625 <        libBASS/simError.h, libmdtools/DumpWriter.cpp,
1626 <        libmdtools/ForceFields.cpp, libmdtools/InitializeFromFile.cpp,
1627 <        libmdtools/LJ_FF.cpp, libmdtools/Makefile, libmdtools/Thermo.cpp,
1628 <        libmdtools/TraPPE_ExFF.cpp, libmdtools/mpiSimulation.cpp,
1629 <        src/Makefile, src/oopse.cpp: fixed some small things with
1630 <        simError.h
1631 <
1632 < 2003-04-03 15:19  gezelter
1633 <
1634 <        * libmdtools/: Molecule.cpp, Molecule.hpp: Starting work on NPT
1635 <
1636 < 2003-04-03 14:58  gezelter
1637 <
1638 <        * libmdtools/: NVT.cpp, Thermo.cpp: Added NVT file (very broken for
1639 <        now)
1640 <
1641 < 2003-04-03 08:42  gezelter
1642 <
1643 <        * README, libmdtools/Thermo.cpp, utils/Makefile, utils/quickLate.c:
1644 <        Changed Readme, added some files
1645 <
1646 < 2003-04-02 17:19  mmeineke
1647 <
1648 <        * libmdtools/: ForceFields.cpp, SimInfo.cpp, SimSetup.cpp,
1649 <        Symplectic.cpp, calc_dipole_dipole.F90, calc_sticky_pair.F90:
1650 <        dipoles mostly work, but there is a memory leak somewhere.
1651 <
1652 < 2003-04-02 10:01  mmeineke
1653 <
1654 <        * libmdtools/TraPPE_ExFF.cpp: Fixed a bug where MPI was not getting
1655 <        the proper atomIdents.
1656 <
1657 < 2003-04-01 11:50  chuckv
1658 <
1659 <        * libmdtools/SimInfo.cpp, libmdtools/do_Forces.F90,
1660 <        libmdtools/mpiSimulation.cpp, libmdtools/mpiSimulation_module.F90,
1661 <        samples/argon/argon.bass: more bug fixes....
1662 <
1663 < 2003-04-01 11:49  mmeineke
1664 <
1665 <        * libmdtools/: DumpWriter.cpp, InitializeFromFile.cpp: Fixed
1666 <        DumpWriter to be more robust to errors. also added a little
1667 <        namespace to InitFromFile to wrap it's helper functions in MPI
1668 <
1669 < 2003-03-31 17:09  chuckv
1670 <
1671 <        * libmdtools/: SimInfo.cpp, do_Forces.F90: Fixed bug with pot_local
1672 <        not zeroed.
1673 <
1674 < 2003-03-31 16:50  chuckv
1675 <
1676 <        * libmdtools/BendExtensions.cpp, libmdtools/Exclude.cpp,
1677 <        libmdtools/ForceFields.cpp, libmdtools/Molecule.cpp,
1678 <        libmdtools/Molecule.hpp, libmdtools/SimInfo.cpp,
1679 <        libmdtools/SimSetup.cpp, libmdtools/Thermo.cpp,
1680 <        libmdtools/TraPPE_ExFF.cpp, libmdtools/do_Forces.F90,
1681 <        samples/alkane/butane.bass: Fixes in MPI force calc and in
1682 <        Trappe_Ex parsing.
1683 <
1684 < 2003-03-28 17:34  chuckv
1685 <
1686 <        * libmdtools/DumpWriter.cpp: bug fix in DumpWriter.cpp
1687 <
1688 < 2003-03-28 16:45  chuckv
1689 <
1690 <        * libBASS/Makefile, libmdtools/DumpWriter.cpp,
1691 <        libmdtools/InitializeFromFile.cpp: Bug fixes in read-write
1692 <        routines.
1693 <
1694 < 2003-03-28 14:33  mmeineke
1695 <
1696 <        * libmdtools/: Exclude.cpp, Exclude.hpp, Molecule.cpp,
1697 <        Molecule.hpp, SRI.hpp, SimSetup.cpp, simulation_module.F90: fixed a
1698 <        bug where the Excludes were not being created properly
1699 <
1700 < 2003-03-28 14:30  chuckv
1701 <
1702 <        * libBASS/Makefile, libmdtools/DumpWriter.cpp,
1703 <        libmdtools/LJ_FF.cpp, libmdtools/SimSetup.cpp,
1704 <        libmdtools/TraPPE_ExFF.cpp, libmdtools/mpiSimulation.cpp: mpi fixes
1705 <        and debugging mpi read write from file.
1706 <
1707 < 2003-03-28 10:28  mmeineke
1708 <
1709 <        * libmdtools/: LJ_FF.cpp, TraPPE_ExFF.cpp: fixed long range
1710 <        interactions in Trappe
1711 <
1712 < 2003-03-27 18:33  chuckv
1713 <
1714 <        * libmdtools/: SimSetup.cpp, mpiSimulation.cpp,
1715 <        mpiSimulation_module.F90: MPI buggy, fixed mpiRefresh issue.
1716 <
1717 < 2003-03-27 17:16  mmeineke
1718 <
1719 <        * libmdtools/: Exclude.cpp, SimSetup.cpp: fixed a bug where
1720 <        excludes were not being initialized
1721 <
1722 < 2003-03-27 16:52  mmeineke
1723 <
1724 <        * src/Makefile: [no log message]
1725 <
1726 < 2003-03-27 16:52  mmeineke
1727 <
1728 <        * libmdtools/SimSetup.cpp: Fixed a single processor segfault bug.
1729 <
1730 < 2003-03-27 16:07  mmeineke
1731 <
1732 <        * libmdtools/: Exclude.cpp, ForceFields.cpp, LJ_FF.cpp,
1733 <        Molecule.cpp, Symplectic.cpp, Thermo.cpp, TraPPE_ExFF.cpp,
1734 <        Verlet.cpp: fixed the compile time bugs, Source builds and links
1735 <
1736 < 2003-03-27 15:48  mmeineke
1737 <
1738 <        * libmdtools/: Molecule.cpp, SimInfo.hpp, SimSetup.cpp: fixed a few
1739 <        more bugs.
1740 <
1741 < 2003-03-27 15:40  mmeineke
1742 <
1743 <        * libmdtools/Molecule.cpp: added the Molecule.cpp file
1744 <
1745 < 2003-03-27 15:39  mmeineke
1746 <
1747 <        * libmdtools/: Makefile, Molecule.hpp:  fixed the makefile
1748 <
1749 < 2003-03-27 15:36  mmeineke
1750 <
1751 <        * libmdtools/: AbstractClasses.hpp, ForceFields.cpp,
1752 <        ForceFields.hpp, LJ_FF.cpp, Makefile, Molecule.hpp, SimInfo.cpp,
1753 <        SimSetup.cpp, SimSetup.hpp: fixing some compile time bugs
1754 <
1755 < 2003-03-27 15:12  mmeineke
1756 <
1757 <        * libmdtools/: AbstractClasses.hpp, ForceFields.cpp,
1758 <        Integrator.hpp, Molecule.hpp, Symplectic.cpp, Thermo.cpp,
1759 <        Verlet.cpp: I have implemeted Molecules everywhere I could remember
1760 <        to.  will now attempt to compile.
1761 <
1762 < 2003-03-27 14:21  mmeineke
1763 <
1764 <        * libmdtools/: Molecule.hpp, SimInfo.hpp, SimSetup.cpp,
1765 <        SimSetup.hpp, mpiSimulation.cpp, mpiSimulation.hpp: finished
1766 <        updating SimSetup to initialize and use the new MPI division of
1767 <        labour, and Molecule class
1768 <
1769 < 2003-03-27 12:55  mmeineke
1770 <
1771 <        * libmdtools/TraPPE_ExFF.cpp: finished conversion of TraPPE_ExFF to
1772 <        use Molecule
1773 <
1774 < 2003-03-27 12:32  mmeineke
1775 <
1776 <        * libmdtools/: ForceFields.cpp, ForceFields.hpp, LJ_FF.cpp,
1777 <        SimInfo.cpp, SimSetup.cpp, TraPPE_ExFF.cpp: LJ_FF has been
1778 <        converted to the new Molecule model. TraPPE_Ex is currently being
1779 <        updated.  SimSetups routines are writtten, but not yet called.
1780 <
1781 < 2003-03-27 10:07  gezelter
1782 <
1783 <        * libmdtools/: DumpWriter.cpp, InitializeFromFile.cpp,
1784 <        mpiSimulation.cpp, mpiSimulation.hpp: fixes for local->global atom
1785 <        numbering in MPI
1786 <
1787 < 2003-03-27 09:30  mmeineke
1788 <
1789 <        * libmdtools/mpiSimulation.cpp: little bug fixes here and there.
1790 <
1791 < 2003-03-26 20:49  gezelter
1792 <
1793 <        * libmdtools/: DumpWriter.cpp, InitializeFromFile.cpp: Fixes to
1794 <        fileio for MPI
1795 <
1796 < 2003-03-26 18:14  gezelter
1797 <
1798 <        * libmdtools/: DumpWriter.cpp, Exclude.cpp, Molecule.hpp,
1799 <        mpiSimulation.cpp, mpiSimulation.hpp, mpiSimulation_module.F90: bug
1800 <        fixes   many bug fixes
1801 <
1802 < 2003-03-26 17:24  gezelter
1803 <
1804 <        * libmdtools/DumpWriter.cpp: Making DumpWriter less dependent on
1805 <        sequence of atoms on the other processors.  Node 0 now fires
1806 <        potatoes at other processors to get them to send french fries back.
1807 <
1808 < 2003-03-26 17:02  mmeineke
1809 <
1810 <        * libmdtools/: DirectionalAtom.cpp, SimSetup.cpp: the skeleton for
1811 <        making the molecules is in place. ForceField needs to be updated
1812 <        next.
1813 <
1814 < 2003-03-26 16:54  mmeineke
1815 <
1816 <        * libmdtools/: Atom.cpp, Atom.hpp, Exclude.cpp: fixed a couple of
1817 <        the "static" bugs in  Atom and Exclude
1818 <
1819 < 2003-03-26 16:50  mmeineke
1820 <
1821 <        * libmdtools/: Exclude.cpp, Exclude.hpp, Molecule.hpp, SimInfo.hpp,
1822 <        SimSetup.cpp: still working on the SimSetup routine. also fixed
1823 <        some things in Exclude.hpp
1824 <
1825 < 2003-03-26 16:24  gezelter
1826 <
1827 <        * libmdtools/Makefile: Added Atom.cpp and Exclude.cpp
1828 <
1829 < 2003-03-26 16:23  gezelter
1830 <
1831 <        * libmdtools/: Atom.cpp, Exclude.cpp, Exclude.hpp: Fixes in Atom
1832 <        and Exclude list
1833 <
1834 < 2003-03-26 16:04  gezelter
1835 <
1836 <        * libmdtools/: Atom.cpp, Atom.hpp: Make Atom.cpp able to add and
1837 <        delete ranges of atoms
1838 <
1839 < 2003-03-26 15:45  mmeineke
1840 <
1841 <        * libmdtools/: Exclude.cpp, Exclude.hpp: added an Exclude class
1842 <        with static arrays similar to the Atom class
1843 <
1844 < 2003-03-26 15:22  mmeineke
1845 <
1846 <        * libmdtools/: Molecule.hpp, SimSetup.cpp, SimSetup.hpp: I'm
1847 <        overhauling the molecule class to contain it's own bonds, bends,
1848 <        and torsions.
1849 <        
1850 <        may god have mercy on my soul.
1851 <
1852 < 2003-03-26 14:34  chuckv
1853 <
1854 <        * libmdtools/mpiSimulation.cpp: Finished globalIndex.
1855 <
1856 < 2003-03-26 13:02  gezelter
1857 <
1858 <        * libmdtools/: mpiComponentPlan.h, mpiSimulation.cpp,
1859 <        mpiSimulation.hpp: MPI stuff for passing out molecules
1860 <
1861 < 2003-03-26 11:12  chuckv
1862 <
1863 <        * libmdtools/mpiSimulation.cpp: working on load balancing
1864 <
1865 < 2003-03-26 10:37  chuckv
1866 <
1867 <        * libmdtools/Thermo.cpp, libmdtools/Thermo.hpp,
1868 <        samples/argon/argon.bass: Fixes for Parallel thermalization
1869 <
1870 < 2003-03-26 09:55  mmeineke
1871 <
1872 <        * libmdtools/: SimInfo.cpp, Thermo.cpp: fixed an mpi include bug in
1873 <        THermo.cpp
1874 <
1875 < 2003-03-25 17:54  chuckv
1876 <
1877 <        * libmdtools/: Thermo.cpp, Thermo.hpp: Fixed bugs with calculation
1878 <        of potential energy and temperature.
1879 <
1880 < 2003-03-25 09:29  mmeineke
1881 <
1882 <        * libBASS/obj/dummy, libmdtools/MPIobj/dummy, libmdtools/obj/dummy,
1883 <        src/MPIobj/dummy, src/obj/dummy: [no log message]
1884 <
1885 < 2003-03-25 09:29  mmeineke
1886 <
1887 <        * libBASS/MPIobj/dummy: added dummy files to keep the build
1888 <        deirectories from being pruned.
1889 <
1890 < 2003-03-24 20:07  gezelter
1891 <
1892 <        * samples/Makefile, tests/Makefile: moving tests to samples
1893 <
1894 < 2003-03-24 20:06  gezelter
1895 <
1896 <        * samples/alkane/Makefile, samples/alkane/alkanes.mdl,
1897 <        samples/alkane/butane.bass, samples/alkane/init_butane.eor,
1898 <        samples/argon/Makefile, samples/argon/argon.bass,
1899 <        samples/argon/init_argon.eor, samples/argon/lj.mdl,
1900 <        samples/lipid/5x5.bass, samples/lipid/Makefile,
1901 <        samples/lipid/init_5x5.eor, samples/lipid/lipid.mdl,
1902 <        samples/lipid/water.mdl, samples/water/Makefile,
1903 <        samples/water/init_ssd.eor, samples/water/ssd.bass,
1904 <        samples/water/water.mdl, tests/alkane/Makefile,
1905 <        tests/alkane/alkanes.mdl, tests/alkane/butane.bass,
1906 <        tests/alkane/init_butane.eor, tests/argon/Makefile,
1907 <        tests/argon/argon.bass, tests/argon/init_argon.eor,
1908 <        tests/argon/lj.mdl, tests/lipid/5x5.bass, tests/lipid/Makefile,
1909 <        tests/lipid/init_5x5.eor, tests/lipid/lipid.mdl,
1910 <        tests/lipid/water.mdl, tests/water/Makefile,
1911 <        tests/water/init_ssd.eor, tests/water/ssd.bass,
1912 <        tests/water/water.mdl: moved tests to samples
1913 <
1914 < 2003-03-24 19:51  gezelter
1915 <
1916 <        * ac-tools/configure.in: Tests are becoming samples
1917 <
1918 < 2003-03-24 19:46  gezelter
1919 <
1920 <        * ac-tools/Make.conf.in, tests/Makefile, tests/alkane/Makefile,
1921 <        tests/argon/Makefile, tests/lipid/Makefile, tests/water/Makefile:
1922 <        Added makefiles in tests directories
1923 <
1924 < 2003-03-24 16:55  gezelter
1925 <
1926 <        * libBASS/Globals.cpp, libBASS/Globals.hpp, libmdtools/SimInfo.cpp,
1927 <        libmdtools/SimInfo.hpp, libmdtools/SimSetup.cpp,
1928 <        libmdtools/TraPPE_ExFF.cpp, libmdtools/calc_dipole_dipole.F90,
1929 <        libmdtools/calc_reaction_field.F90,
1930 <        libmdtools/calc_sticky_pair.F90, libmdtools/do_Forces.F90,
1931 <        libmdtools/simulation_module.F90: electrostatic changes for dipole
1932 <        / RF separation
1933 <
1934 < 2003-03-24 13:33  mmeineke
1935 <
1936 <        * libmdtools/: Atom.hpp, ForceFields.cpp, SimInfo.cpp,
1937 <        do_Forces.F90: little bug fixes here and there
1938 <
1939 < 2003-03-24 11:04  mmeineke
1940 <
1941 <        * tests/argon/: argon.bass, init_argon.eor, lj.mdl: added an argon
1942 <        test simulation
1943 <
1944 < 2003-03-24 11:02  mmeineke
1945 <
1946 <        * tests/: lipid/5x5.bass, lipid/init_5x5.eor, lipid/lipid.mdl,
1947 <        lipid/water.mdl, water/init_ssd.eor, water/ssd.bass,
1948 <        water/water.mdl: [no log message]
1949 <
1950 < 2003-03-24 11:02  mmeineke
1951 <
1952 <        * tests/alkane/: alkanes.mdl, butane.bass, init_butane.eor: added
1953 <        some test bass files for experimenting with
1 > 2004-07-16 11:31  gezelter
2 >
3 >        * src/oose.cpp: New  web address
4 >
5 > 2004-07-16 11:29  gezelter
6 >
7 >        * libmdtools/Integrator.hpp, libmdtools/OOPSEMinimizer.cpp,
8 >        libmdtools/OOPSEMinimizer.hpp, libmdtools/SimSetup.cpp,
9 >        src/oopse.cpp: Minor changes
10 >
11 > 2004-07-15 14:43  chrisfen
12 >
13 >        * samples/water/: spce/water.mdl, ssde/water.mdl, tip4p/water.mdl:
14 >        Expanded the water.mdl file
15 >
16 > 2004-07-15 14:37  chrisfen
17 >
18 >        * forceFields/WATER.frc: Added the SPC water model
19 >
20 > 2004-07-15 14:29  chrisfen
21 >
22 >        * samples/water/tip4p/tp4.bass: quick change in tp4.bass
23 >
24 > 2004-07-15 14:28  chrisfen
25 >
26 >        * samples/water/tip4p/: TP4init.in, tp4.bass, water.mdl: Added
27 >        TIP4P water sample
28 >
29 > 2004-07-14 17:25  chrisfen
30 >
31 >        * samples/water/spce/: SPCEinit.in, spce.bass, water.mdl: Added
32 >        SPCE water sample
33 >
34 > 2004-07-14 15:58  chrisfen
35 >
36 >        * samples/water/ssde/: 256init.in, ssde.bass, water.mdl: Good ssde
37 >        simulation sample added
38 >
39 > 2004-07-14 15:11  gezelter
40 >
41 >        * configure, libmdtools/ConstraintIterator.hpp,
42 >        libmdtools/Integrator.hpp: Fixes for MacOS X with xlc++ and xlf
43 >
44 > 2004-07-12 13:08  chuckv
45 >
46 >        * ac-tools/fortran90.m4: [no log message]
47 >
48 > 2004-07-02 16:41  gezelter
49 >
50 >        * libmdtools/calc_shapes.F90: Added a bunch of stuff
51 >
52 > 2004-06-29 17:52  tim
53 >
54 >        * libmdtools/Mat3x3d.cpp: fixed a bug in Mat3x3d.cpp
55 >
56 > 2004-06-29 16:15  gezelter
57 >
58 >        * libmdtools/calc_shapes.F90: added SHAPE force routine
59 >
60 > 2004-06-21 13:52  tim
61 >
62 >        * ChangeLog, libmdtools/CallbackFunctor.hpp,
63 >        libmdtools/ConstraintAlgorithm.cpp,
64 >        libmdtools/ConstraintElement.hpp, libmdtools/Integrator.cpp,
65 >        libmdtools/Rattle.cpp, libmdtools/RigidBody.cpp,
66 >        libmdtools/RigidBody.hpp, libmdtools/Roll.cpp, libmdtools/Roll.hpp,
67 >        samples/alkane/alkanes.mdl: roll in progress
68 >
69 > 2004-06-11 14:46  gezelter
70 >
71 >        * libmdtools/notifyCutoffs.F90: nicer error message formatting
72 >
73 > 2004-06-11 14:24  gezelter
74 >
75 >        * libmdtools/: Make.dep, Makefile.in: Fixed dependency bug (we
76 >        hope)
77 >
78 > 2004-06-11 12:16  tim
79 >
80 >        * ChangeLog, libBASS/MoleculeStamp.cpp,
81 >        libmdtools/ConstraintAlgorithm.cpp,
82 >        libmdtools/ConstraintAlgorithm.hpp,
83 >        libmdtools/ConstraintElement.cpp, libmdtools/DumpReader.cpp,
84 >        libmdtools/Euler3.cpp, libmdtools/Euler3.hpp,
85 >        libmdtools/InitializeFromFile.cpp, libmdtools/Integrator.cpp,
86 >        libmdtools/Integrator.hpp, libmdtools/Make.dep,
87 >        libmdtools/Mat3x3d.cpp, libmdtools/Mat3x3d.hpp, libmdtools/NPT.cpp,
88 >        libmdtools/NVT.cpp, libmdtools/Rattle.hpp, libmdtools/Roll.cpp,
89 >        libmdtools/Roll.hpp: roll in progress
90 >
91 > 2004-06-11 11:46  gezelter
92 >
93 >        * samples/metals/Au.bass: Sample now does variant
94 >
95 > 2004-06-11 11:46  gezelter
96 >
97 >        * libmdtools/EAM_FF.cpp: General fixes for formatting
98 >
99 > 2004-06-11 11:45  gezelter
100 >
101 >        * forceFields/: Ag.VC.funcfl, Al.VC.funcfl, Au.VC.funcfl,
102 >        Cu.VC.funcfl, Ni.VC.funcfl, Pd.VC.funcfl, Pt.VC.funcfl: Converted
103 >        D's to E's in the funcfl files so that C can read them.
104 >
105 > 2004-06-11 11:35  gezelter
106 >
107 >        * forceFields/: Ag.VC.funcfl, Ag.Voter.eam, Ag.u3.eam,
108 >        Ag.u3.funcfl, Ag.u6.eam, Ag.u6.funcfl, Al.VC.funcfl, Al.Voter.eam,
109 >        Au.VC.funcfl, Au.Voter.eam, Au.u3.eam, Au.u3.funcfl, Au.u6.eam,
110 >        Au.u6.funcfl, Cu.VC.funcfl, Cu.Voter.eam, Cu.u3.eam, Cu.u3.funcfl,
111 >        Cu.u6.eam, Cu.u6.funcfl, EAM.VC.frc, EAM.Voter.frc, EAM.frc,
112 >        EAM.u3.frc, EAM.u6.frc, Ni.VC.funcfl, Ni.Voter.eam, Ni.u3.eam,
113 >        Ni.u3.funcfl, Ni.u6.eam, Ni.u6.funcfl, Pd.VC.funcfl, Pd.Voter.eam,
114 >        Pd.u3.eam, Pd.u3.funcfl, Pd.u6.eam, Pd.u6.funcfl, Pt.VC.funcfl,
115 >        Pt.u3.eam, Pt.u3.funcfl, Pt.u6.eam, Pt.u6.funcfl: changing file
116 >        extensions to be more in line with what's actually in the file
117 >
118 > 2004-06-11 10:31  gezelter
119 >
120 >        * forceFields/: Ag.Voter.eam, Ag.u3.eam, Ag.u6.eam, Al.Voter.eam,
121 >        Au.Voter.eam, Au.u3.eam, Au.u6.eam, Cu.Voter.eam, Cu.u3.eam,
122 >        Cu.u6.eam, EAM.frc, EAM.u6.frc, Ni.Voter.eam, Ni.u3.eam, Ni.u6.eam,
123 >        Pd.Voter.eam, Pd.u3.eam, Pd.u6.eam, Pt.u3.eam, Pt.u6.eam,
124 >        ag.u3.eam, au.u3.eam, cu.u3.eam, ni.u3.eam, pd.u3.eam, pt.u3.eam:
125 >        Added a bunch of files for EAM variants
126 >
127 > 2004-06-11 09:14  gezelter
128 >
129 >        * samples/metals/Au.bass: Modified EAM to use forceFieldVariant,
130 >        show sample in Au.bass
131 >
132 > 2004-06-11 09:14  gezelter
133 >
134 >        * libmdtools/: EAM_FF.cpp, ForceFields.hpp, SimSetup.cpp,
135 >        SimSetup.hpp: Modified EAM to use forceFieldVariant
136 >
137 > 2004-06-11 09:13  gezelter
138 >
139 >        * libBASS/: Globals.cpp, Globals.hpp: Added forceFieldVariant
140 >        global
141 >
142 > 2004-06-10 17:15  gezelter
143 >
144 >        * forceFields/: EAM.Voter.frc, EAM.frc, EAM.u3.frc, EAM_FF.frc,
145 >        ag.u3.eam, agu3.eam, au.u3.eam, auu3.eam, backup.DUFF.frc,
146 >        cu.u3.eam, cuu3.eam, ni.u3.eam, niu3.eam, pd.u3.eam, pdu3.eam,
147 >        pt.u3.eam, ptu3.eam: reorg of EAM force fields to have variants
148 >
149 > 2004-06-10 12:09  chrisfen
150 >
151 >        * libmdtools/ForceFields.cpp: Fixed a thermodynamic integration
152 >        issue.  Force and torque scaling loops over atoms, not stuntdoubles
153 >
154 > 2004-06-10 10:00  gezelter
155 >
156 >        * libBASS/: MakeStamps.cpp, MoleculeStamp.cpp: Removed debugging
157 >        printf statements
158 >
159 > 2004-06-10 09:59  gezelter
160 >
161 >        * libBASS/: MakeStamps.cpp, MoleculeStamp.cpp, make_nodes.c: Fixed
162 >        indexing bug in stamps
163 >
164 > 2004-06-09 11:59  tim
165 >
166 >        * ChangeLog, libmdtools/Roll.cpp: Roll in progress
167 >
168 > 2004-06-09 11:16  tim
169 >
170 >        * libmdtools/: ConstraintAlgorithm.hpp, ConstraintElement.hpp,
171 >        Euler3.cpp, Euler3.hpp, Integrator.hpp, Make.dep, Makefile.in,
172 >        Mat3x3d.cpp, Mat3x3d.hpp, Quaternion.cpp, Quaternion.hpp,
173 >        Rattle.cpp, Rattle.hpp, RigidBody.cpp, RigidBody.hpp, Roll.cpp,
174 >        Roll.hpp, Shake.cpp, Shake.hpp, Vector3d.cpp, Vector3d.hpp: 1.
175 >        adding some useful math classes(Mat3x3d, Vector3d, Quaternion,
176 >        Euler3)  these classes use anonymous union and struct to support
177 >        double[3], double[3][3] and double[4] 2. adding roll constraint
178 >        algorithm
179 >
180 > 2004-06-08 11:49  gezelter
181 >
182 >        * libmdtools/: NPT.cpp, NPTf.cpp, StuntDouble.cpp, Thermo.cpp:
183 >        Fixed a bug in NPTf (vScale was declared in the cpp file in
184 >        addition to the declaration in Integrator.hpp file)
185 >
186 > 2004-06-07 09:26  gezelter
187 >
188 >        * libBASS/Globals.cpp, libmdtools/AtomVisitor.cpp,
189 >        libmdtools/CallbackFunctor.hpp, libmdtools/ConstraintAlgorithm.hpp,
190 >        libmdtools/ConstraintIterator.hpp,
191 >        libmdtools/ConstraintManager.hpp, libmdtools/ConstraintPair.hpp,
192 >        libmdtools/DirectionalAtom.cpp, libmdtools/DumpReader.cpp,
193 >        libmdtools/DumpWriter.cpp, libmdtools/MatVec3.c,
194 >        libmdtools/MatVec3.h, libmdtools/StreamTokenizer.hpp,
195 >        libmdtools/ZConsReader.cpp: Fixes from gcc -Wall
196 >
197 > 2004-06-07 09:09  chrisfen
198 >
199 >        * libmdtools/Thermo.cpp: Dan cleaned up the pressure calculation a
200 >        bit...  Got rid of some unnecessary lines of code in Thermo.cpp
201 >
202 > 2004-06-04 16:00  gezelter
203 >
204 >        * libmdtools/: ConstraintIterator.hpp, OOPSEMinimizer.cpp,
205 >        StuntDouble.cpp: small bugfixes
206 >
207 > 2004-06-04 15:29  tim
208 >
209 >        * libmdtools/Integrator.hpp: [no log message]
210 >
211 > 2004-06-04 14:30  tim
212 >
213 >        * ChangeLog, libmdtools/CallbackFunctor.cpp,
214 >        libmdtools/CallbackFunctor.hpp, libmdtools/ConstraintAlgorithm.cpp,
215 >        libmdtools/ConstraintAlgorithm.hpp, libmdtools/Integrator.hpp,
216 >        libmdtools/OOPSEMinimizer.cpp, libmdtools/Rattle.hpp,
217 >        libmdtools/Shake.hpp, libmdtools/ShakeMin.cpp,
218 >        libmdtools/ShakeMin.hpp: constraint algorithm for minimization is
219 >        working
220 >
221 > 2004-06-04 11:23  gezelter
222 >
223 >        * forceFields/charmm27.vdw: Moved to SHAPES
224 >
225 > 2004-06-04 11:23  gezelter
226 >
227 >        * forceFields/: LJ.vdw, amber99.vdw, gaff.vdw, oplsaal.vdw: [no log
228 >        message]
229 >
230 > 2004-06-04 09:59  gezelter
231 >
232 >        * libmdtools/: notifyCutoffs.F90, status_module.F90, wrappers.F90:
233 >        More work on Fortran side of error handler
234 >
235 > 2004-06-04 09:59  gezelter
236 >
237 >        * configure, ac-tools/aclocal.m4: fixed a typo in autoconf script
238 >
239 > 2004-06-04 09:35  gezelter
240 >
241 >        * libmdtools/: Makefile.in, fInfo.c, status_module.F90: Unifying
242 >        the error handlers
243 >
244 > 2004-06-04 09:17  gezelter
245 >
246 >        * libBASS/: MemberStamp.cpp, MemberStamp.hpp: Not used anymore
247 >
248 > 2004-06-04 09:11  gezelter
249 >
250 >        * libBASS/: config.h.in, fError.c: forgot to add these
251 >
252 > 2004-06-03 22:15  tim
253 >
254 >        * ChangeLog, libBASS/MoleculeStamp.cpp, libBASS/MoleculeStamp.hpp,
255 >        libmdtools/CallbackFunctor.cpp, libmdtools/ConstraintAlgorithm.cpp,
256 >        libmdtools/ConstraintManager.cpp, libmdtools/GenericData.cpp,
257 >        libmdtools/GenericData.hpp, libmdtools/Integrator.cpp,
258 >        libmdtools/Integrator.hpp, libmdtools/Make.dep,
259 >        libmdtools/Makefile.in, libmdtools/Molecule.cpp,
260 >        libmdtools/Molecule.hpp, libmdtools/NPT.cpp, libmdtools/NVT.cpp,
261 >        libmdtools/OOPSEMinimizer.cpp, libmdtools/OOPSEMinimizer.hpp,
262 >        libmdtools/RigidBody.cpp, libmdtools/RigidBody.hpp,
263 >        libmdtools/SimInfo.cpp, libmdtools/SimInfo.hpp,
264 >        libmdtools/SimSetup.cpp, libmdtools/StuntDouble.cpp,
265 >        libmdtools/StuntDouble.hpp, utils/Vector3.hpp: new rattle algorithm
266 >        is working
267 >
268 > 2004-06-03 21:38  gezelter
269 >
270 >        * configure, ac-tools/aclocal.m4, ac-tools/configure.in,
271 >        libBASS/Makefile.in, libBASS/mpiBASS.h, libBASS/simError.c,
272 >        libBASS/simError.h, libmdtools/Makefile.in, libmdtools/config.h.in,
273 >        libmdtools/notifyCutoffs.F90, src/Makefile.in: Config changes for
274 >        fortran access to SimError
275 >
276 > 2004-06-03 16:51  tim
277 >
278 >        * libmdtools/: CallbackFunctor.cpp, CallbackFunctor.hpp,
279 >        ConstraintAlgorithm.cpp, ConstraintAlgorithm.hpp,
280 >        ConstraintElement.cpp, ConstraintElement.hpp,
281 >        ConstraintIterator.hpp, ConstraintManager.cpp,
282 >        ConstraintManager.hpp, ConstraintPair.hpp, Rattle.cpp, Rattle.hpp,
283 >        Shake.cpp, Shake.hpp, ShakeMin.cpp, ShakeMin.hpp, TypeInfo.hpp: new
284 >        implementation of constraint
285 >
286 > 2004-06-03 16:06  tim
287 >
288 >        * libmdtools/DumpWriter.cpp: fixed a bug which only writes out the
289 >        first atom of a molecule
290 >
291 > 2004-06-03 15:02  gezelter
292 >
293 >        * libmdtools/SimSetup.cpp: Fixed groupOffset bug
294 >
295 > 2004-06-03 15:02  gezelter
296 >
297 >        * ac-tools/: aclocal.m4, configure.in: Working on MPI scripting for
298 >        autoconf
299 >
300 > 2004-06-02 13:28  gezelter
301 >
302 >        * samples/argon/Makefile: Shouldn't have been in CVS
303 >
304 > 2004-06-02 13:28  gezelter
305 >
306 >        * samples/argon/Makefile: Why is this in CVS?
307 >
308 > 2004-06-02 13:27  gezelter
309 >
310 >        * libmdtools/: DUFF.cpp, EAM_FF.cpp, LJFF.cpp, Make.dep,
311 >        Makefile.in, WATER.cpp: formatting error messages, dependency fixes
312 >
313 > 2004-06-02 13:27  gezelter
314 >
315 >        * libBASS/simError.h: starting fortran-usable version of simError
316 >
317 > 2004-06-02 09:56  chrisfen
318 >
319 >        * samples/argon/Makefile: Probably shouldn't be in CVS
320 >
321 > 2004-06-02 09:56  chrisfen
322 >
323 >        * libmdtools/: Integrator.cpp, NVT.cpp, ReadWrite.hpp,
324 >        Restraints.cpp, SimInfo.cpp, StatWriter.cpp: Formatting Changes,
325 >        removed writeRaw
326 >
327 > 2004-06-02 09:56  chrisfen
328 >
329 >        * libBASS/simError.c: Formatting Changes
330 >
331 > 2004-06-02 09:21  gezelter
332 >
333 >        * libBASS/simError.c, libBASS/simError.h, libmdtools/SimInfo.cpp:
334 >        severity levels in simError
335 >
336 > 2004-06-01 16:45  gezelter
337 >
338 >        * libmdtools/: Exclude.cpp, SimInfo.cpp, calc_LJ_FF.F90,
339 >        do_Forces.F90, mpiSimulation.cpp, neighborLists.F90,
340 >        simulation_module.F90: Bug fix (fixes of skipList and neighbor list
341 >        under MPI)
342 >
343 > 2004-06-01 16:44  gezelter
344 >
345 >        * libBASS/MoleculeStamp.cpp: Bug fix (memory leak)
346 >
347 > 2004-06-01 13:43  gezelter
348 >
349 >        * samples/argon/argon.bass: Testing
350 >
351 > 2004-06-01 13:42  gezelter
352 >
353 >        * libmdtools/: SimInfo.cpp, SimInfo.hpp, SimSetup.cpp,
354 >        SimSetup.hpp, do_Forces.F90, fortranWrapDefines.hpp,
355 >        mpiSimulation.cpp, mpiSimulation_module.F90, simulation_module.F90:
356 >        Cutoff Groups for MPI
357 >
358 > 2004-06-01 13:07  chrisfen
359 >
360 >        * libmdtools/: ForceFields.cpp, StatWriter.cpp: Fixed bug in
361 >        useLiquidThermInt routine in ForceFields.cpp
362 >
363 > 2004-06-01 12:15  chrisfen
364 >
365 >        * libmdtools/: ForceFields.cpp, Integrator.cpp, SimInfo.cpp,
366 >        SimInfo.hpp, SimSetup.cpp, StatWriter.cpp: Implemented a separate
367 >        solid and liquid thermodynamic integration routines
368 >
369 > 2004-06-01 10:57  tim
370 >
371 >        * libmdtools/: CutoffGroup.hpp, SimSetup.cpp: cutoff group in
372 >        progress
373 >
374 > 2004-06-01 09:27  chrisfen
375 >
376 >        * libBASS/: Globals.cpp, Globals.hpp: Added useLiquidThermInt
377 >        keyword and changed useThermInt to useSolidThermInt
378 >
379 > 2004-06-01 09:21  chrisfen
380 >
381 >        * libBASS/: Globals.cpp, Globals.hpp: Paving the way for separate
382 >        solid and liquid thermodynamic integration routines
383 >
384 > 2004-05-28 10:21  gezelter
385 >
386 >        * libmdtools/do_Forces.F90: bugfix starting
387 >
388 > 2004-05-27 15:06  chrisfen
389 >
390 >        * libmdtools/: Integrator.cpp, StatWriter.cpp: Fixed a bug in
391 >        Integrator.cpp where it called writeRaw() when useThermInt =
392 >        false...
393 >
394 > 2004-05-27 14:51  tim
395 >
396 >        * ChangeLog, libmdtools/do_Forces.F90,
397 >        libmdtools/simulation_module.F90: Bug fix for SkipList
398 >
399 > 2004-05-27 14:26  gezelter
400 >
401 >        * libmdtools/SimSetup.cpp: bugfix in simsetup?
402 >
403 > 2004-05-27 13:59  gezelter
404 >
405 >        * libmdtools/: DumpReader.cpp, DumpWriter.cpp,
406 >        InitializeFromFile.cpp, SimInfo.cpp, SimSetup.cpp, SimSetup.hpp,
407 >        ZConsWriter.cpp, ZConstraint.cpp, fortranWrapDefines.hpp,
408 >        mdProfile.cpp, mpiSimulation.cpp, mpiSimulation.hpp,
409 >        mpiSimulation_module.F90, randomSPRNG.cpp, simulation_module.F90:
410 >        Cutoff group changes under MPI
411 >
412 > 2004-05-27 11:20  gezelter
413 >
414 >        * configure, ac-tools/aclocal.m4, ac-tools/configure.in: Fixes for
415 >        xlc++
416 >
417 > 2004-05-27 10:31  tim
418 >
419 >        * libmdtools/SimInfo.cpp: groupList new bases on global index of
420 >        atoms
421 >
422 > 2004-05-27 10:21  gezelter
423 >
424 >        * src/: oopse.cpp, oose.cpp: Modified the nifty banner
425 >
426 > 2004-05-27 10:21  gezelter
427 >
428 >        * libmdtools/: Make.dep, do_Forces.F90, simulation_module.F90:
429 >        Fixed off-by-one error in groupStartRow and groupStartCol
430 >
431 > 2004-05-26 19:48  tim
432 >
433 >        * ChangeLog, libmdtools/DumpReader.cpp, libmdtools/DumpWriter.cpp,
434 >        libmdtools/InitializeFromFile.cpp, libmdtools/Integrator.hpp,
435 >        libmdtools/SimInfo.cpp, libmdtools/SimSetup.cpp,
436 >        libmdtools/ZConsWriter.cpp, libmdtools/calc_LJ_FF.F90,
437 >        libmdtools/calc_charge_charge.F90,
438 >        libmdtools/calc_dipole_dipole.F90, libmdtools/calc_eam.F90,
439 >        libmdtools/calc_gb.F90, libmdtools/calc_reaction_field.F90,
440 >        libmdtools/calc_sticky_pair.F90, libmdtools/do_Forces.F90,
441 >        libmdtools/force_globals.F90, libmdtools/mdProfile.cpp,
442 >        libmdtools/mpiComponentPlan.h, libmdtools/mpiSimulation.cpp,
443 >        libmdtools/mpiSimulation.hpp, libmdtools/mpiSimulation_module.F90,
444 >        libmdtools/neighborLists.F90, libmdtools/randomSPRNG.cpp,
445 >        libmdtools/simulation_module.F90: in the progress of fixing MPI
446 >        version of cutoff group
447 >
448 > 2004-05-26 11:41  gezelter
449 >
450 >        * libmdtools/do_Forces.F90: Compacted all of the 8 copies of the
451 >        force loop into one.
452 >
453 > 2004-05-24 17:24  gezelter
454 >
455 >        * libmdtools/: calc_eam.F90, calc_gb.F90: pressure tensor fixes
456 >
457 > 2004-05-24 16:23  chrisfen
458 >
459 >        * libmdtools/Restraints.cpp: Removed unnecessary variables and
460 >        changed error messages in Restraints.cpp
461 >
462 > 2004-05-24 16:03  gezelter
463 >
464 >        * libmdtools/: Thermo.cpp, calc_LJ_FF.F90, calc_charge_charge.F90,
465 >        calc_dipole_dipole.F90, calc_eam.F90, calc_gb.F90,
466 >        calc_reaction_field.F90, calc_sticky_pair.F90, do_Forces.F90: Fixes
467 >        for stress / pressure tensor by cutoff group
468 >
469 > 2004-05-22 15:55  chrisfen
470 >
471 >        * libmdtools/Restraints.cpp: Fixed an error in Restraints.cpp...
472 >        Too many arguements in a function call.
473 >
474 > 2004-05-22 13:17  chrisfen
475 >
476 >        * libBASS/: Globals.cpp, Globals.hpp: Added Bass keyword
477 >        useThermInt.
478 >
479 > 2004-05-22 13:16  chrisfen
480 >
481 >        * libmdtools/: Atom.hpp, DirectionalAtom.cpp, DirectionalAtom.hpp,
482 >        ForceFields.cpp, ForceFields.hpp, Integrator.cpp, Integrator.hpp,
483 >        Restraints.cpp, Restraints.hpp, RigidBody.cpp, RigidBody.hpp,
484 >        SimInfo.cpp, SimInfo.hpp, SimSetup.cpp, StatWriter.cpp,
485 >        StuntDouble.cpp, StuntDouble.hpp: Fixed Thermodynamic integration
486 >        code.
487 >
488 > 2004-05-21 10:58  gezelter
489 >
490 >        * libmdtools/: do_Forces.F90, simulation_module.F90: Major changes
491 >        to skipThisPair for efficiency
492 >
493 > 2004-05-21 09:22  gezelter
494 >
495 >        * configure, ac-tools/configure.in, forceFields/LJ.vdw,
496 >        forceFields/amber99.vdw, forceFields/charmm27.vdw,
497 >        forceFields/gaff.vdw, forceFields/oplsaal.vdw,
498 >        samples/argon/Makefile: Changes for SHAPES potential
499 >
500 > 2004-05-20 15:27  chrisfen
501 >
502 >        * libBASS/: Globals.cpp, Globals.hpp: Hopefully this commit
503 >        included the bass keywords
504 >
505 > 2004-05-20 15:24  chrisfen
506 >
507 >        * libmdtools/: ForceFields.cpp, ForceFields.hpp, Integrator.cpp,
508 >        Integrator.hpp, Makefile.in, ReadWrite.hpp, Restraints.cpp,
509 >        Restraints.hpp, SimInfo.hpp, SimSetup.cpp, StatWriter.cpp: Several
510 >        additions... Restraints.cpp and .hpp were included for restraining
511 >        particles in thermodynamic integration.  By including these,
512 >        changes were made in Integrator, SimInfo, ForceFeilds, SimSetup,
513 >        StatWriter, and possibly some other files.  Two bass keywords were
514 >        also added for performing thermodynamic integration: a lambda value
515 >        one and a k power one.
516 >
517 > 2004-05-13 16:08  gezelter
518 >
519 >        * libmdtools/: Integrator.cpp, do_Forces.F90: fixes for skip list
520 >
521 > 2004-05-12 17:01  tim
522 >
523 >        * samples/: argon/Makefile, argon/argonEM.bass,
524 >        argon/init_argon.eor, minimizer/water/Makefile,
525 >        minimizer/water/Makefile.in, minimizer/water/WATER.frc,
526 >        minimizer/water/init_ssd.eor, minimizer/water/ssdEM.bass,
527 >        minimizer/water/tip4p_two.bass, minimizer/water/tip4p_two.init,
528 >        minimizer/water/water.mdl: add minimizer sample
529 >
530 > 2004-05-12 16:54  gezelter
531 >
532 >        * libmdtools/: Utility.cpp, Utility.hpp: fixes for MacOS X
533 >        compilation
534 >
535 > 2004-05-12 15:54  gezelter
536 >
537 >        * libmdtools/: RigidBody.cpp, RigidBody.hpp, SimSetup.cpp: Fixes
538 >        for compilation under Mac OS X with IBM's xl compilers
539 >
540 > 2004-05-12 15:14  gezelter
541 >
542 >        * src/: oopse.cpp, oose.cpp: Added a nifty neato banner
543 >
544 > 2004-05-12 15:14  gezelter
545 >
546 >        * libmdtools/LJFF.cpp: Removed an extraneous write
547 >
548 > 2004-05-12 15:13  gezelter
549 >
550 >        * libBASS/simError.h: Starting to change the error model
551 >
552 > 2004-05-12 14:45  gezelter
553 >
554 >        * utils/Dump2XYZ.cpp: const char* fix
555 >
556 > 2004-05-12 14:44  gezelter
557 >
558 >        * libmdtools/do_Forces.F90, libmdtools/notifyCutoffs.F90,
559 >        src/oopse.cpp, src/oose.cpp: MPI fixes and removal of extraneous
560 >        write statements
561 >
562 > 2004-05-12 11:38  tim
563 >
564 >        * libmdtools/: Atom.cpp, Atom.hpp, DirectionalAtom.cpp,
565 >        ForceFields.cpp, Molecule.cpp, Molecule.hpp, SimInfo.cpp,
566 >        SimSetup.cpp, SimState.cpp, SimState.hpp: get rid of rc and
567 >        massratio from simState, creat cutoff group forevery atom which
568 >        does not belong to cutoff group defined at mdl file
569 >
570 > 2004-05-12 10:58  gezelter
571 >
572 >        * libmdtools/: CutoffGroup.hpp, do_Forces.F90: efficiency fixes in
573 >        CutoffGroup
574 >
575 > 2004-05-12 10:35  gezelter
576 >
577 >        * samples/water/water.mdl: Added the cutoff Groups to the default
578 >        water.mdl file
579 >
580 > 2004-05-12 10:02  tim
581 >
582 >        * ChangeLog, libmdtools/CutoffGroup.hpp, libmdtools/SimInfo.cpp:
583 >        fixed a bug in CutoffGroup::getCOM()
584 >
585 > 2004-05-12 09:29  gezelter
586 >
587 >        * libmdtools/SimInfo.cpp, libmdtools/SimSetup.cpp,
588 >        libmdtools/do_Forces.F90, libmdtools/notifyCutoffs.F90,
589 >        samples/water/ssd.bass: bug fixes for cutoffGroups
590 >
591 > 2004-05-11 17:28  tim
592 >
593 >        * utils/Vector3.hpp: adding generic Vector3 class
594 >
595 > 2004-05-11 16:44  tim
596 >
597 >        * libmdtools/Integrator.hpp: adding instantiation of
598 >        Integrator<BaseIntegrator> in order to make OOPSE compiled by icc8
599 >
600 > 2004-05-11 16:31  gezelter
601 >
602 >        * libmdtools/: calc_LJ_FF.F90, calc_charge_charge.F90,
603 >        calc_dipole_dipole.F90, calc_gb.F90, calc_reaction_field.F90,
604 >        calc_sticky_pair.F90, do_Forces.F90, notifyCutoffs.F90:
605 >        Fortran-side changes for group-based cutoffs
606 >
607 > 2004-05-11 16:20  tim
608 >
609 >        * libmdtools/CutoffGroup.hpp: adding CutoffGroup.hpp
610 >
611 > 2004-05-11 16:14  tim
612 >
613 >        * libmdtools/: ForceFields.cpp, Make.dep, Molecule.cpp,
614 >        SimInfo.cpp: fix two bugs in siminfo which cause infinite loop; fix
615 >        anoter one in CutoffGroup which causes seg fault
616 >
617 > 2004-05-11 15:33  tim
618 >
619 >        * ChangeLog, libmdtools/ForceFields.cpp, libmdtools/Molecule.cpp,
620 >        libmdtools/Molecule.hpp, libmdtools/SimInfo.cpp,
621 >        libmdtools/SimInfo.hpp, libmdtools/SimSetup.cpp: adding cutoffGroup
622 >        into OOPSE
623 >
624 > 2004-05-11 15:07  gezelter
625 >
626 >        * libBASS/: BASS_parse.c, parse_tree.c: bugfix for cutoffGroup
627 >
628 > 2004-05-11 11:00  gezelter
629 >
630 >        * libmdtools/: Make.dep, SimInfo.cpp, SimInfo.hpp, SimSetup.cpp,
631 >        fortranWrapDefines.hpp, notifyCutoffs.F90: Fixes to libmdtools to
632 >        use the simplified cutoff stuff in the BASS library
633 >
634 > 2004-05-10 23:21  gezelter
635 >
636 >        * libBASS/: BASS_interface.cpp, BASS_interface.h, BASSyacc.y,
637 >        CutoffGroupStamp.cpp, CutoffGroupStamp.hpp, Globals.cpp,
638 >        Globals.hpp, MakeStamps.cpp, MakeStamps.hpp, Makefile.in,
639 >        MoleculeStamp.cpp, MoleculeStamp.hpp, interface.c, make_nodes.c,
640 >        make_nodes.h, mpiBASS.c, mpiBASS.h, node_list.h, parse_interface.h,
641 >        parse_tree.c: BASS changes for adding CutoffGroups to molecules.
642 >        Also restructured the plethora of cutoff radii into one
643 >        cutoffRadius and one switchingRadius.  Also removed the
644 >        useMolecularCutoffs keyword
645 >
646 > 2004-05-10 15:28  tim
647 >
648 >        * ChangeLog, libmdtools/DumpWriter.cpp, src/Makefile.in: optimize
649 >        DumpWriter
650 >
651 > 2004-05-07 16:36  gezelter
652 >
653 >        * libmdtools/: fSwitchingFunction.h, switch_module.F90: New module
654 >        for fortran group-based switching function
655 >
656 > 2004-05-07 16:35  gezelter
657 >
658 >        * libmdtools/: Atom.hpp, ForceFields.cpp, Integrator.cpp,
659 >        Makefile.in, SimInfo.cpp, SimState.cpp, SimState.hpp,
660 >        calc_LJ_FF.F90, calc_charge_charge.F90, calc_dipole_dipole.F90,
661 >        calc_eam.F90, calc_gb.F90, calc_sticky_pair.F90, do_Forces.F90,
662 >        force_globals.F90, fortranWrapDefines.hpp, mpiComponentPlan.h,
663 >        mpiSimulation_module.F90, neighborLists.F90, notifyCutoffs.F90,
664 >        simulation_module.F90: Many changes to get group-based cutoffs to
665 >        work
666 >
667 > 2004-05-01 13:52  tim
668 >
669 >        * ChangeLog, libmdtools/ForceFields.cpp, libmdtools/Integrator.cpp,
670 >        libmdtools/OOPSEMinimizer.cpp, libmdtools/SimInfo.cpp,
671 >        libmdtools/SimInfo.hpp, libmdtools/calc_charge_charge.F90,
672 >        libmdtools/do_Forces.F90, libmdtools/fSimulation.h,
673 >        libmdtools/fortranWrapDefines.hpp,
674 >        libmdtools/simulation_module.F90: C++ pass groupList to fortran
675 >
676 > 2004-04-29 11:03  tim
677 >
678 >        * ChangeLog, libmdtools/calc_charge_charge.F90: fixed two bugs in
679 >        calc_charge_charge when using molecular cutoff
680 >
681 > 2004-04-28 21:11  tim
682 >
683 >        * libmdtools/: ForceFields.cpp, fortranWrapDefines.hpp: fix an
684 >        unmatched c/fortran interface
685 >
686 > 2004-04-28 18:09  tim
687 >
688 >        * ChangeLog, libmdtools/Integrator.hpp, libmdtools/ZConstraint.cpp:
689 >        keep the previous position of cantilever in SMD
690 >
691 > 2004-04-28 17:34  tim
692 >
693 >        * ChangeLog, libmdtools/Molecule.cpp, libmdtools/Molecule.hpp,
694 >        libmdtools/OtherVisitor.cpp, libmdtools/ZconsVisitor.cpp: fix a bug
695 >        in Molecule.cpp which initialize massRatio before creat the array.
696 >        fix two bugs in ZconsVisitor
697 >
698 > 2004-04-28 17:06  gezelter
699 >
700 >        * libmdtools/: MatVec3.h, SimInfo.cpp, SimInfo.hpp, SimSetup.cpp:
701 >        Adding molecular cutoffs
702 >
703 > 2004-04-28 16:39  gezelter
704 >
705 >        * libmdtools/: calc_charge_charge.F90, do_Forces.F90,
706 >        fSimulation.h, force_globals.F90, simulation_module.F90: work on
707 >        molecular cutoffs
708 >
709 > 2004-04-28 16:39  gezelter
710 >
711 >        * libBASS/: Globals.cpp, Globals.hpp: useMolecularCutoffs added to
712 >        Globals
713 >
714 > 2004-04-27 11:26  tim
715 >
716 >        * libmdtools/: Atom.cpp, Atom.hpp, DirectionalAtom.cpp,
717 >        ForceFields.cpp, Molecule.cpp, SimState.cpp, SimState.hpp,
718 >        fSimulation.h, fortranWrapDefines.hpp: add center of mass of the
719 >        molecule and massRation into atom class
720 >
721 > 2004-04-26 16:16  mmeineke
722 >
723 >        * libBASS/Globals.cpp: modified the defaults for the system init
724 >        time and system init state.
725 >
726 > 2004-04-26 09:29  gezelter
727 >
728 >        * libmdtools/: Thermo.cpp, calc_charge_charge.F90: Fixed a bug in
729 >        calc_charge_charge.F90
730 >
731 > 2004-04-23 23:31  tim
732 >
733 >        * ChangeLog, libmdtools/AtomVisitor.cpp,
734 >        libmdtools/calc_charge_charge.F90, libmdtools/do_Forces.F90: add
735 >        reaction field correction to charge-charge interaction
736 >
737 > 2004-04-22 16:33  tim
738 >
739 >        * libmdtools/: InitializeFromFile.cpp, SimInfo.cpp, SimInfo.hpp,
740 >        Thermo.cpp, calc_charge_charge.F90, do_Forces.F90: change the
741 >        calculation of pressure tensor
742 >
743 > 2004-04-22 09:55  tim
744 >
745 >        * libmdtools/: DumpReader.cpp, InitializeFromFile.cpp: fixed
746 >        another bug in InitFromFile. MPI verion of OOPSE is working again
747 >
748 > 2004-04-21 22:29  tim
749 >
750 >        * libmdtools/: AtomVisitor.cpp, DumpReader.cpp, DumpWriter.cpp,
751 >        InitializeFromFile.cpp, NPT.cpp, NVT.cpp, OtherVisitor.cpp,
752 >        SimSetup.cpp, calc_charge_charge.F90, mpiSimulation.cpp: fixed two
753 >        bugs in MPI version of InitfromFile and one unmatch MPI command in
754 >        DumpWriter
755 >
756 > 2004-04-21 00:32  tim
757 >
758 >        * libmdtools/Functor.hpp, libmdtools/LinearCons.cpp,
759 >        libmdtools/LinearCons.hpp, utils/CmdlineZsub.c,
760 >        utils/CmdlineZsub.h, utils/zsub.cpp, utils/zsub.ggo: remove some
761 >        useless files
762 >
763 > 2004-04-20 11:56  tim
764 >
765 >        * libmdtools/: Integrator.cpp, NVT.cpp, OtherVisitor.cpp,
766 >        SimInfo.cpp, Thermo.cpp, Thermo.hpp: fixed getCOMVel  and
767 >        velocitize at thermo
768 >
769 > 2004-04-20 00:39  tim
770 >
771 >        * ChangeLog, libmdtools/Atom.cpp, libmdtools/Atom.hpp,
772 >        libmdtools/AtomVisitor.cpp, libmdtools/AtomVisitor.hpp,
773 >        libmdtools/CompositeVisitor.cpp, libmdtools/CompositeVisitor.hpp,
774 >        libmdtools/DirectionalAtom.hpp, libmdtools/GenericData.hpp,
775 >        libmdtools/OtherVisitor.cpp, libmdtools/OtherVisitor.hpp,
776 >        libmdtools/RigidBodyVisitor.cpp, libmdtools/RigidBodyVisitor.hpp,
777 >        utils/Dump2XYZ.cpp, utils/Dump2XYZ.ggo, utils/Dump2XYZCmd.c,
778 >        utils/Dump2XYZCmd.h: DUMP2XYZ 0.99 version
779 >
780 > 2004-04-19 17:13  gezelter
781 >
782 >        * libmdtools/: Atom.cpp, Integrator.cpp, NVT.cpp, SimInfo.cpp,
783 >        Thermo.cpp: Fixed a charge bug
784 >
785 > 2004-04-19 15:54  tim
786 >
787 >        * libmdtools/CompositeVisitor.cpp, libmdtools/CompositeVisitor.hpp,
788 >        libmdtools/OtherVisitor.cpp, libmdtools/OtherVisitor.hpp,
789 >        libmdtools/RigidBody.cpp, utils/Make.dep, utils/Makefile.in: fixed
790 >        a bug in CompositeVisitor which cause the double counting problem
791 >
792 > 2004-04-19 12:44  tim
793 >
794 >        * libmdtools/AtomVisitor.cpp, libmdtools/AtomVisitor.hpp,
795 >        libmdtools/BaseVisitor.hpp, libmdtools/CompositeVisitor.cpp,
796 >        libmdtools/DumpReader.cpp, libmdtools/Make.dep,
797 >        libmdtools/OtherVisitor.cpp, libmdtools/RigidBodyVisitor.cpp,
798 >        libmdtools/ZconsVisitor.cpp, utils/Dump2XYZ.cpp, utils/Makefile.in:
799 >        Dump2XYZ is almost working except atoms in rigidbody are double
800 >        counted
801 >
802 > 2004-04-18 22:52  tim
803 >
804 >        * ChangeLog, libmdtools/Atom.cpp, libmdtools/Atom.hpp,
805 >        libmdtools/AtomVisitor.cpp, libmdtools/AtomVisitor.hpp,
806 >        libmdtools/BaseVisitor.hpp, libmdtools/CompositeVisitor.cpp,
807 >        libmdtools/CompositeVisitor.hpp, libmdtools/DumpReader.cpp,
808 >        libmdtools/GenericData.cpp, libmdtools/GenericData.hpp,
809 >        libmdtools/Integrator.cpp, libmdtools/Makefile.in,
810 >        libmdtools/MatVec3.h, libmdtools/OtherVisitor.cpp,
811 >        libmdtools/OtherVisitor.hpp, libmdtools/ReadWrite.hpp,
812 >        libmdtools/RigidBody.cpp, libmdtools/RigidBody.hpp,
813 >        libmdtools/RigidBodyVisitor.cpp, libmdtools/RigidBodyVisitor.hpp,
814 >        libmdtools/SimInfo.cpp, libmdtools/SimInfo.hpp,
815 >        libmdtools/StuntDouble.cpp, libmdtools/StuntDouble.hpp,
816 >        libmdtools/Thermo.cpp, libmdtools/ZConsReader.cpp,
817 >        libmdtools/ZConsReader.hpp, libmdtools/ZconsVisitor.cpp,
818 >        libmdtools/ZconsVisitor.hpp, utils/Dump2XYZ.cpp,
819 >        utils/Dump2XYZ.ggo, utils/Dump2XYZCmd.c, utils/Dump2XYZCmd.h: new
820 >        implement of quickLate using visitor and composite pattern
821 >
822 > 2004-04-15 17:15  tim
823 >
824 >        * libmdtools/SimSetup.cpp, utils/zsub.cpp: fix a bug in setting
825 >        exclude list
826 >
827 > 2004-04-15 11:18  tim
828 >
829 >        * ChangeLog, forceFields/DUFF.frc, libBASS/MoleculeStamp.cpp,
830 >        libmdtools/Atom.hpp, libmdtools/InitializeFromFile.cpp,
831 >        libmdtools/Integrator.cpp, libmdtools/Molecule.cpp,
832 >        libmdtools/RigidBody.cpp, libmdtools/RigidBody.hpp,
833 >        libmdtools/SimInfo.cpp, libmdtools/SimSetup.cpp,
834 >        libmdtools/Thermo.cpp, libmdtools/WATER.cpp,
835 >        libmdtools/calc_charge_charge.F90, libmdtools/do_Forces.F90: fix
836 >        whole bunch of bugs :-)
837 >
838 > 2004-04-14 12:20  chrisfen
839 >
840 >        * forceFields/WATER.frc: Added the WATER.frc force field
841 >
842 > 2004-04-14 11:32  gezelter
843 >
844 >        * libmdtools/Molecule.cpp: fixed for get_potential
845 >
846 > 2004-04-14 10:37  tim
847 >
848 >        * AUTHORS, ChangeLog, libmdtools/DumpWriter.cpp,
849 >        libmdtools/InitializeFromFile.cpp, libmdtools/Integrator.cpp,
850 >        libmdtools/Integrator.hpp, libmdtools/Make.dep,
851 >        libmdtools/Molecule.hpp, libmdtools/OOPSEMinimizer.cpp,
852 >        libmdtools/ReadWrite.hpp, libmdtools/RigidBody.hpp,
853 >        libmdtools/SimInfo.cpp, libmdtools/SimInfo.hpp,
854 >        libmdtools/SimSetup.cpp, libmdtools/SimSetup.hpp,
855 >        libmdtools/StuntDouble.cpp, libmdtools/StuntDouble.hpp,
856 >        libmdtools/ZConsReader.cpp, libmdtools/mpiSimulation.cpp,
857 >        libmdtools/mpiSimulation.hpp, utils/quickLate.c, utils/zsub.cpp:
858 >        Change DumpWriter and InitFromFile
859 >
860 > 2004-04-13 11:26  gezelter
861 >
862 >        * libmdtools/: Molecule.cpp, Molecule.hpp, SimSetup.cpp: Now
863 >        molecules can keep track of their own IntegrableObjects (and
864 >        RigidBodies).  Also a bug-fix so that SimInfo can keep track of
865 >        RigidBodies (which was done incorrectly before).
866 >
867 > 2004-04-13 11:25  gezelter
868 >
869 >        * libBASS/: MoleculeStamp.cpp, MoleculeStamp.hpp: Added Integrable
870 >        (will back out momentarily)
871 >
872 > 2004-04-13 10:10  gezelter
873 >
874 >        * libmdtools/: IntegrableObjects.cpp, IntegrableObjects.hpp: Oops.
875 >        Those were old.
876 >
877 > 2004-04-13 10:09  gezelter
878 >
879 >        * libmdtools/: IntegrableObjects.cpp, IntegrableObjects.hpp: Forgot
880 >        to add IntegrableObjects
881 >
882 > 2004-04-12 16:02  gezelter
883 >
884 >        * libmdtools/: RigidBody.cpp, RigidBody.hpp: Adding RigidBody code
885 >
886 > 2004-04-12 15:32  gezelter
887 >
888 >        * samples/: alkane/butane.bass, water/ssd.bass: Slightly longer
889 >        test run
890 >
891 > 2004-04-12 15:32  gezelter
892 >
893 >        * libmdtools/: Atom.cpp, Atom.hpp, DUFF.cpp, DipoleTestFF.cpp,
894 >        DirectionalAtom.cpp, DirectionalAtom.hpp, DumpReader.cpp,
895 >        DumpWriter.cpp, EAM_FF.cpp, Exclude.cpp, Exclude.hpp,
896 >        ForceFields.cpp, ForceFields.hpp, InitializeFromFile.cpp,
897 >        Integrator.cpp, Integrator.hpp, LJFF.cpp, Make.dep, Makefile.in,
898 >        MatVec3.c, MatVec3.h, Molecule.cpp, Molecule.hpp, NPT.cpp,
899 >        NPTf.cpp, NPTxyz.cpp, NVT.cpp, OOPSEMinimizer.cpp, SRI.hpp,
900 >        SimInfo.cpp, SimInfo.hpp, SimSetup.cpp, SimSetup.hpp, SkipList.cpp,
901 >        SkipList.hpp, StuntDouble.cpp, StuntDouble.hpp, TraPPE_ExFF.cpp,
902 >        WATER.cpp, ZConsReader.cpp: Changes for RigidBody dynamics
903 >        (Somewhat extensive)
904 >
905 > 2004-04-12 15:31  gezelter
906 >
907 >        * libBASS/BASSyacc.y, libBASS/Globals.cpp, libBASS/MakeStamps.cpp,
908 >        libBASS/RigidBodyStamp.cpp, libBASS/RigidBodyStamp.hpp,
909 >        utils/sysbuilder/MoLocator.cpp, utils/sysbuilder/MoLocator.hpp:
910 >        Changes for RigidBody dynamics
911 >
912 > 2004-03-17 09:22  tim
913 >
914 >        * libBASS/Globals.cpp, libBASS/Globals.hpp, libBASS/ZconStamp.cpp,
915 >        libBASS/ZconStamp.hpp, libmdtools/GenericData.hpp,
916 >        libmdtools/Integrator.hpp, libmdtools/SimSetup.cpp,
917 >        libmdtools/ZConstraint.cpp: incorporate SMD into ZConstraint,it
918 >        does not sound a good choice, next commit will seperate SMD and
919 >        ZConstraint
920 >
921 > 2004-03-16 14:22  tim
922 >
923 >        * ChangeLog, libBASS/Globals.cpp, libBASS/Globals.hpp,
924 >        libmdtools/GenericData.hpp, libmdtools/Integrator.hpp,
925 >        libmdtools/SimSetup.cpp, libmdtools/ZConsWriter.cpp,
926 >        libmdtools/ZConsWriter.hpp, libmdtools/ZConstraint.cpp: ZConstraint
927 >        now can support sequential moving. Refactorying is needed to
928 >        support SMD in ZConstraint
929 >
930 > 2004-03-02 15:32  tim
931 >
932 >        * libmdtools/: DumpReader.cpp, DumpWriter.cpp, ReadWrite.hpp,
933 >        StatWriter.cpp, ZConsWriter.hpp: add LARGEFILE_SOURCE64 macro to
934 >        support large file
935 >
936 > 2004-03-01 16:17  tim
937 >
938 >        * utils/zsub.cpp: Fix a couple of bugs in zsub
939 >
940 > 2004-03-01 15:01  tim
941 >
942 >        * ChangeLog, libmdtools/DumpReader.cpp, libmdtools/Makefile.in,
943 >        libmdtools/OOPSEMinimizer.cpp, libmdtools/ReadWrite.hpp,
944 >        libmdtools/ZConsReader.cpp, libmdtools/ZConsReader.hpp,
945 >        utils/CmdlineZsub.c, utils/CmdlineZsub.h, utils/Makefile.in,
946 >        utils/quickLate.c, utils/zsub.cpp, utils/zsub.ggo: Adding zsub, a
947 >        program which can be used to replace atom type for zconstraint into
948 >        OOPSE
949 >
950 > 2004-02-24 11:36  tim
951 >
952 >        * ChangeLog, libBASS/Globals.cpp, libBASS/Globals.hpp,
953 >        libmdtools/PRCG.cpp, libmdtools/SimSetup.cpp, src/oose.cpp: [no log
954 >        message]
955 >
956 > 2004-02-24 10:49  tim
957 >
958 >        * libmdtools/: ConjugateMinimizer.cpp, ConjugateMinimizer.hpp,
959 >        Constraint.cpp, Constraint.hpp, ConstraintList.cpp,
960 >        ConstraintList.hpp, Minimizer.hpp, Minimizer1D.cpp,
961 >        Minimizer1D.hpp, MinimizerBase.hpp, NLModel.hpp, NLModel0.cpp,
962 >        NLModel1.cpp, NonlinearCons.cpp, NonlinearCons.hpp,
963 >        OOPSEMinimizerBase.cpp, SteepestDescent.cpp, SteepestDescent.hpp,
964 >        SymMatrix.hpp: remove the old implement of minimizer from cvs tree
965 >
966 > 2004-02-24 10:44  tim
967 >
968 >        * libmdtools/: CGFamilyMinimizer.cpp, ConjugateMinimizer.cpp,
969 >        Integrator.hpp, Makefile.in, Minimizer1D.cpp,
970 >        MinimizerParameterSet.hpp, OOPSEMinimizer.cpp, OOPSEMinimizer.hpp,
971 >        OOPSEMinimizerBase.cpp, PRCG.cpp, SDMinimizer.cpp, SimInfo.hpp,
972 >        SimSetup.cpp, Utility.cpp, Utility.hpp: Using inherit instead of
973 >        compose to implement Minimizer both versions are working
974 >
975 > 2004-02-17 14:23  tim
976 >
977 >        * ChangeLog, libmdtools/ConjugateMinimizer.cpp,
978 >        libmdtools/Integrator.cpp, libmdtools/Integrator.hpp,
979 >        libmdtools/Minimizer1D.cpp, libmdtools/Minimizer1D.hpp,
980 >        libmdtools/MinimizerParameterSet.hpp,
981 >        libmdtools/OOPSEMinimizerBase.cpp: adding function shakeF in order
982 >        to remove the constraint force along bond direction
983 >
984 > 2004-02-10 16:33  tim
985 >
986 >        * ChangeLog, libmdtools/ConjugateMinimizer.cpp,
987 >        libmdtools/DirectionalAtom.cpp, libmdtools/OOPSEMinimizerBase.cpp:
988 >        single version of energy minimization is working.
989 >
990 > 2004-02-09 15:38  mmeineke
991 >
992 >        * staticProps/: AllCorr.cpp, staticProps.cpp:  started a bug fix on
993 >        the massive memory overusage by OOPSE
994 >
995 > 2004-02-09 09:48  chrisfen
996 >
997 >        * libmdtools/: SimSetup.cpp, calc_LJ_FF.F90: Stripped out the
998 >        hardwired LJ_rcut
999 >
1000 > 2004-02-06 19:14  tim
1001 >
1002 >        * libmdtools/: SymMatrix.hpp, Utility.cpp, Utility.hpp: [no log
1003 >        message]
1004 >
1005 > 2004-02-06 16:37  tim
1006 >
1007 >        * ChangeLog, libBASS/Globals.cpp,
1008 >        libmdtools/ConjugateMinimizer.cpp, libmdtools/Integrator.cpp,
1009 >        libmdtools/Integrator.hpp, libmdtools/OOPSEMinimizerBase.cpp,
1010 >        libmdtools/SimSetup.cpp, samples/water/ssd.bass: Single version of
1011 >        energy minimization for argon is working, need to add constraint
1012 >
1013 > 2004-02-06 14:05  tim
1014 >
1015 >        * libmdtools/: AllIntegrator.hpp, Makefile.in, SimSetup.cpp: Add
1016 >        one more file into Makefile.in
1017 >
1018 > 2004-02-06 13:58  tim
1019 >
1020 >        * ChangeLog, libBASS/Globals.cpp, libBASS/Globals.hpp,
1021 >        libmdtools/AllIntegrator.hpp, libmdtools/ConjugateMinimizer.cpp,
1022 >        libmdtools/ConjugateMinimizer.hpp, libmdtools/Functor.hpp,
1023 >        libmdtools/Integrator.hpp, libmdtools/Makefile.in,
1024 >        libmdtools/Minimizer.hpp, libmdtools/Minimizer1D.cpp,
1025 >        libmdtools/Minimizer1D.hpp, libmdtools/MinimizerBase.hpp,
1026 >        libmdtools/MinimizerParameterSet.hpp, libmdtools/NLModel.hpp,
1027 >        libmdtools/NLModel1.cpp, libmdtools/OOPSEMinimizerBase.cpp,
1028 >        libmdtools/SimInfo.cpp, libmdtools/SimInfo.hpp,
1029 >        libmdtools/SimSetup.cpp, libmdtools/SimSetup.hpp, src/oose.cpp: Add
1030 >        some lines into global.cpp to make it work with energy minimization
1031 >
1032 > 2004-02-04 17:26  tim
1033 >
1034 >        * libmdtools/: ConjugateMinimizer.cpp, ConjugateMinimizer.hpp,
1035 >        Constraint.hpp, Functor.hpp, Minimizer.hpp, Minimizer1D.cpp,
1036 >        Minimizer1D.hpp, MinimizerBase.hpp, MinimizerParameterSet.hpp,
1037 >        NLModel.hpp, NLModel0.cpp, NLModel1.cpp: Fix a bunch of bugs   :-)
1038 >        Single version of conjugate gradient with golden search linesearch
1039 >        pass a couple of functions test. Brent's  algorithm is still broken
1040 >
1041 > 2004-02-03 17:54  tim
1042 >
1043 >        * libmdtools/: ConjugateMinimizer.cpp, ConjugateMinimizer.hpp,
1044 >        Minimizer1D.cpp, Minimizer1D.hpp, MinimizerParameterSet.hpp,
1045 >        NLModel.hpp, NLModel0.cpp, NLModel1.cpp, SteepestDescent.cpp,
1046 >        SteepestDescent.hpp: NLModel0, NLModel1 pass uit test
1047 >
1048 > 2004-02-03 15:47  tim
1049 >
1050 >        * libmdtools/: ConjugateMinimizer.cpp, ConstraintList.cpp,
1051 >        ConstraintList.hpp, LinearCons.cpp, LinearCons.hpp, Minimizer.hpp,
1052 >        NonlinearCons.cpp, NonlinearCons.hpp, OOPSEMinimizerBase.cpp,
1053 >        SimpleBoundCons.cpp, SimpleBoundCons.hpp, SteepestDescent.cpp,
1054 >        SteepestDescent.hpp: [no log message]
1055 >
1056 > 2004-02-03 15:43  tim
1057 >
1058 >        * libmdtools/: ConjugateMinimizer.hpp, Constraint.cpp,
1059 >        Constraint.hpp, Integrator.hpp, Minimizer1D.cpp, Minimizer1D.hpp,
1060 >        MinimizerBase.hpp, MinimizerParameterSet.hpp, NLModel.hpp,
1061 >        NLModel0.cpp, NLModel1.cpp: to avoid cyclic depency, refactory
1062 >        constraint class
1063 >
1064 > 2004-02-03 12:10  tim
1065 >
1066 >        * libmdtools/Functor.hpp: Functor.hpp pass unit test
1067 >
1068 > 2004-02-03 10:21  tim
1069 >
1070 >        * ChangeLog, libmdtools/Minimizer1D.cpp,
1071 >        libmdtools/Minimizer1D.hpp: begin unit test of minimizer
1072 >
1073 > 2004-02-02 15:29  tim
1074 >
1075 >        * libmdtools/: ConjugateMinimizer.hpp, Minimizer1D.cpp,
1076 >        Minimizer1D.hpp, MinimizerBase.hpp, MinimizerParameterSet.hpp:
1077 >        Adding GoldenSection and Brent LineSearch Method
1078 >
1079 > 2004-01-30 16:47  tim
1080 >
1081 >        * libmdtools/: ConjugateMinimizer.hpp, DumpWriter.cpp,
1082 >        MinimizerBase.hpp, MinimizerParameterSet.hpp, NLModel.hpp,
1083 >        NLModel0.cpp, NLModel1.cpp: using class  Minimizer1D derived from
1084 >        MinimizerBase instead of a functor to do line seach
1085 >
1086 > 2004-01-30 10:00  chrisfen
1087 >
1088 >        * forceFields/Makefile.in, libmdtools/Atom.cpp,
1089 >        libmdtools/Atom.hpp, libmdtools/ForceFields.hpp,
1090 >        libmdtools/Integrator.cpp, libmdtools/Makefile.in,
1091 >        libmdtools/SimInfo.cpp, libmdtools/SimSetup.cpp,
1092 >        libmdtools/WATER.cpp, libmdtools/calc_LJ_FF.F90,
1093 >        libmdtools/calc_reaction_field.F90, libmdtools/do_Forces.F90,
1094 >        libmdtools/fortranWrapDefines.hpp: Substantial changes. OOPSE now
1095 >        has a working WATER.cpp forcefield and parser.  This involved
1096 >        changes to WATER.cpp and ForceFields amoung other files. One
1097 >        important note: a hardwiring of LJ_rcut was made in calc_LJ_FF.F90.
1098 >        This will be removed on the next commit...
1099 >
1100 > 2004-01-29 18:00  gezelter
1101 >
1102 >        * libBASS/BASS_interface.cpp, libBASS/BASS_interface.h,
1103 >        libBASS/BASS_parse.c, libBASS/BASSlex.l, libBASS/BASSyacc.y,
1104 >        libBASS/MakeStamps.cpp, libBASS/MakeStamps.hpp,
1105 >        libBASS/Makefile.in, libBASS/RigidBodyStamp.cpp,
1106 >        libBASS/RigidBodyStamp.hpp, libBASS/interface.c,
1107 >        libBASS/make_nodes.c, libBASS/make_nodes.h, libBASS/mpiBASS.c,
1108 >        libBASS/mpiBASS.h, libBASS/node_list.h, libBASS/parse_interface.h,
1109 >        libBASS/parse_tree.c, libmdtools/Make.dep, samples/water/water.mdl:
1110 >        member list fixes for rigid bodies
1111 >
1112 > 2004-01-29 16:44  tim
1113 >
1114 >        * libmdtools/MinimizerParameterSet.hpp: Adding
1115 >        MinimizerParameterSet class.
1116 >
1117 > 2004-01-28 17:44  tim
1118 >
1119 >        * libmdtools/: NLModel.hpp, NLModel0.cpp, NLModel1.cpp: Revision of
1120 >        NLModel0 and NLModel1
1121 >
1122 > 2004-01-28 15:40  tim
1123 >
1124 >        * libmdtools/: Constraint.hpp, NLModel.hpp, NLOPModel.hpp: revision
1125 >        of NLModel
1126 >
1127 > 2004-01-27 15:34  gezelter
1128 >
1129 >        * samples/water/: ssd.bass, water.mdl: Added point-charge models to
1130 >        water.mdl file, updated ssd.bass to use new SSD name
1131 >
1132 > 2004-01-27 15:34  gezelter
1133 >
1134 >        * libBASS/: BASS_interface.cpp, MakeStamps.cpp, MakeStamps.hpp,
1135 >        MemberStamp.cpp, MemberStamp.hpp, node_list.h: Fix to new RigidBody
1136 >        stuff
1137 >
1138 > 2004-01-27 14:39  gezelter
1139 >
1140 >        * samples/water/ssd.bass: Longer run time to test SSD water in MPI
1141 >
1142 > 2004-01-27 14:39  gezelter
1143 >
1144 >        * samples/metals/Au.bass: Longer run time to test gold in MPI
1145 >
1146 > 2004-01-27 14:38  gezelter
1147 >
1148 >        * samples/argon/argon.bass: Longer run time to test argon
1149 >
1150 > 2004-01-27 14:38  gezelter
1151 >
1152 >        * libmdtools/: Make.dep, WATER.cpp, mpiSimulation.cpp: More BASS
1153 >        changes to do new rigidBody scheme a copy of WATER.cpp from this
1154 >        morning
1155 >
1156 > 2004-01-27 14:37  gezelter
1157 >
1158 >        * libBASS/: BASS_interface.cpp, BASS_interface.h, BASS_parse.c,
1159 >        BASSyacc.y, MakeStamps.cpp, MakeStamps.hpp, Makefile.in,
1160 >        MemberStamp.cpp, MemberStamp.hpp, MoleculeStamp.cpp,
1161 >        MoleculeStamp.hpp, RigidBodyStamp.cpp, RigidBodyStamp.hpp,
1162 >        interface.c, make_nodes.c, make_nodes.h, mpiBASS.c, mpiBASS.h,
1163 >        node_list.h, parse_interface.h, parse_tree.c: More BASS changes to
1164 >        do new rigidBody scheme
1165 >
1166 > 2004-01-27 14:15  tim
1167 >
1168 >        * libmdtools/: AbstractClasses.hpp, ConjugateMinimizer.hpp,
1169 >        Constraint.cpp, Constraint.hpp, Functor.hpp, Integrator.hpp,
1170 >        MinimizerBase.hpp, NLOPConstraint.hpp, NLOPModel.hpp: revision of
1171 >        constraint for Nonlinear Optimization Model
1172 >
1173 > 2004-01-26 17:01  gezelter
1174 >
1175 >        * utils/sysbuilder/MoLocator.cpp: Changes to BASS reader to use
1176 >        Euler angles for orientation instead of unit vectors required
1177 >        changes in MoLocator
1178 >
1179 > 2004-01-26 16:53  gezelter
1180 >
1181 >        * samples/: alkane/alkanes.mdl, beadLipid/beadLipid.mdl,
1182 >        beadLipid/water.mdl, lipid/lipid.mdl, lipid/water.mdl,
1183 >        water/water.mdl: Changed orientation lines from unit vectors to
1184 >        euler angles
1185 >
1186 > 2004-01-26 16:52  gezelter
1187 >
1188 >        * libmdtools/SimSetup.cpp: Convert Eulers in degrees into radians
1189 >
1190 > 2004-01-26 16:45  gezelter
1191 >
1192 >        * libmdtools/SimSetup.cpp: Changed default orientation in BASS to
1193 >        use Euler angles in the following order: phi, theta, psi Removed
1194 >        the ability to set orientation using a unit vector
1195 >
1196 > 2004-01-26 16:26  gezelter
1197 >
1198 >        * libBASS/: AtomStamp.cpp, AtomStamp.hpp, RigidBodyStamp.cpp,
1199 >        RigidBodyStamp.hpp: Changed default orientation in BASS to use
1200 >        Euler angles in the following order: phi, theta, psi Removed the
1201 >        ability to set orientation using a unit vector
1202 >
1203 > 2004-01-26 13:52  gezelter
1204 >
1205 >        * libBASS/: BASS_interface.cpp, MakeStamps.cpp, MakeStamps.hpp,
1206 >        MoleculeStamp.cpp: Fix broken atom assignment for rigid bodies
1207 >
1208 > 2004-01-22 12:34  chrisfen
1209 >
1210 >        * libmdtools/: DUFF.cpp, EAM_FF.cpp, ForceFields.hpp, LJFF.cpp,
1211 >        TraPPE_ExFF.cpp, WATER.cpp, mpiForceField.c, mpiForceField.h:
1212 >        Corrected spelling in several directories, and stated WATER.cpp
1213 >
1214 > 2004-01-21 17:16  tim
1215 >
1216 >        * libmdtools/: MinimizerBase.hpp, NLOPConstraint.hpp,
1217 >        NLOPModel.hpp: constraint class in energy minimization
1218 >
1219 > 2004-01-20 15:34  tim
1220 >
1221 >        * libmdtools/MinimizerBase.hpp: Adding energy minimization
1222 >
1223 > 2004-01-20 15:32  tim
1224 >
1225 >        * libmdtools/: ConjugateMinimizer.hpp, Integrator.hpp,
1226 >        NLOPConstraint.hpp, NLOPModel.hpp: Energy Minimizer
1227 >
1228 > 2004-01-19 16:17  gezelter
1229 >
1230 >        * libmdtools/: SimInfo.cpp, SimSetup.cpp: Made some error messages
1231 >        more user-friendly
1232 >
1233 > 2004-01-19 13:51  chrisfen
1234 >
1235 >        * forceFields/DUFF.frc: Updated the default water to SSD/E
1236 >
1237 > 2004-01-19 13:36  tim
1238 >
1239 >        * libmdtools/: Functor.hpp, SimSetup.cpp: Adding warning if sample
1240 >        time, status time, thermal time and reset time are not divisible by
1241 >        dt
1242 >
1243 > 2004-01-19 11:10  gezelter
1244 >
1245 >        * third-party/Makefile.in: Added a bunch of dummy targets so make
1246 >        won't complain
1247 >
1248 > 2004-01-19 11:10  gezelter
1249 >
1250 >        * samples/lipid/5x5.bass: Fixed old bass file
1251 >
1252 > 2004-01-19 11:09  gezelter
1253 >
1254 >        * libmdtools/mpiSimulation.cpp: BASS changes to add RigidBodies
1255 >        required a change in how the MoleculeStamps are used by divideLabor
1256 >        in mpiSimulation.cpp
1257 >
1258 > 2004-01-19 11:08  gezelter
1259 >
1260 >        * libBASS/: BASS_interface.cpp, BASS_interface.h, BASS_parse.c,
1261 >        BASSyacc.y, Globals.cpp, Globals.hpp, MakeStamps.cpp,
1262 >        MakeStamps.hpp, Makefile.in, MoleculeStamp.cpp, MoleculeStamp.hpp,
1263 >        RigidBodyStamp.cpp, RigidBodyStamp.hpp, interface.c, make_nodes.c,
1264 >        make_nodes.h, mpiBASS.c, mpiBASS.h, node_list.h, parse_interface.h,
1265 >        parse_tree.c: BASS changes to add RigidBodies and LJrcut
1266 >
1267 > 2004-01-16 16:55  tim
1268 >
1269 >        * libmdtools/: DumpWriter.cpp, EAM_FF.cpp: fix a bug in creating
1270 >        eor file
1271 >
1272 > 2004-01-16 16:51  mmeineke
1273 >
1274 >        * libmdtools/DumpWriter.cpp: fixed a bug where only MPI jobs could
1275 >        write eor files
1276 >
1277 > 2004-01-16 10:01  mmeineke
1278 >
1279 >        * libmdtools/DUFF.cpp: fixed an struct mismatch error in the mpi
1280 >        initialization of the AtomStruct
1281 >
1282 > 2004-01-15 16:57  chuckv
1283 >
1284 >        * configure, libmdtools/DumpWriter.cpp: Fixes for Dumps
1285 >
1286 > 2004-01-15 10:51  gezelter
1287 >
1288 >        * ac-tools/aclocal.m4: Changes for altivec
1289 >
1290 > 2004-01-15 09:22  gezelter
1291 >
1292 >        * libmdtools/DumpWriter.cpp: Documented the Spud Toss
1293 >
1294 > 2004-01-14 23:33  gezelter
1295 >
1296 >        * libmdtools/do_Forces.F90: changes for charge charge interactions
1297 >
1298 > 2004-01-14 20:14  gezelter
1299 >
1300 >        * libmdtools/: calc_charge_charge.F90, calc_dipole_dipole.F90,
1301 >        notifyCutoffs.F90: More work for adding charges
1302 >
1303 > 2004-01-14 17:41  gezelter
1304 >
1305 >        * configure, ac-tools/aclocal.m4, ac-tools/configure.in,
1306 >        src/Makefile.in: autoconf fixes
1307 >
1308 > 2004-01-14 11:28  mmeineke
1309 >
1310 >        * utils/sysbuilder/latticeBilayer.cpp: fixed a periodic box bug
1311 >
1312 > 2004-01-14 10:48  gezelter
1313 >
1314 >        * configure, ac-tools/aclocal.m4, ac-tools/configure.in,
1315 >        src/Makefile.in, third-party/Makefile.in: autoconf compatibility
1316 >        changes for icc8
1317 >
1318 > 2004-01-13 18:01  gezelter
1319 >
1320 >        * libmdtools/: DUFF.cpp, EAM_FF.cpp, LJFF.cpp, SimInfo.cpp,
1321 >        SimInfo.hpp, TraPPE_ExFF.cpp, atype_module.F90, do_Forces.F90,
1322 >        fSimulation.h, fortranWrapDefines.hpp, simulation_module.F90:
1323 >        Changes for adding direct charge-charge interactions (with
1324 >        switching function)
1325 >
1326 > 2004-01-13 17:34  gezelter
1327 >
1328 >        * libmdtools/: Make.dep, Makefile.in, calc_charge_charge.F90,
1329 >        oopseMPI_module.F90: Some changes for new MPI organization and
1330 >        direct charge-charge interactions
1331 >
1332 > 2004-01-13 17:11  tim
1333 >
1334 >        * Functor.hpp, libmdtools/Functor.hpp: [no log message]
1335 >
1336 > 2004-01-13 16:22  tim
1337 >
1338 >        * Functor.hpp, samples/water/ssd.bass: Energy Minimization method
1339 >
1340 > 2004-01-13 15:35  tim
1341 >
1342 >        * libmdtools/: DumpWriter.cpp, ReadWrite.hpp: open and close the
1343 >        eor file whenever it is used instead of rewinding it
1344 >
1345 > 2004-01-13 15:04  tim
1346 >
1347 >        * libmdtools/: DumpWriter.cpp, ReadWrite.hpp: change the interface
1348 >        of writeFrame
1349 >
1350 > 2004-01-13 10:46  tim
1351 >
1352 >        * libmdtools/: DumpWriter.cpp, Integrator.cpp, ReadWrite.hpp:
1353 >        Merge the code of writeFinal and writeDump;
1354 >         Adding sortingIndex into DumpWriter;
1355 >         Fix a bug of writing last frame twice in integrator
1356 >
1357 > 2004-01-12 17:54  tim
1358 >
1359 >        * ChangeLog, libmdtools/DumpWriter.cpp, samples/water/ssd.bass: fix
1360 >        a bug in copying string
1361 >
1362 > 2004-01-12 15:37  tim
1363 >
1364 >        * ChangeLog, libmdtools/DumpWriter.cpp, samples/argon/argon.bass,
1365 >        samples/water/ssd.bass: Dumpwriter only write out the atoms on
1366 >        master nodes
1367 >
1368 > 2004-01-10 04:46  tim
1369 >
1370 >        * ChangeLog, libmdtools/DumpWriter.cpp: tagub is not a bug. Just
1371 >        roll it back fix a bug of copying string to a pointer Still have
1372 >        Seg fault, it looks like a random MPI seg fault in totalview
1373 >
1374 > 2004-01-09 21:15  tim
1375 >
1376 >        * libmdtools/DumpWriter.cpp: Fix a bug of declaration of tagub
1377 >
1378 > 2004-01-09 15:29  gezelter
1379 >
1380 >        * libmdtools/DumpWriter.cpp: New DumpWriter (Attempt #4)
1381 >
1382 > 2004-01-08 17:25  chuckv
1383 >
1384 >        * libmdtools/DumpWriter.cpp: A work in progress...
1385 >
1386 > 2004-01-08 13:59  gezelter
1387 >
1388 >        * libmdtools/DumpWriter.cpp: null terminate some strings just in
1389 >        case
1390 >
1391 > 2004-01-08 13:13  mmeineke
1392 >
1393 >        * libmdtools/InitializeFromFile.cpp: refixed the NVT readin XS
1394 >        state bug.
1395 >
1396 > 2004-01-08 13:05  gezelter
1397 >
1398 >        * libmdtools/DumpWriter.cpp: added strncpy to DumpWriter
1399 >
1400 > 2004-01-08 12:57  mmeineke
1401 >
1402 >        * libmdtools/InitializeFromFile.cpp: fixed the restart from NVT
1403 >        exstended state bug
1404 >
1405 > 2004-01-08 12:40  gezelter
1406 >
1407 >        * libmdtools/DumpWriter.cpp: First Stab at fixing DumpWriter
1408 >
1409 > 2004-01-08 10:44  mmeineke
1410 >
1411 >        * libmdtools/InitializeFromFile.cpp: added support for the ignore
1412 >        XS state info  flag
1413 >
1414 > 2004-01-07 14:26  tim
1415 >
1416 >        * libmdtools/DumpWriter.cpp, libmdtools/InitializeFromFile.cpp,
1417 >        samples/argon/argon.bass, samples/water/ssd.bass: Fixed a bug of
1418 >        sending message from master node to itself in DumpWriter.cpp and
1419 >        InitializeFromFile.cpp
1420 >
1421 > 2004-01-06 14:49  chuckv
1422 >
1423 >        * libmdtools/: calc_dipole_dipole.F90, calc_reaction_field.F90:
1424 >        performance fixes in the dipole dipole and reaction field code
1425 >
1426 > 2004-01-06 13:54  chuckv
1427 >
1428 >        * libmdtools/: calc_LJ_FF.F90, do_Forces.F90: Making do_Forces a
1429 >        little more sane
1430 >
1431 > 2004-01-05 17:49  chuckv
1432 >
1433 >        * libmdtools/: calc_LJ_FF.F90, calc_dipole_dipole.F90,
1434 >        calc_eam.F90, calc_gb.F90, calc_reaction_field.F90,
1435 >        calc_sticky_pair.F90, do_Forces.F90: Attempting to increase
1436 >        performance by reducing spurious function calls
1437 >
1438 > 2004-01-05 17:18  chuckv
1439 >
1440 >        * libmdtools/do_Forces.F90: mangling forces even further
1441 >
1442 > 2004-01-05 17:18  chuckv
1443 >
1444 >        * configure, ac-tools/configure.in: mpich mucking
1445 >
1446 > 2004-01-05 17:12  chuckv
1447 >
1448 >        * libmdtools/do_Forces.F90: mangled do_forces...
1449 >
1450 > 2004-01-05 16:00  chuckv
1451 >
1452 >        * ChangeLog, ac-tools/configure.in, libmdtools/atype_module.F90,
1453 >        libmdtools/do_Forces.F90: Added bitmask to do_forces property
1454 >        lookup
1455 >
1456 > 2003-12-29 14:56  chuckv
1457 >
1458 >        * samples/metals/Au.bass, third-party/mt19937ar.c: Added
1459 >        third-party directory for code not written by us. Also added
1460 >        Mersenne Twister random number generator code. This will eventually
1461 >        replace sprng as the random number generator used by OOPSE.
1462 >
1463 > 2003-12-22 16:26  chuckv
1464 >
1465 >        * libmdtools/ForceFields.cpp, libmdtools/Integrator.cpp,
1466 >        libmdtools/mdProfile.cpp, libmdtools/timing.F90, src/oopse.cpp:
1467 >        Fixes to profile code.
1468 >
1469 > 2003-12-19 15:36  mmeineke
1470 >
1471 >        * libmdtools/: Makefile.in, do_Forces.F90, mdProfile.cpp,
1472 >        timing.F90, timing.f90: More profiling fixes.
1473 >
1474 > 2003-12-19 15:19  chuckv
1475 >
1476 >        * libmdtools/timing.f90: Another change for MPI in timing.
1477 >
1478 > 2003-12-19 15:17  chuckv
1479 >
1480 >        * libmdtools/timing.f90: Small update to timing in MPI
1481 >
1482 > 2003-12-19 13:53  mmeineke
1483 >
1484 >        * libmdtools/mdProfile.cpp, src/oopse.cpp, src/oose.cpp: the
1485 >        profiling commands work now. Will start adding PROFILE ifdefs into
1486 >        the code
1487 >
1488 > 2003-12-19 12:25  mmeineke
1489 >
1490 >        * libmdtools/: Makefile.in, do_Forces.F90, mdProfile.cpp: added
1491 >        some profiling routines
1492 >
1493 > 2003-12-19 10:12  mmeineke
1494 >
1495 >        * utils/sysbuilder/randomBilayer.cpp: working on adding GofRtheta
1496 >        and GofRomega
1497 >        
1498 >        additional work on randomBilayer
1499 >
1500 > 2003-12-19 10:12  mmeineke
1501 >
1502 >        * staticProps/: AllCorr.cpp, GofRomega.cpp, GofRtheta.cpp,
1503 >        PairCorrList.hpp, staticProps.cpp: working on adding GofRtheta and
1504 >        GofRomega
1505 >
1506 > 2003-12-18 16:47  mmeineke
1507 >
1508 >        * libmdtools/: Makefile.in, mdProfile.cpp, mdProfile.hpp: added
1509 >        some profile functionality
1510 >
1511 > 2003-12-18 15:46  chuckv
1512 >
1513 >        * libmdtools/: do_Forces.F90, mpiSimulation_module.F90, timing.f90:
1514 >        Added functions for simple profiling in fortran.
1515 >
1516 > 2003-12-17 15:13  chuckv
1517 >
1518 >        * libmdtools/calc_eam.F90, libmdtools/mpiSimulation_module.F90,
1519 >        samples/metals/init_au.in: Fixed bug in parallel EAM. rho_row and
1520 >        rho_col were scattered into the same array. Unfortunately, MPI
1521 >        zeros the array between scatters so half of the sum was being lost.
1522 >        Fixed by added a temp array for column scatter, then sum loop over
1523 >        nlocal.
1524 >
1525 > 2003-12-16 15:49  mmeineke
1526 >
1527 >        * staticProps/: GofRomega.cpp, GofRtheta.cpp, Makefile.in,
1528 >        PairCorrType.cpp, PairCorrType.hpp: finished gofRtheta and added
1529 >        gofRomega. both need to be debugged and tested.
1530 >
1531 > 2003-12-12 10:42  gezelter
1532 >
1533 >        * configure, ac-tools/aclocal.m4, ac-tools/configure.in,
1534 >        libmdtools/Atom.hpp, libmdtools/DirectionalAtom.cpp: Changes for
1535 >        gradients (to do minimizations)
1536 >
1537 > 2003-12-12 10:33  mmeineke
1538 >
1539 >        * utils/sysbuilder/randomBilayer.hpp:  removed the randombilayer
1540 >        header
1541 >
1542 > 2003-12-10 11:52  mmeineke
1543 >
1544 >        * utils/sysbuilder/: Makefile.in, bilayerSys.cpp, bilayerSys.hpp,
1545 >        randomBilayer.cpp, randomBilayer.hpp: edited the makefile to add
1546 >        randomBilayer to the build. Also move the random bilayer builder
1547 >        from bilayerSys to randomBilayer
1548 >
1549 > 2003-11-25 10:44  mmeineke
1550 >
1551 >        * forceFields/: DUFF.frc, backup.DUFF.frc: backed up the old
1552 >        DUFF.frc to backup.DUFF.frc alte4red masses and epsilons of TB2 and
1553 >        TB3 in DUFF.frc
1554 >
1555 > 2003-11-21 15:09  mmeineke
1556 >
1557 >        * libmdtools/InitializeFromFile.cpp, libmdtools/SimInfo.cpp,
1558 >        utils/sysbuilder/latticeBilayer.cpp: added a more verbose error
1559 >        message in SimInfo. Added a more informative error message in
1560 >        InitializeFromFile
1561 >
1562 > 2003-11-21 15:07  mmeineke
1563 >
1564 >        * staticProps/: GofRtheta.cpp, PairCorrType.hpp: begun work on add
1565 >        ing in the GofR,CosTheta
1566 >
1567 > 2003-11-21 14:31  chrisfen
1568 >
1569 >        * libmdtools/: SimInfo.cpp, do_Forces.F90, neighborLists.F90: Fixed
1570 >        a bug in SimInfo ordering of radii
1571 >
1572 > 2003-11-11 12:20  mmeineke
1573 >
1574 >        * libmdtools/SimInfo.cpp: added a routine to SimInfo.cpp to inline
1575 >        a min function.
1576 >
1577 > 2003-11-10 16:50  mmeineke
1578 >
1579 >        * libmdtools/: EAM_FF.cpp, SimInfo.cpp, SimInfo.hpp, SimSetup.cpp:
1580 >        reordered the rcut/ecr/boxSize initialization
1581 >        
1582 >        removed the rcut/ecr shrink and grow algorithm. the simulation will
1583 >        now exit when it runs into rcut or ecr.
1584 >
1585 > 2003-11-07 16:46  chuckv
1586 >
1587 >        * libmdtools/: Makefile.in, mpiSimulation_module.F90,
1588 >        oopseMPI_module.F90: Added support for compiling fortran without
1589 >        use of mpich modules. We use mpif.h instead.:
1590 >
1591 > 2003-11-07 12:09  mmeineke
1592 >
1593 >        * libmdtools/: Integrator.hpp, NPT.cpp, NPTf.cpp, NPTi.cpp,
1594 >        NPTxyz.cpp: moved the velocity scale matrix calculation outside of
1595 >        the atom loop in the NPT family of integrators.
1596 >
1597 > 2003-11-06 17:01  mmeineke
1598 >
1599 >        * libBASS/Globals.cpp, libBASS/Globals.hpp, libmdtools/Make.dep,
1600 >        libmdtools/NPTf.cpp, libmdtools/NPTi.cpp, libmdtools/NPTxyz.cpp,
1601 >        libmdtools/NVT.cpp, libmdtools/SimInfo.cpp, libmdtools/SimInfo.hpp,
1602 >        libmdtools/SimSetup.cpp, utils/sysbuilder/Make.dep,
1603 >        utils/sysbuilder/latticeBilayer.cpp: added the following parameters
1604 >        to BASS:    * useInitialExtendedSystemState    * orthoBoxTolerance
1605 >          * useIntiTime => useInitialTime
1606 >
1607 > 2003-11-06 14:24  mmeineke
1608 >
1609 >        * libBASS/: BASS_parse.c, BASSlex.l, BASSyacc.y, interface.c,
1610 >        make_nodes.c, make_nodes.h, parse_interface.h, parse_tree.c,
1611 >        parse_tree.h: fixed the includes in the Make.dep
1612 >
1613 > 2003-11-06 14:11  mmeineke
1614 >
1615 >        * libmdtools/: Makefile.in, NPTf.cpp, NPTi.cpp, NPTxyz.cpp,
1616 >        NVT.cpp, SimInfo.cpp, Thermo.cpp: did a merge by hand from the
1617 >        new-templateless branch to the main trunk.
1618 >        
1619 >        bug Fixes include:   * fixed the switching function from ortho to
1620 >        non-ortho box.           !!!!! THis was responsible for all of the
1621 >        sudden deaths we saw.    * some formating in the string when we
1622 >        write out the extended system state.    * added NPT.cpp to the
1623 >        makefile.in
1624 >
1625 > 2003-11-06 13:20  mmeineke
1626 >
1627 >        * libmdtools/: Integrator.cpp, Makefile.in, NPT.cpp, NPTf.cpp,
1628 >        SimInfo.cpp, Thermo.cpp, do_Forces.F90: fixed the "Sudden Death"
1629 >        bug.    The box was not switching between orthorhombic and
1630 >        non-orthorhombic wrapping correctly.         we added a fabs() to
1631 >        the check.which should fix it.
1632 >
1633 > 2003-11-05 14:16  mmeineke
1634 >
1635 >        * libmdtools/AbstractClasses.hpp, libmdtools/DumpReader.cpp,
1636 >        libmdtools/GenericData.cpp, libmdtools/GenericData.hpp,
1637 >        libmdtools/InitializeFromFile.cpp, libmdtools/Integrator.cpp,
1638 >        libmdtools/Integrator.hpp, libmdtools/Make.dep, libmdtools/NPT.cpp,
1639 >        libmdtools/NPTf.cpp, libmdtools/NPTi.cpp, libmdtools/NPTxyz.cpp,
1640 >        libmdtools/NVT.cpp, libmdtools/SimInfo.hpp,
1641 >        libmdtools/SimSetup.cpp, samples/water/ssd.bass, src/Make.dep,
1642 >        utils/sysbuilder/Make.dep, utils/sysbuilder/latticeBilayer.cpp:
1643 >        some work on trying to find the compression bug
1644 >
1645 > 2003-11-03 17:07  mmeineke
1646 >
1647 >        * libmdtools/: DumpReader.cpp, GenericData.cpp, GenericData.hpp,
1648 >        InitializeFromFile.cpp, Integrator.hpp, Make.dep, NPT.cpp,
1649 >        NPTf.cpp, NPTi.cpp, NPTxyz.cpp, NVT.cpp, SimInfo.cpp, SimInfo.hpp,
1650 >        SimSetup.cpp, SimSetup.hpp: begun work on removing templates and
1651 >        most of standard template library from OOPSE.
1652 >
1653 > 2003-10-31 16:06  mmeineke
1654 >
1655 >        * libmdtools/: AllIntegrator.hpp, Integrator.cpp, Integrator.hpp,
1656 >        Makefile.in, NPT.cpp, NPTf.cpp, NPTi.cpp, NPTxyz.cpp, NVT.cpp,
1657 >        SimSetup.cpp: started work on template removal.
1658 >
1659 > 2003-10-31 13:28  mmeineke
1660 >
1661 >        * libmdtools/: DumpReader.cpp, NPTf.cpp, NPTi.cpp, NPTxyz.cpp:
1662 >        added template stuff to the Maikefile template
1663 >        
1664 >        little changes to some printf format statements
1665 >
1666 > 2003-10-31 13:28  mmeineke
1667 >
1668 >        * libBASS/Makefile.in: added template stuff to the Maikefile
1669 >        template
1670 >
1671 > 2003-10-30 13:59  gezelter
1672 >
1673 >        * libmdtools/: SimInfo.cpp, SimInfo.hpp, SimSetup.cpp,
1674 >        do_Forces.F90, neighborLists.F90, notifyCutoffs.F90: bug fixes for
1675 >        rList problems
1676 >
1677 > 2003-10-30 09:11  gezelter
1678 >
1679 >        * libmdtools/neighborLists.F90: Fixed bug that size(q0) was being
1680 >        queried before q0 was allocated.
1681 >
1682 > 2003-10-29 15:41  mmeineke
1683 >
1684 >        * libmdtools/: ForceFields.cpp, Integrator.cpp, Integrator.hpp,
1685 >        SimInfo.cpp, SimSetup.cpp, calc_dipole_dipole.F90,
1686 >        calc_sticky_pair.F90, do_Forces.F90: fixed a stdlib.h include error
1687 >        in bass.l
1688 >        
1689 >        fixed a little bug in the first time step, regarding the setting of
1690 >        ecr and est in fortran
1691 >
1692 > 2003-10-29 15:40  mmeineke
1693 >
1694 >        * libBASS/BASSlex.l: fixed a stdlib.h include error
1695 >
1696 > 2003-10-29 12:55  mmeineke
1697 >
1698 >        * libmdtools/: ForceFields.cpp, Integrator.cpp, SimInfo.cpp,
1699 >        SimInfo.hpp, SimSetup.cpp, do_Forces.F90: som efixes to the way
1700 >        rcut is setup, as well as additional debugging comments.
1701 >
1702 > 2003-10-29 09:28  gezelter
1703 >
1704 >        * configure, ac-tools/configure.in, libBASS/Makefile.in,
1705 >        libmdtools/Makefile.in, src/Makefile.in: C++ compatibility for
1706 >        templates
1707 >
1708 > 2003-10-28 22:16  gezelter
1709 >
1710 >        * src/Makefile.in: Refixed broken makefile
1711 >
1712 > 2003-10-28 22:06  gezelter
1713 >
1714 >        * configure, ac-tools/aclocal.m4, src/Makefile.in: compatibility
1715 >        fixes
1716 >
1717 > 2003-10-28 19:19  tim
1718 >
1719 >        * ChangeLog, libmdtools/AbstractClasses.hpp,
1720 >        libmdtools/DumpWriter.cpp, libmdtools/GenericData.hpp,
1721 >        libmdtools/InitializeFromFile.cpp, libmdtools/Integrator.cpp,
1722 >        libmdtools/Integrator.hpp, libmdtools/NPT.cpp, libmdtools/NPTf.cpp,
1723 >        libmdtools/NPTi.cpp, libmdtools/NPTxyz.cpp, libmdtools/NVT.cpp,
1724 >        libmdtools/ReadWrite.hpp, samples/argon/argon.bass,
1725 >        samples/water/ssd.bass: add chi and eta to the comment line of dump
1726 >        file.
1727 >
1728 > 2003-10-28 17:25  mmeineke
1729 >
1730 >        * libmdtools/: ForceFields.hpp, SimInfo.hpp,
1731 >        fortranWrapDefines.hpp, fortranWrappers.cpp, fortranWrappers.hpp,
1732 >        mpiComponentPlan.h, mpiSimulation.hpp: did a complete overhaul of
1733 >        how c calls fortran. All function pointers and fortran calls are
1734 >        rigidly typecast now.
1735 >
1736 > 2003-10-28 15:42  gezelter
1737 >
1738 >        * staticProps/Makefile.in, utils/sysbuilder/Makefile.in:
1739 >        Portability fixes
1740 >
1741 > 2003-10-28 15:09  gezelter
1742 >
1743 >        * libmdtools/calc_LJ_FF.F90, libmdtools/do_Forces.F90,
1744 >        libmdtools/fForceField.h, libmdtools/mpiSimulation_module.F90,
1745 >        src/Makefile.in: Compatibility fixes
1746 >
1747 > 2003-10-28 12:08  mmeineke
1748 >
1749 >        * libmdtools/: AbstractClasses.hpp, Integrator.hpp, Makefile.in:
1750 >        started work on template removal
1751 >
1752 > 2003-10-28 12:04  gezelter
1753 >
1754 >        * libmdtools/: fortranWrappers.cpp, fortranWrappers.hpp: started
1755 >        trying to understand extern "C" stuff for pointers
1756 >
1757 > 2003-10-28 11:20  gezelter
1758 >
1759 >        * libmdtools/: InitializeFromFile.cpp, ReadWrite.hpp,
1760 >        ZConsWriter.cpp, ZConstraint.cpp: fixes for compatibility
1761 >
1762 > 2003-10-28 11:03  gezelter
1763 >
1764 >        * libmdtools/: Atom.hpp, BendExtensions.cpp, DUFF.cpp,
1765 >        DipoleTestFF.cpp, DirectionalAtom.cpp, DumpReader.cpp,
1766 >        DumpWriter.cpp, EAM_FF.cpp, Exclude.cpp, ForceFields.cpp,
1767 >        ForceFields.hpp, InitializeFromFile.cpp, Integrator.cpp, LJFF.cpp,
1768 >        Makefile.in, Molecule.cpp, NPT.cpp, NPTf.cpp, NPTi.cpp, NPTxyz.cpp,
1769 >        ReadWrite.hpp, SimInfo.cpp, SimSetup.cpp, SimState.cpp,
1770 >        StatWriter.cpp, Thermo.cpp, TraPPE_ExFF.cpp, ZConstraint.cpp,
1771 >        calc_LJ_FF.F90, do_Forces.F90, fortranWrappers.cpp,
1772 >        mpiSimulation.cpp, randomSPRNG.cpp: replace c++ header stuff with
1773 >        more portable c header stuff Also, mod file fixes and portability
1774 >        changes Some fortran changes will need to be reversed.
1775 >
1776 > 2003-10-28 11:03  gezelter
1777 >
1778 >        * libBASS/: AtomStamp.cpp, BASS_interface.cpp, Component.cpp,
1779 >        Globals.cpp, Globals.hpp, LinkedCommand.hpp, MakeStamps.hpp,
1780 >        Makefile.in, MoleculeStamp.cpp: replace c++ header stuff with more
1781 >        portable c header stuff Also, mod file fixes and portability
1782 >        changes
1783 >
1784 > 2003-10-28 11:02  gezelter
1785 >
1786 >        * configure, ac-tools/aclocal.m4: mod file fixes and portability
1787 >        stuff
1788 >
1789 > 2003-10-27 18:00  gezelter
1790 >
1791 >        * Makefile.in, configure, ac-tools/aclocal.m4,
1792 >        ac-tools/configure.in, ac-tools/fortran90.m4,
1793 >        libmdtools/Makefile.in: Stuff for MOD support in other compilers
1794 >
1795 > 2003-10-27 17:08  mmeineke
1796 >
1797 >        * utils/sysbuilder/: Make.dep, Makefile.in, MoLocator.cpp,
1798 >        MoLocator.hpp, QuickBass.cpp, QuickBass.hpp, latticeBilayer.cpp:
1799 >        added routines for the sysbuilder to work with simSetup
1800 >        
1801 >        remved the QuickBass routines, and had all parsing go through
1802 >        SimSetup.  LatticeBilayer is in complete working order now.
1803 >
1804 > 2003-10-27 17:07  mmeineke
1805 >
1806 >        * libmdtools/: SimInfo.hpp, SimSetup.cpp, SimSetup.hpp: added
1807 >        routines for the sysbuilder to work with simSetup
1808 >
1809 > 2003-10-27 11:20  gezelter
1810 >
1811 >        * configure, ac-tools/configure.in, samples/water/ssd.bass,
1812 >        utils/sysbuilder/sysBuild.cpp: fixes for configure, sysBuild
1813 >
1814 > 2003-10-24 17:17  mmeineke
1815 >
1816 >        * utils/sysbuilder/: Make.dep, Makefile.in, MoLocator.cpp,
1817 >        MoLocator.hpp, QuickBass.cpp, QuickBass.hpp, bilayerSys.cpp,
1818 >        latticeBilayer.cpp, latticeBuilder.cpp, sysBuild.cpp: put
1819 >        QuickBass, MoLocator, and latticeBuilder into a Builder Library
1820 >        overhauled latticeBilayer into its own program. Removed sysBuild
1821 >        from the Makefile
1822 >
1823 > 2003-10-24 12:36  gezelter
1824 >
1825 >        * utils/sysbuilder/: bilayerSys.cpp, latticeBuilder.cpp,
1826 >        latticeBuilder.hpp, sysBuild.cpp, sysBuild.hpp: work on bilayer
1827 >        builder
1828 >
1829 > 2003-10-24 12:35  gezelter
1830 >
1831 >        * configure, ac-tools/aclocal.m4, ac-tools/configure.in: fixed a
1832 >        merge problem
1833 >
1834 > 2003-10-23 14:57  mmeineke
1835 >
1836 >        * samples/metals/Makefile.in: added eam ForceField files to the
1837 >        init
1838 >        
1839 >        fixed an eam mpi parmeter setup bug
1840 >        
1841 >        added the init file to the makefile
1842 >
1843 > 2003-10-23 14:57  mmeineke
1844 >
1845 >        * libmdtools/: EAM_FF.cpp, SimSetup.cpp: added eam ForceField files
1846 >        to the init
1847 >        
1848 >        fixed an eam mpi parmeter setup bug
1849 >
1850 > 2003-10-23 14:57  mmeineke
1851 >
1852 >        * forceFields/Makefile.in: added eam ForceField files to the init
1853 >
1854 > 2003-10-22 16:17  mmeineke
1855 >
1856 >        * libmdtools/: AllIntegrator.hpp, Integrator.hpp, Makefile.in,
1857 >        NPTxym.cpp, NPTxyz.cpp, NPTzm.cpp, SimSetup.cpp: added a new NPT
1858 >        integrator, NPTxyz. It scales the x, y, and z direction sepeartely.
1859 >        no box skew allowed.
1860 >
1861 > 2003-10-21 14:33  mmeineke
1862 >
1863 >        * libBASS/Globals.cpp, libBASS/Globals.hpp,
1864 >        libmdtools/SimSetup.cpp, staticProps/GofRtheta.cpp,
1865 >        staticProps/PairCorrType.hpp: added useInitTime to the BASS syntax.
1866 >            * useInitTime = false: sets the origin time to 0.0 regardless
1867 >        of the time stamp in the .init file     * default=> useInitTime =
1868 >        true;
1869 >
1870 > 2003-10-17 16:19  mmeineke
1871 >
1872 >        * staticProps/: AllCorr.cpp, AllCorr.hpp, CorrWrap.cpp, GofR.cpp,
1873 >        Makefile.in, PairCorrList.hpp, PairCorrType.cpp, PairCorrType.hpp,
1874 >        staticProps.cpp, obj/placeholder: added the staticProps directory
1875 >        to the build list for both configure  and configure.in
1876 >        
1877 >        fixed a number of bugs in the staticProps code. gofr is now
1878 >        working.
1879 >
1880 > 2003-10-17 16:18  mmeineke
1881 >
1882 >        * ac-tools/configure.in: added the staticProps directory to the
1883 >        build list for both configure  and configure.in
1884 >
1885 > 2003-10-17 16:17  mmeineke
1886 >
1887 >        * configure: added the staticProps directory to the build list
1888 >
1889 > 2003-10-16 14:16  mmeineke
1890 >
1891 >        * libmdtools/: DumpReader.cpp, DumpWriter.cpp, Exclude.cpp,
1892 >        Integrator.cpp, Makefile.in, ReadWrite.hpp: Changed DumpReader to
1893 >        use linked lists instead of a vector.
1894 >        
1895 >        Fixed the makefile to build DumpReader.cpp
1896 >        
1897 >        Removed a comment output in Exclude.cpp
1898 >        
1899 >        Modified DumpWriter and Integrator to write an eor file every time
1900 >        a frame is written.  This lets the .eor file represent the last
1901 >        written frame of a simulation.
1902 >
1903 > 2003-10-10 12:10  mmeineke
1904 >
1905 >        * staticProps/: AllCorr.cpp, AllCorr.hpp, CorrWrap.cpp,
1906 >        CorrWrap.hpp, GofR.cpp, Makefile.in, PairCorrList.cpp,
1907 >        PairCorrList.hpp, PairCorrType.cpp, PairCorrType.hpp,
1908 >        staticProps.cpp: removed the props directory, and moved everything
1909 >        over to staticProps
1910 >
1911 > 2003-10-09 17:09  mmeineke
1912 >
1913 >        * libmdtools/Atom.hpp: Contiuned work on staticProps. should be in
1914 >        a position where it will compile and run first runs.
1915 >
1916 > 2003-10-04 13:46  chuckv
1917 >
1918 >        * libmdtools/calc_eam.F90, libmdtools/do_Forces.F90,
1919 >        samples/metals/Au.bass: Fixed bug in calc_eam.
1920 >
1921 > 2003-10-04 13:08  chuckv
1922 >
1923 >        * samples/metals/init_au.in: added Au init file for eam.
1924 >
1925 > 2003-10-03 17:11  mmeineke
1926 >
1927 >        * libmdtools/: StatWriter.cpp, Thermo.cpp, Thermo.hpp: removed
1928 >        entahlpy from the statwriter and thermo.
1929 >
1930 > 2003-10-03 17:02  mmeineke
1931 >
1932 >        * libmdtools/SimInfo.hpp: changed the formating ogf the error
1933 >        statements in simError
1934 >        
1935 >        added a function to get the maxCutoff
1936 >
1937 > 2003-10-03 17:01  mmeineke
1938 >
1939 >        * libBASS/simError.c: changed the formating ogf the error
1940 >        statements in simError
1941 >
1942 > 2003-09-30 11:00  mmeineke
1943 >
1944 >        * configure, ac-tools/aclocal.m4, ac-tools/configure.in: changed
1945 >        f90Flags so they are no longer overwritten by the compiler.
1946 >
1947 > 2003-09-29 17:06  mmeineke
1948 >
1949 >        * libmdtools/fortranWrappers.cpp: added mpif90 mod check back same
1950 >        for conifig.in
1951 >        
1952 >        fixed wrappers to extern "C"
1953 >
1954 > 2003-09-29 17:06  mmeineke
1955 >
1956 >        * ac-tools/configure.in: added mpif90 mod check back same for
1957 >        conifig.in
1958 >
1959 > 2003-09-29 17:05  mmeineke
1960 >
1961 >        * configure: added mpif90 mod check back
1962 >
1963 > 2003-09-29 16:16  mmeineke
1964 >
1965 >        * configure, ac-tools/aclocal.m4, ac-tools/configure.in,
1966 >        libBASS/BendStamp.cpp, libBASS/BondStamp.cpp,
1967 >        libBASS/LinkedAssign.cpp, libBASS/LinkedCommand.cpp,
1968 >        libBASS/MakeStamps.cpp, libBASS/TorsionStamp.cpp,
1969 >        libBASS/ZconStamp.cpp, libBASS/simError.c,
1970 >        libmdtools/Integrator.hpp, libmdtools/SimInfo.cpp,
1971 >        libmdtools/SimInfo.hpp, libmdtools/calc_LJ_FF.F90,
1972 >        libmdtools/fortranWrappers.cpp: fixed a lot of warnings and errors
1973 >        found with SUN's SUNWspro.s1s7
1974 >
1975 > 2003-09-29 12:38  mmeineke
1976 >
1977 >        * libmdtools/GenericData.hpp: light change in syntax. no
1978 >        signifigant change.
1979 >
1980 > 2003-09-25 16:17  mmeineke
1981 >
1982 >        * libmdtools/: DirectionalAtom.cpp, Integrator.hpp: fixed some
1983 >        additional remarks from icc -w3 (extra verbose output)
1984 >
1985 > 2003-09-25 14:27  mmeineke
1986 >
1987 >        * libBASS/parse_tree.c, libmdtools/Atom.cpp, libmdtools/DUFF.cpp,
1988 >        libmdtools/DirectionalAtom.cpp, libmdtools/DumpWriter.cpp,
1989 >        libmdtools/EAM_FF.cpp, libmdtools/ForceFields.cpp,
1990 >        libmdtools/GenericData.cpp, libmdtools/InitializeFromFile.cpp,
1991 >        libmdtools/Integrator.cpp, libmdtools/LJFF.cpp,
1992 >        libmdtools/NPTf.cpp, libmdtools/NPTi.cpp, libmdtools/NPTzm.cpp,
1993 >        libmdtools/SimInfo.cpp, libmdtools/SimInfo.hpp,
1994 >        libmdtools/SimSetup.cpp, libmdtools/Thermo.cpp,
1995 >        libmdtools/ZConsWriter.cpp, libmdtools/ZConstraint.cpp,
1996 >        libmdtools/mpiSimulation.cpp, src/oopse.cpp: cleaned things with
1997 >        gcc -Wall and g++ -Wall
1998 >
1999 > 2003-09-25 13:54  gezelter
2000 >
2001 >        * configure, ac-tools/configure.in: fixed a bug in configure
2002 >
2003 > 2003-09-25 11:42  gezelter
2004 >
2005 >        * Makefile.in, configure, ac-tools/aclocal.m4,
2006 >        ac-tools/configure.in, libBASS/Makefile.in, libmdtools/Makefile.in,
2007 >        src/Makefile.in, utils/Makefile.in, utils/sysbuilder/Makefile.in:
2008 >        fixes for configure
2009 >
2010 > 2003-09-24 14:34  mmeineke
2011 >
2012 >        * libmdtools/Integrator.cpp: moved readyCheck in the integrator so
2013 >        that it is called before the first Statistics are written.
2014 >
2015 > 2003-09-23 15:36  gezelter
2016 >
2017 >        * src/Make.dep, utils/Make.dep, utils/sysbuilder/Make.dep: Added a
2018 >        bunch of Make.dep files to CVS
2019 >
2020 > 2003-09-23 15:34  mmeineke
2021 >
2022 >        * libmdtools/: Integrator.cpp, Integrator.hpp, NPTf.cpp,
2023 >        SimSetup.cpp: Removed NPTfm from Integrator.hpp.
2024 >        
2025 >        Some small syntax cleaning in NPTfm and SimSetup
2026 >
2027 > 2003-09-22 18:07  tim
2028 >
2029 >        * libmdtools/: ForceFields.cpp, Integrator.cpp, SimInfo.cpp,
2030 >        SimInfo.hpp: fix bug in calculating maxCutoff
2031 >
2032 > 2003-09-22 16:23  mmeineke
2033 >
2034 >        * libmdtools/: AllIntegrator.hpp, Integrator.hpp, Make.dep,
2035 >        Makefile.in, NPT.cpp, NPTf.cpp, NPTfm.cpp, NPTim.cpp, SimSetup.cpp:
2036 >        Converted NPTf to work with the NPT base class.
2037 >        
2038 >        Removed NPTfm and NPTim from cvs
2039 >
2040 > 2003-09-19 15:00  mmeineke
2041 >
2042 >        * libmdtools/: AllIntegrator.hpp, Integrator.cpp, Integrator.hpp,
2043 >        NPT.cpp, NPTf.cpp, NPTi.cpp, NVT.cpp, SimSetup.cpp: added NPT base
2044 >        class. NPTi is up to date. NPTf is not.
2045 >
2046 > 2003-09-19 11:03  mmeineke
2047 >
2048 >        * utils/Makefile.in, src/Makefile.in: removed mpi++ from the
2049 >        makefile
2050 >
2051 > 2003-09-19 11:01  gezelter
2052 >
2053 >        * samples/water/ssd.bass: goofing off to test NPTf and NPTi
2054 >
2055 > 2003-09-19 11:01  gezelter
2056 >
2057 >        * libmdtools/: NPTf.cpp, NPTi.cpp: fixed bugs in NPTf, found
2058 >        (nearly) conserved quantities for both NPTi and NPTf
2059 >
2060 > 2003-09-19 10:20  mmeineke
2061 >
2062 >        * utils/Makefile.in: fixed a typo in the makefile.
2063 >
2064 > 2003-09-19 09:55  gezelter
2065 >
2066 >        * libmdtools/NPTi.cpp, libmdtools/SimInfo.cpp,
2067 >        samples/water/ssd.bass: [no log message]
2068 >
2069 > 2003-09-19 09:22  tim
2070 >
2071 >        * libmdtools/: NPTi.cpp, NVT.cpp: [no log message]
2072 >
2073 > 2003-09-17 09:22  mmeineke
2074 >
2075 >        * libmdtools/: Integrator.cpp, NPTi.cpp, NVT.cpp: fixed NPTi to now
2076 >        work with constraints.
2077 >
2078 > 2003-09-16 15:02  tim
2079 >
2080 >        * libmdtools/: Integrator.hpp, NPTf.cpp, NPTfm.cpp, NPTi.cpp,
2081 >        SimInfo.cpp, SimInfo.hpp: fixed ecr grow in SimInfo
2082 >        
2083 >        fixed conserved quantity in NPT (Still some small bug)
2084 >        
2085 >        NPTi appears very stable.
2086 >
2087 > 2003-09-15 11:52  tim
2088 >
2089 >        * libmdtools/AbstractClasses.hpp, libmdtools/Integrator.cpp,
2090 >        libmdtools/Integrator.hpp, libmdtools/NPTf.cpp,
2091 >        libmdtools/NPTfm.cpp, libmdtools/NPTi.cpp, libmdtools/NPTim.cpp,
2092 >        libmdtools/NVT.cpp, libmdtools/SimInfo.cpp, libmdtools/SimInfo.hpp,
2093 >        libmdtools/StatWriter.cpp, libmdtools/Thermo.cpp,
2094 >        libmdtools/Thermo.hpp, libmdtools/ZConstraint.cpp,
2095 >        utils/sysbuilder/bilayerSys.cpp: add conserved quantity to
2096 >        statWriter fix bug of vector wrapping at NPTi
2097 >
2098 > 2003-09-12 11:20  gezelter
2099 >
2100 >        * libmdtools/: Make.dep, Makefile.in: Added integrators to
2101 >        Makefile.in
2102 >
2103 > 2003-09-12 11:20  gezelter
2104 >
2105 >        * ChangeLog: Entered changes for configure into ChangeLog
2106 >
2107 > 2003-09-09 15:35  mmeineke
2108 >
2109 >        * libmdtools/: Integrator.cpp, Integrator.hpp, NPTxym.cpp,
2110 >        NPTzm.cpp, Thermo.cpp, Thermo.hpp: updated the ChangeLog
2111 >        
2112 >        added two new NPT integrators, they still need work.
2113 >
2114 > 2003-09-09 15:34  mmeineke
2115 >
2116 >        * ChangeLog: updated the ChangeLog
2117 >
2118 > 2003-09-05 17:45  gezelter
2119 >
2120 >        * libmdtools/Make.dep: dependency on config.h
2121 >
2122 > 2003-09-05 17:36  gezelter
2123 >
2124 >        * configure, ac-tools/aclocal.m4: fixed sprng problem
2125 >
2126 > 2003-09-05 16:29  gezelter
2127 >
2128 >        * samples/metals/Makefile.in: New Makefile for metals sample
2129 >
2130 > 2003-09-05 16:27  gezelter
2131 >
2132 >        * Makefile, Makefile.in, ac-tools/aclocal.m4,
2133 >        ac-tools/configure.in, ac-tools/fortran90.m4, forceFields/Makefile,
2134 >        forceFields/Makefile.in, libBASS/Globals.cpp, libBASS/Globals.hpp,
2135 >        libBASS/MakeStamps.cpp, libBASS/MakeStamps.hpp, libBASS/Makefile,
2136 >        libBASS/Makefile.in, libmdtools/Integrator.hpp,
2137 >        libmdtools/Linux_ifc_machdep.F90, libmdtools/Make.dep,
2138 >        libmdtools/Makefile, libmdtools/Makefile.in,
2139 >        libmdtools/calc_eam.F90, libmdtools/config.h.in,
2140 >        libmdtools/definitions_module.F90, libmdtools/fInfo.c,
2141 >        libmdtools/fortranWrappers.cpp,
2142 >        libmdtools/mpiSimulation_module.F90, libmdtools/neighborLists.F90,
2143 >        libmdtools/simulation_module.F90, samples/Makefile,
2144 >        samples/Makefile.in, samples/alkane/Makefile,
2145 >        samples/alkane/Makefile.in, samples/argon/Makefile,
2146 >        samples/argon/Makefile.in, samples/argon/argon.bass,
2147 >        samples/beadLipid/Makefile, samples/beadLipid/Makefile.in,
2148 >        samples/lipid/Makefile, samples/lipid/Makefile.in,
2149 >        samples/water/Makefile, samples/water/Makefile.in, src/Makefile,
2150 >        src/Makefile.in, utils/Makefile, utils/Makefile.in,
2151 >        utils/sysbuilder/Makefile, utils/sysbuilder/Makefile.in: Changes to
2152 >        autoconf / configure method of configuring OOPSE
2153 >
2154 > 2003-09-04 16:48  mmeineke
2155 >
2156 >        * libmdtools/Integrator.cpp, libmdtools/Integrator.hpp,
2157 >        libmdtools/Makefile, libmdtools/NPTf.cpp, libmdtools/NPTfm.cpp,
2158 >        libmdtools/NPTi.cpp, libmdtools/NPTim.cpp, libmdtools/NVT.cpp,
2159 >        libmdtools/SimInfo.hpp, libmdtools/SimSetup.cpp, src/Makefile:
2160 >        added resetTime to the Global namespace.
2161 >        
2162 >        added ability to reset the integrators in the NVT and NPT family.
2163 >
2164 > 2003-09-04 16:48  mmeineke
2165 >
2166 >        * libBASS/: Globals.cpp, Globals.hpp: added resetTime to the Global
2167 >        namespace.
2168 >
2169 > 2003-09-02 09:30  tim
2170 >
2171 >        * libmdtools/: Integrator.hpp, Makefile, SimSetup.cpp,
2172 >        ZConsWriter.cpp, ZConstraint.cpp: fix a bug at MPI version of
2173 >        PolicyByMass
2174 >
2175 > 2003-08-28 16:09  tim
2176 >
2177 >        * ChangeLog, libmdtools/GenericData.cpp,
2178 >        libmdtools/GenericData.hpp, libmdtools/SimSetup.cpp,
2179 >        libmdtools/ZConstraint.cpp: Added: check uniqueness of molIndex
2180 >
2181 > 2003-08-27 14:23  tim
2182 >
2183 >        * libmdtools/: Integrator.cpp, SimSetup.cpp, ZConstraint.cpp: fix
2184 >        bug of MPI_Allreduce in ZConstraint, the MPITYPE is set to
2185 >        MPI_DOUBLE, however, the corret type is MPI_INT. Therefore, when we
2186 >        turn on the optimization flag, it causes a seg fault
2187 >
2188 > 2003-08-27 11:25  gezelter
2189 >
2190 >        * libmdtools/: calc_dipole_dipole.F90, calc_eam.F90, calc_gb.F90,
2191 >        calc_reaction_field.F90, calc_sticky_pair.F90: More fixes for
2192 >        stress tensor parallel bug.
2193 >
2194 > 2003-08-27 11:16  tim
2195 >
2196 >        * ChangeLog, libmdtools/DUFF.cpp,
2197 >        libmdtools/calc_dipole_dipole.F90, libmdtools/calc_sticky_pair.F90:
2198 >        fix bug in calc_dipole_dipole.F90 and calc_stikcy_pair.F90
2199 >        molMembershipList use global index instead of local index
2200 >
2201 > 2003-08-26 15:37  tim
2202 >
2203 >        * libmdtools/: Integrator.cpp, ZConstraint.cpp, do_Forces.F90,
2204 >        mpiSimulation.cpp: set default force substraction policy to
2205 >        PolicyByMass
2206 >
2207 > 2003-08-26 15:29  tim
2208 >
2209 >        * libmdtools/Integrator.cpp: [no log message]
2210 >
2211 > 2003-08-26 15:13  mmeineke
2212 >
2213 >        * utils/sysbuilder/bilayerSys.cpp: added define statemewnt to
2214 >        Statwriter and Dumpwriter to handle files larger than 2 gb.
2215 >        
2216 >        commented out some print statements in Zconstraint
2217 >        
2218 >        hard coding some system init into bilayer.sys
2219 >
2220 > 2003-08-26 15:12  mmeineke
2221 >
2222 >        * libmdtools/: DumpWriter.cpp, StatWriter.cpp, ZConstraint.cpp:
2223 >        added define statemewnt to Statwriter and Dumpwriter to handle
2224 >        files larger than 2 gb.
2225 >        
2226 >        commented out some print statements in Zconstraint
2227 >
2228 > 2003-08-26 15:02  tim
2229 >
2230 >        * libmdtools/SimSetup.cpp: Use make_sprng_seed() to generate seed
2231 >        and check the seed which is specified by user at least contains 9
2232 >        digits
2233 >
2234 > 2003-08-26 13:32  mmeineke
2235 >
2236 >        * libmdtools/DUFF.cpp: changed the Makefiel a litle.
2237 >        
2238 >        Fixed a bug in MPI_DUFF. The atom block type was not being properly
2239 >        constucted in MPI. (The MPI struct had 6 doubles declared versus
2240 >        the actual 11)
2241 >
2242 > 2003-08-26 13:30  mmeineke
2243 >
2244 >        * Makefile: changed the Makefiel a litle.
2245 >
2246 > 2003-08-25 17:17  gezelter
2247 >
2248 >        * utils/sysbuilder/Makefile: More FreeBSD fixes
2249 >
2250 > 2003-08-25 16:51  gezelter
2251 >
2252 >        * libBASS/BASSlex.l, libBASS/Makefile, libmdtools/Integrator.hpp,
2253 >        libmdtools/Makefile, src/Makefile: [no log message]
2254 >
2255 > 2003-08-22 15:04  mmeineke
2256 >
2257 >        * libmdtools/: Integrator.cpp, ZConstraint.cpp: small bug fix on
2258 >        frequency of output dumps.
2259 >
2260 > 2003-08-20 17:23  tim
2261 >
2262 >        * libBASS/Globals.hpp, libmdtools/SimInfo.hpp,
2263 >        libmdtools/SimSetup.cpp, libmdtools/Thermo.cpp,
2264 >        libmdtools/mpiSimulation.cpp: user can setup seed in bass file now,
2265 >        if he does not specify any value for seed, oopse will take the
2266 >        value of seconds of system time as seed
2267 >
2268 > 2003-08-20 14:42  mmeineke
2269 >
2270 >        * libmdtools/Atom.cpp, libmdtools/DUFF.cpp,
2271 >        libmdtools/GhostBend.cpp, libmdtools/SRI.hpp,
2272 >        libmdtools/SimSetup.cpp, libmdtools/SimState.cpp,
2273 >        utils/sysbuilder/bilayerSys.cpp: updated the Changelog.
2274 >        
2275 >        added some bug fixes for setting the random number generator seed
2276 >        value.
2277 >        
2278 >        fixed a bug where ghostbend atom b was not being set. ( recent bug
2279 >        from SimState conversion)
2280 >
2281 > 2003-08-20 14:41  mmeineke
2282 >
2283 >        * libBASS/Globals.hpp: updated the Changelog.
2284 >        
2285 >        added some bug fixes for setting the random number generator seed
2286 >        value.
2287 >
2288 > 2003-08-20 14:41  mmeineke
2289 >
2290 >        * ChangeLog: updated the Changelog.
2291 >
2292 > 2003-08-20 14:11  tim
2293 >
2294 >        * libBASS/Globals.cpp, libmdtools/DUFF.cpp,
2295 >        libmdtools/GhostBend.cpp, libmdtools/SRI.hpp: bug fixed in ghost
2296 >        bend class
2297 >
2298 > 2003-08-20 10:13  mmeineke
2299 >
2300 >        * utils/: Makefile, sysbuilder/Makefile: quick makefile fix, in
2301 >        make links. added -f to ln -s.
2302 >
2303 > 2003-08-20 09:50  tim
2304 >
2305 >        * libmdtools/: ZConsWriter.cpp, ZConstraint.cpp: [no log message]
2306 >
2307 > 2003-08-20 09:34  tim
2308 >
2309 >        * libmdtools/: Integrator.hpp, SimSetup.cpp, ZConsWriter.cpp,
2310 >        ZConstraint.cpp: reformmating ZConstraint and fixe bug of error msg
2311 >        printing
2312 >
2313 > 2003-08-18 15:59  chuckv
2314 >
2315 >        * utils/sysbuilder/: MoLocator.cpp, MoLocator.hpp, bilayerSys.cpp,
2316 >        latticeBuilder.cpp, latticeBuilder.hpp, nanoBuilder.cpp,
2317 >        sysBuild.cpp, sysBuild.hpp: Fixed sysBuild -bilayer works.
2318 >        Nanobuilder still broke.
2319 >
2320 > 2003-08-15 14:24  tim
2321 >
2322 >        * libBASS/Globals.cpp, libBASS/Globals.hpp,
2323 >        libmdtools/GenericData.hpp, libmdtools/Integrator.hpp,
2324 >        libmdtools/SimInfo.cpp, libmdtools/SimSetup.cpp,
2325 >        libmdtools/ZConsWriter.cpp, libmdtools/ZConsWriter.hpp,
2326 >        libmdtools/ZConstraint.cpp: Tested MPI version of Z-Constraint
2327 >        Method
2328 >
2329 > 2003-08-14 11:16  tim
2330 >
2331 >        * libmdtools/: Integrator.hpp, ZConstraint.cpp: Stable ZConstraint
2332 >        with average force substraction strategy
2333 >
2334 > 2003-08-13 16:20  chuckv
2335 >
2336 >        * libmdtools/: do_Forces.F90, mpiSimulation_module.F90: Added some
2337 >        profiling code -DPROFILE.
2338 >
2339 > 2003-08-13 14:21  tim
2340 >
2341 >        * libBASS/Globals.cpp, libBASS/Globals.hpp,
2342 >        libmdtools/Integrator.cpp, libmdtools/Integrator.hpp,
2343 >        libmdtools/SimSetup.cpp, libmdtools/ZConstraint.cpp: harmonic
2344 >        potential & z-contraint method
2345 >
2346 > 2003-08-12 16:44  mmeineke
2347 >
2348 >        * libBASS/BASS_interface.cpp, libBASS/Globals.hpp,
2349 >        libmdtools/Atom.cpp, libmdtools/DUFF.cpp,
2350 >        libmdtools/DirectionalAtom.cpp, libmdtools/InitializeFromFile.cpp,
2351 >        libmdtools/SimInfo.cpp, libmdtools/SimSetup.cpp: fixed a really
2352 >        annoying bug in Directional Atom, where mu was getting written to
2353 >        pseudorandom memory location.
2354 >
2355 > 2003-08-12 14:56  tim
2356 >
2357 >        * libBASS/BASS_interface.cpp, libBASS/Globals.cpp,
2358 >        libBASS/Globals.hpp, libmdtools/Atom.hpp,
2359 >        libmdtools/DirectionalAtom.cpp, libmdtools/InitializeFromFile.cpp,
2360 >        libmdtools/SimSetup.cpp: debugging globals
2361 >
2362 > 2003-08-12 13:40  gezelter
2363 >
2364 >        * forceFields/: DUFF.frc, EAM_FF.frc, LJFF.frc: formatting fixes
2365 >        and new atypes in LJFF
2366 >
2367 > 2003-08-12 13:15  gezelter
2368 >
2369 >        * forceFields/: DUFF.frc, LJFF.frc: fixed a few references to older
2370 >        stuff...
2371 >
2372 > 2003-08-12 13:14  chuckv
2373 >
2374 >        * utils/sysbuilder/sysBuild.ggo: Added comment line for getgetopt.
2375 >
2376 > 2003-08-12 13:04  chuckv
2377 >
2378 >        * utils/: nanoBuilder.cpp, nanoBuilder.hpp, nanoSysBuild.cpp:
2379 >        Missed del of files before.
2380 >
2381 > 2003-08-12 13:03  chuckv
2382 >
2383 >        * utils/sysbuilder/: MPIobj/placeHolder, obj/placeHolder: [no log
2384 >        message]
2385 >
2386 > 2003-08-12 13:01  chuckv
2387 >
2388 >        * utils/sysbuilder/Makefile: commit makefile
2389 >
2390 > 2003-08-12 12:51  tim
2391 >
2392 >        * libBASS/Globals.cpp, libBASS/Globals.hpp,
2393 >        libmdtools/GenericData.cpp, libmdtools/GenericData.hpp,
2394 >        libmdtools/Integrator.hpp, libmdtools/SimSetup.cpp,
2395 >        libmdtools/SimSetup.hpp, libmdtools/ZConstraint.cpp: added
2396 >        harmonical potential to z-constraint method
2397 >
2398 > 2003-08-11 17:31  chuckv
2399 >
2400 >        * utils/Makefile: Changed makefile to only build quicklate.
2401 >
2402 > 2003-08-11 17:25  chuckv
2403 >
2404 >        * ac-tools/configure.in: added utils/sysbuilder to be built.
2405 >
2406 > 2003-08-11 17:12  chuckv
2407 >
2408 >        * utils/: MoLocator.cpp, MoLocator.hpp, bilayerSys.cpp,
2409 >        bilayerSys.hpp, latticeBuilder.cpp, latticeBuilder.hpp,
2410 >        sysBuild.cpp, sysBuild.ggo, sysBuild.hpp, sysbuilder/MoLocator.cpp,
2411 >        sysbuilder/MoLocator.hpp, sysbuilder/bilayerSys.cpp,
2412 >        sysbuilder/bilayerSys.hpp, sysbuilder/cmdline.c,
2413 >        sysbuilder/cmdline.h, sysbuilder/latticeBuilder.cpp,
2414 >        sysbuilder/latticeBuilder.hpp, sysbuilder/nanoBuilder.cpp,
2415 >        sysbuilder/nanoBuilder.hpp, sysbuilder/sysBuild.cpp,
2416 >        sysbuilder/sysBuild.ggo, sysbuilder/sysBuild.hpp: Arranged
2417 >        sysbuilder into a subdirectory. Fixed some of sysbuilder to work
2418 >        with new atom allocation in libmdtools.
2419 >
2420 > 2003-08-11 14:41  tim
2421 >
2422 >        * libmdtools/: Integrator.cpp, Integrator.hpp: added method of
2423 >        moving zconstraint molecules to specified positions
2424 >
2425 > 2003-08-11 14:39  tim
2426 >
2427 >        * libmdtools/: SimSetup.cpp, ZConstraint.cpp: [no log message]
2428 >
2429 > 2003-08-11 14:38  mmeineke
2430 >
2431 >        * libBASS/BASS_interface.cpp, libBASS/BASS_interface.h,
2432 >        libBASS/BASS_parse.c, libBASS/BASSyacc.y, libBASS/Globals.cpp,
2433 >        libBASS/Globals.hpp, libBASS/Makefile, libBASS/ZconStamp.cpp,
2434 >        libBASS/ZconStamp.hpp, libBASS/interface.c, libBASS/make_nodes.c,
2435 >        libBASS/make_nodes.h, libBASS/mpiBASS.c, libBASS/mpiBASS.h,
2436 >        libBASS/node_list.h, libBASS/parse_interface.h,
2437 >        libBASS/parse_tree.c, libmdtools/SimInfo.hpp: Added zConstraint
2438 >        into the BASS language syntax.
2439 >
2440 > 2003-08-11 13:29  mmeineke
2441 >
2442 >        * libmdtools/: SimInfo.cpp, SimInfo.hpp: changed the number of
2443 >        degrees of freedom to account for zConstreints
2444 >
2445 > 2003-08-08 16:22  chuckv
2446 >
2447 >        * libmdtools/EAM_FF.cpp, libmdtools/calc_eam.F90,
2448 >        libmdtools/do_Forces.F90, libmdtools/neighborLists.F90,
2449 >        samples/metals/Au.bass: EAM works...... Neighbor list also
2450 >        works.....
2451 >
2452 > 2003-08-08 12:48  mmeineke
2453 >
2454 >        * libmdtools/: Makefile, ZConstraint.cpp:  fixed a deprcated
2455 >        instance of Atom::setZ and Atom::getZ in ZConstaint.
2456 >
2457 > 2003-08-07 16:47  mmeineke
2458 >
2459 >        * libmdtools/: Atom.cpp, Atom.hpp, Bend.cpp, Bond.cpp,
2460 >        DirectionalAtom.cpp, DumpWriter.cpp, ForceFields.cpp,
2461 >        GhostBend.cpp, InitializeFromFile.cpp, Makefile, SimInfo.cpp,
2462 >        SimInfo.hpp, SimSetup.cpp, SimSetup.hpp, SimState.cpp,
2463 >        SimState.hpp, Torsion.cpp: switched SimInfo to use a system
2464 >        configuration from SimState rather than arrays from Atom
2465 >
2466 > 2003-08-06 19:47  chuckv
2467 >
2468 >        * libmdtools/Atom.hpp, libmdtools/EAM_FF.cpp,
2469 >        libmdtools/SimInfo.cpp, libmdtools/calc_eam.F90,
2470 >        libmdtools/do_Forces.F90, libmdtools/notifyCutoffs.F90,
2471 >        samples/metals/Au.bass: Bug fixes for eam...
2472 >
2473 > 2003-08-01 11:18  tim
2474 >
2475 >        * libmdtools/: SimSetup.cpp, ZConstraint.cpp: stable version of
2476 >        Z-Constraint
2477 >
2478 > 2003-07-31 14:59  tim
2479 >
2480 >        * ChangeLog, libmdtools/SimInfo.cpp, libmdtools/SimInfo.hpp,
2481 >        libmdtools/SimSetup.cpp, libmdtools/SimSetup.hpp,
2482 >        libmdtools/ZConstraint.cpp: add index range checking into
2483 >        ZConstraint
2484 >
2485 > 2003-07-31 10:38  tim
2486 >
2487 >        * libBASS/: Globals.cpp, Globals.hpp: added z-constraint parameters
2488 >        to the globals
2489 >
2490 > 2003-07-31 10:35  tim
2491 >
2492 >        * libmdtools/: AllIntegrator.hpp, GenericData.cpp, GenericData.hpp,
2493 >        Integrator.hpp, Makefile, Molecule.cpp, Molecule.hpp, NPTf.cpp,
2494 >        NPTfm.cpp, NPTi.cpp, NPTim.cpp, NVT.cpp, SimInfo.cpp, SimInfo.hpp,
2495 >        SimSetup.cpp, ZConsWriter.cpp, ZConsWriter.hpp, ZConstraint.cpp:
2496 >        Added Z constraint.
2497 >
2498 > 2003-07-30 16:17  chuckv
2499 >
2500 >        * libmdtools/EAM_FF.cpp, libmdtools/ForceFields.hpp,
2501 >        libmdtools/ReadWrite.hpp, libmdtools/calc_eam.F90,
2502 >        libmdtools/do_Forces.F90, libmdtools/wrappers.F90,
2503 >        samples/metals/Au.bass: More bug fixes for eam.
2504 >
2505 > 2003-07-29 11:32  mmeineke
2506 >
2507 >        * libmdtools/DumpReader.cpp, libmdtools/ReadWrite.hpp,
2508 >        libmdtools/SimSetup.cpp, libmdtools/SimSetup.hpp, src/Makefile:
2509 >        working on the props code
2510 >
2511 > 2003-07-29 11:32  mmeineke
2512 >
2513 >        * libBASS/Globals.cpp: [no log message]
2514 >
2515 > 2003-07-25 15:05  chuckv
2516 >
2517 >        * samples/metals/: Au.bass, metals.mdl: Added bass models for
2518 >        metals
2519 >
2520 > 2003-07-25 15:00  chuckv
2521 >
2522 >        * libmdtools/: Makefile, SimSetup.cpp, calc_eam.F90,
2523 >        notifyCutoffs.F90: Added eam to simSetup and added changecutoffeam.
2524 >
2525 > 2003-07-24 16:22  chuckv
2526 >
2527 >        * ac-tools/configure.in: Changed configure to look for both upper
2528 >        and lower cass .mod files
2529 >
2530 > 2003-07-24 14:57  chuckv
2531 >
2532 >        * libmdtools/: calc_eam.F90, do_Forces.F90: module use fixes for
2533 >        eam and do_forces.
2534 >
2535 > 2003-07-23 17:13  chuckv
2536 >
2537 >        * libmdtools/: Makefile, calc_eam.F90, do_Forces.F90,
2538 >        force_globals.F90, simulation_module.F90, status_module.F90:
2539 >        Finished most code for eam....
2540 >
2541 > 2003-07-22 16:49  mmeineke
2542 >
2543 >        * libmdtools/: DumpReader.cpp, ReadWrite.hpp: added the scan
2544 >        function to the DumpReader. It should now save the start of each
2545 >        frame in a vector.
2546 >
2547 > 2003-07-22 15:05  mmeineke
2548 >
2549 >        * libmdtools/: DumpReader.cpp, ReadWrite.hpp: making some changes
2550 >        to read dump files
2551 >
2552 > 2003-07-22 14:54  tim
2553 >
2554 >        * libmdtools/: AbstractClasses.hpp, AllIntegrator.hpp,
2555 >        Integrator.cpp, Integrator.hpp, Makefile, NPTf.cpp, NPTfm.cpp,
2556 >        NPTi.cpp, NPTim.cpp, NVT.cpp, SimSetup.cpp, SimSetup.hpp: [no log
2557 >        message]
2558 >
2559 > 2003-07-22 11:41  mmeineke
2560 >
2561 >        * libmdtools/: InitializeFromFile.cpp, ReadWrite.hpp, SimInfo.hpp,
2562 >        SimSetup.cpp: Fixed a current time initialization bug in
2563 >        InitFromFile.
2564 >
2565 > 2003-07-21 16:27  mmeineke
2566 >
2567 >        * libmdtools/: DumpReader.cpp, InitializeFromFile.cpp,
2568 >        Integrator.cpp, SimInfo.hpp: some initial changes to Dumpwriter and
2569 >        friends to accomadate random file access
2570 >
2571 > 2003-07-21 11:23  mmeineke
2572 >
2573 >        * libmdtools/SimInfo.cpp: Initialized currentTime to 0, in case no
2574 >        one sets it.
2575 >
2576 > 2003-07-21 11:23  mmeineke
2577 >
2578 >        * libmdtools/: InitializeFromFile.cpp, Integrator.cpp,
2579 >        ReadWrite.hpp: fixed Initializefrom file to start the simulation
2580 >        from the time specified in the init file.
2581 >
2582 > 2003-07-17 16:49  gezelter
2583 >
2584 >        * libmdtools/: Integrator.cpp, ReadWrite.hpp, SimInfo.hpp,
2585 >        DumpReader.cpp: Started work on a DumpReader
2586 >
2587 > 2003-07-17 15:38  gezelter
2588 >
2589 >        * libmdtools/calc_sticky_pair.F90: Fixes for SSD/E
2590 >
2591 > 2003-07-17 15:32  gezelter
2592 >
2593 >        * forceFields/DUFF.frc, libmdtools/DUFF.cpp,
2594 >        libmdtools/calc_sticky_pair.F90, libmdtools/fortranWrapDefines.hpp:
2595 >        Changes for SSD/E
2596 >
2597 > 2003-07-17 14:38  mmeineke
2598 >
2599 >        * libmdtools/do_Forces.F90: commented out an eam line
2600 >
2601 > 2003-07-17 14:32  chuckv
2602 >
2603 >        * libmdtools/atype_module.F90: fixed spelling issue
2604 >
2605 > 2003-07-17 14:29  chuckv
2606 >
2607 >        * libmdtools/: fInfo.c, status_module.F90: added info module
2608 >
2609 > 2003-07-17 14:25  chuckv
2610 >
2611 >        * libmdtools/: Atom.hpp, DUFF.cpp, EAM_FF.cpp, LJFF.cpp, Makefile,
2612 >        atype_module.F90, calc_eam.F90, do_Forces.F90,
2613 >        fortranWrapDefines.hpp, fortranWrappers.cpp, fortranWrappers.hpp,
2614 >        mpiSimulation_module.F90: Added massive changes for eam....
2615 >
2616 > 2003-07-16 16:49  chuckv
2617 >
2618 >        * libmdtools/EAM_FF.cpp: More up to date version of EAM_FF
2619 >
2620 > 2003-07-16 16:30  mmeineke
2621 >
2622 >        * libmdtools/: ForceFields.cpp, Makefile, SimInfo.cpp, SimInfo.hpp,
2623 >        SimSetup.cpp, calc_LJ_FF.F90, calc_dipole_dipole.F90,
2624 >        calc_reaction_field.F90, do_Forces.F90, fSimulation.h,
2625 >        fortranWrapDefines.hpp, fortranWrappers.cpp, fortranWrappers.hpp,
2626 >        neighborLists.F90, notifyCutoffs.F90, simulation_module.F90,
2627 >        wrappers.F90: Changed how cutoffs were handled from C. Now
2628 >        notifyCutoffs in Fortran notifies those who need the information of
2629 >        any changes to cutoffs.
2630 >
2631 > 2003-07-16 12:35  gezelter
2632 >
2633 >        * utils/: Makefile, quickLate.c: Made quickLate aware of Hmat.
2634 >        quickLate is now somewhat more intelligent about periodic
2635 >        boundaries and wrapping.
2636 >
2637 > 2003-07-16 11:40  chuckv
2638 >
2639 >        * libmdtools/calc_LJ_FF.F90: Fixed bug in updating mixing lists
2640 >
2641 > 2003-07-16 10:34  mmeineke
2642 >
2643 >        * scripts/cleanSrc: added a quick wipe-and-update script for quick
2644 >        rebuilds on BoB
2645 >
2646 > 2003-07-15 21:11  gezelter
2647 >
2648 >        * libmdtools/: ForceFields.cpp, SimInfo.cpp, SimInfo.hpp,
2649 >        SimSetup.cpp, calc_dipole_dipole.F90, calc_reaction_field.F90: more
2650 >        fixes for box changes
2651 >
2652 > 2003-07-15 17:29  mmeineke
2653 >
2654 >        * libmdtools/simulation_module.F90: removed some debugging print
2655 >        statements.
2656 >
2657 > 2003-07-15 17:22  mmeineke
2658 >
2659 >        * libmdtools/: SimInfo.cpp, calc_LJ_FF.F90, calc_dipole_dipole.F90,
2660 >        do_Forces.F90, simulation_module.F90: fixed a long lived bug in
2661 >        do_forces. Rrf was not being used in the neighborlist correctly.
2662 >        rcut was conssistently being set lowere than Rrf causing the dipole
2663 >        cutoff region to be to small. Also led to the removal of the taper
2664 >        region to buffer the dipole cutoff.
2665 >
2666 > 2003-07-15 16:34  mmeineke
2667 >
2668 >        * libmdtools/: SimInfo.cpp, simulation_module.F90: working on
2669 >        fixing ssd bug
2670 >
2671 > 2003-07-15 14:56  gezelter
2672 >
2673 >        * libmdtools/: NPTf.cpp, NPTfm.cpp, NPTi.cpp, SimInfo.cpp: Fixes
2674 >        for the NPT ensembles
2675 >
2676 > 2003-07-15 13:52  mmeineke
2677 >
2678 >        * libmdtools/: Makefile, SimSetup.cpp, SimSetup.hpp: cleaned up
2679 >        simSetup
2680 >
2681 > 2003-07-15 12:57  mmeineke
2682 >
2683 >        * libmdtools/: Integrator.cpp, NPTi.cpp, SRI.hpp, SimSetup.cpp,
2684 >        SimSetup.hpp, Thermo.cpp, Thermo.hpp, f_verlet_constrained.F90:
2685 >        fixed some bugs, Changed entry_plug to info where appropriate
2686 >
2687 > 2003-07-15 12:25  chuckv
2688 >
2689 >        * utils/sysBuild.ggo: added more command line arguments
2690 >
2691 > 2003-07-15 12:11  gezelter
2692 >
2693 >        * samples/: alkane/butane.bass, lipid/5x5.bass, water/ssd.bass:
2694 >        Fixing force field line
2695 >
2696 > 2003-07-15 12:10  gezelter
2697 >
2698 >        * libmdtools/: Atom.hpp, NPTi.cpp, NPTim.cpp, Thermo.cpp,
2699 >        calc_LJ_FF.F90, calc_dipole_dipole.F90, calc_gb.F90,
2700 >        calc_reaction_field.F90, calc_sticky_pair.F90: Fixing  pressure
2701 >        tensor
2702 >
2703 > 2003-07-15 10:50  gezelter
2704 >
2705 >        * libmdtools/: Bond.cpp, Molecule.cpp: more archaic code fixes
2706 >
2707 > 2003-07-15 10:42  gezelter
2708 >
2709 >        * libmdtools/: ExtendedSystem.cpp, ExtendedSystem.hpp, Verlet.cpp:
2710 >        removed old outdated code
2711 >
2712 > 2003-07-15 09:45  gezelter
2713 >
2714 >        * libmdtools/Thermo.cpp: fixes to get rid of get_vx and set_vx
2715 >
2716 > 2003-07-15 09:28  gezelter
2717 >
2718 >        * libmdtools/Molecule.cpp: removing get_vx
2719 >
2720 > 2003-07-14 22:28  gezelter
2721 >
2722 >        * libmdtools/NPTfm.cpp: Added NPTfm
2723 >
2724 > 2003-07-14 22:27  gezelter
2725 >
2726 >        * libmdtools/: Integrator.hpp, Makefile, NPTim.cpp, SimSetup.cpp:
2727 >        Bugfix in NPTim, fixes for NPTfm
2728 >
2729 > 2003-07-14 22:08  gezelter
2730 >
2731 >        * libmdtools/: Integrator.hpp, Makefile, NPTim.cpp, SimSetup.cpp:
2732 >        Checking in changes for NPTim
2733 >
2734 > 2003-07-14 18:06  gezelter
2735 >
2736 >        * utils/Makefile: Broken SysBuilder
2737 >
2738 > 2003-07-14 18:06  gezelter
2739 >
2740 >        * samples/: alkane/init_butane.eor, argon/argon.bass,
2741 >        argon/init_argon.eor, lipid/init_5x5.eor, water/init_ssd.eor: Fixes
2742 >        for samples
2743 >
2744 > 2003-07-14 18:06  gezelter
2745 >
2746 >        * libmdtools/: Integrator.cpp, do_Forces.F90: Removed some
2747 >        debugging write statements
2748 >
2749 > 2003-07-14 17:38  gezelter
2750 >
2751 >        * libmdtools/: Integrator.cpp, Integrator.hpp, NPTf.cpp, NPTi.cpp,
2752 >        NVT.cpp: Fixes for get and set routines in Atom and DirectionalAtom
2753 >
2754 > 2003-07-14 16:48  mmeineke
2755 >
2756 >        * libmdtools/: Atom.cpp, Atom.hpp, DirectionalAtom.cpp: added get
2757 >        and set routines to Atom and DirectionalAtom
2758 >
2759 > 2003-07-14 16:35  chuckv
2760 >
2761 >        * utils/: nanoBuilder.cpp, nanoBuilder.hpp, nanoSysBuild.cpp,
2762 >        sysBuild.cpp, sysBuild.ggo, sysBuild.hpp: added a nanoSysBuilder
2763 >        that takes different cmd line arguments.
2764 >
2765 > 2003-07-14 16:28  mmeineke
2766 >
2767 >        * libmdtools/: Atom.hpp, BondExtensions.cpp, DirectionalAtom.cpp,
2768 >        ForceFields.cpp, Integrator.cpp, Integrator.hpp, Makefile,
2769 >        SimInfo.cpp, SimInfo.hpp, do_Forces.F90: found a bug. Unit vectors
2770 >        were not being updated
2771 >
2772 > 2003-07-14 10:04  gezelter
2773 >
2774 >        * libmdtools/: Integrator.hpp, Makefile, NPTim.cpp: Working on
2775 >        NPTim
2776 >
2777 > 2003-07-14 09:55  mmeineke
2778 >
2779 >        * forceFields/DUFF.frc: Switched the bond in the force field back
2780 >        to constrained, to preserve energy
2781 >
2782 > 2003-07-11 17:34  mmeineke
2783 >
2784 >        * libmdtools/: BondExtensions.cpp, DUFF.cpp, Integrator.cpp,
2785 >        Integrator.hpp: working on som integrator bugs
2786 >
2787 > 2003-07-11 10:26  gezelter
2788 >
2789 >        * libmdtools/: StreamTokenizer.cpp, StreamTokenizer.hpp: Starting
2790 >        to worry about all the strtok() calls in our code
2791 >
2792 > 2003-07-11 09:49  gezelter
2793 >
2794 >        * utils/nanoBuilder.cpp: Fixed Hmat and some namespace strangeness
2795 >
2796 > 2003-07-10 20:15  gezelter
2797 >
2798 >        * libmdtools/DumpWriter.cpp: Fixed hmat in DumpWriter (MPI) and
2799 >        eor.
2800 >
2801 > 2003-07-10 17:15  mmeineke
2802 >
2803 >        * libmdtools/: DumpWriter.cpp, InitializeFromFile.cpp, NPTf.cpp,
2804 >        SimInfo.cpp, Thermo.cpp: fixed some bugs
2805 >
2806 > 2003-07-10 14:53  chuckv
2807 >
2808 >        * utils/: Makefile, latticeBuilder.cpp, latticeBuilder.hpp,
2809 >        nanoBuilder.cpp, nanoBuilder.hpp, sysBuild.cpp, sysBuild.hpp: Added
2810 >        nanoBuilder and a general Lattice builder.
2811 >
2812 > 2003-07-10 12:10  gezelter
2813 >
2814 >        * libmdtools/: Integrator.hpp, NPTf.cpp, SimInfo.cpp, SimInfo.hpp,
2815 >        Thermo.cpp, Thermo.hpp: Bunch of 1-d array -> 2-d array stuff
2816 >
2817 > 2003-07-09 17:14  mmeineke
2818 >
2819 >        * libmdtools/: DumpWriter.cpp, InitializeFromFile.cpp,
2820 >        Integrator.hpp, NPTf.cpp, NPTi.cpp, ReadWrite.hpp, SimInfo.cpp,
2821 >        SimSetup.cpp: Bug fixing NPTi and NPTf. there is some error in the
2822 >        caclulation of HmatInverse.
2823 >
2824 > 2003-07-09 10:34  mmeineke
2825 >
2826 >        * libBASS/MoleculeStamp.hpp: starting some work for xlate
2827 >
2828 > 2003-07-09 10:33  mmeineke
2829 >
2830 >        * libmdtools/: SimSetup.cpp, Thermo.cpp: adding in dan's NPT stuff
2831 >
2832 > 2003-07-09 08:56  gezelter
2833 >
2834 >        * libmdtools/: NPTf.cpp, SimSetup.cpp: Fixes and merging NPTf
2835 >
2836 > 2003-07-09 08:56  gezelter
2837 >
2838 >        * libBASS/Globals.cpp: Removed Qmass
2839 >
2840 > 2003-07-08 21:15  gezelter
2841 >
2842 >        * libmdtools/: Makefile, NPTf.cpp, NPTi.cpp: Fixes for both NPTf
2843 >        and NPTi
2844 >
2845 > 2003-07-08 20:41  gezelter
2846 >
2847 >        * libmdtools/: NPTf.cpp, NPTi.cpp: Fixes in NPTi migrated into NPTf
2848 >
2849 > 2003-07-08 16:10  gezelter
2850 >
2851 >        * libmdtools/: Integrator.hpp, NPTf.cpp: [no log message]
2852 >
2853 > 2003-07-08 16:06  gezelter
2854 >
2855 >        * libmdtools/NPTi.cpp: fixed box scaling
2856 >
2857 > 2003-07-08 15:56  gezelter
2858 >
2859 >        * libmdtools/: Integrator.hpp, Makefile, NPTi.cpp, SimInfo.cpp,
2860 >        SimInfo.hpp, Thermo.cpp: NPTi
2861 >
2862 > 2003-07-03 14:41  mmeineke
2863 >
2864 >        * libBASS/Makefile, libmdtools/Makefile, src/Makefile,
2865 >        utils/Makefile, utils/bilayerSys.cpp:  cleaned up the dependecy
2866 >        scripts in the makefiles
2867 >
2868 > 2003-07-02 16:26  mmeineke
2869 >
2870 >        * libBASS/Makefile, libmdtools/DumpWriter.cpp,
2871 >        libmdtools/ForceFields.cpp, libmdtools/Integrator.cpp,
2872 >        libmdtools/Makefile, libmdtools/ReadWrite.hpp,
2873 >        libmdtools/SimInfo.cpp, libmdtools/SimInfo.hpp,
2874 >        libmdtools/SimSetup.cpp, libmdtools/Thermo.cpp,
2875 >        libmdtools/do_Forces.F90, libmdtools/wrappers.F90, src/Makefile,
2876 >        utils/Makefile: fixed the bugs introduced by switching the periodic
2877 >        box to a matrix
2878 >
2879 > 2003-07-01 17:39  gezelter
2880 >
2881 >        * libmdtools/do_Forces.F90: Fortran flexi-BOX
2882 >
2883 > 2003-07-01 17:29  gezelter
2884 >
2885 >        * libmdtools/simulation_module.F90: Fixes for flexi-BOX
2886 >
2887 > 2003-07-01 16:33  mmeineke
2888 >
2889 >        * libmdtools/: SimInfo.cpp, SimInfo.hpp, fSimulation.h,
2890 >        fortranWrapDefines.hpp, simulation_module.F90: working on adding
2891 >        the box matrix to everything.
2892 >
2893 > 2003-06-30 17:03  mmeineke
2894 >
2895 >        * ChangeLog, libmdtools/SimInfo.cpp, libmdtools/SimInfo.hpp,
2896 >        src/oopse.cpp:
2897 >        Updated the ChangeLog, and Converted most of the SImInfo to use
2898 >        non-Isotropic boxes. wrapVector needs to be finished.
2899 >
2900 > 2003-06-25 16:12  mmeineke
2901 >
2902 >        * libmdtools/: Integrator.cpp, SimSetup.cpp: Changed over the bonds
2903 >        to Harmonic bonds in the DUFF frc file
2904 >        
2905 >        fixed constraints.
2906 >
2907 > 2003-06-25 16:11  mmeineke
2908 >
2909 >        * forceFields/DUFF.frc: Changed over the bonds to Harmonic bonds in
2910 >        the DUFF frc file
2911 >
2912 > 2003-06-24 17:51  gezelter
2913 >
2914 >        * libmdtools/: Integrator.hpp, NVT.cpp: Fixes to NVT.  Check them!
2915 >
2916 > 2003-06-24 14:57  mmeineke
2917 >
2918 >        * forceFields/DUFF.frc, libmdtools/BondExtensions.cpp,
2919 >        libmdtools/DUFF.cpp, libmdtools/SRI.hpp: added Harmonic bod into
2920 >        the DUFF forcefield and BondExtensions.cpp
2921 >
2922 > 2003-06-23 16:24  mmeineke
2923 >
2924 >        * libmdtools/Integrator.cpp: Doing some work to debug the
2925 >        constraint code.
2926 >
2927 > 2003-06-20 15:50  gezelter
2928 >
2929 >        * libmdtools/Integrator.hpp: NPT fix
2930 >
2931 > 2003-06-20 15:29  mmeineke
2932 >
2933 >        * libmdtools/Atom.cpp, libmdtools/DUFF.cpp,
2934 >        libmdtools/ForceFields.cpp, libmdtools/Integrator.cpp,
2935 >        libmdtools/Integrator.hpp, libmdtools/LJFF.cpp,
2936 >        libmdtools/Makefile, libmdtools/NVT.cpp, libmdtools/SimSetup.cpp,
2937 >        libmdtools/Thermo.hpp, src/Makefile, utils/Makefile: Most of the
2938 >        integrator and NVT seem to be working now.
2939 >
2940 > 2003-06-20 11:49  gezelter
2941 >
2942 >        * libmdtools/: Integrator.hpp, NVT.cpp: NVT additions
2943 >
2944 > 2003-06-19 17:02  mmeineke
2945 >
2946 >        * forceFields/DUFF.frc, forceFields/LJFF.frc,
2947 >        forceFields/LJ_FF.frc, forceFields/Makefile,
2948 >        forceFields/TraPPE.frc, forceFields/TraPPE_Ex.frc,
2949 >        libmdtools/DUFF.cpp, libmdtools/ForceFields.hpp,
2950 >        libmdtools/Integrator.cpp, libmdtools/Integrator.hpp,
2951 >        libmdtools/LJFF.cpp, libmdtools/LJ_FF.cpp, libmdtools/Makefile,
2952 >        libmdtools/TraPPEFF.cpp: slowly converting to new integrator and
2953 >        forcefield names.
2954 >
2955 > 2003-06-19 14:21  mmeineke
2956 >
2957 >        * libmdtools/: Integrator.cpp, SimSetup.cpp, Symplectic.cpp:
2958 >        finished the basics of the integrator and SimSetup.cpp
2959 >
2960 > 2003-06-19 14:11  mmeineke
2961 >
2962 >        * libmdtools/SimSetup.cpp:  doing some work on SimSetup to clean it
2963 >        up / get it to work with the new Integrator.
2964 >
2965 > 2003-06-18 17:20  mmeineke
2966 >
2967 >        * libmdtools/Symplectic.cpp: minor changes in an attempt to fix
2968 >        output times.
2969 >
2970 > 2003-06-17 16:56  mmeineke
2971 >
2972 >        * libmdtools/: Integrator.hpp, SimSetup.cpp: Added Teng's parmeters
2973 >        fro the ghost Bend in TraPPE_Ex
2974 >        
2975 >        some work on the integrator. ( incomplete)
2976 >
2977 > 2003-06-17 16:55  mmeineke
2978 >
2979 >        * forceFields/TraPPE_Ex.frc: Added Teng's parmeters fro the ghost
2980 >        Bend in TraPPE_Ex
2981 >
2982 > 2003-06-04 16:06  mmeineke
2983 >
2984 >        * libmdtools/: Integrator.hpp, Symplectic.cpp: added constrainA and
2985 >        constrainB to the Symplectic integrator
2986 >
2987 > 2003-05-30 16:32  mmeineke
2988 >
2989 >        * utils/bilayerSys.cpp: currently modifiying Symplectic to become
2990 >        the basic integrator.
2991 >        
2992 >        bilayerSys.cpp altered for building tb3.
2993 >
2994 > 2003-05-30 16:31  mmeineke
2995 >
2996 >        * libmdtools/: Integrator.hpp, SimInfo.hpp, Symplectic.cpp,
2997 >        TraPPE_ExFF.cpp, Verlet.cpp, f_verlet_constrained.F90: currently
2998 >        modifiying Symplectic to become the basic integrator.
2999 >
3000 > 2003-05-30 15:19  mmeineke
3001 >
3002 >        * libmdtools/Integrator.hpp: added some member variables for
3003 >        position, velocity, etc.
3004 >
3005 > 2003-05-30 14:07  mmeineke
3006 >
3007 >        * libmdtools/: AbstractClasses.hpp, Integrator.hpp: changed how NVT
3008 >        is now derived from Integrator
3009 >
3010 > 2003-05-20 11:44  mmeineke
3011 >
3012 >        * libmdtools/GhostBend.cpp: fixed an a mismatched Ghostbend bug.
3013 >
3014 > 2003-05-17 11:57  mmeineke
3015 >
3016 >        * utils/: Makefile, MoLocator.cpp, bilayerSys.cpp: all seems to be
3017 >        working
3018 >
3019 > 2003-05-16 16:37  mmeineke
3020 >
3021 >        * utils/bilayerSys.cpp: still working on the bilayer code
3022 >
3023 > 2003-05-16 09:28  mmeineke
3024 >
3025 >        * utils/: bilayerSys.cpp, sysBuild.cpp, sysBuild.hpp: doing some
3026 >        work to overhaul sysbuild.
3027 >
3028 > 2003-05-13 16:23  mmeineke
3029 >
3030 >        * libmdtools/calc_sticky_pair.F90: optimized the ssd calc loop
3031 >
3032 > 2003-05-13 15:47  mmeineke
3033 >
3034 >        * samples/: Makefile, beadLipid/Makefile, beadLipid/beadLipid.mdl,
3035 >        beadLipid/water.mdl: Added bead lipid model to the sample directory
3036 >
3037 > 2003-05-13 15:34  mmeineke
3038 >
3039 >        * forceFields/TraPPE_Ex.frc: finished adding the Tail beads into
3040 >        the Trappe extended force field
3041 >
3042 > 2003-05-13 12:01  mmeineke
3043 >
3044 >        * forceFields/TraPPE_Ex.frc: added the TailBead atom types to the
3045 >        TraPPe_Ex forceField
3046 >
3047 > 2003-05-09 14:51  mmeineke
3048 >
3049 >        * samples/lipid/lipid.mdl: fixed up the TraPPE_Ex force field.
3050 >        there were some duplicate entries
3051 >        
3052 >        added a two chain lipid to the lipid.mdl in sample
3053 >
3054 > 2003-05-09 14:51  mmeineke
3055 >
3056 >        * forceFields/TraPPE_Ex.frc: fixed up the TraPPE_Ex force field.
3057 >        there were some duplicate entries
3058 >
3059 > 2003-05-09 11:56  mmeineke
3060 >
3061 >        * forceFields/TraPPE_Ex.frc: added the utils subdirectory to the
3062 >        configure script
3063 >        
3064 >        added the CH branching group to the TraPPE_Ex fource field
3065 >
3066 > 2003-05-09 11:55  mmeineke
3067 >
3068 >        * ac-tools/configure.in: added the utils subdirectory to the
3069 >        configure script
3070 >
3071 > 2003-04-25 11:02  mmeineke
3072 >
3073 >        * utils/bilayerSys.cpp: i quick fix to th distance in the random
3074 >        bilayer builder
3075 >
3076 > 2003-04-24 21:00  mmeineke
3077 >
3078 >        * libmdtools/f_verlet_constrained.F90: added a new test for
3079 >        constraint failure
3080 >
3081 > 2003-04-17 16:54  mmeineke
3082 >
3083 >        * libBASS/BASS_interface.h, libmdtools/SimSetup.cpp,
3084 >        utils/Makefile, utils/MoLocator.cpp, utils/MoLocator.hpp,
3085 >        utils/bilayerSys.cpp: fixed up sysBuild to where it should now
3086 >        build our systems
3087 >
3088 > 2003-04-16 16:11  mmeineke
3089 >
3090 >        * utils/: MoLocator.cpp, MoLocator.hpp: almost finished.
3091 >
3092 > 2003-04-15 16:47  mmeineke
3093 >
3094 >        * utils/: bilayerSys.cpp, sysBuild.cpp, sysBuild.hpp: bilayerSys
3095 >        and sysBuild both will build now. woot!
3096 >
3097 > 2003-04-15 16:20  mmeineke
3098 >
3099 >        * utils/: MoLocator.cpp, MoLocator.hpp, bilayerSys.cpp,
3100 >        bilayerSys.hpp, sysBuild.cpp, sysBuild.hpp: finished bilayerSys.cpp
3101 >        
3102 >        sysBuild still need to write the bass file.
3103 >        
3104 >        MoLocator.cpp is currently empty
3105 >
3106 > 2003-04-15 15:40  chuckv
3107 >
3108 >        * forceFields/EAM_FF.frc, forceFields/agu3.eam,
3109 >        forceFields/auu3.eam, forceFields/cuu3.eam, forceFields/niu3.eam,
3110 >        forceFields/pdu3.eam, forceFields/ptu3.eam,
3111 >        libmdtools/ForceFields.hpp: Added eam force files...
3112 >
3113 > 2003-04-15 11:37  chuckv
3114 >
3115 >        * libmdtools/EAM_FF.cpp: More eam work.
3116 >
3117 > 2003-04-14 16:22  mmeineke
3118 >
3119 >        * libmdtools/SimSetup.hpp, utils/Makefile, utils/bilayerSys.cpp,
3120 >        utils/bilayerSys.hpp, utils/sysBuild.cpp, utils/sysBuild.hpp:
3121 >        working on the system builder
3122 >
3123 > 2003-04-14 16:16  chuckv
3124 >
3125 >        * libmdtools/: Symplectic.cpp, Verlet.cpp, calc_eam.F90: Fixed
3126 >        ordering on NVT calculation in integrators.
3127 >
3128 > 2003-04-14 14:51  mmeineke
3129 >
3130 >        * utils/: Makefile, sysBuild.cpp, MPIobj/placeHolder,
3131 >        obj/placeHolder:  working on a system builder
3132 >
3133 > 2003-04-14 14:04  mmeineke
3134 >
3135 >        * utils/Makefile: added Ghost bends to the TraPPE_Ex forceField
3136 >        
3137 >        added sysBuild to the utils Makefile
3138 >
3139 > 2003-04-14 14:03  mmeineke
3140 >
3141 >        * forceFields/TraPPE_Ex.frc, libmdtools/TraPPE_ExFF.cpp: added
3142 >        Ghost bends to the TraPPE_Ex forceField
3143 >
3144 > 2003-04-14 13:19  chuckv
3145 >
3146 >        * libmdtools/calc_eam.F90: Added first mangling of EAM.
3147 >
3148 > 2003-04-11 13:46  mmeineke
3149 >
3150 >        * libmdtools/: SimSetup.cpp, calc_LJ_FF.F90, force_globals.F90,
3151 >        simulation_module.F90: fixed a memory bug in Fortran, where
3152 >        molMembershipArray was declared nLocal instead of nGlobal.
3153 >
3154 > 2003-04-11 10:16  gezelter
3155 >
3156 >        * libmdtools/: Molecule.cpp, Molecule.hpp, SimInfo.cpp,
3157 >        SimSetup.cpp, calc_LJ_FF.F90, do_Forces.F90,
3158 >        fortranWrapDefines.hpp, simulation_module.F90: Bug fix in progress
3159 >        for NPT
3160 >
3161 > 2003-04-10 15:08  mmeineke
3162 >
3163 >        * libmdtools/: Molecule.cpp, Molecule.hpp, SimSetup.cpp:  added a
3164 >        globalIndex counter to Molecule
3165 >
3166 > 2003-04-10 11:35  gezelter
3167 >
3168 >        * libmdtools/: ExtendedSystem.cpp, ExtendedSystem.hpp: Working on
3169 >        ConstantStress
3170 >
3171 > 2003-04-10 11:27  mmeineke
3172 >
3173 >        * libmdtools/SimSetup.cpp: fixed a n mpi init bug in SimSetup.
3174 >        caused a miscalculation of nLocal.
3175 >
3176 > 2003-04-10 11:21  mmeineke
3177 >
3178 >        * libmdtools/: Symplectic.cpp, Thermo.cpp, calc_dipole_dipole.F90,
3179 >        do_Forces.F90: fixed a bug in symplectic, where presure was only
3180 >        being calculated the first time through.
3181 >
3182 > 2003-04-09 11:20  chuckv
3183 >
3184 >        * samples/alkane/alkanes.mdl: added pentane to the alkane model
3185 >        file
3186 >
3187 > 2003-04-09 08:59  gezelter
3188 >
3189 >        * libmdtools/: ExtendedSystem.cpp, ForceFields.cpp, StatWriter.cpp,
3190 >        Thermo.cpp, Thermo.hpp: Added volume and enthalpy to status file
3191 >
3192 > 2003-04-08 23:06  gezelter
3193 >
3194 >        * libmdtools/: DumpWriter.cpp, ExtendedSystem.cpp,
3195 >        ExtendedSystem.hpp, Molecule.cpp, Molecule.hpp, SimInfo.cpp,
3196 >        SimInfo.hpp, SimSetup.cpp, Symplectic.cpp, Thermo.cpp, Thermo.hpp,
3197 >        Verlet.cpp, calc_LJ_FF.F90, calc_dipole_dipole.F90, calc_gb.F90,
3198 >        calc_reaction_field.F90, calc_sticky_pair.F90,
3199 >        fortranWrapDefines.hpp, simulation_module.F90: fixes for NPT and
3200 >        NVT
3201 >
3202 > 2003-04-08 17:38  chuckv
3203 >
3204 >        * libmdtools/SimInfo.cpp, libmdtools/Symplectic.cpp,
3205 >        libmdtools/calc_LJ_FF.F90, libmdtools/calc_dipole_dipole.F90,
3206 >        libmdtools/calc_sticky_pair.F90, libmdtools/do_Forces.F90,
3207 >        libmdtools/simulation_module.F90, samples/water/ssd.bass: It works
3208 >        (kinda)...
3209 >
3210 > 2003-04-08 16:35  gezelter
3211 >
3212 >        * libBASS/Globals.cpp, libBASS/Globals.hpp,
3213 >        libmdtools/ExtendedSystem.cpp, libmdtools/ExtendedSystem.hpp,
3214 >        libmdtools/SimSetup.cpp: Fixes for NPT / NVT
3215 >
3216 > 2003-04-08 12:16  chuckv
3217 >
3218 >        * libmdtools/: do_Forces.F90, neighborLists.F90,
3219 >        simulation_module.F90: Moved expand neighborlist to init_FF.
3220 >
3221 > 2003-04-08 10:20  chuckv
3222 >
3223 >        * libmdtools/: ForceFields.cpp, Thermo.cpp, Verlet.cpp: fixes for
3224 >        NVT
3225 >
3226 > 2003-04-08 09:39  gezelter
3227 >
3228 >        * libmdtools/Verlet.cpp: fixes for nvt / npt
3229 >
3230 > 2003-04-08 09:34  gezelter
3231 >
3232 >        * libmdtools/: ExtendedSystem.cpp, StatWriter.cpp, Symplectic.cpp,
3233 >        Thermo.cpp, Verlet.cpp: dt/2 fix in nvt
3234 >
3235 > 2003-04-08 07:50  gezelter
3236 >
3237 >        * libmdtools/ExtendedSystem.cpp: Fixes for affine transform
3238 >
3239 > 2003-04-08 07:44  gezelter
3240 >
3241 >        * libmdtools/: ExtendedSystem.cpp, Molecule.cpp, Molecule.hpp,
3242 >        Symplectic.cpp, Thermo.cpp, Verlet.cpp: Changes to integrate the
3243 >        NVT and NPT ensembles
3244 >
3245 > 2003-04-07 16:42  gezelter
3246 >
3247 >        * libBASS/Globals.cpp, libBASS/Globals.hpp,
3248 >        libmdtools/ExtendedSystem.cpp, libmdtools/SimInfo.cpp,
3249 >        libmdtools/SimSetup.cpp: Fixes for NPT and NVT
3250 >
3251 > 2003-04-07 16:20  mmeineke
3252 >
3253 >        * libmdtools/calc_sticky_pair.F90: fixed a sign error in the radial
3254 >        portion of SSD.
3255 >
3256 > 2003-04-07 16:16  mmeineke
3257 >
3258 >        * libmdtools/: ForceFields.cpp, Symplectic.cpp:
3259 >        doing some testing in sticky through Symplectic.
3260 >
3261 > 2003-04-07 15:51  gezelter
3262 >
3263 >        * libmdtools/: ExtendedSystem.cpp, Verlet.cpp: Working on NVT
3264 >
3265 > 2003-04-07 15:50  chuckv
3266 >
3267 >        * libmdtools/do_Forces.F90: Fixed transpose bug in mpi reduce for
3268 >        tau and virial.
3269 >
3270 > 2003-04-07 15:06  mmeineke
3271 >
3272 >        * libmdtools/DumpWriter.cpp, libmdtools/SimInfo.cpp,
3273 >        libmdtools/SimSetup.cpp, libmdtools/Symplectic.cpp,
3274 >        libmdtools/calc_dipole_dipole.F90, libmdtools/calc_sticky_pair.F90,
3275 >        src/Makefile: bug fixes
3276 >
3277 > 2003-04-07 11:56  gezelter
3278 >
3279 >        * libmdtools/: ExtendedSystem.cpp, Molecule.cpp, Molecule.hpp,
3280 >        StatWriter.cpp, Symplectic.cpp, Thermo.cpp, Thermo.hpp, Verlet.cpp:
3281 >        Many fixes to add extended system
3282 >
3283 > 2003-04-07 09:30  gezelter
3284 >
3285 >        * src/Makefile: Fixed a bug caused by my experimentation
3286 >
3287 > 2003-04-07 09:30  gezelter
3288 >
3289 >        * libmdtools/: ExtendedSystem.cpp, ExtendedSystem.hpp,
3290 >        Integrator.hpp, Makefile, SimSetup.cpp, Symplectic.cpp, Verlet.cpp:
3291 >        Added ExtendedSystem infrastructure for NPT and NVT calculations
3292 >
3293 > 2003-04-07 09:30  gezelter
3294 >
3295 >        * libBASS/: Globals.cpp, Globals.hpp: Added targetPressure to BASS
3296 >
3297 > 2003-04-04 23:07  gezelter
3298 >
3299 >        * src/Makefile: final mods to try a fortran compiler
3300 >
3301 > 2003-04-04 22:39  gezelter
3302 >
3303 >        * libmdtools/: LJ_FF.cpp, SimInfo.cpp, TraPPE_ExFF.cpp,
3304 >        fortranWrapDefines.hpp: Bug fixes for simulation module rewrites
3305 >
3306 > 2003-04-04 21:56  gezelter
3307 >
3308 >        * libmdtools/: Makefile, atype_module.F90, do_Forces.F90,
3309 >        fortranWrappers.cpp, wrappers.F90: bug fixes for compilation
3310 >
3311 > 2003-04-04 21:45  gezelter
3312 >
3313 >        * libmdtools/: fortranWrapDefines.hpp, fortranWrappers.hpp: bug
3314 >        fixes to fortran wrappers
3315 >
3316 > 2003-04-04 17:22  chuckv
3317 >
3318 >        * libmdtools/: Makefile, calc_LJ_FF.F90, calc_dipole_dipole.F90,
3319 >        calc_gb.F90, calc_reaction_field.F90, calc_sticky_pair.F90,
3320 >        do_Forces.F90, fortranWrapDefines.hpp, fortranWrappers.cpp,
3321 >        simulation_module.F90, wrappers.F90: Breaking c and fortran, c gets
3322 >        smarter, fortran gets dumber...
3323 >
3324 > 2003-04-04 14:57  mmeineke
3325 >
3326 >        * libmdtools/: calc_dipole_dipole.F90, do_Forces.F90,
3327 >        neighborLists.F90: fixed a memory read bug in neighborlist
3328 >
3329 > 2003-04-04 14:47  gezelter
3330 >
3331 >        * libmdtools/: ExtendedSystem.cpp, ExtendedSystem.hpp, SimInfo.cpp,
3332 >        SimInfo.hpp, Thermo.cpp: Changes for Extended System
3333 >
3334 > 2003-04-04 14:16  gezelter
3335 >
3336 >        * libmdtools/: ExtendedSystem.cpp, ExtendedSystem.hpp, SimInfo.cpp,
3337 >        SimInfo.hpp: Fixes for ExtendedSystem
3338 >
3339 > 2003-04-03 20:57  gezelter
3340 >
3341 >        * libmdtools/ExtendedSystem.hpp: Added extended system header
3342 >
3343 > 2003-04-03 20:57  gezelter
3344 >
3345 >        * libmdtools/: ExtendedSystem.cpp, Thermo.cpp, Thermo.hpp: changes
3346 >        for extended system code
3347 >
3348 > 2003-04-03 18:49  gezelter
3349 >
3350 >        * libmdtools/: ExtendedSystem.cpp, NVT.cpp: renamed nvt to
3351 >        extendedsystem
3352 >
3353 > 2003-04-03 17:19  mmeineke
3354 >
3355 >        * libmdtools/Molecule.hpp: added some little fixes here and there.
3356 >
3357 > 2003-04-03 17:01  mmeineke
3358 >
3359 >        * libmdtools/TraPPE_ExFF.cpp: fixed a possible call before
3360 >        initialize bug.
3361 >
3362 > 2003-04-03 16:12  mmeineke
3363 >
3364 >        * libmdtools/: DumpWriter.cpp, Molecule.cpp, randomSPRNG.hpp: just
3365 >        little things like deleteing unused variables and such.
3366 >
3367 > 2003-04-03 15:57  mmeineke
3368 >
3369 >        * libmdtools/: Molecule.cpp, Molecule.hpp: a few fixes to
3370 >        simError.h also some fixes to Molecule.hpp
3371 >
3372 > 2003-04-03 15:57  mmeineke
3373 >
3374 >        * libBASS/simError.h: a few fixes to simError.h
3375 >
3376 > 2003-04-03 15:21  mmeineke
3377 >
3378 >        * libBASS/Makefile, libBASS/mpiBASS.c, libBASS/simError.c,
3379 >        libBASS/simError.h, libmdtools/DumpWriter.cpp,
3380 >        libmdtools/ForceFields.cpp, libmdtools/InitializeFromFile.cpp,
3381 >        libmdtools/LJ_FF.cpp, libmdtools/Makefile, libmdtools/Thermo.cpp,
3382 >        libmdtools/TraPPE_ExFF.cpp, libmdtools/mpiSimulation.cpp,
3383 >        src/Makefile, src/oopse.cpp: fixed some small things with
3384 >        simError.h
3385 >
3386 > 2003-04-03 15:19  gezelter
3387 >
3388 >        * libmdtools/: Molecule.cpp, Molecule.hpp: Starting work on NPT
3389 >
3390 > 2003-04-03 14:58  gezelter
3391 >
3392 >        * libmdtools/: NVT.cpp, Thermo.cpp: Added NVT file (very broken for
3393 >        now)
3394 >
3395 > 2003-04-03 08:42  gezelter
3396 >
3397 >        * README, libmdtools/Thermo.cpp, utils/Makefile, utils/quickLate.c:
3398 >        Changed Readme, added some files
3399 >
3400 > 2003-04-02 17:19  mmeineke
3401 >
3402 >        * libmdtools/: ForceFields.cpp, SimInfo.cpp, SimSetup.cpp,
3403 >        Symplectic.cpp, calc_dipole_dipole.F90, calc_sticky_pair.F90:
3404 >        dipoles mostly work, but there is a memory leak somewhere.
3405 >
3406 > 2003-04-02 10:01  mmeineke
3407 >
3408 >        * libmdtools/TraPPE_ExFF.cpp: Fixed a bug where MPI was not getting
3409 >        the proper atomIdents.
3410 >
3411 > 2003-04-01 11:50  chuckv
3412 >
3413 >        * libmdtools/SimInfo.cpp, libmdtools/do_Forces.F90,
3414 >        libmdtools/mpiSimulation.cpp, libmdtools/mpiSimulation_module.F90,
3415 >        samples/argon/argon.bass: more bug fixes....
3416 >
3417 > 2003-04-01 11:49  mmeineke
3418 >
3419 >        * libmdtools/: DumpWriter.cpp, InitializeFromFile.cpp: Fixed
3420 >        DumpWriter to be more robust to errors. also added a little
3421 >        namespace to InitFromFile to wrap it's helper functions in MPI
3422 >
3423 > 2003-03-31 17:09  chuckv
3424 >
3425 >        * libmdtools/: SimInfo.cpp, do_Forces.F90: Fixed bug with pot_local
3426 >        not zeroed.
3427 >
3428 > 2003-03-31 16:50  chuckv
3429 >
3430 >        * libmdtools/BendExtensions.cpp, libmdtools/Exclude.cpp,
3431 >        libmdtools/ForceFields.cpp, libmdtools/Molecule.cpp,
3432 >        libmdtools/Molecule.hpp, libmdtools/SimInfo.cpp,
3433 >        libmdtools/SimSetup.cpp, libmdtools/Thermo.cpp,
3434 >        libmdtools/TraPPE_ExFF.cpp, libmdtools/do_Forces.F90,
3435 >        samples/alkane/butane.bass: Fixes in MPI force calc and in
3436 >        Trappe_Ex parsing.
3437 >
3438 > 2003-03-28 17:34  chuckv
3439 >
3440 >        * libmdtools/DumpWriter.cpp: bug fix in DumpWriter.cpp
3441 >
3442 > 2003-03-28 16:45  chuckv
3443 >
3444 >        * libBASS/Makefile, libmdtools/DumpWriter.cpp,
3445 >        libmdtools/InitializeFromFile.cpp: Bug fixes in read-write
3446 >        routines.
3447 >
3448 > 2003-03-28 14:33  mmeineke
3449 >
3450 >        * libmdtools/: Exclude.cpp, Exclude.hpp, Molecule.cpp,
3451 >        Molecule.hpp, SRI.hpp, SimSetup.cpp, simulation_module.F90: fixed a
3452 >        bug where the Excludes were not being created properly
3453 >
3454 > 2003-03-28 14:30  chuckv
3455 >
3456 >        * libBASS/Makefile, libmdtools/DumpWriter.cpp,
3457 >        libmdtools/LJ_FF.cpp, libmdtools/SimSetup.cpp,
3458 >        libmdtools/TraPPE_ExFF.cpp, libmdtools/mpiSimulation.cpp: mpi fixes
3459 >        and debugging mpi read write from file.
3460 >
3461 > 2003-03-28 10:28  mmeineke
3462 >
3463 >        * libmdtools/: LJ_FF.cpp, TraPPE_ExFF.cpp: fixed long range
3464 >        interactions in Trappe
3465 >
3466 > 2003-03-27 18:33  chuckv
3467 >
3468 >        * libmdtools/: SimSetup.cpp, mpiSimulation.cpp,
3469 >        mpiSimulation_module.F90: MPI buggy, fixed mpiRefresh issue.
3470 >
3471 > 2003-03-27 17:16  mmeineke
3472 >
3473 >        * libmdtools/: Exclude.cpp, SimSetup.cpp: fixed a bug where
3474 >        excludes were not being initialized
3475 >
3476 > 2003-03-27 16:52  mmeineke
3477 >
3478 >        * src/Makefile: [no log message]
3479 >
3480 > 2003-03-27 16:52  mmeineke
3481 >
3482 >        * libmdtools/SimSetup.cpp: Fixed a single processor segfault bug.
3483 >
3484 > 2003-03-27 16:07  mmeineke
3485 >
3486 >        * libmdtools/: Exclude.cpp, ForceFields.cpp, LJ_FF.cpp,
3487 >        Molecule.cpp, Symplectic.cpp, Thermo.cpp, TraPPE_ExFF.cpp,
3488 >        Verlet.cpp: fixed the compile time bugs, Source builds and links
3489 >
3490 > 2003-03-27 15:48  mmeineke
3491 >
3492 >        * libmdtools/: Molecule.cpp, SimInfo.hpp, SimSetup.cpp: fixed a few
3493 >        more bugs.
3494 >
3495 > 2003-03-27 15:40  mmeineke
3496 >
3497 >        * libmdtools/Molecule.cpp: added the Molecule.cpp file
3498 >
3499 > 2003-03-27 15:39  mmeineke
3500 >
3501 >        * libmdtools/: Makefile, Molecule.hpp:  fixed the makefile
3502 >
3503 > 2003-03-27 15:36  mmeineke
3504 >
3505 >        * libmdtools/: AbstractClasses.hpp, ForceFields.cpp,
3506 >        ForceFields.hpp, LJ_FF.cpp, Makefile, Molecule.hpp, SimInfo.cpp,
3507 >        SimSetup.cpp, SimSetup.hpp: fixing some compile time bugs
3508 >
3509 > 2003-03-27 15:12  mmeineke
3510 >
3511 >        * libmdtools/: AbstractClasses.hpp, ForceFields.cpp,
3512 >        Integrator.hpp, Molecule.hpp, Symplectic.cpp, Thermo.cpp,
3513 >        Verlet.cpp: I have implemeted Molecules everywhere I could remember
3514 >        to.  will now attempt to compile.
3515 >
3516 > 2003-03-27 14:21  mmeineke
3517 >
3518 >        * libmdtools/: Molecule.hpp, SimInfo.hpp, SimSetup.cpp,
3519 >        SimSetup.hpp, mpiSimulation.cpp, mpiSimulation.hpp: finished
3520 >        updating SimSetup to initialize and use the new MPI division of
3521 >        labour, and Molecule class
3522 >
3523 > 2003-03-27 12:55  mmeineke
3524 >
3525 >        * libmdtools/TraPPE_ExFF.cpp: finished conversion of TraPPE_ExFF to
3526 >        use Molecule
3527 >
3528 > 2003-03-27 12:32  mmeineke
3529 >
3530 >        * libmdtools/: ForceFields.cpp, ForceFields.hpp, LJ_FF.cpp,
3531 >        SimInfo.cpp, SimSetup.cpp, TraPPE_ExFF.cpp: LJ_FF has been
3532 >        converted to the new Molecule model. TraPPE_Ex is currently being
3533 >        updated.  SimSetups routines are writtten, but not yet called.
3534 >
3535 > 2003-03-27 10:07  gezelter
3536 >
3537 >        * libmdtools/: DumpWriter.cpp, InitializeFromFile.cpp,
3538 >        mpiSimulation.cpp, mpiSimulation.hpp: fixes for local->global atom
3539 >        numbering in MPI
3540 >
3541 > 2003-03-27 09:30  mmeineke
3542 >
3543 >        * libmdtools/mpiSimulation.cpp: little bug fixes here and there.
3544 >
3545 > 2003-03-26 20:49  gezelter
3546 >
3547 >        * libmdtools/: DumpWriter.cpp, InitializeFromFile.cpp: Fixes to
3548 >        fileio for MPI
3549 >
3550 > 2003-03-26 18:14  gezelter
3551 >
3552 >        * libmdtools/: DumpWriter.cpp, Exclude.cpp, Molecule.hpp,
3553 >        mpiSimulation.cpp, mpiSimulation.hpp, mpiSimulation_module.F90: bug
3554 >        fixes   many bug fixes
3555 >
3556 > 2003-03-26 17:24  gezelter
3557 >
3558 >        * libmdtools/DumpWriter.cpp: Making DumpWriter less dependent on
3559 >        sequence of atoms on the other processors.  Node 0 now fires
3560 >        potatoes at other processors to get them to send french fries back.
3561 >
3562 > 2003-03-26 17:02  mmeineke
3563 >
3564 >        * libmdtools/: DirectionalAtom.cpp, SimSetup.cpp: the skeleton for
3565 >        making the molecules is in place. ForceField needs to be updated
3566 >        next.
3567 >
3568 > 2003-03-26 16:54  mmeineke
3569 >
3570 >        * libmdtools/: Atom.cpp, Atom.hpp, Exclude.cpp: fixed a couple of
3571 >        the "static" bugs in  Atom and Exclude
3572 >
3573 > 2003-03-26 16:50  mmeineke
3574 >
3575 >        * libmdtools/: Exclude.cpp, Exclude.hpp, Molecule.hpp, SimInfo.hpp,
3576 >        SimSetup.cpp: still working on the SimSetup routine. also fixed
3577 >        some things in Exclude.hpp
3578 >
3579 > 2003-03-26 16:24  gezelter
3580 >
3581 >        * libmdtools/Makefile: Added Atom.cpp and Exclude.cpp
3582 >
3583 > 2003-03-26 16:23  gezelter
3584 >
3585 >        * libmdtools/: Atom.cpp, Exclude.cpp, Exclude.hpp: Fixes in Atom
3586 >        and Exclude list
3587 >
3588 > 2003-03-26 16:04  gezelter
3589 >
3590 >        * libmdtools/: Atom.cpp, Atom.hpp: Make Atom.cpp able to add and
3591 >        delete ranges of atoms
3592 >
3593 > 2003-03-26 15:45  mmeineke
3594 >
3595 >        * libmdtools/: Exclude.cpp, Exclude.hpp: added an Exclude class
3596 >        with static arrays similar to the Atom class
3597 >
3598 > 2003-03-26 15:22  mmeineke
3599 >
3600 >        * libmdtools/: Molecule.hpp, SimSetup.cpp, SimSetup.hpp: I'm
3601 >        overhauling the molecule class to contain it's own bonds, bends,
3602 >        and torsions.
3603 >        
3604 >        may god have mercy on my soul.
3605 >
3606 > 2003-03-26 14:34  chuckv
3607 >
3608 >        * libmdtools/mpiSimulation.cpp: Finished globalIndex.
3609 >
3610 > 2003-03-26 13:02  gezelter
3611 >
3612 >        * libmdtools/: mpiComponentPlan.h, mpiSimulation.cpp,
3613 >        mpiSimulation.hpp: MPI stuff for passing out molecules
3614 >
3615 > 2003-03-26 11:12  chuckv
3616 >
3617 >        * libmdtools/mpiSimulation.cpp: working on load balancing
3618 >
3619 > 2003-03-26 10:37  chuckv
3620 >
3621 >        * libmdtools/Thermo.cpp, libmdtools/Thermo.hpp,
3622 >        samples/argon/argon.bass: Fixes for Parallel thermalization
3623 >
3624 > 2003-03-26 09:55  mmeineke
3625 >
3626 >        * libmdtools/: SimInfo.cpp, Thermo.cpp: fixed an mpi include bug in
3627 >        THermo.cpp
3628 >
3629 > 2003-03-25 17:54  chuckv
3630 >
3631 >        * libmdtools/: Thermo.cpp, Thermo.hpp: Fixed bugs with calculation
3632 >        of potential energy and temperature.
3633 >
3634 > 2003-03-25 09:29  mmeineke
3635 >
3636 >        * libBASS/obj/dummy, libmdtools/MPIobj/dummy, libmdtools/obj/dummy,
3637 >        src/MPIobj/dummy, src/obj/dummy: [no log message]
3638 >
3639 > 2003-03-25 09:29  mmeineke
3640 >
3641 >        * libBASS/MPIobj/dummy: added dummy files to keep the build
3642 >        deirectories from being pruned.
3643 >
3644 > 2003-03-24 20:07  gezelter
3645 >
3646 >        * samples/Makefile: moving tests to samples
3647 >
3648 > 2003-03-24 20:06  gezelter
3649 >
3650 >        * samples/: alkane/Makefile, alkane/alkanes.mdl,
3651 >        alkane/butane.bass, alkane/init_butane.eor, argon/Makefile,
3652 >        argon/argon.bass, argon/init_argon.eor, argon/lj.mdl,
3653 >        lipid/5x5.bass, lipid/Makefile, lipid/init_5x5.eor,
3654 >        lipid/lipid.mdl, lipid/water.mdl, water/Makefile,
3655 >        water/init_ssd.eor, water/ssd.bass, water/water.mdl: moved tests to
3656 >        samples
3657 >
3658 > 2003-03-24 19:51  gezelter
3659 >
3660 >        * ac-tools/configure.in: Tests are becoming samples
3661 >
3662 > 2003-03-24 19:46  gezelter
3663 >
3664 >        * ac-tools/Make.conf.in: Added makefiles in tests directories
3665 >
3666 > 2003-03-24 16:55  gezelter
3667 >
3668 >        * libBASS/Globals.cpp, libBASS/Globals.hpp, libmdtools/SimInfo.cpp,
3669 >        libmdtools/SimInfo.hpp, libmdtools/SimSetup.cpp,
3670 >        libmdtools/TraPPE_ExFF.cpp, libmdtools/calc_dipole_dipole.F90,
3671 >        libmdtools/calc_reaction_field.F90,
3672 >        libmdtools/calc_sticky_pair.F90, libmdtools/do_Forces.F90,
3673 >        libmdtools/simulation_module.F90: electrostatic changes for dipole
3674 >        / RF separation
3675 >
3676 > 2003-03-24 13:33  mmeineke
3677 >
3678 >        * libmdtools/: Atom.hpp, ForceFields.cpp, SimInfo.cpp,
3679 >        do_Forces.F90: little bug fixes here and there
3680  
3681   2003-03-24 10:26  mmeineke
3682  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines