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

Comparing:
branches/mmeineke/OOPSE/ChangeLog (file contents), Revision 377 by mmeineke, Fri Mar 21 17:42:12 2003 UTC vs.
trunk/OOPSE/ChangeLog (file contents), Revision 760 by gezelter, Fri Sep 12 16:20:05 2003 UTC

# Line 1 | Line 1
1 < 2/19/2003 - finished porting the packge into autoconf and automake. Incremented version to 0.6
1 > 2003-09-10 16:28  mmeineke
2  
3 < 2/13/2003 - Starting to port the package into the OOPSE distribution
3 >        * props/: GofR.cpp, PairCorrType.cpp, PairCorrType.hpp: added more
4 >        work on getting gofR working.
5 >
6 > 2003-09-09 16:50  mmeineke
7 >
8 >        * props/: GofR.cpp, PairCorrType.cpp, PairCorrType.hpp: added the
9 >        beginings of the GofR pair correlation.
10 >        
11 >        added identification of identI in matchI.
12 >
13 > 2003-09-09 15:35  mmeineke
14 >
15 >        * libmdtools/: Integrator.cpp, Integrator.hpp, NPTxym.cpp,
16 >        NPTzm.cpp, Thermo.cpp, Thermo.hpp: updated the ChangeLog
17 >        
18 >        added two new NPT integrators, they still need work.
19 >
20 > 2003-09-09 15:34  mmeineke
21 >
22 >        * ChangeLog: updated the ChangeLog
23 >
24 > 2003-09-05 17:45  gezelter
25 >
26 >        * libmdtools/Make.dep: dependency on config.h
27 >
28 > 2003-09-05 17:36  gezelter
29 >
30 >        * configure, ac-tools/aclocal.m4: fixed sprng problem
31 >
32 > 2003-09-05 16:29  gezelter
33 >
34 >        * samples/metals/Makefile.in: New Makefile for metals sample
35 >
36 > 2003-09-05 16:27  gezelter
37 >
38 >        * Makefile, Makefile.in, ac-tools/aclocal.m4,
39 >        ac-tools/configure.in, ac-tools/fortran90.m4, forceFields/Makefile,
40 >        forceFields/Makefile.in, libBASS/Globals.cpp, libBASS/Globals.hpp,
41 >        libBASS/MakeStamps.cpp, libBASS/MakeStamps.hpp, libBASS/Makefile,
42 >        libBASS/Makefile.in, libmdtools/Integrator.hpp,
43 >        libmdtools/Linux_ifc_machdep.F90, libmdtools/Make.dep,
44 >        libmdtools/Makefile, libmdtools/Makefile.in,
45 >        libmdtools/calc_eam.F90, libmdtools/config.h.in,
46 >        libmdtools/definitions_module.F90, libmdtools/fInfo.c,
47 >        libmdtools/fortranWrappers.cpp,
48 >        libmdtools/mpiSimulation_module.F90, libmdtools/neighborLists.F90,
49 >        libmdtools/simulation_module.F90, samples/Makefile,
50 >        samples/Makefile.in, samples/alkane/Makefile,
51 >        samples/alkane/Makefile.in, samples/argon/Makefile,
52 >        samples/argon/Makefile.in, samples/argon/argon.bass,
53 >        samples/beadLipid/Makefile, samples/beadLipid/Makefile.in,
54 >        samples/lipid/Makefile, samples/lipid/Makefile.in,
55 >        samples/water/Makefile, samples/water/Makefile.in, src/Makefile,
56 >        src/Makefile.in, utils/Makefile, utils/Makefile.in,
57 >        utils/sysbuilder/Makefile, utils/sysbuilder/Makefile.in: Changes to
58 >        autoconf / configure method of configuring OOPSE
59 >
60 > 2003-09-04 16:48  mmeineke
61 >
62 >        * libmdtools/Integrator.cpp, libmdtools/Integrator.hpp,
63 >        libmdtools/Makefile, libmdtools/NPTf.cpp, libmdtools/NPTfm.cpp,
64 >        libmdtools/NPTi.cpp, libmdtools/NPTim.cpp, libmdtools/NVT.cpp,
65 >        libmdtools/SimInfo.hpp, libmdtools/SimSetup.cpp, src/Makefile:
66 >        added resetTime to the Global namespace.
67 >        
68 >        added ability to reset the integrators in the NVT and NPT family.
69 >
70 > 2003-09-04 16:48  mmeineke
71 >
72 >        * libBASS/: Globals.cpp, Globals.hpp: added resetTime to the Global
73 >        namespace.
74 >
75 > 2003-09-02 09:30  tim
76 >
77 >        * libmdtools/: Integrator.hpp, Makefile, SimSetup.cpp,
78 >        ZConsWriter.cpp, ZConstraint.cpp: fix a bug at MPI version of
79 >        PolicyByMass
80 >
81 > 2003-08-28 16:09  tim
82 >
83 >        * ChangeLog, libmdtools/GenericData.cpp,
84 >        libmdtools/GenericData.hpp, libmdtools/SimSetup.cpp,
85 >        libmdtools/ZConstraint.cpp: Added: check uniqueness of molIndex
86 >
87 > 2003-08-28 11:59  mmeineke
88 >
89 >        * props/: PairCorrType.cpp, PairCorrType.hpp, staticProps.cpp:
90 >        added the first functional parts of the PairCorrType Abstract
91 >        classes.
92 >
93 > 2003-08-27 14:23  tim
94 >
95 >        * libmdtools/: Integrator.cpp, SimSetup.cpp, ZConstraint.cpp: fix
96 >        bug of MPI_Allreduce in ZConstraint, the MPITYPE is set to
97 >        MPI_DOUBLE, however, the corret type is MPI_INT. Therefore, when we
98 >        turn on the optimization flag, it causes a seg fault
99 >
100 > 2003-08-27 11:25  gezelter
101 >
102 >        * libmdtools/: calc_dipole_dipole.F90, calc_eam.F90, calc_gb.F90,
103 >        calc_reaction_field.F90, calc_sticky_pair.F90: More fixes for
104 >        stress tensor parallel bug.
105 >
106 > 2003-08-27 11:16  tim
107 >
108 >        * ChangeLog, libmdtools/DUFF.cpp,
109 >        libmdtools/calc_dipole_dipole.F90, libmdtools/calc_sticky_pair.F90:
110 >        fix bug in calc_dipole_dipole.F90 and calc_stikcy_pair.F90
111 >        molMembershipList use global index instead of local index
112 >
113 > 2003-08-26 15:37  tim
114 >
115 >        * libmdtools/: Integrator.cpp, ZConstraint.cpp, do_Forces.F90,
116 >        mpiSimulation.cpp: set default force substraction policy to
117 >        PolicyByMass
118 >
119 > 2003-08-26 15:29  tim
120 >
121 >        * libmdtools/Integrator.cpp: [no log message]
122 >
123 > 2003-08-26 15:13  mmeineke
124 >
125 >        * utils/sysbuilder/bilayerSys.cpp: added define statemewnt to
126 >        Statwriter and Dumpwriter to handle files larger than 2 gb.
127 >        
128 >        commented out some print statements in Zconstraint
129 >        
130 >        hard coding some system init into bilayer.sys
131 >
132 > 2003-08-26 15:12  mmeineke
133 >
134 >        * libmdtools/: DumpWriter.cpp, StatWriter.cpp, ZConstraint.cpp:
135 >        added define statemewnt to Statwriter and Dumpwriter to handle
136 >        files larger than 2 gb.
137 >        
138 >        commented out some print statements in Zconstraint
139 >
140 > 2003-08-26 15:02  tim
141 >
142 >        * libmdtools/SimSetup.cpp: Use make_sprng_seed() to generate seed
143 >        and check the seed which is specified by user at least contains 9
144 >        digits
145 >
146 > 2003-08-26 13:32  mmeineke
147 >
148 >        * libmdtools/DUFF.cpp: changed the Makefiel a litle.
149 >        
150 >        Fixed a bug in MPI_DUFF. The atom block type was not being properly
151 >        constucted in MPI. (The MPI struct had 6 doubles declared versus
152 >        the actual 11)
153 >
154 > 2003-08-26 13:30  mmeineke
155 >
156 >        * Makefile: changed the Makefiel a litle.
157 >
158 > 2003-08-25 17:17  gezelter
159 >
160 >        * utils/sysbuilder/Makefile: More FreeBSD fixes
161 >
162 > 2003-08-25 16:51  gezelter
163 >
164 >        * libBASS/BASSlex.l, libBASS/Makefile, libmdtools/Integrator.hpp,
165 >        libmdtools/Makefile, src/Makefile: [no log message]
166 >
167 > 2003-08-22 15:04  mmeineke
168 >
169 >        * libmdtools/: Integrator.cpp, ZConstraint.cpp: small bug fix on
170 >        frequency of output dumps.
171 >
172 > 2003-08-20 17:23  tim
173 >
174 >        * libBASS/Globals.hpp, libmdtools/SimInfo.hpp,
175 >        libmdtools/SimSetup.cpp, libmdtools/Thermo.cpp,
176 >        libmdtools/mpiSimulation.cpp: user can setup seed in bass file now,
177 >        if he does not specify any value for seed, oopse will take the
178 >        value of seconds of system time as seed
179 >
180 > 2003-08-20 14:42  mmeineke
181 >
182 >        * libmdtools/Atom.cpp, libmdtools/DUFF.cpp,
183 >        libmdtools/GhostBend.cpp, libmdtools/SRI.hpp,
184 >        libmdtools/SimSetup.cpp, libmdtools/SimState.cpp,
185 >        utils/sysbuilder/bilayerSys.cpp: updated the Changelog.
186 >        
187 >        added some bug fixes for setting the random number generator seed
188 >        value.
189 >        
190 >        fixed a bug where ghostbend atom b was not being set. ( recent bug
191 >        from SimState conversion)
192 >
193 > 2003-08-20 14:41  mmeineke
194 >
195 >        * libBASS/Globals.hpp: updated the Changelog.
196 >        
197 >        added some bug fixes for setting the random number generator seed
198 >        value.
199 >
200 > 2003-08-20 14:41  mmeineke
201 >
202 >        * ChangeLog: updated the Changelog.
203 >
204 > 2003-08-20 14:11  tim
205 >
206 >        * libBASS/Globals.cpp, libmdtools/DUFF.cpp,
207 >        libmdtools/GhostBend.cpp, libmdtools/SRI.hpp: bug fixed in ghost
208 >        bend class
209 >
210 > 2003-08-20 10:13  mmeineke
211 >
212 >        * utils/: Makefile, sysbuilder/Makefile: quick makefile fix, in
213 >        make links. added -f to ln -s.
214 >
215 > 2003-08-20 09:50  tim
216 >
217 >        * libmdtools/: ZConsWriter.cpp, ZConstraint.cpp: [no log message]
218 >
219 > 2003-08-20 09:34  tim
220 >
221 >        * libmdtools/: Integrator.hpp, SimSetup.cpp, ZConsWriter.cpp,
222 >        ZConstraint.cpp: reformmating ZConstraint and fixe bug of error msg
223 >        printing
224 >
225 > 2003-08-18 15:59  chuckv
226 >
227 >        * utils/sysbuilder/: MoLocator.cpp, MoLocator.hpp, bilayerSys.cpp,
228 >        latticeBuilder.cpp, latticeBuilder.hpp, nanoBuilder.cpp,
229 >        sysBuild.cpp, sysBuild.hpp: Fixed sysBuild -bilayer works.
230 >        Nanobuilder still broke.
231 >
232 > 2003-08-15 14:24  tim
233 >
234 >        * libBASS/Globals.cpp, libBASS/Globals.hpp,
235 >        libmdtools/GenericData.hpp, libmdtools/Integrator.hpp,
236 >        libmdtools/SimInfo.cpp, libmdtools/SimSetup.cpp,
237 >        libmdtools/ZConsWriter.cpp, libmdtools/ZConsWriter.hpp,
238 >        libmdtools/ZConstraint.cpp: Tested MPI version of Z-Constraint
239 >        Method
240 >
241 > 2003-08-14 11:16  tim
242 >
243 >        * libmdtools/: Integrator.hpp, ZConstraint.cpp: Stable ZConstraint
244 >        with average force substraction strategy
245 >
246 > 2003-08-13 16:20  chuckv
247 >
248 >        * libmdtools/: do_Forces.F90, mpiSimulation_module.F90: Added some
249 >        profiling code -DPROFILE.
250 >
251 > 2003-08-13 14:21  tim
252 >
253 >        * libBASS/Globals.cpp, libBASS/Globals.hpp,
254 >        libmdtools/Integrator.cpp, libmdtools/Integrator.hpp,
255 >        libmdtools/SimSetup.cpp, libmdtools/ZConstraint.cpp: harmonic
256 >        potential & z-contraint method
257 >
258 > 2003-08-12 16:44  mmeineke
259 >
260 >        * libBASS/BASS_interface.cpp, libBASS/Globals.hpp,
261 >        libmdtools/Atom.cpp, libmdtools/DUFF.cpp,
262 >        libmdtools/DirectionalAtom.cpp, libmdtools/InitializeFromFile.cpp,
263 >        libmdtools/SimInfo.cpp, libmdtools/SimSetup.cpp: fixed a really
264 >        annoying bug in Directional Atom, where mu was getting written to
265 >        pseudorandom memory location.
266 >
267 > 2003-08-12 14:56  tim
268 >
269 >        * libBASS/BASS_interface.cpp, libBASS/Globals.cpp,
270 >        libBASS/Globals.hpp, libmdtools/Atom.hpp,
271 >        libmdtools/DirectionalAtom.cpp, libmdtools/InitializeFromFile.cpp,
272 >        libmdtools/SimSetup.cpp: debugging globals
273 >
274 > 2003-08-12 13:40  gezelter
275 >
276 >        * forceFields/: DUFF.frc, EAM_FF.frc, LJFF.frc: formatting fixes
277 >        and new atypes in LJFF
278 >
279 > 2003-08-12 13:15  gezelter
280 >
281 >        * forceFields/: DUFF.frc, LJFF.frc: fixed a few references to older
282 >        stuff...
283 >
284 > 2003-08-12 13:14  chuckv
285 >
286 >        * utils/sysbuilder/sysBuild.ggo: Added comment line for getgetopt.
287 >
288 > 2003-08-12 13:04  chuckv
289 >
290 >        * utils/: nanoBuilder.cpp, nanoBuilder.hpp, nanoSysBuild.cpp:
291 >        Missed del of files before.
292 >
293 > 2003-08-12 13:03  chuckv
294 >
295 >        * utils/sysbuilder/: MPIobj/placeHolder, obj/placeHolder: [no log
296 >        message]
297 >
298 > 2003-08-12 13:01  chuckv
299 >
300 >        * utils/sysbuilder/Makefile: commit makefile
301 >
302 > 2003-08-12 12:51  tim
303 >
304 >        * libBASS/Globals.cpp, libBASS/Globals.hpp,
305 >        libmdtools/GenericData.cpp, libmdtools/GenericData.hpp,
306 >        libmdtools/Integrator.hpp, libmdtools/SimSetup.cpp,
307 >        libmdtools/SimSetup.hpp, libmdtools/ZConstraint.cpp: added
308 >        harmonical potential to z-constraint method
309 >
310 > 2003-08-11 17:31  chuckv
311 >
312 >        * utils/Makefile: Changed makefile to only build quicklate.
313 >
314 > 2003-08-11 17:25  chuckv
315 >
316 >        * ac-tools/configure.in: added utils/sysbuilder to be built.
317 >
318 > 2003-08-11 17:12  chuckv
319 >
320 >        * utils/: MoLocator.cpp, MoLocator.hpp, bilayerSys.cpp,
321 >        bilayerSys.hpp, latticeBuilder.cpp, latticeBuilder.hpp,
322 >        sysBuild.cpp, sysBuild.ggo, sysBuild.hpp, sysbuilder/MoLocator.cpp,
323 >        sysbuilder/MoLocator.hpp, sysbuilder/bilayerSys.cpp,
324 >        sysbuilder/bilayerSys.hpp, sysbuilder/cmdline.c,
325 >        sysbuilder/cmdline.h, sysbuilder/latticeBuilder.cpp,
326 >        sysbuilder/latticeBuilder.hpp, sysbuilder/nanoBuilder.cpp,
327 >        sysbuilder/nanoBuilder.hpp, sysbuilder/sysBuild.cpp,
328 >        sysbuilder/sysBuild.ggo, sysbuilder/sysBuild.hpp: Arranged
329 >        sysbuilder into a subdirectory. Fixed some of sysbuilder to work
330 >        with new atom allocation in libmdtools.
331 >
332 > 2003-08-11 14:41  tim
333 >
334 >        * libmdtools/: Integrator.cpp, Integrator.hpp: added method of
335 >        moving zconstraint molecules to specified positions
336 >
337 > 2003-08-11 14:39  tim
338 >
339 >        * libmdtools/: SimSetup.cpp, ZConstraint.cpp: [no log message]
340 >
341 > 2003-08-11 14:38  mmeineke
342 >
343 >        * libBASS/BASS_interface.cpp, libBASS/BASS_interface.h,
344 >        libBASS/BASS_parse.c, libBASS/BASSyacc.y, libBASS/Globals.cpp,
345 >        libBASS/Globals.hpp, libBASS/Makefile, libBASS/ZconStamp.cpp,
346 >        libBASS/ZconStamp.hpp, libBASS/interface.c, libBASS/make_nodes.c,
347 >        libBASS/make_nodes.h, libBASS/mpiBASS.c, libBASS/mpiBASS.h,
348 >        libBASS/node_list.h, libBASS/parse_interface.h,
349 >        libBASS/parse_tree.c, libmdtools/SimInfo.hpp: Added zConstraint
350 >        into the BASS language syntax.
351 >
352 > 2003-08-11 13:29  mmeineke
353 >
354 >        * libmdtools/: SimInfo.cpp, SimInfo.hpp: changed the number of
355 >        degrees of freedom to account for zConstreints
356 >
357 > 2003-08-08 16:22  chuckv
358 >
359 >        * libmdtools/EAM_FF.cpp, libmdtools/calc_eam.F90,
360 >        libmdtools/do_Forces.F90, libmdtools/neighborLists.F90,
361 >        samples/metals/Au.bass: EAM works...... Neighbor list also
362 >        works.....
363 >
364 > 2003-08-08 13:32  mmeineke
365 >
366 >        * props/: frameCount.c, frameCount.h, props.cpp, staticProps.cpp:
367 >        moved frameCount's functionality into DumpReader. also split props
368 >        into staticProps and dynamicProps. (currently only have
369 >        staticProps)
370 >
371 > 2003-08-08 12:48  mmeineke
372 >
373 >        * libmdtools/: Makefile, ZConstraint.cpp:  fixed a deprcated
374 >        instance of Atom::setZ and Atom::getZ in ZConstaint.
375 >
376 > 2003-08-07 16:47  mmeineke
377 >
378 >        * libmdtools/: Atom.cpp, Atom.hpp, Bend.cpp, Bond.cpp,
379 >        DirectionalAtom.cpp, DumpWriter.cpp, ForceFields.cpp,
380 >        GhostBend.cpp, InitializeFromFile.cpp, Makefile, SimInfo.cpp,
381 >        SimInfo.hpp, SimSetup.cpp, SimSetup.hpp, SimState.cpp,
382 >        SimState.hpp, Torsion.cpp: switched SimInfo to use a system
383 >        configuration from SimState rather than arrays from Atom
384 >
385 > 2003-08-06 19:47  chuckv
386 >
387 >        * libmdtools/Atom.hpp, libmdtools/EAM_FF.cpp,
388 >        libmdtools/SimInfo.cpp, libmdtools/calc_eam.F90,
389 >        libmdtools/do_Forces.F90, libmdtools/notifyCutoffs.F90,
390 >        samples/metals/Au.bass: Bug fixes for eam...
391 >
392 > 2003-08-01 11:18  tim
393 >
394 >        * libmdtools/: SimSetup.cpp, ZConstraint.cpp: stable version of
395 >        Z-Constraint
396 >
397 > 2003-07-31 14:59  tim
398 >
399 >        * ChangeLog, libmdtools/SimInfo.cpp, libmdtools/SimInfo.hpp,
400 >        libmdtools/SimSetup.cpp, libmdtools/SimSetup.hpp,
401 >        libmdtools/ZConstraint.cpp: add index range checking into
402 >        ZConstraint
403 >
404 > 2003-07-31 10:38  tim
405 >
406 >        * libBASS/: Globals.cpp, Globals.hpp: added z-constraint parameters
407 >        to the globals
408 >
409 > 2003-07-31 10:35  tim
410 >
411 >        * libmdtools/: AllIntegrator.hpp, GenericData.cpp, GenericData.hpp,
412 >        Integrator.hpp, Makefile, Molecule.cpp, Molecule.hpp, NPTf.cpp,
413 >        NPTfm.cpp, NPTi.cpp, NPTim.cpp, NVT.cpp, SimInfo.cpp, SimInfo.hpp,
414 >        SimSetup.cpp, ZConsWriter.cpp, ZConsWriter.hpp, ZConstraint.cpp:
415 >        Added Z constraint.
416 >
417 > 2003-07-30 16:17  chuckv
418 >
419 >        * libmdtools/EAM_FF.cpp, libmdtools/ForceFields.hpp,
420 >        libmdtools/ReadWrite.hpp, libmdtools/calc_eam.F90,
421 >        libmdtools/do_Forces.F90, libmdtools/wrappers.F90,
422 >        samples/metals/Au.bass: More bug fixes for eam.
423 >
424 > 2003-07-29 11:32  mmeineke
425 >
426 >        * libmdtools/DumpReader.cpp, libmdtools/ReadWrite.hpp,
427 >        libmdtools/SimSetup.cpp, libmdtools/SimSetup.hpp,
428 >        props/frameCount.c, props/frameCount.h, props/props.cpp,
429 >        src/Makefile: working on the props code
430 >
431 > 2003-07-29 11:32  mmeineke
432 >
433 >        * libBASS/Globals.cpp: [no log message]
434 >
435 > 2003-07-25 15:05  chuckv
436 >
437 >        * samples/metals/: Au.bass, metals.mdl: Added bass models for
438 >        metals
439 >
440 > 2003-07-25 15:00  chuckv
441 >
442 >        * libmdtools/: Makefile, SimSetup.cpp, calc_eam.F90,
443 >        notifyCutoffs.F90: Added eam to simSetup and added changecutoffeam.
444 >
445 > 2003-07-24 16:22  chuckv
446 >
447 >        * ac-tools/configure.in: Changed configure to look for both upper
448 >        and lower cass .mod files
449 >
450 > 2003-07-24 14:57  chuckv
451 >
452 >        * libmdtools/: calc_eam.F90, do_Forces.F90: module use fixes for
453 >        eam and do_forces.
454 >
455 > 2003-07-23 17:13  chuckv
456 >
457 >        * libmdtools/: Makefile, calc_eam.F90, do_Forces.F90,
458 >        force_globals.F90, simulation_module.F90, status_module.F90:
459 >        Finished most code for eam....
460 >
461 > 2003-07-22 16:49  mmeineke
462 >
463 >        * libmdtools/: DumpReader.cpp, ReadWrite.hpp: added the scan
464 >        function to the DumpReader. It should now save the start of each
465 >        frame in a vector.
466 >
467 > 2003-07-22 15:05  mmeineke
468 >
469 >        * libmdtools/: DumpReader.cpp, ReadWrite.hpp: making some changes
470 >        to read dump files
471 >
472 > 2003-07-22 14:54  tim
473 >
474 >        * libmdtools/: AbstractClasses.hpp, AllIntegrator.hpp,
475 >        Integrator.cpp, Integrator.hpp, Makefile, NPTf.cpp, NPTfm.cpp,
476 >        NPTi.cpp, NPTim.cpp, NVT.cpp, SimSetup.cpp, SimSetup.hpp: [no log
477 >        message]
478 >
479 > 2003-07-22 11:41  mmeineke
480 >
481 >        * libmdtools/: InitializeFromFile.cpp, ReadWrite.hpp, SimInfo.hpp,
482 >        SimSetup.cpp: Fixed a current time initialization bug in
483 >        InitFromFile.
484 >
485 > 2003-07-21 16:27  mmeineke
486 >
487 >        * libmdtools/: DumpReader.cpp, InitializeFromFile.cpp,
488 >        Integrator.cpp, SimInfo.hpp: some initial changes to Dumpwriter and
489 >        friends to accomadate random file access
490 >
491 > 2003-07-21 11:23  mmeineke
492 >
493 >        * libmdtools/SimInfo.cpp: Initialized currentTime to 0, in case no
494 >        one sets it.
495 >
496 > 2003-07-21 11:23  mmeineke
497 >
498 >        * libmdtools/: InitializeFromFile.cpp, Integrator.cpp,
499 >        ReadWrite.hpp: fixed Initializefrom file to start the simulation
500 >        from the time specified in the init file.
501 >
502 > 2003-07-17 16:49  gezelter
503 >
504 >        * libmdtools/: Integrator.cpp, ReadWrite.hpp, SimInfo.hpp,
505 >        DumpReader.cpp: Started work on a DumpReader
506 >
507 > 2003-07-17 15:38  gezelter
508 >
509 >        * libmdtools/calc_sticky_pair.F90: Fixes for SSD/E
510 >
511 > 2003-07-17 15:32  gezelter
512 >
513 >        * forceFields/DUFF.frc, libmdtools/DUFF.cpp,
514 >        libmdtools/calc_sticky_pair.F90, libmdtools/fortranWrapDefines.hpp:
515 >        Changes for SSD/E
516 >
517 > 2003-07-17 14:38  mmeineke
518 >
519 >        * libmdtools/do_Forces.F90: commented out an eam line
520 >
521 > 2003-07-17 14:32  chuckv
522 >
523 >        * libmdtools/atype_module.F90: fixed spelling issue
524 >
525 > 2003-07-17 14:29  chuckv
526 >
527 >        * libmdtools/: fInfo.c, status_module.F90: added info module
528 >
529 > 2003-07-17 14:25  chuckv
530 >
531 >        * libmdtools/: Atom.hpp, DUFF.cpp, EAM_FF.cpp, LJFF.cpp, Makefile,
532 >        atype_module.F90, calc_eam.F90, do_Forces.F90,
533 >        fortranWrapDefines.hpp, fortranWrappers.cpp, fortranWrappers.hpp,
534 >        mpiSimulation_module.F90: Added massive changes for eam....
535 >
536 > 2003-07-16 16:49  chuckv
537 >
538 >        * libmdtools/EAM_FF.cpp: More up to date version of EAM_FF
539 >
540 > 2003-07-16 16:30  mmeineke
541 >
542 >        * libmdtools/: ForceFields.cpp, Makefile, SimInfo.cpp, SimInfo.hpp,
543 >        SimSetup.cpp, calc_LJ_FF.F90, calc_dipole_dipole.F90,
544 >        calc_reaction_field.F90, do_Forces.F90, fSimulation.h,
545 >        fortranWrapDefines.hpp, fortranWrappers.cpp, fortranWrappers.hpp,
546 >        neighborLists.F90, notifyCutoffs.F90, simulation_module.F90,
547 >        wrappers.F90: Changed how cutoffs were handled from C. Now
548 >        notifyCutoffs in Fortran notifies those who need the information of
549 >        any changes to cutoffs.
550 >
551 > 2003-07-16 12:35  gezelter
552 >
553 >        * utils/: Makefile, quickLate.c: Made quickLate aware of Hmat.
554 >        quickLate is now somewhat more intelligent about periodic
555 >        boundaries and wrapping.
556 >
557 > 2003-07-16 11:40  chuckv
558 >
559 >        * libmdtools/calc_LJ_FF.F90: Fixed bug in updating mixing lists
560 >
561 > 2003-07-16 10:34  mmeineke
562 >
563 >        * scripts/cleanSrc: added a quick wipe-and-update script for quick
564 >        rebuilds on BoB
565 >
566 > 2003-07-15 21:11  gezelter
567 >
568 >        * libmdtools/: ForceFields.cpp, SimInfo.cpp, SimInfo.hpp,
569 >        SimSetup.cpp, calc_dipole_dipole.F90, calc_reaction_field.F90: more
570 >        fixes for box changes
571 >
572 > 2003-07-15 17:29  mmeineke
573 >
574 >        * libmdtools/simulation_module.F90: removed some debugging print
575 >        statements.
576 >
577 > 2003-07-15 17:22  mmeineke
578 >
579 >        * libmdtools/: SimInfo.cpp, calc_LJ_FF.F90, calc_dipole_dipole.F90,
580 >        do_Forces.F90, simulation_module.F90: fixed a long lived bug in
581 >        do_forces. Rrf was not being used in the neighborlist correctly.
582 >        rcut was conssistently being set lowere than Rrf causing the dipole
583 >        cutoff region to be to small. Also led to the removal of the taper
584 >        region to buffer the dipole cutoff.
585 >
586 > 2003-07-15 16:34  mmeineke
587 >
588 >        * libmdtools/: SimInfo.cpp, simulation_module.F90: working on
589 >        fixing ssd bug
590 >
591 > 2003-07-15 14:56  gezelter
592 >
593 >        * libmdtools/: NPTf.cpp, NPTfm.cpp, NPTi.cpp, SimInfo.cpp: Fixes
594 >        for the NPT ensembles
595 >
596 > 2003-07-15 13:52  mmeineke
597 >
598 >        * libmdtools/: Makefile, SimSetup.cpp, SimSetup.hpp: cleaned up
599 >        simSetup
600 >
601 > 2003-07-15 12:57  mmeineke
602 >
603 >        * libmdtools/: Integrator.cpp, NPTi.cpp, SRI.hpp, SimSetup.cpp,
604 >        SimSetup.hpp, Thermo.cpp, Thermo.hpp, f_verlet_constrained.F90:
605 >        fixed some bugs, Changed entry_plug to info where appropriate
606 >
607 > 2003-07-15 12:25  chuckv
608 >
609 >        * utils/sysBuild.ggo: added more command line arguments
610 >
611 > 2003-07-15 12:11  gezelter
612 >
613 >        * samples/: alkane/butane.bass, lipid/5x5.bass, water/ssd.bass:
614 >        Fixing force field line
615 >
616 > 2003-07-15 12:10  gezelter
617 >
618 >        * libmdtools/: Atom.hpp, NPTi.cpp, NPTim.cpp, Thermo.cpp,
619 >        calc_LJ_FF.F90, calc_dipole_dipole.F90, calc_gb.F90,
620 >        calc_reaction_field.F90, calc_sticky_pair.F90: Fixing  pressure
621 >        tensor
622 >
623 > 2003-07-15 10:50  gezelter
624 >
625 >        * libmdtools/: Bond.cpp, Molecule.cpp: more archaic code fixes
626 >
627 > 2003-07-15 10:42  gezelter
628 >
629 >        * libmdtools/: ExtendedSystem.cpp, ExtendedSystem.hpp, Verlet.cpp:
630 >        removed old outdated code
631 >
632 > 2003-07-15 09:45  gezelter
633 >
634 >        * libmdtools/Thermo.cpp: fixes to get rid of get_vx and set_vx
635 >
636 > 2003-07-15 09:28  gezelter
637 >
638 >        * libmdtools/Molecule.cpp: removing get_vx
639 >
640 > 2003-07-14 22:28  gezelter
641 >
642 >        * libmdtools/NPTfm.cpp: Added NPTfm
643 >
644 > 2003-07-14 22:27  gezelter
645 >
646 >        * libmdtools/: Integrator.hpp, Makefile, NPTim.cpp, SimSetup.cpp:
647 >        Bugfix in NPTim, fixes for NPTfm
648 >
649 > 2003-07-14 22:08  gezelter
650 >
651 >        * libmdtools/: Integrator.hpp, Makefile, NPTim.cpp, SimSetup.cpp:
652 >        Checking in changes for NPTim
653 >
654 > 2003-07-14 18:06  gezelter
655 >
656 >        * utils/Makefile: Broken SysBuilder
657 >
658 > 2003-07-14 18:06  gezelter
659 >
660 >        * samples/: alkane/init_butane.eor, argon/argon.bass,
661 >        argon/init_argon.eor, lipid/init_5x5.eor, water/init_ssd.eor: Fixes
662 >        for samples
663 >
664 > 2003-07-14 18:06  gezelter
665 >
666 >        * libmdtools/: Integrator.cpp, do_Forces.F90: Removed some
667 >        debugging write statements
668 >
669 > 2003-07-14 17:38  gezelter
670 >
671 >        * libmdtools/: Integrator.cpp, Integrator.hpp, NPTf.cpp, NPTi.cpp,
672 >        NVT.cpp: Fixes for get and set routines in Atom and DirectionalAtom
673 >
674 > 2003-07-14 16:48  mmeineke
675 >
676 >        * libmdtools/: Atom.cpp, Atom.hpp, DirectionalAtom.cpp: added get
677 >        and set routines to Atom and DirectionalAtom
678 >
679 > 2003-07-14 16:35  chuckv
680 >
681 >        * utils/: nanoBuilder.cpp, nanoBuilder.hpp, nanoSysBuild.cpp,
682 >        sysBuild.cpp, sysBuild.ggo, sysBuild.hpp: added a nanoSysBuilder
683 >        that takes different cmd line arguments.
684 >
685 > 2003-07-14 16:28  mmeineke
686 >
687 >        * libmdtools/: Atom.hpp, BondExtensions.cpp, DirectionalAtom.cpp,
688 >        ForceFields.cpp, Integrator.cpp, Integrator.hpp, Makefile,
689 >        SimInfo.cpp, SimInfo.hpp, do_Forces.F90: found a bug. Unit vectors
690 >        were not being updated
691 >
692 > 2003-07-14 10:04  gezelter
693 >
694 >        * libmdtools/: Integrator.hpp, Makefile, NPTim.cpp: Working on
695 >        NPTim
696 >
697 > 2003-07-14 09:55  mmeineke
698 >
699 >        * forceFields/DUFF.frc: Switched the bond in the force field back
700 >        to constrained, to preserve energy
701 >
702 > 2003-07-11 17:34  mmeineke
703 >
704 >        * libmdtools/: BondExtensions.cpp, DUFF.cpp, Integrator.cpp,
705 >        Integrator.hpp: working on som integrator bugs
706 >
707 > 2003-07-11 10:26  gezelter
708 >
709 >        * libmdtools/: StreamTokenizer.cpp, StreamTokenizer.hpp: Starting
710 >        to worry about all the strtok() calls in our code
711 >
712 > 2003-07-11 09:49  gezelter
713 >
714 >        * utils/nanoBuilder.cpp: Fixed Hmat and some namespace strangeness
715 >
716 > 2003-07-10 20:15  gezelter
717 >
718 >        * libmdtools/DumpWriter.cpp: Fixed hmat in DumpWriter (MPI) and
719 >        eor.
720 >
721 > 2003-07-10 17:15  mmeineke
722 >
723 >        * libmdtools/: DumpWriter.cpp, InitializeFromFile.cpp, NPTf.cpp,
724 >        SimInfo.cpp, Thermo.cpp: fixed some bugs
725 >
726 > 2003-07-10 14:53  chuckv
727 >
728 >        * utils/: Makefile, latticeBuilder.cpp, latticeBuilder.hpp,
729 >        nanoBuilder.cpp, nanoBuilder.hpp, sysBuild.cpp, sysBuild.hpp: Added
730 >        nanoBuilder and a general Lattice builder.
731 >
732 > 2003-07-10 12:10  gezelter
733 >
734 >        * libmdtools/: Integrator.hpp, NPTf.cpp, SimInfo.cpp, SimInfo.hpp,
735 >        Thermo.cpp, Thermo.hpp: Bunch of 1-d array -> 2-d array stuff
736 >
737 > 2003-07-09 17:14  mmeineke
738 >
739 >        * libmdtools/: DumpWriter.cpp, InitializeFromFile.cpp,
740 >        Integrator.hpp, NPTf.cpp, NPTi.cpp, ReadWrite.hpp, SimInfo.cpp,
741 >        SimSetup.cpp: Bug fixing NPTi and NPTf. there is some error in the
742 >        caclulation of HmatInverse.
743 >
744 > 2003-07-09 10:34  mmeineke
745 >
746 >        * libBASS/MoleculeStamp.hpp: starting some work for xlate
747 >
748 > 2003-07-09 10:33  mmeineke
749 >
750 >        * libmdtools/: SimSetup.cpp, Thermo.cpp: adding in dan's NPT stuff
751 >
752 > 2003-07-09 08:56  gezelter
753 >
754 >        * libmdtools/: NPTf.cpp, SimSetup.cpp: Fixes and merging NPTf
755 >
756 > 2003-07-09 08:56  gezelter
757 >
758 >        * libBASS/Globals.cpp: Removed Qmass
759 >
760 > 2003-07-08 21:15  gezelter
761 >
762 >        * libmdtools/: Makefile, NPTf.cpp, NPTi.cpp: Fixes for both NPTf
763 >        and NPTi
764 >
765 > 2003-07-08 20:41  gezelter
766 >
767 >        * libmdtools/: NPTf.cpp, NPTi.cpp: Fixes in NPTi migrated into NPTf
768 >
769 > 2003-07-08 16:10  gezelter
770 >
771 >        * libmdtools/: Integrator.hpp, NPTf.cpp: [no log message]
772 >
773 > 2003-07-08 16:06  gezelter
774 >
775 >        * libmdtools/NPTi.cpp: fixed box scaling
776 >
777 > 2003-07-08 15:56  gezelter
778 >
779 >        * libmdtools/: Integrator.hpp, Makefile, NPTi.cpp, SimInfo.cpp,
780 >        SimInfo.hpp, Thermo.cpp: NPTi
781 >
782 > 2003-07-03 14:41  mmeineke
783 >
784 >        * libBASS/Makefile, libmdtools/Makefile, src/Makefile,
785 >        utils/Makefile, utils/bilayerSys.cpp:  cleaned up the dependecy
786 >        scripts in the makefiles
787 >
788 > 2003-07-02 16:26  mmeineke
789 >
790 >        * libBASS/Makefile, libmdtools/DumpWriter.cpp,
791 >        libmdtools/ForceFields.cpp, libmdtools/Integrator.cpp,
792 >        libmdtools/Makefile, libmdtools/ReadWrite.hpp,
793 >        libmdtools/SimInfo.cpp, libmdtools/SimInfo.hpp,
794 >        libmdtools/SimSetup.cpp, libmdtools/Thermo.cpp,
795 >        libmdtools/do_Forces.F90, libmdtools/wrappers.F90, src/Makefile,
796 >        utils/Makefile: fixed the bugs introduced by switching the periodic
797 >        box to a matrix
798 >
799 > 2003-07-01 17:39  gezelter
800 >
801 >        * libmdtools/do_Forces.F90: Fortran flexi-BOX
802 >
803 > 2003-07-01 17:29  gezelter
804 >
805 >        * libmdtools/simulation_module.F90: Fixes for flexi-BOX
806 >
807 > 2003-07-01 16:33  mmeineke
808 >
809 >        * libmdtools/: SimInfo.cpp, SimInfo.hpp, fSimulation.h,
810 >        fortranWrapDefines.hpp, simulation_module.F90: working on adding
811 >        the box matrix to everything.
812 >
813 > 2003-06-30 17:03  mmeineke
814 >
815 >        * ChangeLog, libmdtools/SimInfo.cpp, libmdtools/SimInfo.hpp,
816 >        src/oopse.cpp:
817 >        Updated the ChangeLog, and Converted most of the SImInfo to use
818 >        non-Isotropic boxes. wrapVector needs to be finished.
819 >
820 > 2003-06-25 16:12  mmeineke
821 >
822 >        * libmdtools/: Integrator.cpp, SimSetup.cpp: Changed over the bonds
823 >        to Harmonic bonds in the DUFF frc file
824 >        
825 >        fixed constraints.
826 >
827 > 2003-06-25 16:11  mmeineke
828 >
829 >        * forceFields/DUFF.frc: Changed over the bonds to Harmonic bonds in
830 >        the DUFF frc file
831 >
832 > 2003-06-24 17:51  gezelter
833 >
834 >        * libmdtools/: Integrator.hpp, NVT.cpp: Fixes to NVT.  Check them!
835 >
836 > 2003-06-24 14:57  mmeineke
837 >
838 >        * forceFields/DUFF.frc, libmdtools/BondExtensions.cpp,
839 >        libmdtools/DUFF.cpp, libmdtools/SRI.hpp: added Harmonic bod into
840 >        the DUFF forcefield and BondExtensions.cpp
841 >
842 > 2003-06-23 16:24  mmeineke
843 >
844 >        * libmdtools/Integrator.cpp: Doing some work to debug the
845 >        constraint code.
846 >
847 > 2003-06-20 15:50  gezelter
848 >
849 >        * libmdtools/Integrator.hpp: NPT fix
850 >
851 > 2003-06-20 15:29  mmeineke
852 >
853 >        * libmdtools/Atom.cpp, libmdtools/DUFF.cpp,
854 >        libmdtools/ForceFields.cpp, libmdtools/Integrator.cpp,
855 >        libmdtools/Integrator.hpp, libmdtools/LJFF.cpp,
856 >        libmdtools/Makefile, libmdtools/NVT.cpp, libmdtools/SimSetup.cpp,
857 >        libmdtools/Thermo.hpp, src/Makefile, utils/Makefile: Most of the
858 >        integrator and NVT seem to be working now.
859 >
860 > 2003-06-20 11:49  gezelter
861 >
862 >        * libmdtools/: Integrator.hpp, NVT.cpp: NVT additions
863 >
864 > 2003-06-19 17:02  mmeineke
865 >
866 >        * forceFields/DUFF.frc, forceFields/LJFF.frc,
867 >        forceFields/LJ_FF.frc, forceFields/Makefile,
868 >        forceFields/TraPPE.frc, forceFields/TraPPE_Ex.frc,
869 >        libmdtools/DUFF.cpp, libmdtools/ForceFields.hpp,
870 >        libmdtools/Integrator.cpp, libmdtools/Integrator.hpp,
871 >        libmdtools/LJFF.cpp, libmdtools/LJ_FF.cpp, libmdtools/Makefile,
872 >        libmdtools/TraPPEFF.cpp: slowly converting to new integrator and
873 >        forcefield names.
874 >
875 > 2003-06-19 14:21  mmeineke
876 >
877 >        * libmdtools/: Integrator.cpp, SimSetup.cpp, Symplectic.cpp:
878 >        finished the basics of the integrator and SimSetup.cpp
879 >
880 > 2003-06-19 14:11  mmeineke
881 >
882 >        * libmdtools/SimSetup.cpp:  doing some work on SimSetup to clean it
883 >        up / get it to work with the new Integrator.
884 >
885 > 2003-06-18 17:20  mmeineke
886 >
887 >        * libmdtools/Symplectic.cpp: minor changes in an attempt to fix
888 >        output times.
889 >
890 > 2003-06-17 16:56  mmeineke
891 >
892 >        * libmdtools/: Integrator.hpp, SimSetup.cpp: Added Teng's parmeters
893 >        fro the ghost Bend in TraPPE_Ex
894 >        
895 >        some work on the integrator. ( incomplete)
896 >
897 > 2003-06-17 16:55  mmeineke
898 >
899 >        * forceFields/TraPPE_Ex.frc: Added Teng's parmeters fro the ghost
900 >        Bend in TraPPE_Ex
901 >
902 > 2003-06-04 16:06  mmeineke
903 >
904 >        * libmdtools/: Integrator.hpp, Symplectic.cpp: added constrainA and
905 >        constrainB to the Symplectic integrator
906 >
907 > 2003-05-30 16:32  mmeineke
908 >
909 >        * utils/bilayerSys.cpp: currently modifiying Symplectic to become
910 >        the basic integrator.
911 >        
912 >        bilayerSys.cpp altered for building tb3.
913 >
914 > 2003-05-30 16:31  mmeineke
915 >
916 >        * libmdtools/: Integrator.hpp, SimInfo.hpp, Symplectic.cpp,
917 >        TraPPE_ExFF.cpp, Verlet.cpp, f_verlet_constrained.F90: currently
918 >        modifiying Symplectic to become the basic integrator.
919 >
920 > 2003-05-30 15:19  mmeineke
921 >
922 >        * libmdtools/Integrator.hpp: added some member variables for
923 >        position, velocity, etc.
924 >
925 > 2003-05-30 14:07  mmeineke
926 >
927 >        * libmdtools/: AbstractClasses.hpp, Integrator.hpp: changed how NVT
928 >        is now derived from Integrator
929 >
930 > 2003-05-20 11:44  mmeineke
931 >
932 >        * libmdtools/GhostBend.cpp: fixed an a mismatched Ghostbend bug.
933 >
934 > 2003-05-17 11:57  mmeineke
935 >
936 >        * utils/: Makefile, MoLocator.cpp, bilayerSys.cpp: all seems to be
937 >        working
938 >
939 > 2003-05-16 16:37  mmeineke
940 >
941 >        * utils/bilayerSys.cpp: still working on the bilayer code
942 >
943 > 2003-05-16 09:28  mmeineke
944 >
945 >        * utils/: bilayerSys.cpp, sysBuild.cpp, sysBuild.hpp: doing some
946 >        work to overhaul sysbuild.
947 >
948 > 2003-05-13 16:23  mmeineke
949 >
950 >        * libmdtools/calc_sticky_pair.F90: optimized the ssd calc loop
951 >
952 > 2003-05-13 15:47  mmeineke
953 >
954 >        * samples/: Makefile, beadLipid/Makefile, beadLipid/beadLipid.mdl,
955 >        beadLipid/water.mdl: Added bead lipid model to the sample directory
956 >
957 > 2003-05-13 15:34  mmeineke
958 >
959 >        * forceFields/TraPPE_Ex.frc: finished adding the Tail beads into
960 >        the Trappe extended force field
961 >
962 > 2003-05-13 12:01  mmeineke
963 >
964 >        * forceFields/TraPPE_Ex.frc: added the TailBead atom types to the
965 >        TraPPe_Ex forceField
966 >
967 > 2003-05-09 14:51  mmeineke
968 >
969 >        * samples/lipid/lipid.mdl: fixed up the TraPPE_Ex force field.
970 >        there were some duplicate entries
971 >        
972 >        added a two chain lipid to the lipid.mdl in sample
973 >
974 > 2003-05-09 14:51  mmeineke
975 >
976 >        * forceFields/TraPPE_Ex.frc: fixed up the TraPPE_Ex force field.
977 >        there were some duplicate entries
978 >
979 > 2003-05-09 11:56  mmeineke
980 >
981 >        * forceFields/TraPPE_Ex.frc: added the utils subdirectory to the
982 >        configure script
983 >        
984 >        added the CH branching group to the TraPPE_Ex fource field
985 >
986 > 2003-05-09 11:55  mmeineke
987 >
988 >        * ac-tools/configure.in: added the utils subdirectory to the
989 >        configure script
990 >
991 > 2003-04-25 11:02  mmeineke
992 >
993 >        * utils/bilayerSys.cpp: i quick fix to th distance in the random
994 >        bilayer builder
995 >
996 > 2003-04-24 21:00  mmeineke
997 >
998 >        * libmdtools/f_verlet_constrained.F90: added a new test for
999 >        constraint failure
1000 >
1001 > 2003-04-17 16:54  mmeineke
1002 >
1003 >        * libBASS/BASS_interface.h, libmdtools/SimSetup.cpp,
1004 >        utils/Makefile, utils/MoLocator.cpp, utils/MoLocator.hpp,
1005 >        utils/bilayerSys.cpp: fixed up sysBuild to where it should now
1006 >        build our systems
1007 >
1008 > 2003-04-16 16:11  mmeineke
1009 >
1010 >        * utils/: MoLocator.cpp, MoLocator.hpp: almost finished.
1011 >
1012 > 2003-04-15 16:47  mmeineke
1013 >
1014 >        * utils/: bilayerSys.cpp, sysBuild.cpp, sysBuild.hpp: bilayerSys
1015 >        and sysBuild both will build now. woot!
1016 >
1017 > 2003-04-15 16:20  mmeineke
1018 >
1019 >        * utils/: MoLocator.cpp, MoLocator.hpp, bilayerSys.cpp,
1020 >        bilayerSys.hpp, sysBuild.cpp, sysBuild.hpp: finished bilayerSys.cpp
1021 >        
1022 >        sysBuild still need to write the bass file.
1023 >        
1024 >        MoLocator.cpp is currently empty
1025 >
1026 > 2003-04-15 15:40  chuckv
1027 >
1028 >        * forceFields/EAM_FF.frc, forceFields/agu3.eam,
1029 >        forceFields/auu3.eam, forceFields/cuu3.eam, forceFields/niu3.eam,
1030 >        forceFields/pdu3.eam, forceFields/ptu3.eam,
1031 >        libmdtools/ForceFields.hpp: Added eam force files...
1032 >
1033 > 2003-04-15 11:37  chuckv
1034 >
1035 >        * libmdtools/EAM_FF.cpp: More eam work.
1036 >
1037 > 2003-04-14 16:22  mmeineke
1038 >
1039 >        * libmdtools/SimSetup.hpp, utils/Makefile, utils/bilayerSys.cpp,
1040 >        utils/bilayerSys.hpp, utils/sysBuild.cpp, utils/sysBuild.hpp:
1041 >        working on the system builder
1042 >
1043 > 2003-04-14 16:16  chuckv
1044 >
1045 >        * libmdtools/: Symplectic.cpp, Verlet.cpp, calc_eam.F90: Fixed
1046 >        ordering on NVT calculation in integrators.
1047 >
1048 > 2003-04-14 14:51  mmeineke
1049 >
1050 >        * utils/: Makefile, sysBuild.cpp, MPIobj/placeHolder,
1051 >        obj/placeHolder:  working on a system builder
1052 >
1053 > 2003-04-14 14:04  mmeineke
1054 >
1055 >        * utils/Makefile: added Ghost bends to the TraPPE_Ex forceField
1056 >        
1057 >        added sysBuild to the utils Makefile
1058 >
1059 > 2003-04-14 14:03  mmeineke
1060 >
1061 >        * forceFields/TraPPE_Ex.frc, libmdtools/TraPPE_ExFF.cpp: added
1062 >        Ghost bends to the TraPPE_Ex forceField
1063 >
1064 > 2003-04-14 13:19  chuckv
1065 >
1066 >        * libmdtools/calc_eam.F90: Added first mangling of EAM.
1067 >
1068 > 2003-04-11 13:46  mmeineke
1069 >
1070 >        * libmdtools/: SimSetup.cpp, calc_LJ_FF.F90, force_globals.F90,
1071 >        simulation_module.F90: fixed a memory bug in Fortran, where
1072 >        molMembershipArray was declared nLocal instead of nGlobal.
1073 >
1074 > 2003-04-11 10:16  gezelter
1075 >
1076 >        * libmdtools/: Molecule.cpp, Molecule.hpp, SimInfo.cpp,
1077 >        SimSetup.cpp, calc_LJ_FF.F90, do_Forces.F90,
1078 >        fortranWrapDefines.hpp, simulation_module.F90: Bug fix in progress
1079 >        for NPT
1080 >
1081 > 2003-04-10 15:08  mmeineke
1082 >
1083 >        * libmdtools/: Molecule.cpp, Molecule.hpp, SimSetup.cpp:  added a
1084 >        globalIndex counter to Molecule
1085 >
1086 > 2003-04-10 11:35  gezelter
1087 >
1088 >        * libmdtools/: ExtendedSystem.cpp, ExtendedSystem.hpp: Working on
1089 >        ConstantStress
1090 >
1091 > 2003-04-10 11:27  mmeineke
1092 >
1093 >        * libmdtools/SimSetup.cpp: fixed a n mpi init bug in SimSetup.
1094 >        caused a miscalculation of nLocal.
1095 >
1096 > 2003-04-10 11:21  mmeineke
1097 >
1098 >        * libmdtools/: Symplectic.cpp, Thermo.cpp, calc_dipole_dipole.F90,
1099 >        do_Forces.F90: fixed a bug in symplectic, where presure was only
1100 >        being calculated the first time through.
1101 >
1102 > 2003-04-09 11:20  chuckv
1103 >
1104 >        * samples/alkane/alkanes.mdl: added pentane to the alkane model
1105 >        file
1106 >
1107 > 2003-04-09 08:59  gezelter
1108 >
1109 >        * libmdtools/: ExtendedSystem.cpp, ForceFields.cpp, StatWriter.cpp,
1110 >        Thermo.cpp, Thermo.hpp: Added volume and enthalpy to status file
1111 >
1112 > 2003-04-08 23:06  gezelter
1113 >
1114 >        * libmdtools/: DumpWriter.cpp, ExtendedSystem.cpp,
1115 >        ExtendedSystem.hpp, Molecule.cpp, Molecule.hpp, SimInfo.cpp,
1116 >        SimInfo.hpp, SimSetup.cpp, Symplectic.cpp, Thermo.cpp, Thermo.hpp,
1117 >        Verlet.cpp, calc_LJ_FF.F90, calc_dipole_dipole.F90, calc_gb.F90,
1118 >        calc_reaction_field.F90, calc_sticky_pair.F90,
1119 >        fortranWrapDefines.hpp, simulation_module.F90: fixes for NPT and
1120 >        NVT
1121 >
1122 > 2003-04-08 17:38  chuckv
1123 >
1124 >        * libmdtools/SimInfo.cpp, libmdtools/Symplectic.cpp,
1125 >        libmdtools/calc_LJ_FF.F90, libmdtools/calc_dipole_dipole.F90,
1126 >        libmdtools/calc_sticky_pair.F90, libmdtools/do_Forces.F90,
1127 >        libmdtools/simulation_module.F90, samples/water/ssd.bass: It works
1128 >        (kinda)...
1129 >
1130 > 2003-04-08 16:35  gezelter
1131 >
1132 >        * libBASS/Globals.cpp, libBASS/Globals.hpp,
1133 >        libmdtools/ExtendedSystem.cpp, libmdtools/ExtendedSystem.hpp,
1134 >        libmdtools/SimSetup.cpp: Fixes for NPT / NVT
1135 >
1136 > 2003-04-08 12:16  chuckv
1137 >
1138 >        * libmdtools/: do_Forces.F90, neighborLists.F90,
1139 >        simulation_module.F90: Moved expand neighborlist to init_FF.
1140 >
1141 > 2003-04-08 10:20  chuckv
1142 >
1143 >        * libmdtools/: ForceFields.cpp, Thermo.cpp, Verlet.cpp: fixes for
1144 >        NVT
1145 >
1146 > 2003-04-08 09:39  gezelter
1147 >
1148 >        * libmdtools/Verlet.cpp: fixes for nvt / npt
1149 >
1150 > 2003-04-08 09:34  gezelter
1151 >
1152 >        * libmdtools/: ExtendedSystem.cpp, StatWriter.cpp, Symplectic.cpp,
1153 >        Thermo.cpp, Verlet.cpp: dt/2 fix in nvt
1154 >
1155 > 2003-04-08 07:50  gezelter
1156 >
1157 >        * libmdtools/ExtendedSystem.cpp: Fixes for affine transform
1158 >
1159 > 2003-04-08 07:44  gezelter
1160 >
1161 >        * libmdtools/: ExtendedSystem.cpp, Molecule.cpp, Molecule.hpp,
1162 >        Symplectic.cpp, Thermo.cpp, Verlet.cpp: Changes to integrate the
1163 >        NVT and NPT ensembles
1164 >
1165 > 2003-04-07 16:42  gezelter
1166 >
1167 >        * libBASS/Globals.cpp, libBASS/Globals.hpp,
1168 >        libmdtools/ExtendedSystem.cpp, libmdtools/SimInfo.cpp,
1169 >        libmdtools/SimSetup.cpp: Fixes for NPT and NVT
1170 >
1171 > 2003-04-07 16:20  mmeineke
1172 >
1173 >        * libmdtools/calc_sticky_pair.F90: fixed a sign error in the radial
1174 >        portion of SSD.
1175 >
1176 > 2003-04-07 16:16  mmeineke
1177 >
1178 >        * libmdtools/: ForceFields.cpp, Symplectic.cpp:
1179 >        doing some testing in sticky through Symplectic.
1180 >
1181 > 2003-04-07 15:51  gezelter
1182 >
1183 >        * libmdtools/: ExtendedSystem.cpp, Verlet.cpp: Working on NVT
1184 >
1185 > 2003-04-07 15:50  chuckv
1186 >
1187 >        * libmdtools/do_Forces.F90: Fixed transpose bug in mpi reduce for
1188 >        tau and virial.
1189 >
1190 > 2003-04-07 15:06  mmeineke
1191 >
1192 >        * libmdtools/DumpWriter.cpp, libmdtools/SimInfo.cpp,
1193 >        libmdtools/SimSetup.cpp, libmdtools/Symplectic.cpp,
1194 >        libmdtools/calc_dipole_dipole.F90, libmdtools/calc_sticky_pair.F90,
1195 >        src/Makefile: bug fixes
1196 >
1197 > 2003-04-07 11:56  gezelter
1198 >
1199 >        * libmdtools/: ExtendedSystem.cpp, Molecule.cpp, Molecule.hpp,
1200 >        StatWriter.cpp, Symplectic.cpp, Thermo.cpp, Thermo.hpp, Verlet.cpp:
1201 >        Many fixes to add extended system
1202 >
1203 > 2003-04-07 09:30  gezelter
1204 >
1205 >        * src/Makefile: Fixed a bug caused by my experimentation
1206 >
1207 > 2003-04-07 09:30  gezelter
1208 >
1209 >        * libmdtools/: ExtendedSystem.cpp, ExtendedSystem.hpp,
1210 >        Integrator.hpp, Makefile, SimSetup.cpp, Symplectic.cpp, Verlet.cpp:
1211 >        Added ExtendedSystem infrastructure for NPT and NVT calculations
1212 >
1213 > 2003-04-07 09:30  gezelter
1214 >
1215 >        * libBASS/: Globals.cpp, Globals.hpp: Added targetPressure to BASS
1216 >
1217 > 2003-04-04 23:07  gezelter
1218 >
1219 >        * src/Makefile: final mods to try a fortran compiler
1220 >
1221 > 2003-04-04 22:39  gezelter
1222 >
1223 >        * libmdtools/: LJ_FF.cpp, SimInfo.cpp, TraPPE_ExFF.cpp,
1224 >        fortranWrapDefines.hpp: Bug fixes for simulation module rewrites
1225 >
1226 > 2003-04-04 21:56  gezelter
1227 >
1228 >        * libmdtools/: Makefile, atype_module.F90, do_Forces.F90,
1229 >        fortranWrappers.cpp, wrappers.F90: bug fixes for compilation
1230 >
1231 > 2003-04-04 21:45  gezelter
1232 >
1233 >        * libmdtools/: fortranWrapDefines.hpp, fortranWrappers.hpp: bug
1234 >        fixes to fortran wrappers
1235 >
1236 > 2003-04-04 17:22  chuckv
1237 >
1238 >        * libmdtools/: Makefile, calc_LJ_FF.F90, calc_dipole_dipole.F90,
1239 >        calc_gb.F90, calc_reaction_field.F90, calc_sticky_pair.F90,
1240 >        do_Forces.F90, fortranWrapDefines.hpp, fortranWrappers.cpp,
1241 >        simulation_module.F90, wrappers.F90: Breaking c and fortran, c gets
1242 >        smarter, fortran gets dumber...
1243 >
1244 > 2003-04-04 14:57  mmeineke
1245 >
1246 >        * libmdtools/: calc_dipole_dipole.F90, do_Forces.F90,
1247 >        neighborLists.F90: fixed a memory read bug in neighborlist
1248 >
1249 > 2003-04-04 14:47  gezelter
1250 >
1251 >        * libmdtools/: ExtendedSystem.cpp, ExtendedSystem.hpp, SimInfo.cpp,
1252 >        SimInfo.hpp, Thermo.cpp: Changes for Extended System
1253 >
1254 > 2003-04-04 14:16  gezelter
1255 >
1256 >        * libmdtools/: ExtendedSystem.cpp, ExtendedSystem.hpp, SimInfo.cpp,
1257 >        SimInfo.hpp: Fixes for ExtendedSystem
1258 >
1259 > 2003-04-03 20:57  gezelter
1260 >
1261 >        * libmdtools/ExtendedSystem.hpp: Added extended system header
1262 >
1263 > 2003-04-03 20:57  gezelter
1264 >
1265 >        * libmdtools/: ExtendedSystem.cpp, Thermo.cpp, Thermo.hpp: changes
1266 >        for extended system code
1267 >
1268 > 2003-04-03 18:49  gezelter
1269 >
1270 >        * libmdtools/: ExtendedSystem.cpp, NVT.cpp: renamed nvt to
1271 >        extendedsystem
1272 >
1273 > 2003-04-03 17:19  mmeineke
1274 >
1275 >        * libmdtools/Molecule.hpp: added some little fixes here and there.
1276 >
1277 > 2003-04-03 17:01  mmeineke
1278 >
1279 >        * libmdtools/TraPPE_ExFF.cpp: fixed a possible call before
1280 >        initialize bug.
1281 >
1282 > 2003-04-03 16:12  mmeineke
1283 >
1284 >        * libmdtools/: DumpWriter.cpp, Molecule.cpp, randomSPRNG.hpp: just
1285 >        little things like deleteing unused variables and such.
1286 >
1287 > 2003-04-03 15:57  mmeineke
1288 >
1289 >        * libmdtools/: Molecule.cpp, Molecule.hpp: a few fixes to
1290 >        simError.h also some fixes to Molecule.hpp
1291 >
1292 > 2003-04-03 15:57  mmeineke
1293 >
1294 >        * libBASS/simError.h: a few fixes to simError.h
1295 >
1296 > 2003-04-03 15:21  mmeineke
1297 >
1298 >        * libBASS/Makefile, libBASS/mpiBASS.c, libBASS/simError.c,
1299 >        libBASS/simError.h, libmdtools/DumpWriter.cpp,
1300 >        libmdtools/ForceFields.cpp, libmdtools/InitializeFromFile.cpp,
1301 >        libmdtools/LJ_FF.cpp, libmdtools/Makefile, libmdtools/Thermo.cpp,
1302 >        libmdtools/TraPPE_ExFF.cpp, libmdtools/mpiSimulation.cpp,
1303 >        src/Makefile, src/oopse.cpp: fixed some small things with
1304 >        simError.h
1305 >
1306 > 2003-04-03 15:19  gezelter
1307 >
1308 >        * libmdtools/: Molecule.cpp, Molecule.hpp: Starting work on NPT
1309 >
1310 > 2003-04-03 14:58  gezelter
1311 >
1312 >        * libmdtools/: NVT.cpp, Thermo.cpp: Added NVT file (very broken for
1313 >        now)
1314 >
1315 > 2003-04-03 08:42  gezelter
1316 >
1317 >        * README, libmdtools/Thermo.cpp, utils/Makefile, utils/quickLate.c:
1318 >        Changed Readme, added some files
1319 >
1320 > 2003-04-02 17:19  mmeineke
1321 >
1322 >        * libmdtools/: ForceFields.cpp, SimInfo.cpp, SimSetup.cpp,
1323 >        Symplectic.cpp, calc_dipole_dipole.F90, calc_sticky_pair.F90:
1324 >        dipoles mostly work, but there is a memory leak somewhere.
1325 >
1326 > 2003-04-02 10:01  mmeineke
1327 >
1328 >        * libmdtools/TraPPE_ExFF.cpp: Fixed a bug where MPI was not getting
1329 >        the proper atomIdents.
1330 >
1331 > 2003-04-01 11:50  chuckv
1332 >
1333 >        * libmdtools/SimInfo.cpp, libmdtools/do_Forces.F90,
1334 >        libmdtools/mpiSimulation.cpp, libmdtools/mpiSimulation_module.F90,
1335 >        samples/argon/argon.bass: more bug fixes....
1336 >
1337 > 2003-04-01 11:49  mmeineke
1338 >
1339 >        * libmdtools/: DumpWriter.cpp, InitializeFromFile.cpp: Fixed
1340 >        DumpWriter to be more robust to errors. also added a little
1341 >        namespace to InitFromFile to wrap it's helper functions in MPI
1342 >
1343 > 2003-03-31 17:09  chuckv
1344 >
1345 >        * libmdtools/: SimInfo.cpp, do_Forces.F90: Fixed bug with pot_local
1346 >        not zeroed.
1347 >
1348 > 2003-03-31 16:50  chuckv
1349 >
1350 >        * libmdtools/BendExtensions.cpp, libmdtools/Exclude.cpp,
1351 >        libmdtools/ForceFields.cpp, libmdtools/Molecule.cpp,
1352 >        libmdtools/Molecule.hpp, libmdtools/SimInfo.cpp,
1353 >        libmdtools/SimSetup.cpp, libmdtools/Thermo.cpp,
1354 >        libmdtools/TraPPE_ExFF.cpp, libmdtools/do_Forces.F90,
1355 >        samples/alkane/butane.bass: Fixes in MPI force calc and in
1356 >        Trappe_Ex parsing.
1357 >
1358 > 2003-03-28 17:34  chuckv
1359 >
1360 >        * libmdtools/DumpWriter.cpp: bug fix in DumpWriter.cpp
1361 >
1362 > 2003-03-28 16:45  chuckv
1363 >
1364 >        * libBASS/Makefile, libmdtools/DumpWriter.cpp,
1365 >        libmdtools/InitializeFromFile.cpp: Bug fixes in read-write
1366 >        routines.
1367 >
1368 > 2003-03-28 14:33  mmeineke
1369 >
1370 >        * libmdtools/: Exclude.cpp, Exclude.hpp, Molecule.cpp,
1371 >        Molecule.hpp, SRI.hpp, SimSetup.cpp, simulation_module.F90: fixed a
1372 >        bug where the Excludes were not being created properly
1373 >
1374 > 2003-03-28 14:30  chuckv
1375 >
1376 >        * libBASS/Makefile, libmdtools/DumpWriter.cpp,
1377 >        libmdtools/LJ_FF.cpp, libmdtools/SimSetup.cpp,
1378 >        libmdtools/TraPPE_ExFF.cpp, libmdtools/mpiSimulation.cpp: mpi fixes
1379 >        and debugging mpi read write from file.
1380 >
1381 > 2003-03-28 10:28  mmeineke
1382 >
1383 >        * libmdtools/: LJ_FF.cpp, TraPPE_ExFF.cpp: fixed long range
1384 >        interactions in Trappe
1385 >
1386 > 2003-03-27 18:33  chuckv
1387 >
1388 >        * libmdtools/: SimSetup.cpp, mpiSimulation.cpp,
1389 >        mpiSimulation_module.F90: MPI buggy, fixed mpiRefresh issue.
1390 >
1391 > 2003-03-27 17:16  mmeineke
1392 >
1393 >        * libmdtools/: Exclude.cpp, SimSetup.cpp: fixed a bug where
1394 >        excludes were not being initialized
1395 >
1396 > 2003-03-27 16:52  mmeineke
1397 >
1398 >        * src/Makefile: [no log message]
1399 >
1400 > 2003-03-27 16:52  mmeineke
1401 >
1402 >        * libmdtools/SimSetup.cpp: Fixed a single processor segfault bug.
1403 >
1404 > 2003-03-27 16:07  mmeineke
1405 >
1406 >        * libmdtools/: Exclude.cpp, ForceFields.cpp, LJ_FF.cpp,
1407 >        Molecule.cpp, Symplectic.cpp, Thermo.cpp, TraPPE_ExFF.cpp,
1408 >        Verlet.cpp: fixed the compile time bugs, Source builds and links
1409 >
1410 > 2003-03-27 15:48  mmeineke
1411 >
1412 >        * libmdtools/: Molecule.cpp, SimInfo.hpp, SimSetup.cpp: fixed a few
1413 >        more bugs.
1414 >
1415 > 2003-03-27 15:40  mmeineke
1416 >
1417 >        * libmdtools/Molecule.cpp: added the Molecule.cpp file
1418 >
1419 > 2003-03-27 15:39  mmeineke
1420 >
1421 >        * libmdtools/: Makefile, Molecule.hpp:  fixed the makefile
1422 >
1423 > 2003-03-27 15:36  mmeineke
1424 >
1425 >        * libmdtools/: AbstractClasses.hpp, ForceFields.cpp,
1426 >        ForceFields.hpp, LJ_FF.cpp, Makefile, Molecule.hpp, SimInfo.cpp,
1427 >        SimSetup.cpp, SimSetup.hpp: fixing some compile time bugs
1428 >
1429 > 2003-03-27 15:12  mmeineke
1430 >
1431 >        * libmdtools/: AbstractClasses.hpp, ForceFields.cpp,
1432 >        Integrator.hpp, Molecule.hpp, Symplectic.cpp, Thermo.cpp,
1433 >        Verlet.cpp: I have implemeted Molecules everywhere I could remember
1434 >        to.  will now attempt to compile.
1435 >
1436 > 2003-03-27 14:21  mmeineke
1437 >
1438 >        * libmdtools/: Molecule.hpp, SimInfo.hpp, SimSetup.cpp,
1439 >        SimSetup.hpp, mpiSimulation.cpp, mpiSimulation.hpp: finished
1440 >        updating SimSetup to initialize and use the new MPI division of
1441 >        labour, and Molecule class
1442 >
1443 > 2003-03-27 12:55  mmeineke
1444 >
1445 >        * libmdtools/TraPPE_ExFF.cpp: finished conversion of TraPPE_ExFF to
1446 >        use Molecule
1447 >
1448 > 2003-03-27 12:32  mmeineke
1449 >
1450 >        * libmdtools/: ForceFields.cpp, ForceFields.hpp, LJ_FF.cpp,
1451 >        SimInfo.cpp, SimSetup.cpp, TraPPE_ExFF.cpp: LJ_FF has been
1452 >        converted to the new Molecule model. TraPPE_Ex is currently being
1453 >        updated.  SimSetups routines are writtten, but not yet called.
1454 >
1455 > 2003-03-27 10:07  gezelter
1456 >
1457 >        * libmdtools/: DumpWriter.cpp, InitializeFromFile.cpp,
1458 >        mpiSimulation.cpp, mpiSimulation.hpp: fixes for local->global atom
1459 >        numbering in MPI
1460 >
1461 > 2003-03-27 09:30  mmeineke
1462 >
1463 >        * libmdtools/mpiSimulation.cpp: little bug fixes here and there.
1464 >
1465 > 2003-03-26 20:49  gezelter
1466 >
1467 >        * libmdtools/: DumpWriter.cpp, InitializeFromFile.cpp: Fixes to
1468 >        fileio for MPI
1469 >
1470 > 2003-03-26 18:14  gezelter
1471 >
1472 >        * libmdtools/: DumpWriter.cpp, Exclude.cpp, Molecule.hpp,
1473 >        mpiSimulation.cpp, mpiSimulation.hpp, mpiSimulation_module.F90: bug
1474 >        fixes   many bug fixes
1475 >
1476 > 2003-03-26 17:24  gezelter
1477 >
1478 >        * libmdtools/DumpWriter.cpp: Making DumpWriter less dependent on
1479 >        sequence of atoms on the other processors.  Node 0 now fires
1480 >        potatoes at other processors to get them to send french fries back.
1481 >
1482 > 2003-03-26 17:02  mmeineke
1483 >
1484 >        * libmdtools/: DirectionalAtom.cpp, SimSetup.cpp: the skeleton for
1485 >        making the molecules is in place. ForceField needs to be updated
1486 >        next.
1487 >
1488 > 2003-03-26 16:54  mmeineke
1489 >
1490 >        * libmdtools/: Atom.cpp, Atom.hpp, Exclude.cpp: fixed a couple of
1491 >        the "static" bugs in  Atom and Exclude
1492 >
1493 > 2003-03-26 16:50  mmeineke
1494 >
1495 >        * libmdtools/: Exclude.cpp, Exclude.hpp, Molecule.hpp, SimInfo.hpp,
1496 >        SimSetup.cpp: still working on the SimSetup routine. also fixed
1497 >        some things in Exclude.hpp
1498 >
1499 > 2003-03-26 16:24  gezelter
1500 >
1501 >        * libmdtools/Makefile: Added Atom.cpp and Exclude.cpp
1502 >
1503 > 2003-03-26 16:23  gezelter
1504 >
1505 >        * libmdtools/: Atom.cpp, Exclude.cpp, Exclude.hpp: Fixes in Atom
1506 >        and Exclude list
1507 >
1508 > 2003-03-26 16:04  gezelter
1509 >
1510 >        * libmdtools/: Atom.cpp, Atom.hpp: Make Atom.cpp able to add and
1511 >        delete ranges of atoms
1512 >
1513 > 2003-03-26 15:45  mmeineke
1514 >
1515 >        * libmdtools/: Exclude.cpp, Exclude.hpp: added an Exclude class
1516 >        with static arrays similar to the Atom class
1517 >
1518 > 2003-03-26 15:22  mmeineke
1519 >
1520 >        * libmdtools/: Molecule.hpp, SimSetup.cpp, SimSetup.hpp: I'm
1521 >        overhauling the molecule class to contain it's own bonds, bends,
1522 >        and torsions.
1523 >        
1524 >        may god have mercy on my soul.
1525 >
1526 > 2003-03-26 14:34  chuckv
1527 >
1528 >        * libmdtools/mpiSimulation.cpp: Finished globalIndex.
1529 >
1530 > 2003-03-26 13:02  gezelter
1531 >
1532 >        * libmdtools/: mpiComponentPlan.h, mpiSimulation.cpp,
1533 >        mpiSimulation.hpp: MPI stuff for passing out molecules
1534 >
1535 > 2003-03-26 11:12  chuckv
1536 >
1537 >        * libmdtools/mpiSimulation.cpp: working on load balancing
1538 >
1539 > 2003-03-26 10:37  chuckv
1540 >
1541 >        * libmdtools/Thermo.cpp, libmdtools/Thermo.hpp,
1542 >        samples/argon/argon.bass: Fixes for Parallel thermalization
1543 >
1544 > 2003-03-26 09:55  mmeineke
1545 >
1546 >        * libmdtools/: SimInfo.cpp, Thermo.cpp: fixed an mpi include bug in
1547 >        THermo.cpp
1548 >
1549 > 2003-03-25 17:54  chuckv
1550 >
1551 >        * libmdtools/: Thermo.cpp, Thermo.hpp: Fixed bugs with calculation
1552 >        of potential energy and temperature.
1553 >
1554 > 2003-03-25 09:29  mmeineke
1555 >
1556 >        * libBASS/obj/dummy, libmdtools/MPIobj/dummy, libmdtools/obj/dummy,
1557 >        src/MPIobj/dummy, src/obj/dummy: [no log message]
1558 >
1559 > 2003-03-25 09:29  mmeineke
1560 >
1561 >        * libBASS/MPIobj/dummy: added dummy files to keep the build
1562 >        deirectories from being pruned.
1563 >
1564 > 2003-03-24 20:07  gezelter
1565 >
1566 >        * samples/Makefile, tests/Makefile: moving tests to samples
1567 >
1568 > 2003-03-24 20:06  gezelter
1569 >
1570 >        * samples/alkane/Makefile, samples/alkane/alkanes.mdl,
1571 >        samples/alkane/butane.bass, samples/alkane/init_butane.eor,
1572 >        samples/argon/Makefile, samples/argon/argon.bass,
1573 >        samples/argon/init_argon.eor, samples/argon/lj.mdl,
1574 >        samples/lipid/5x5.bass, samples/lipid/Makefile,
1575 >        samples/lipid/init_5x5.eor, samples/lipid/lipid.mdl,
1576 >        samples/lipid/water.mdl, samples/water/Makefile,
1577 >        samples/water/init_ssd.eor, samples/water/ssd.bass,
1578 >        samples/water/water.mdl, tests/alkane/Makefile,
1579 >        tests/alkane/alkanes.mdl, tests/alkane/butane.bass,
1580 >        tests/alkane/init_butane.eor, tests/argon/Makefile,
1581 >        tests/argon/argon.bass, tests/argon/init_argon.eor,
1582 >        tests/argon/lj.mdl, tests/lipid/5x5.bass, tests/lipid/Makefile,
1583 >        tests/lipid/init_5x5.eor, tests/lipid/lipid.mdl,
1584 >        tests/lipid/water.mdl, tests/water/Makefile,
1585 >        tests/water/init_ssd.eor, tests/water/ssd.bass,
1586 >        tests/water/water.mdl: moved tests to samples
1587 >
1588 > 2003-03-24 19:51  gezelter
1589 >
1590 >        * ac-tools/configure.in: Tests are becoming samples
1591 >
1592 > 2003-03-24 19:46  gezelter
1593 >
1594 >        * ac-tools/Make.conf.in, tests/Makefile, tests/alkane/Makefile,
1595 >        tests/argon/Makefile, tests/lipid/Makefile, tests/water/Makefile:
1596 >        Added makefiles in tests directories
1597 >
1598 > 2003-03-24 16:55  gezelter
1599 >
1600 >        * libBASS/Globals.cpp, libBASS/Globals.hpp, libmdtools/SimInfo.cpp,
1601 >        libmdtools/SimInfo.hpp, libmdtools/SimSetup.cpp,
1602 >        libmdtools/TraPPE_ExFF.cpp, libmdtools/calc_dipole_dipole.F90,
1603 >        libmdtools/calc_reaction_field.F90,
1604 >        libmdtools/calc_sticky_pair.F90, libmdtools/do_Forces.F90,
1605 >        libmdtools/simulation_module.F90: electrostatic changes for dipole
1606 >        / RF separation
1607 >
1608 > 2003-03-24 13:33  mmeineke
1609 >
1610 >        * libmdtools/: Atom.hpp, ForceFields.cpp, SimInfo.cpp,
1611 >        do_Forces.F90: little bug fixes here and there
1612 >
1613 > 2003-03-24 11:04  mmeineke
1614 >
1615 >        * tests/argon/: argon.bass, init_argon.eor, lj.mdl: added an argon
1616 >        test simulation
1617 >
1618 > 2003-03-24 11:02  mmeineke
1619 >
1620 >        * tests/: lipid/5x5.bass, lipid/init_5x5.eor, lipid/lipid.mdl,
1621 >        lipid/water.mdl, water/init_ssd.eor, water/ssd.bass,
1622 >        water/water.mdl: [no log message]
1623 >
1624 > 2003-03-24 11:02  mmeineke
1625 >
1626 >        * tests/alkane/: alkanes.mdl, butane.bass, init_butane.eor: added
1627 >        some test bass files for experimenting with
1628 >
1629 > 2003-03-24 10:26  mmeineke
1630 >
1631 >        * libmdtools/: ForceFields.cpp, f_verlet_constrained.F90: fixed bug
1632 >        where short range interactions were not being calculated.
1633 >        
1634 >        removed some debug print statements
1635 >
1636 > 2003-03-21 17:11  chuckv
1637 >
1638 >        * libmdtools/: TraPPE_ExFF.cpp, calc_dipole_dipole.F90,
1639 >        do_Forces.F90, f_verlet_constrained.F90, simulation_module.F90:
1640 >        various write statements for debugging
1641 >
1642 > 2003-03-21 16:26  chuckv
1643 >
1644 >        * forceFields/Makefile: added links to the makefile in forceFields
1645 >
1646 > 2003-03-21 15:52  gezelter
1647 >
1648 >        * ac-tools/Make.conf.in, ac-tools/configure.in,
1649 >        libmdtools/Makefile: Fixed F_MACH_DEP bug
1650 >
1651 > 2003-03-21 15:37  gezelter
1652 >
1653 >        * ChangeLog, Makefile, ac-tools/Make.conf.in, ac-tools/config.h.in,
1654 >        ac-tools/configure.in, forceFields/Makefile, libBASS/Makefile,
1655 >        libmdtools/Makefile, scripts/cvs2cl.pl, scripts/sfmakedepend,
1656 >        src/Makefile, utils/sfmakedepend: Makefile fixes, directory re-org,
1657 >        autoconf fixes
1658 >
1659 > 2003-03-21 14:58  gezelter
1660 >
1661 >        * LICENSE: Added license file
1662 >
1663 > 2003-03-21 14:55  gezelter
1664 >
1665 >        * forceFields/Makefile: Fixed makefile
1666 >
1667 > 2003-03-21 14:49  gezelter
1668 >
1669 >        * forceFields/Makefile: Makefile for forceFields
1670 >
1671 > 2003-03-21 14:42  gezelter
1672 >
1673 >        * README: Readme changes
1674 >
1675 > 2003-03-21 12:52  mmeineke
1676 >
1677 >        * src/Makefile: [no log message]
1678 >
1679 > 2003-03-21 12:52  mmeineke
1680 >
1681 >        * libBASS/Makefile, libmdtools/Makefile: Makefile fixes for depends
1682 >
1683 > 2003-03-21 12:42  mmeineke
1684 >
1685 >        * AUTHORS, ChangeLog, NEWS, Makefile, README,
1686 >        ac-tools/Make.conf.in, ac-tools/aclocal.m4, ac-tools/config.guess,
1687 >        ac-tools/config.h.in, ac-tools/config.sub, ac-tools/configure.in,
1688 >        ac-tools/install-sh, forceFields/DipoleTest.frc,
1689 >        forceFields/LJ_FF.frc, forceFields/TraPPE.frc,
1690 >        forceFields/TraPPE_Ex.frc, libBASS/AtomStamp.cpp,
1691 >        libBASS/AtomStamp.hpp, libBASS/BASS_interface.cpp,
1692 >        libBASS/BASS_interface.h, libBASS/BASS_parse.c,
1693 >        libBASS/BASS_parse.h, libBASS/BASSlex.l, libBASS/BASSyacc.y,
1694 >        libBASS/BendStamp.cpp, libBASS/BendStamp.hpp,
1695 >        libBASS/BondStamp.cpp, libBASS/BondStamp.hpp,
1696 >        libBASS/Component.cpp, libBASS/Component.hpp, libBASS/Globals.cpp,
1697 >        libBASS/Globals.hpp, libBASS/LinkedAssign.cpp,
1698 >        libBASS/LinkedAssign.hpp, libBASS/LinkedCommand.cpp,
1699 >        libBASS/LinkedCommand.hpp, libBASS/MakeStamps.cpp,
1700 >        libBASS/MakeStamps.hpp, libBASS/Makefile,
1701 >        libBASS/MoleculeStamp.cpp, libBASS/MoleculeStamp.hpp,
1702 >        libBASS/TorsionStamp.cpp, libBASS/TorsionStamp.hpp,
1703 >        libBASS/interface.c, libBASS/make_nodes.c, libBASS/make_nodes.h,
1704 >        libBASS/mpiBASS.c, libBASS/mpiBASS.h, libBASS/node_list.h,
1705 >        libBASS/parse_interface.h, libBASS/parse_me.h,
1706 >        libBASS/parse_tree.c, libBASS/parse_tree.h, libBASS/simError.c,
1707 >        libBASS/simError.h, src/Makefile, src/oopse.cpp, src/oose.cpp,
1708 >        utils/sfmakedepend, ac-tools/shtool,
1709 >        libmdtools/AbstractClasses.hpp, libmdtools/Atom.hpp,
1710 >        libmdtools/Bend.cpp, libmdtools/BendExtensions.cpp,
1711 >        libmdtools/Bond.cpp, libmdtools/BondExtensions.cpp,
1712 >        libmdtools/DipoleTestFF.cpp, libmdtools/DirectionalAtom.cpp,
1713 >        libmdtools/DumpWriter.cpp, libmdtools/ForceFields.cpp,
1714 >        libmdtools/ForceFields.hpp, libmdtools/GhostBend.cpp,
1715 >        libmdtools/InitializeFromFile.cpp, libmdtools/Integrator.hpp,
1716 >        libmdtools/LJ_FF.cpp, libmdtools/Linux_ifc_machdep.F90,
1717 >        libmdtools/Makefile, libmdtools/Molecule.hpp,
1718 >        libmdtools/ReadWrite.hpp, libmdtools/SRI.hpp,
1719 >        libmdtools/SimInfo.cpp, libmdtools/SimInfo.hpp,
1720 >        libmdtools/SimSetup.cpp, libmdtools/SimSetup.hpp,
1721 >        libmdtools/StatWriter.cpp, libmdtools/Symplectic.cpp,
1722 >        libmdtools/Thermo.cpp, libmdtools/Thermo.hpp,
1723 >        libmdtools/Torsion.cpp, libmdtools/TorsionExtensions.cpp,
1724 >        libmdtools/TraPPEFF.cpp, libmdtools/TraPPE_ExFF.cpp,
1725 >        libmdtools/Verlet.cpp, libmdtools/atype_module.F90,
1726 >        libmdtools/calc_LJ_FF.F90, libmdtools/calc_dipole_dipole.F90,
1727 >        libmdtools/calc_gb.F90, libmdtools/calc_reaction_field.F90,
1728 >        libmdtools/calc_sticky_pair.F90, libmdtools/do_Forces.F90,
1729 >        libmdtools/fForceField.h, libmdtools/fSimulation.h,
1730 >        libmdtools/f_verlet_constrained.F90, libmdtools/forceFactory.hpp,
1731 >        libmdtools/force_globals.F90, libmdtools/fortranWrapDefines.hpp,
1732 >        libmdtools/fortranWrappers.cpp, libmdtools/fortranWrappers.hpp,
1733 >        libmdtools/mpiComponentPlan.h, libmdtools/mpiForceField.c,
1734 >        libmdtools/mpiForceField.h, libmdtools/mpiSimulation.cpp,
1735 >        libmdtools/mpiSimulation.hpp, libmdtools/mpiSimulation_module.F90,
1736 >        libmdtools/neighborLists.F90, libmdtools/randomSPRNG.cpp,
1737 >        libmdtools/randomSPRNG.hpp, libmdtools/simulation_module.F90,
1738 >        libmdtools/vector_class.F90, libmdtools/wrappers.F90: Initial
1739 >        revision
1740 >
1741 > 2003-03-21 12:42  mmeineke
1742 >
1743 >        * AUTHORS, ChangeLog, NEWS, Makefile, README,
1744 >        ac-tools/Make.conf.in, ac-tools/aclocal.m4, ac-tools/config.guess,
1745 >        ac-tools/config.h.in, ac-tools/config.sub, ac-tools/configure.in,
1746 >        ac-tools/install-sh, forceFields/DipoleTest.frc,
1747 >        forceFields/LJ_FF.frc, forceFields/TraPPE.frc,
1748 >        forceFields/TraPPE_Ex.frc, libBASS/AtomStamp.cpp,
1749 >        libBASS/AtomStamp.hpp, libBASS/BASS_interface.cpp,
1750 >        libBASS/BASS_interface.h, libBASS/BASS_parse.c,
1751 >        libBASS/BASS_parse.h, libBASS/BASSlex.l, libBASS/BASSyacc.y,
1752 >        libBASS/BendStamp.cpp, libBASS/BendStamp.hpp,
1753 >        libBASS/BondStamp.cpp, libBASS/BondStamp.hpp,
1754 >        libBASS/Component.cpp, libBASS/Component.hpp, libBASS/Globals.cpp,
1755 >        libBASS/Globals.hpp, libBASS/LinkedAssign.cpp,
1756 >        libBASS/LinkedAssign.hpp, libBASS/LinkedCommand.cpp,
1757 >        libBASS/LinkedCommand.hpp, libBASS/MakeStamps.cpp,
1758 >        libBASS/MakeStamps.hpp, libBASS/Makefile,
1759 >        libBASS/MoleculeStamp.cpp, libBASS/MoleculeStamp.hpp,
1760 >        libBASS/TorsionStamp.cpp, libBASS/TorsionStamp.hpp,
1761 >        libBASS/interface.c, libBASS/make_nodes.c, libBASS/make_nodes.h,
1762 >        libBASS/mpiBASS.c, libBASS/mpiBASS.h, libBASS/node_list.h,
1763 >        libBASS/parse_interface.h, libBASS/parse_me.h,
1764 >        libBASS/parse_tree.c, libBASS/parse_tree.h, libBASS/simError.c,
1765 >        libBASS/simError.h, src/Makefile, src/oopse.cpp, src/oose.cpp,
1766 >        utils/sfmakedepend, ac-tools/shtool,
1767 >        libmdtools/AbstractClasses.hpp, libmdtools/Atom.hpp,
1768 >        libmdtools/Bend.cpp, libmdtools/BendExtensions.cpp,
1769 >        libmdtools/Bond.cpp, libmdtools/BondExtensions.cpp,
1770 >        libmdtools/DipoleTestFF.cpp, libmdtools/DirectionalAtom.cpp,
1771 >        libmdtools/DumpWriter.cpp, libmdtools/ForceFields.cpp,
1772 >        libmdtools/ForceFields.hpp, libmdtools/GhostBend.cpp,
1773 >        libmdtools/InitializeFromFile.cpp, libmdtools/Integrator.hpp,
1774 >        libmdtools/LJ_FF.cpp, libmdtools/Linux_ifc_machdep.F90,
1775 >        libmdtools/Makefile, libmdtools/Molecule.hpp,
1776 >        libmdtools/ReadWrite.hpp, libmdtools/SRI.hpp,
1777 >        libmdtools/SimInfo.cpp, libmdtools/SimInfo.hpp,
1778 >        libmdtools/SimSetup.cpp, libmdtools/SimSetup.hpp,
1779 >        libmdtools/StatWriter.cpp, libmdtools/Symplectic.cpp,
1780 >        libmdtools/Thermo.cpp, libmdtools/Thermo.hpp,
1781 >        libmdtools/Torsion.cpp, libmdtools/TorsionExtensions.cpp,
1782 >        libmdtools/TraPPEFF.cpp, libmdtools/TraPPE_ExFF.cpp,
1783 >        libmdtools/Verlet.cpp, libmdtools/atype_module.F90,
1784 >        libmdtools/calc_LJ_FF.F90, libmdtools/calc_dipole_dipole.F90,
1785 >        libmdtools/calc_gb.F90, libmdtools/calc_reaction_field.F90,
1786 >        libmdtools/calc_sticky_pair.F90, libmdtools/do_Forces.F90,
1787 >        libmdtools/fForceField.h, libmdtools/fSimulation.h,
1788 >        libmdtools/f_verlet_constrained.F90, libmdtools/forceFactory.hpp,
1789 >        libmdtools/force_globals.F90, libmdtools/fortranWrapDefines.hpp,
1790 >        libmdtools/fortranWrappers.cpp, libmdtools/fortranWrappers.hpp,
1791 >        libmdtools/mpiComponentPlan.h, libmdtools/mpiForceField.c,
1792 >        libmdtools/mpiForceField.h, libmdtools/mpiSimulation.cpp,
1793 >        libmdtools/mpiSimulation.hpp, libmdtools/mpiSimulation_module.F90,
1794 >        libmdtools/neighborLists.F90, libmdtools/randomSPRNG.cpp,
1795 >        libmdtools/randomSPRNG.hpp, libmdtools/simulation_module.F90,
1796 >        libmdtools/vector_class.F90, libmdtools/wrappers.F90: New OOPSE
1797 >        Tree
1798 >

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines