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

Comparing trunk/OOPSE/ChangeLog (file contents):
Revision 760 by gezelter, Fri Sep 12 16:20:05 2003 UTC vs.
Revision 1046 by tim, Tue Feb 10 21:33:44 2004 UTC

# Line 1 | Line 1
1 < 2003-09-10 16:28  mmeineke
1 > 2004-02-06 19:14  tim
2  
3 <        * props/: GofR.cpp, PairCorrType.cpp, PairCorrType.hpp: added more
4 <        work on getting gofR working.
3 >        * libmdtools/: SymMatrix.hpp, Utility.cpp, Utility.hpp: [no log
4 >        message]
5  
6 < 2003-09-09 16:50  mmeineke
6 > 2004-02-06 16:37  tim
7  
8 <        * props/: GofR.cpp, PairCorrType.cpp, PairCorrType.hpp: added the
9 <        beginings of the GofR pair correlation.
8 >        * ChangeLog, libBASS/Globals.cpp,
9 >        libmdtools/ConjugateMinimizer.cpp, libmdtools/Integrator.cpp,
10 >        libmdtools/Integrator.hpp, libmdtools/OOPSEMinimizerBase.cpp,
11 >        libmdtools/SimSetup.cpp, samples/water/ssd.bass: Single version of
12 >        energy minimization for argon is working, need to add constraint
13 >
14 > 2004-02-06 14:05  tim
15 >
16 >        * libmdtools/: AllIntegrator.hpp, Makefile.in, SimSetup.cpp: Add
17 >        one more file into Makefile.in
18 >
19 > 2004-02-06 13:58  tim
20 >
21 >        * ChangeLog, libBASS/Globals.cpp, libBASS/Globals.hpp,
22 >        libmdtools/AllIntegrator.hpp, libmdtools/ConjugateMinimizer.cpp,
23 >        libmdtools/ConjugateMinimizer.hpp, libmdtools/Functor.hpp,
24 >        libmdtools/Integrator.hpp, libmdtools/Makefile.in,
25 >        libmdtools/Minimizer.hpp, libmdtools/Minimizer1D.cpp,
26 >        libmdtools/Minimizer1D.hpp, libmdtools/MinimizerBase.hpp,
27 >        libmdtools/MinimizerParameterSet.hpp, libmdtools/NLModel.hpp,
28 >        libmdtools/NLModel1.cpp, libmdtools/OOPSEMinimizerBase.cpp,
29 >        libmdtools/SimInfo.cpp, libmdtools/SimInfo.hpp,
30 >        libmdtools/SimSetup.cpp, libmdtools/SimSetup.hpp, src/oose.cpp: Add
31 >        some lines into global.cpp to make it work with energy minimization
32 >
33 > 2004-02-04 17:26  tim
34 >
35 >        * libmdtools/: ConjugateMinimizer.cpp, ConjugateMinimizer.hpp,
36 >        Constraint.hpp, Functor.hpp, Minimizer.hpp, Minimizer1D.cpp,
37 >        Minimizer1D.hpp, MinimizerBase.hpp, MinimizerParameterSet.hpp,
38 >        NLModel.hpp, NLModel0.cpp, NLModel1.cpp: Fix a bunch of bugs   :-)
39 >        Single version of conjugate gradient with golden search linesearch
40 >        pass a couple of functions test. Brent's  algorithm is still broken
41 >
42 > 2004-02-03 17:54  tim
43 >
44 >        * libmdtools/: ConjugateMinimizer.cpp, ConjugateMinimizer.hpp,
45 >        Minimizer1D.cpp, Minimizer1D.hpp, MinimizerParameterSet.hpp,
46 >        NLModel.hpp, NLModel0.cpp, NLModel1.cpp, SteepestDescent.cpp,
47 >        SteepestDescent.hpp: NLModel0, NLModel1 pass uit test
48 >
49 > 2004-02-03 15:47  tim
50 >
51 >        * libmdtools/: ConjugateMinimizer.cpp, ConstraintList.cpp,
52 >        ConstraintList.hpp, LinearCons.cpp, LinearCons.hpp, Minimizer.hpp,
53 >        NonlinearCons.cpp, NonlinearCons.hpp, OOPSEMinimizerBase.cpp,
54 >        SimpleBoundCons.cpp, SimpleBoundCons.hpp, SteepestDescent.cpp,
55 >        SteepestDescent.hpp: [no log message]
56 >
57 > 2004-02-03 15:43  tim
58 >
59 >        * libmdtools/: ConjugateMinimizer.hpp, Constraint.cpp,
60 >        Constraint.hpp, Integrator.hpp, Minimizer1D.cpp, Minimizer1D.hpp,
61 >        MinimizerBase.hpp, MinimizerParameterSet.hpp, NLModel.hpp,
62 >        NLModel0.cpp, NLModel1.cpp: to avoid cyclic depency, refactory
63 >        constraint class
64 >
65 > 2004-02-03 12:10  tim
66 >
67 >        * libmdtools/Functor.hpp: Functor.hpp pass unit test
68 >
69 > 2004-02-03 10:21  tim
70 >
71 >        * ChangeLog, libmdtools/Minimizer1D.cpp,
72 >        libmdtools/Minimizer1D.hpp: begin unit test of minimizer
73 >
74 > 2004-02-02 15:29  tim
75 >
76 >        * libmdtools/: ConjugateMinimizer.hpp, Minimizer1D.cpp,
77 >        Minimizer1D.hpp, MinimizerBase.hpp, MinimizerParameterSet.hpp:
78 >        Adding GoldenSection and Brent LineSearch Method
79 >
80 > 2004-01-30 16:47  tim
81 >
82 >        * libmdtools/: ConjugateMinimizer.hpp, DumpWriter.cpp,
83 >        MinimizerBase.hpp, MinimizerParameterSet.hpp, NLModel.hpp,
84 >        NLModel0.cpp, NLModel1.cpp: using class  Minimizer1D derived from
85 >        MinimizerBase instead of a functor to do line seach
86 >
87 > 2004-01-30 10:00  chrisfen
88 >
89 >        * forceFields/Makefile.in, libmdtools/Atom.cpp,
90 >        libmdtools/Atom.hpp, libmdtools/ForceFields.hpp,
91 >        libmdtools/Integrator.cpp, libmdtools/Makefile.in,
92 >        libmdtools/SimInfo.cpp, libmdtools/SimSetup.cpp,
93 >        libmdtools/WATER.cpp, libmdtools/calc_LJ_FF.F90,
94 >        libmdtools/calc_reaction_field.F90, libmdtools/do_Forces.F90,
95 >        libmdtools/fortranWrapDefines.hpp: Substantial changes. OOPSE now
96 >        has a working WATER.cpp forcefield and parser.  This involved
97 >        changes to WATER.cpp and ForceFields amoung other files. One
98 >        important note: a hardwiring of LJ_rcut was made in calc_LJ_FF.F90.
99 >        This will be removed on the next commit...
100 >
101 > 2004-01-29 18:00  gezelter
102 >
103 >        * libBASS/BASS_interface.cpp, libBASS/BASS_interface.h,
104 >        libBASS/BASS_parse.c, libBASS/BASSlex.l, libBASS/BASSyacc.y,
105 >        libBASS/MakeStamps.cpp, libBASS/MakeStamps.hpp,
106 >        libBASS/Makefile.in, libBASS/RigidBodyStamp.cpp,
107 >        libBASS/RigidBodyStamp.hpp, libBASS/interface.c,
108 >        libBASS/make_nodes.c, libBASS/make_nodes.h, libBASS/mpiBASS.c,
109 >        libBASS/mpiBASS.h, libBASS/node_list.h, libBASS/parse_interface.h,
110 >        libBASS/parse_tree.c, libmdtools/Make.dep, samples/water/water.mdl:
111 >        member list fixes for rigid bodies
112 >
113 > 2004-01-29 16:44  tim
114 >
115 >        * libmdtools/MinimizerParameterSet.hpp: Adding
116 >        MinimizerParameterSet class.
117 >
118 > 2004-01-28 17:44  tim
119 >
120 >        * libmdtools/: NLModel.hpp, NLModel0.cpp, NLModel1.cpp: Revision of
121 >        NLModel0 and NLModel1
122 >
123 > 2004-01-28 15:40  tim
124 >
125 >        * libmdtools/: Constraint.hpp, NLModel.hpp, NLOPModel.hpp: revision
126 >        of NLModel
127 >
128 > 2004-01-27 15:34  gezelter
129 >
130 >        * samples/water/: ssd.bass, water.mdl: Added point-charge models to
131 >        water.mdl file, updated ssd.bass to use new SSD name
132 >
133 > 2004-01-27 15:34  gezelter
134 >
135 >        * libBASS/: BASS_interface.cpp, MakeStamps.cpp, MakeStamps.hpp,
136 >        MemberStamp.cpp, MemberStamp.hpp, node_list.h: Fix to new RigidBody
137 >        stuff
138 >
139 > 2004-01-27 14:39  gezelter
140 >
141 >        * samples/water/ssd.bass: Longer run time to test SSD water in MPI
142 >
143 > 2004-01-27 14:39  gezelter
144 >
145 >        * samples/metals/Au.bass: Longer run time to test gold in MPI
146 >
147 > 2004-01-27 14:38  gezelter
148 >
149 >        * samples/argon/argon.bass: Longer run time to test argon
150 >
151 > 2004-01-27 14:38  gezelter
152 >
153 >        * libmdtools/: Make.dep, WATER.cpp, mpiSimulation.cpp: More BASS
154 >        changes to do new rigidBody scheme a copy of WATER.cpp from this
155 >        morning
156 >
157 > 2004-01-27 14:37  gezelter
158 >
159 >        * libBASS/: BASS_interface.cpp, BASS_interface.h, BASS_parse.c,
160 >        BASSyacc.y, MakeStamps.cpp, MakeStamps.hpp, Makefile.in,
161 >        MemberStamp.cpp, MemberStamp.hpp, MoleculeStamp.cpp,
162 >        MoleculeStamp.hpp, RigidBodyStamp.cpp, RigidBodyStamp.hpp,
163 >        interface.c, make_nodes.c, make_nodes.h, mpiBASS.c, mpiBASS.h,
164 >        node_list.h, parse_interface.h, parse_tree.c: More BASS changes to
165 >        do new rigidBody scheme
166 >
167 > 2004-01-27 14:15  tim
168 >
169 >        * libmdtools/: AbstractClasses.hpp, ConjugateMinimizer.hpp,
170 >        Constraint.cpp, Constraint.hpp, Functor.hpp, Integrator.hpp,
171 >        MinimizerBase.hpp, NLOPConstraint.hpp, NLOPModel.hpp: revision of
172 >        constraint for Nonlinear Optimization Model
173 >
174 > 2004-01-26 17:01  gezelter
175 >
176 >        * utils/sysbuilder/MoLocator.cpp: Changes to BASS reader to use
177 >        Euler angles for orientation instead of unit vectors required
178 >        changes in MoLocator
179 >
180 > 2004-01-26 16:53  gezelter
181 >
182 >        * samples/: alkane/alkanes.mdl, beadLipid/beadLipid.mdl,
183 >        beadLipid/water.mdl, lipid/lipid.mdl, lipid/water.mdl,
184 >        water/water.mdl: Changed orientation lines from unit vectors to
185 >        euler angles
186 >
187 > 2004-01-26 16:52  gezelter
188 >
189 >        * libmdtools/SimSetup.cpp: Convert Eulers in degrees into radians
190 >
191 > 2004-01-26 16:45  gezelter
192 >
193 >        * libmdtools/SimSetup.cpp: Changed default orientation in BASS to
194 >        use Euler angles in the following order: phi, theta, psi Removed
195 >        the ability to set orientation using a unit vector
196 >
197 > 2004-01-26 16:26  gezelter
198 >
199 >        * libBASS/: AtomStamp.cpp, AtomStamp.hpp, RigidBodyStamp.cpp,
200 >        RigidBodyStamp.hpp: Changed default orientation in BASS to use
201 >        Euler angles in the following order: phi, theta, psi Removed the
202 >        ability to set orientation using a unit vector
203 >
204 > 2004-01-26 13:52  gezelter
205 >
206 >        * libBASS/: BASS_interface.cpp, MakeStamps.cpp, MakeStamps.hpp,
207 >        MoleculeStamp.cpp: Fix broken atom assignment for rigid bodies
208 >
209 > 2004-01-22 12:34  chrisfen
210 >
211 >        * libmdtools/: DUFF.cpp, EAM_FF.cpp, ForceFields.hpp, LJFF.cpp,
212 >        TraPPE_ExFF.cpp, WATER.cpp, mpiForceField.c, mpiForceField.h:
213 >        Corrected spelling in several directories, and stated WATER.cpp
214 >
215 > 2004-01-21 17:16  tim
216 >
217 >        * libmdtools/: MinimizerBase.hpp, NLOPConstraint.hpp,
218 >        NLOPModel.hpp: constraint class in energy minimization
219 >
220 > 2004-01-20 15:34  tim
221 >
222 >        * libmdtools/MinimizerBase.hpp: Adding energy minimization
223 >
224 > 2004-01-20 15:32  tim
225 >
226 >        * libmdtools/: ConjugateMinimizer.hpp, Integrator.hpp,
227 >        NLOPConstraint.hpp, NLOPModel.hpp: Energy Minimizer
228 >
229 > 2004-01-19 16:17  gezelter
230 >
231 >        * libmdtools/: SimInfo.cpp, SimSetup.cpp: Made some error messages
232 >        more user-friendly
233 >
234 > 2004-01-19 13:51  chrisfen
235 >
236 >        * forceFields/DUFF.frc: Updated the default water to SSD/E
237 >
238 > 2004-01-19 13:36  tim
239 >
240 >        * libmdtools/: Functor.hpp, SimSetup.cpp: Adding warning if sample
241 >        time, status time, thermal time and reset time are not divisible by
242 >        dt
243 >
244 > 2004-01-19 11:10  gezelter
245 >
246 >        * third-party/Makefile.in: Added a bunch of dummy targets so make
247 >        won't complain
248 >
249 > 2004-01-19 11:10  gezelter
250 >
251 >        * samples/lipid/5x5.bass: Fixed old bass file
252 >
253 > 2004-01-19 11:09  gezelter
254 >
255 >        * libmdtools/mpiSimulation.cpp: BASS changes to add RigidBodies
256 >        required a change in how the MoleculeStamps are used by divideLabor
257 >        in mpiSimulation.cpp
258 >
259 > 2004-01-19 11:08  gezelter
260 >
261 >        * libBASS/: BASS_interface.cpp, BASS_interface.h, BASS_parse.c,
262 >        BASSyacc.y, Globals.cpp, Globals.hpp, MakeStamps.cpp,
263 >        MakeStamps.hpp, Makefile.in, MoleculeStamp.cpp, MoleculeStamp.hpp,
264 >        RigidBodyStamp.cpp, RigidBodyStamp.hpp, interface.c, make_nodes.c,
265 >        make_nodes.h, mpiBASS.c, mpiBASS.h, node_list.h, parse_interface.h,
266 >        parse_tree.c: BASS changes to add RigidBodies and LJrcut
267 >
268 > 2004-01-16 16:55  tim
269 >
270 >        * libmdtools/: DumpWriter.cpp, EAM_FF.cpp: fix a bug in creating
271 >        eor file
272 >
273 > 2004-01-16 16:51  mmeineke
274 >
275 >        * libmdtools/DumpWriter.cpp: fixed a bug where only MPI jobs could
276 >        write eor files
277 >
278 > 2004-01-16 10:01  mmeineke
279 >
280 >        * libmdtools/DUFF.cpp: fixed an struct mismatch error in the mpi
281 >        initialization of the AtomStruct
282 >
283 > 2004-01-15 16:57  chuckv
284 >
285 >        * configure, libmdtools/DumpWriter.cpp: Fixes for Dumps
286 >
287 > 2004-01-15 10:51  gezelter
288 >
289 >        * ac-tools/aclocal.m4: Changes for altivec
290 >
291 > 2004-01-15 09:22  gezelter
292 >
293 >        * libmdtools/DumpWriter.cpp: Documented the Spud Toss
294 >
295 > 2004-01-14 23:33  gezelter
296 >
297 >        * libmdtools/do_Forces.F90: changes for charge charge interactions
298 >
299 > 2004-01-14 20:14  gezelter
300 >
301 >        * libmdtools/: calc_charge_charge.F90, calc_dipole_dipole.F90,
302 >        notifyCutoffs.F90: More work for adding charges
303 >
304 > 2004-01-14 17:41  gezelter
305 >
306 >        * configure, ac-tools/aclocal.m4, ac-tools/configure.in,
307 >        src/Makefile.in: autoconf fixes
308 >
309 > 2004-01-14 11:28  mmeineke
310 >
311 >        * utils/sysbuilder/latticeBilayer.cpp: fixed a periodic box bug
312 >
313 > 2004-01-14 10:48  gezelter
314 >
315 >        * configure, ac-tools/aclocal.m4, ac-tools/configure.in,
316 >        src/Makefile.in, third-party/Makefile.in: autoconf compatibility
317 >        changes for icc8
318 >
319 > 2004-01-13 18:01  gezelter
320 >
321 >        * libmdtools/: DUFF.cpp, EAM_FF.cpp, LJFF.cpp, SimInfo.cpp,
322 >        SimInfo.hpp, TraPPE_ExFF.cpp, atype_module.F90, do_Forces.F90,
323 >        fSimulation.h, fortranWrapDefines.hpp, simulation_module.F90:
324 >        Changes for adding direct charge-charge interactions (with
325 >        switching function)
326 >
327 > 2004-01-13 17:34  gezelter
328 >
329 >        * libmdtools/: Make.dep, Makefile.in, calc_charge_charge.F90,
330 >        oopseMPI_module.F90: Some changes for new MPI organization and
331 >        direct charge-charge interactions
332 >
333 > 2004-01-13 17:11  tim
334 >
335 >        * Functor.hpp, libmdtools/Functor.hpp: [no log message]
336 >
337 > 2004-01-13 16:22  tim
338 >
339 >        * Functor.hpp, samples/water/ssd.bass: Energy Minimization method
340 >
341 > 2004-01-13 15:35  tim
342 >
343 >        * libmdtools/: DumpWriter.cpp, ReadWrite.hpp: open and close the
344 >        eor file whenever it is used instead of rewinding it
345 >
346 > 2004-01-13 15:04  tim
347 >
348 >        * libmdtools/: DumpWriter.cpp, ReadWrite.hpp: change the interface
349 >        of writeFrame
350 >
351 > 2004-01-13 10:46  tim
352 >
353 >        * libmdtools/: DumpWriter.cpp, Integrator.cpp, ReadWrite.hpp:
354 >        Merge the code of writeFinal and writeDump;
355 >         Adding sortingIndex into DumpWriter;
356 >         Fix a bug of writing last frame twice in integrator
357 >
358 > 2004-01-12 17:54  tim
359 >
360 >        * ChangeLog, libmdtools/DumpWriter.cpp, samples/water/ssd.bass: fix
361 >        a bug in copying string
362 >
363 > 2004-01-12 15:37  tim
364 >
365 >        * ChangeLog, libmdtools/DumpWriter.cpp, samples/argon/argon.bass,
366 >        samples/water/ssd.bass: Dumpwriter only write out the atoms on
367 >        master nodes
368 >
369 > 2004-01-10 04:46  tim
370 >
371 >        * ChangeLog, libmdtools/DumpWriter.cpp: tagub is not a bug. Just
372 >        roll it back fix a bug of copying string to a pointer Still have
373 >        Seg fault, it looks like a random MPI seg fault in totalview
374 >
375 > 2004-01-09 21:15  tim
376 >
377 >        * libmdtools/DumpWriter.cpp: Fix a bug of declaration of tagub
378 >
379 > 2004-01-09 15:29  gezelter
380 >
381 >        * libmdtools/DumpWriter.cpp: New DumpWriter (Attempt #4)
382 >
383 > 2004-01-08 17:25  chuckv
384 >
385 >        * libmdtools/DumpWriter.cpp: A work in progress...
386 >
387 > 2004-01-08 13:59  gezelter
388 >
389 >        * libmdtools/DumpWriter.cpp: null terminate some strings just in
390 >        case
391 >
392 > 2004-01-08 13:13  mmeineke
393 >
394 >        * libmdtools/InitializeFromFile.cpp: refixed the NVT readin XS
395 >        state bug.
396 >
397 > 2004-01-08 13:05  gezelter
398 >
399 >        * libmdtools/DumpWriter.cpp: added strncpy to DumpWriter
400 >
401 > 2004-01-08 12:57  mmeineke
402 >
403 >        * libmdtools/InitializeFromFile.cpp: fixed the restart from NVT
404 >        exstended state bug
405 >
406 > 2004-01-08 12:40  gezelter
407 >
408 >        * libmdtools/DumpWriter.cpp: First Stab at fixing DumpWriter
409 >
410 > 2004-01-08 10:44  mmeineke
411 >
412 >        * libmdtools/InitializeFromFile.cpp: added support for the ignore
413 >        XS state info  flag
414 >
415 > 2004-01-07 14:26  tim
416 >
417 >        * libmdtools/DumpWriter.cpp, libmdtools/InitializeFromFile.cpp,
418 >        samples/argon/argon.bass, samples/water/ssd.bass: Fixed a bug of
419 >        sending message from master node to itself in DumpWriter.cpp and
420 >        InitializeFromFile.cpp
421 >
422 > 2004-01-06 14:49  chuckv
423 >
424 >        * libmdtools/: calc_dipole_dipole.F90, calc_reaction_field.F90:
425 >        performance fixes in the dipole dipole and reaction field code
426 >
427 > 2004-01-06 13:54  chuckv
428 >
429 >        * libmdtools/: calc_LJ_FF.F90, do_Forces.F90: Making do_Forces a
430 >        little more sane
431 >
432 > 2004-01-05 17:49  chuckv
433 >
434 >        * libmdtools/: calc_LJ_FF.F90, calc_dipole_dipole.F90,
435 >        calc_eam.F90, calc_gb.F90, calc_reaction_field.F90,
436 >        calc_sticky_pair.F90, do_Forces.F90: Attempting to increase
437 >        performance by reducing spurious function calls
438 >
439 > 2004-01-05 17:18  chuckv
440 >
441 >        * libmdtools/do_Forces.F90: mangling forces even further
442 >
443 > 2004-01-05 17:18  chuckv
444 >
445 >        * configure, ac-tools/configure.in: mpich mucking
446 >
447 > 2004-01-05 17:12  chuckv
448 >
449 >        * libmdtools/do_Forces.F90: mangled do_forces...
450 >
451 > 2004-01-05 16:00  chuckv
452 >
453 >        * ChangeLog, ac-tools/configure.in, libmdtools/atype_module.F90,
454 >        libmdtools/do_Forces.F90: Added bitmask to do_forces property
455 >        lookup
456 >
457 > 2003-12-29 14:56  chuckv
458 >
459 >        * samples/metals/Au.bass, third-party/mt19937ar.c: Added
460 >        third-party directory for code not written by us. Also added
461 >        Mersenne Twister random number generator code. This will eventually
462 >        replace sprng as the random number generator used by OOPSE.
463 >
464 > 2003-12-22 16:26  chuckv
465 >
466 >        * libmdtools/ForceFields.cpp, libmdtools/Integrator.cpp,
467 >        libmdtools/mdProfile.cpp, libmdtools/timing.F90, src/oopse.cpp:
468 >        Fixes to profile code.
469 >
470 > 2003-12-19 15:36  mmeineke
471 >
472 >        * libmdtools/: Makefile.in, do_Forces.F90, mdProfile.cpp,
473 >        timing.F90, timing.f90: More profiling fixes.
474 >
475 > 2003-12-19 15:19  chuckv
476 >
477 >        * libmdtools/timing.f90: Another change for MPI in timing.
478 >
479 > 2003-12-19 15:17  chuckv
480 >
481 >        * libmdtools/timing.f90: Small update to timing in MPI
482 >
483 > 2003-12-19 13:53  mmeineke
484 >
485 >        * libmdtools/mdProfile.cpp, src/oopse.cpp, src/oose.cpp: the
486 >        profiling commands work now. Will start adding PROFILE ifdefs into
487 >        the code
488 >
489 > 2003-12-19 12:25  mmeineke
490 >
491 >        * libmdtools/: Makefile.in, do_Forces.F90, mdProfile.cpp: added
492 >        some profiling routines
493 >
494 > 2003-12-19 10:12  mmeineke
495 >
496 >        * utils/sysbuilder/randomBilayer.cpp: working on adding GofRtheta
497 >        and GofRomega
498          
499 <        added identification of identI in matchI.
499 >        additional work on randomBilayer
500  
501 + 2003-12-19 10:12  mmeineke
502 +
503 +        * staticProps/: AllCorr.cpp, GofRomega.cpp, GofRtheta.cpp,
504 +        PairCorrList.hpp, staticProps.cpp: working on adding GofRtheta and
505 +        GofRomega
506 +
507 + 2003-12-18 16:47  mmeineke
508 +
509 +        * libmdtools/: Makefile.in, mdProfile.cpp, mdProfile.hpp: added
510 +        some profile functionality
511 +
512 + 2003-12-18 15:46  chuckv
513 +
514 +        * libmdtools/: do_Forces.F90, mpiSimulation_module.F90, timing.f90:
515 +        Added functions for simple profiling in fortran.
516 +
517 + 2003-12-17 15:13  chuckv
518 +
519 +        * libmdtools/calc_eam.F90, libmdtools/mpiSimulation_module.F90,
520 +        samples/metals/init_au.in: Fixed bug in parallel EAM. rho_row and
521 +        rho_col were scattered into the same array. Unfortunately, MPI
522 +        zeros the array between scatters so half of the sum was being lost.
523 +        Fixed by added a temp array for column scatter, then sum loop over
524 +        nlocal.
525 +
526 + 2003-12-16 15:49  mmeineke
527 +
528 +        * staticProps/: GofRomega.cpp, GofRtheta.cpp, Makefile.in,
529 +        PairCorrType.cpp, PairCorrType.hpp: finished gofRtheta and added
530 +        gofRomega. both need to be debugged and tested.
531 +
532 + 2003-12-12 10:42  gezelter
533 +
534 +        * configure, ac-tools/aclocal.m4, ac-tools/configure.in,
535 +        libmdtools/Atom.hpp, libmdtools/DirectionalAtom.cpp: Changes for
536 +        gradients (to do minimizations)
537 +
538 + 2003-12-12 10:33  mmeineke
539 +
540 +        * utils/sysbuilder/randomBilayer.hpp:  removed the randombilayer
541 +        header
542 +
543 + 2003-12-10 11:52  mmeineke
544 +
545 +        * utils/sysbuilder/: Makefile.in, bilayerSys.cpp, bilayerSys.hpp,
546 +        randomBilayer.cpp, randomBilayer.hpp: edited the makefile to add
547 +        randomBilayer to the build. Also move the random bilayer builder
548 +        from bilayerSys to randomBilayer
549 +
550 + 2003-11-25 10:44  mmeineke
551 +
552 +        * forceFields/: DUFF.frc, backup.DUFF.frc: backed up the old
553 +        DUFF.frc to backup.DUFF.frc alte4red masses and epsilons of TB2 and
554 +        TB3 in DUFF.frc
555 +
556 + 2003-11-21 15:09  mmeineke
557 +
558 +        * libmdtools/InitializeFromFile.cpp, libmdtools/SimInfo.cpp,
559 +        utils/sysbuilder/latticeBilayer.cpp: added a more verbose error
560 +        message in SimInfo. Added a more informative error message in
561 +        InitializeFromFile
562 +
563 + 2003-11-21 15:07  mmeineke
564 +
565 +        * staticProps/: GofRtheta.cpp, PairCorrType.hpp: begun work on add
566 +        ing in the GofR,CosTheta
567 +
568 + 2003-11-21 14:31  chrisfen
569 +
570 +        * libmdtools/: SimInfo.cpp, do_Forces.F90, neighborLists.F90: Fixed
571 +        a bug in SimInfo ordering of radii
572 +
573 + 2003-11-11 12:20  mmeineke
574 +
575 +        * libmdtools/SimInfo.cpp: added a routine to SimInfo.cpp to inline
576 +        a min function.
577 +
578 + 2003-11-10 16:50  mmeineke
579 +
580 +        * libmdtools/: EAM_FF.cpp, SimInfo.cpp, SimInfo.hpp, SimSetup.cpp:
581 +        reordered the rcut/ecr/boxSize initialization
582 +        
583 +        removed the rcut/ecr shrink and grow algorithm. the simulation will
584 +        now exit when it runs into rcut or ecr.
585 +
586 + 2003-11-07 16:46  chuckv
587 +
588 +        * libmdtools/: Makefile.in, mpiSimulation_module.F90,
589 +        oopseMPI_module.F90: Added support for compiling fortran without
590 +        use of mpich modules. We use mpif.h instead.:
591 +
592 + 2003-11-07 12:09  mmeineke
593 +
594 +        * libmdtools/: Integrator.hpp, NPT.cpp, NPTf.cpp, NPTi.cpp,
595 +        NPTxyz.cpp: moved the velocity scale matrix calculation outside of
596 +        the atom loop in the NPT family of integrators.
597 +
598 + 2003-11-06 17:01  mmeineke
599 +
600 +        * libBASS/Globals.cpp, libBASS/Globals.hpp, libmdtools/Make.dep,
601 +        libmdtools/NPTf.cpp, libmdtools/NPTi.cpp, libmdtools/NPTxyz.cpp,
602 +        libmdtools/NVT.cpp, libmdtools/SimInfo.cpp, libmdtools/SimInfo.hpp,
603 +        libmdtools/SimSetup.cpp, utils/sysbuilder/Make.dep,
604 +        utils/sysbuilder/latticeBilayer.cpp: added the following parameters
605 +        to BASS:    * useInitialExtendedSystemState    * orthoBoxTolerance
606 +          * useIntiTime => useInitialTime
607 +
608 + 2003-11-06 14:24  mmeineke
609 +
610 +        * libBASS/: BASS_parse.c, BASSlex.l, BASSyacc.y, interface.c,
611 +        make_nodes.c, make_nodes.h, parse_interface.h, parse_tree.c,
612 +        parse_tree.h: fixed the includes in the Make.dep
613 +
614 + 2003-11-06 14:11  mmeineke
615 +
616 +        * libmdtools/: Makefile.in, NPTf.cpp, NPTi.cpp, NPTxyz.cpp,
617 +        NVT.cpp, SimInfo.cpp, Thermo.cpp: did a merge by hand from the
618 +        new-templateless branch to the main trunk.
619 +        
620 +        bug Fixes include:   * fixed the switching function from ortho to
621 +        non-ortho box.           !!!!! THis was responsible for all of the
622 +        sudden deaths we saw.    * some formating in the string when we
623 +        write out the extended system state.    * added NPT.cpp to the
624 +        makefile.in
625 +
626 + 2003-11-06 13:20  mmeineke
627 +
628 +        * libmdtools/: Integrator.cpp, Makefile.in, NPT.cpp, NPTf.cpp,
629 +        SimInfo.cpp, Thermo.cpp, do_Forces.F90: fixed the "Sudden Death"
630 +        bug.    The box was not switching between orthorhombic and
631 +        non-orthorhombic wrapping correctly.         we added a fabs() to
632 +        the check.which should fix it.
633 +
634 + 2003-11-05 14:16  mmeineke
635 +
636 +        * libmdtools/AbstractClasses.hpp, libmdtools/DumpReader.cpp,
637 +        libmdtools/GenericData.cpp, libmdtools/GenericData.hpp,
638 +        libmdtools/InitializeFromFile.cpp, libmdtools/Integrator.cpp,
639 +        libmdtools/Integrator.hpp, libmdtools/Make.dep, libmdtools/NPT.cpp,
640 +        libmdtools/NPTf.cpp, libmdtools/NPTi.cpp, libmdtools/NPTxyz.cpp,
641 +        libmdtools/NVT.cpp, libmdtools/SimInfo.hpp,
642 +        libmdtools/SimSetup.cpp, samples/water/ssd.bass, src/Make.dep,
643 +        utils/sysbuilder/Make.dep, utils/sysbuilder/latticeBilayer.cpp:
644 +        some work on trying to find the compression bug
645 +
646 + 2003-11-03 17:07  mmeineke
647 +
648 +        * libmdtools/: DumpReader.cpp, GenericData.cpp, GenericData.hpp,
649 +        InitializeFromFile.cpp, Integrator.hpp, Make.dep, NPT.cpp,
650 +        NPTf.cpp, NPTi.cpp, NPTxyz.cpp, NVT.cpp, SimInfo.cpp, SimInfo.hpp,
651 +        SimSetup.cpp, SimSetup.hpp: begun work on removing templates and
652 +        most of standard template library from OOPSE.
653 +
654 + 2003-10-31 16:06  mmeineke
655 +
656 +        * libmdtools/: AllIntegrator.hpp, Integrator.cpp, Integrator.hpp,
657 +        Makefile.in, NPT.cpp, NPTf.cpp, NPTi.cpp, NPTxyz.cpp, NVT.cpp,
658 +        SimSetup.cpp: started work on template removal.
659 +
660 + 2003-10-31 13:28  mmeineke
661 +
662 +        * libmdtools/: DumpReader.cpp, NPTf.cpp, NPTi.cpp, NPTxyz.cpp:
663 +        added template stuff to the Maikefile template
664 +        
665 +        little changes to some printf format statements
666 +
667 + 2003-10-31 13:28  mmeineke
668 +
669 +        * libBASS/Makefile.in: added template stuff to the Maikefile
670 +        template
671 +
672 + 2003-10-30 13:59  gezelter
673 +
674 +        * libmdtools/: SimInfo.cpp, SimInfo.hpp, SimSetup.cpp,
675 +        do_Forces.F90, neighborLists.F90, notifyCutoffs.F90: bug fixes for
676 +        rList problems
677 +
678 + 2003-10-30 09:11  gezelter
679 +
680 +        * libmdtools/neighborLists.F90: Fixed bug that size(q0) was being
681 +        queried before q0 was allocated.
682 +
683 + 2003-10-29 15:41  mmeineke
684 +
685 +        * libmdtools/: ForceFields.cpp, Integrator.cpp, Integrator.hpp,
686 +        SimInfo.cpp, SimSetup.cpp, calc_dipole_dipole.F90,
687 +        calc_sticky_pair.F90, do_Forces.F90: fixed a stdlib.h include error
688 +        in bass.l
689 +        
690 +        fixed a little bug in the first time step, regarding the setting of
691 +        ecr and est in fortran
692 +
693 + 2003-10-29 15:40  mmeineke
694 +
695 +        * libBASS/BASSlex.l: fixed a stdlib.h include error
696 +
697 + 2003-10-29 12:55  mmeineke
698 +
699 +        * libmdtools/: ForceFields.cpp, Integrator.cpp, SimInfo.cpp,
700 +        SimInfo.hpp, SimSetup.cpp, do_Forces.F90: som efixes to the way
701 +        rcut is setup, as well as additional debugging comments.
702 +
703 + 2003-10-29 09:28  gezelter
704 +
705 +        * configure, ac-tools/configure.in, libBASS/Makefile.in,
706 +        libmdtools/Makefile.in, src/Makefile.in: C++ compatibility for
707 +        templates
708 +
709 + 2003-10-28 22:16  gezelter
710 +
711 +        * src/Makefile.in: Refixed broken makefile
712 +
713 + 2003-10-28 22:06  gezelter
714 +
715 +        * configure, ac-tools/aclocal.m4, src/Makefile.in: compatibility
716 +        fixes
717 +
718 + 2003-10-28 19:19  tim
719 +
720 +        * ChangeLog, libmdtools/AbstractClasses.hpp,
721 +        libmdtools/DumpWriter.cpp, libmdtools/GenericData.hpp,
722 +        libmdtools/InitializeFromFile.cpp, libmdtools/Integrator.cpp,
723 +        libmdtools/Integrator.hpp, libmdtools/NPT.cpp, libmdtools/NPTf.cpp,
724 +        libmdtools/NPTi.cpp, libmdtools/NPTxyz.cpp, libmdtools/NVT.cpp,
725 +        libmdtools/ReadWrite.hpp, samples/argon/argon.bass,
726 +        samples/water/ssd.bass: add chi and eta to the comment line of dump
727 +        file.
728 +
729 + 2003-10-28 17:25  mmeineke
730 +
731 +        * libmdtools/: ForceFields.hpp, SimInfo.hpp,
732 +        fortranWrapDefines.hpp, fortranWrappers.cpp, fortranWrappers.hpp,
733 +        mpiComponentPlan.h, mpiSimulation.hpp: did a complete overhaul of
734 +        how c calls fortran. All function pointers and fortran calls are
735 +        rigidly typecast now.
736 +
737 + 2003-10-28 15:42  gezelter
738 +
739 +        * staticProps/Makefile.in, utils/sysbuilder/Makefile.in:
740 +        Portability fixes
741 +
742 + 2003-10-28 15:09  gezelter
743 +
744 +        * libmdtools/calc_LJ_FF.F90, libmdtools/do_Forces.F90,
745 +        libmdtools/fForceField.h, libmdtools/mpiSimulation_module.F90,
746 +        src/Makefile.in: Compatibility fixes
747 +
748 + 2003-10-28 12:08  mmeineke
749 +
750 +        * libmdtools/: AbstractClasses.hpp, Integrator.hpp, Makefile.in:
751 +        started work on template removal
752 +
753 + 2003-10-28 12:04  gezelter
754 +
755 +        * libmdtools/: fortranWrappers.cpp, fortranWrappers.hpp: started
756 +        trying to understand extern "C" stuff for pointers
757 +
758 + 2003-10-28 11:20  gezelter
759 +
760 +        * libmdtools/: InitializeFromFile.cpp, ReadWrite.hpp,
761 +        ZConsWriter.cpp, ZConstraint.cpp: fixes for compatibility
762 +
763 + 2003-10-28 11:03  gezelter
764 +
765 +        * libmdtools/: Atom.hpp, BendExtensions.cpp, DUFF.cpp,
766 +        DipoleTestFF.cpp, DirectionalAtom.cpp, DumpReader.cpp,
767 +        DumpWriter.cpp, EAM_FF.cpp, Exclude.cpp, ForceFields.cpp,
768 +        ForceFields.hpp, InitializeFromFile.cpp, Integrator.cpp, LJFF.cpp,
769 +        Makefile.in, Molecule.cpp, NPT.cpp, NPTf.cpp, NPTi.cpp, NPTxyz.cpp,
770 +        ReadWrite.hpp, SimInfo.cpp, SimSetup.cpp, SimState.cpp,
771 +        StatWriter.cpp, Thermo.cpp, TraPPE_ExFF.cpp, ZConstraint.cpp,
772 +        calc_LJ_FF.F90, do_Forces.F90, fortranWrappers.cpp,
773 +        mpiSimulation.cpp, randomSPRNG.cpp: replace c++ header stuff with
774 +        more portable c header stuff Also, mod file fixes and portability
775 +        changes Some fortran changes will need to be reversed.
776 +
777 + 2003-10-28 11:03  gezelter
778 +
779 +        * libBASS/: AtomStamp.cpp, BASS_interface.cpp, Component.cpp,
780 +        Globals.cpp, Globals.hpp, LinkedCommand.hpp, MakeStamps.hpp,
781 +        Makefile.in, MoleculeStamp.cpp: replace c++ header stuff with more
782 +        portable c header stuff Also, mod file fixes and portability
783 +        changes
784 +
785 + 2003-10-28 11:02  gezelter
786 +
787 +        * configure, ac-tools/aclocal.m4: mod file fixes and portability
788 +        stuff
789 +
790 + 2003-10-27 18:00  gezelter
791 +
792 +        * Makefile.in, configure, ac-tools/aclocal.m4,
793 +        ac-tools/configure.in, ac-tools/fortran90.m4,
794 +        libmdtools/Makefile.in: Stuff for MOD support in other compilers
795 +
796 + 2003-10-27 17:08  mmeineke
797 +
798 +        * utils/sysbuilder/: Make.dep, Makefile.in, MoLocator.cpp,
799 +        MoLocator.hpp, QuickBass.cpp, QuickBass.hpp, latticeBilayer.cpp:
800 +        added routines for the sysbuilder to work with simSetup
801 +        
802 +        remved the QuickBass routines, and had all parsing go through
803 +        SimSetup.  LatticeBilayer is in complete working order now.
804 +
805 + 2003-10-27 17:07  mmeineke
806 +
807 +        * libmdtools/: SimInfo.hpp, SimSetup.cpp, SimSetup.hpp: added
808 +        routines for the sysbuilder to work with simSetup
809 +
810 + 2003-10-27 11:20  gezelter
811 +
812 +        * configure, ac-tools/configure.in, samples/water/ssd.bass,
813 +        utils/sysbuilder/sysBuild.cpp: fixes for configure, sysBuild
814 +
815 + 2003-10-24 17:17  mmeineke
816 +
817 +        * utils/sysbuilder/: Make.dep, Makefile.in, MoLocator.cpp,
818 +        MoLocator.hpp, QuickBass.cpp, QuickBass.hpp, bilayerSys.cpp,
819 +        latticeBilayer.cpp, latticeBuilder.cpp, sysBuild.cpp: put
820 +        QuickBass, MoLocator, and latticeBuilder into a Builder Library
821 +        overhauled latticeBilayer into its own program. Removed sysBuild
822 +        from the Makefile
823 +
824 + 2003-10-24 12:36  gezelter
825 +
826 +        * utils/sysbuilder/: bilayerSys.cpp, latticeBuilder.cpp,
827 +        latticeBuilder.hpp, sysBuild.cpp, sysBuild.hpp: work on bilayer
828 +        builder
829 +
830 + 2003-10-24 12:35  gezelter
831 +
832 +        * configure, ac-tools/aclocal.m4, ac-tools/configure.in: fixed a
833 +        merge problem
834 +
835 + 2003-10-23 14:57  mmeineke
836 +
837 +        * samples/metals/Makefile.in: added eam ForceField files to the
838 +        init
839 +        
840 +        fixed an eam mpi parmeter setup bug
841 +        
842 +        added the init file to the makefile
843 +
844 + 2003-10-23 14:57  mmeineke
845 +
846 +        * libmdtools/: EAM_FF.cpp, SimSetup.cpp: added eam ForceField files
847 +        to the init
848 +        
849 +        fixed an eam mpi parmeter setup bug
850 +
851 + 2003-10-23 14:57  mmeineke
852 +
853 +        * forceFields/Makefile.in: added eam ForceField files to the init
854 +
855 + 2003-10-22 16:17  mmeineke
856 +
857 +        * libmdtools/: AllIntegrator.hpp, Integrator.hpp, Makefile.in,
858 +        NPTxym.cpp, NPTxyz.cpp, NPTzm.cpp, SimSetup.cpp: added a new NPT
859 +        integrator, NPTxyz. It scales the x, y, and z direction sepeartely.
860 +        no box skew allowed.
861 +
862 + 2003-10-21 14:33  mmeineke
863 +
864 +        * libBASS/Globals.cpp, libBASS/Globals.hpp,
865 +        libmdtools/SimSetup.cpp, staticProps/GofRtheta.cpp,
866 +        staticProps/PairCorrType.hpp: added useInitTime to the BASS syntax.
867 +            * useInitTime = false: sets the origin time to 0.0 regardless
868 +        of the time stamp in the .init file     * default=> useInitTime =
869 +        true;
870 +
871 + 2003-10-17 16:19  mmeineke
872 +
873 +        * staticProps/: AllCorr.cpp, AllCorr.hpp, CorrWrap.cpp, GofR.cpp,
874 +        Makefile.in, PairCorrList.hpp, PairCorrType.cpp, PairCorrType.hpp,
875 +        staticProps.cpp, obj/placeholder: added the staticProps directory
876 +        to the build list for both configure  and configure.in
877 +        
878 +        fixed a number of bugs in the staticProps code. gofr is now
879 +        working.
880 +
881 + 2003-10-17 16:18  mmeineke
882 +
883 +        * ac-tools/configure.in: added the staticProps directory to the
884 +        build list for both configure  and configure.in
885 +
886 + 2003-10-17 16:17  mmeineke
887 +
888 +        * configure: added the staticProps directory to the build list
889 +
890 + 2003-10-16 14:16  mmeineke
891 +
892 +        * libmdtools/: DumpReader.cpp, DumpWriter.cpp, Exclude.cpp,
893 +        Integrator.cpp, Makefile.in, ReadWrite.hpp: Changed DumpReader to
894 +        use linked lists instead of a vector.
895 +        
896 +        Fixed the makefile to build DumpReader.cpp
897 +        
898 +        Removed a comment output in Exclude.cpp
899 +        
900 +        Modified DumpWriter and Integrator to write an eor file every time
901 +        a frame is written.  This lets the .eor file represent the last
902 +        written frame of a simulation.
903 +
904 + 2003-10-10 12:10  mmeineke
905 +
906 +        * staticProps/: AllCorr.cpp, AllCorr.hpp, CorrWrap.cpp,
907 +        CorrWrap.hpp, GofR.cpp, Makefile.in, PairCorrList.cpp,
908 +        PairCorrList.hpp, PairCorrType.cpp, PairCorrType.hpp,
909 +        staticProps.cpp: removed the props directory, and moved everything
910 +        over to staticProps
911 +
912 + 2003-10-09 17:09  mmeineke
913 +
914 +        * libmdtools/Atom.hpp: Contiuned work on staticProps. should be in
915 +        a position where it will compile and run first runs.
916 +
917 + 2003-10-04 13:46  chuckv
918 +
919 +        * libmdtools/calc_eam.F90, libmdtools/do_Forces.F90,
920 +        samples/metals/Au.bass: Fixed bug in calc_eam.
921 +
922 + 2003-10-04 13:08  chuckv
923 +
924 +        * samples/metals/init_au.in: added Au init file for eam.
925 +
926 + 2003-10-03 17:11  mmeineke
927 +
928 +        * libmdtools/: StatWriter.cpp, Thermo.cpp, Thermo.hpp: removed
929 +        entahlpy from the statwriter and thermo.
930 +
931 + 2003-10-03 17:02  mmeineke
932 +
933 +        * libmdtools/SimInfo.hpp: changed the formating ogf the error
934 +        statements in simError
935 +        
936 +        added a function to get the maxCutoff
937 +
938 + 2003-10-03 17:01  mmeineke
939 +
940 +        * libBASS/simError.c: changed the formating ogf the error
941 +        statements in simError
942 +
943 + 2003-09-30 11:00  mmeineke
944 +
945 +        * configure, ac-tools/aclocal.m4, ac-tools/configure.in: changed
946 +        f90Flags so they are no longer overwritten by the compiler.
947 +
948 + 2003-09-29 17:06  mmeineke
949 +
950 +        * libmdtools/fortranWrappers.cpp: added mpif90 mod check back same
951 +        for conifig.in
952 +        
953 +        fixed wrappers to extern "C"
954 +
955 + 2003-09-29 17:06  mmeineke
956 +
957 +        * ac-tools/configure.in: added mpif90 mod check back same for
958 +        conifig.in
959 +
960 + 2003-09-29 17:05  mmeineke
961 +
962 +        * configure: added mpif90 mod check back
963 +
964 + 2003-09-29 16:16  mmeineke
965 +
966 +        * configure, ac-tools/aclocal.m4, ac-tools/configure.in,
967 +        libBASS/BendStamp.cpp, libBASS/BondStamp.cpp,
968 +        libBASS/LinkedAssign.cpp, libBASS/LinkedCommand.cpp,
969 +        libBASS/MakeStamps.cpp, libBASS/TorsionStamp.cpp,
970 +        libBASS/ZconStamp.cpp, libBASS/simError.c,
971 +        libmdtools/Integrator.hpp, libmdtools/SimInfo.cpp,
972 +        libmdtools/SimInfo.hpp, libmdtools/calc_LJ_FF.F90,
973 +        libmdtools/fortranWrappers.cpp: fixed a lot of warnings and errors
974 +        found with SUN's SUNWspro.s1s7
975 +
976 + 2003-09-29 12:38  mmeineke
977 +
978 +        * libmdtools/GenericData.hpp: light change in syntax. no
979 +        signifigant change.
980 +
981 + 2003-09-25 16:17  mmeineke
982 +
983 +        * libmdtools/: DirectionalAtom.cpp, Integrator.hpp: fixed some
984 +        additional remarks from icc -w3 (extra verbose output)
985 +
986 + 2003-09-25 14:27  mmeineke
987 +
988 +        * libBASS/parse_tree.c, libmdtools/Atom.cpp, libmdtools/DUFF.cpp,
989 +        libmdtools/DirectionalAtom.cpp, libmdtools/DumpWriter.cpp,
990 +        libmdtools/EAM_FF.cpp, libmdtools/ForceFields.cpp,
991 +        libmdtools/GenericData.cpp, libmdtools/InitializeFromFile.cpp,
992 +        libmdtools/Integrator.cpp, libmdtools/LJFF.cpp,
993 +        libmdtools/NPTf.cpp, libmdtools/NPTi.cpp, libmdtools/NPTzm.cpp,
994 +        libmdtools/SimInfo.cpp, libmdtools/SimInfo.hpp,
995 +        libmdtools/SimSetup.cpp, libmdtools/Thermo.cpp,
996 +        libmdtools/ZConsWriter.cpp, libmdtools/ZConstraint.cpp,
997 +        libmdtools/mpiSimulation.cpp, src/oopse.cpp: cleaned things with
998 +        gcc -Wall and g++ -Wall
999 +
1000 + 2003-09-25 13:54  gezelter
1001 +
1002 +        * configure, ac-tools/configure.in: fixed a bug in configure
1003 +
1004 + 2003-09-25 11:42  gezelter
1005 +
1006 +        * Makefile.in, configure, ac-tools/aclocal.m4,
1007 +        ac-tools/configure.in, libBASS/Makefile.in, libmdtools/Makefile.in,
1008 +        src/Makefile.in, utils/Makefile.in, utils/sysbuilder/Makefile.in:
1009 +        fixes for configure
1010 +
1011 + 2003-09-24 14:34  mmeineke
1012 +
1013 +        * libmdtools/Integrator.cpp: moved readyCheck in the integrator so
1014 +        that it is called before the first Statistics are written.
1015 +
1016 + 2003-09-23 15:36  gezelter
1017 +
1018 +        * src/Make.dep, utils/Make.dep, utils/sysbuilder/Make.dep: Added a
1019 +        bunch of Make.dep files to CVS
1020 +
1021 + 2003-09-23 15:34  mmeineke
1022 +
1023 +        * libmdtools/: Integrator.cpp, Integrator.hpp, NPTf.cpp,
1024 +        SimSetup.cpp: Removed NPTfm from Integrator.hpp.
1025 +        
1026 +        Some small syntax cleaning in NPTfm and SimSetup
1027 +
1028 + 2003-09-22 18:07  tim
1029 +
1030 +        * libmdtools/: ForceFields.cpp, Integrator.cpp, SimInfo.cpp,
1031 +        SimInfo.hpp: fix bug in calculating maxCutoff
1032 +
1033 + 2003-09-22 16:23  mmeineke
1034 +
1035 +        * libmdtools/: AllIntegrator.hpp, Integrator.hpp, Make.dep,
1036 +        Makefile.in, NPT.cpp, NPTf.cpp, NPTfm.cpp, NPTim.cpp, SimSetup.cpp:
1037 +        Converted NPTf to work with the NPT base class.
1038 +        
1039 +        Removed NPTfm and NPTim from cvs
1040 +
1041 + 2003-09-19 15:00  mmeineke
1042 +
1043 +        * libmdtools/: AllIntegrator.hpp, Integrator.cpp, Integrator.hpp,
1044 +        NPT.cpp, NPTf.cpp, NPTi.cpp, NVT.cpp, SimSetup.cpp: added NPT base
1045 +        class. NPTi is up to date. NPTf is not.
1046 +
1047 + 2003-09-19 11:03  mmeineke
1048 +
1049 +        * utils/Makefile.in, src/Makefile.in: removed mpi++ from the
1050 +        makefile
1051 +
1052 + 2003-09-19 11:01  gezelter
1053 +
1054 +        * samples/water/ssd.bass: goofing off to test NPTf and NPTi
1055 +
1056 + 2003-09-19 11:01  gezelter
1057 +
1058 +        * libmdtools/: NPTf.cpp, NPTi.cpp: fixed bugs in NPTf, found
1059 +        (nearly) conserved quantities for both NPTi and NPTf
1060 +
1061 + 2003-09-19 10:20  mmeineke
1062 +
1063 +        * utils/Makefile.in: fixed a typo in the makefile.
1064 +
1065 + 2003-09-19 09:55  gezelter
1066 +
1067 +        * libmdtools/NPTi.cpp, libmdtools/SimInfo.cpp,
1068 +        samples/water/ssd.bass: [no log message]
1069 +
1070 + 2003-09-19 09:22  tim
1071 +
1072 +        * libmdtools/: NPTi.cpp, NVT.cpp: [no log message]
1073 +
1074 + 2003-09-17 09:22  mmeineke
1075 +
1076 +        * libmdtools/: Integrator.cpp, NPTi.cpp, NVT.cpp: fixed NPTi to now
1077 +        work with constraints.
1078 +
1079 + 2003-09-16 15:02  tim
1080 +
1081 +        * libmdtools/: Integrator.hpp, NPTf.cpp, NPTfm.cpp, NPTi.cpp,
1082 +        SimInfo.cpp, SimInfo.hpp: fixed ecr grow in SimInfo
1083 +        
1084 +        fixed conserved quantity in NPT (Still some small bug)
1085 +        
1086 +        NPTi appears very stable.
1087 +
1088 + 2003-09-15 11:52  tim
1089 +
1090 +        * libmdtools/AbstractClasses.hpp, libmdtools/Integrator.cpp,
1091 +        libmdtools/Integrator.hpp, libmdtools/NPTf.cpp,
1092 +        libmdtools/NPTfm.cpp, libmdtools/NPTi.cpp, libmdtools/NPTim.cpp,
1093 +        libmdtools/NVT.cpp, libmdtools/SimInfo.cpp, libmdtools/SimInfo.hpp,
1094 +        libmdtools/StatWriter.cpp, libmdtools/Thermo.cpp,
1095 +        libmdtools/Thermo.hpp, libmdtools/ZConstraint.cpp,
1096 +        utils/sysbuilder/bilayerSys.cpp: add conserved quantity to
1097 +        statWriter fix bug of vector wrapping at NPTi
1098 +
1099 + 2003-09-12 11:20  gezelter
1100 +
1101 +        * libmdtools/: Make.dep, Makefile.in: Added integrators to
1102 +        Makefile.in
1103 +
1104 + 2003-09-12 11:20  gezelter
1105 +
1106 +        * ChangeLog: Entered changes for configure into ChangeLog
1107 +
1108   2003-09-09 15:35  mmeineke
1109  
1110          * libmdtools/: Integrator.cpp, Integrator.hpp, NPTxym.cpp,
# Line 83 | Line 1178
1178          * ChangeLog, libmdtools/GenericData.cpp,
1179          libmdtools/GenericData.hpp, libmdtools/SimSetup.cpp,
1180          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.
1181  
1182   2003-08-27 14:23  tim
1183  
# Line 360 | Line 1449
1449          libmdtools/do_Forces.F90, libmdtools/neighborLists.F90,
1450          samples/metals/Au.bass: EAM works...... Neighbor list also
1451          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)
1452  
1453   2003-08-08 12:48  mmeineke
1454  
# Line 424 | Line 1506
1506   2003-07-29 11:32  mmeineke
1507  
1508          * libmdtools/DumpReader.cpp, libmdtools/ReadWrite.hpp,
1509 <        libmdtools/SimSetup.cpp, libmdtools/SimSetup.hpp,
1510 <        props/frameCount.c, props/frameCount.h, props/props.cpp,
429 <        src/Makefile: working on the props code
1509 >        libmdtools/SimSetup.cpp, libmdtools/SimSetup.hpp, src/Makefile:
1510 >        working on the props code
1511  
1512   2003-07-29 11:32  mmeineke
1513  
# Line 1553 | Line 2634
2634  
2635   2003-03-25 09:29  mmeineke
2636  
2637 <        * libBASS/obj/dummy, libmdtools/MPIobj/dummy, libmdtools/obj/dummy,
2637 >        * libBASS/obj/dummy, libmdtools/obj/dummy, libmdtools/MPIobj/dummy,
2638          src/MPIobj/dummy, src/obj/dummy: [no log message]
2639  
2640   2003-03-25 09:29  mmeineke
# Line 1563 | Line 2644
2644  
2645   2003-03-24 20:07  gezelter
2646  
2647 <        * samples/Makefile, tests/Makefile: moving tests to samples
2647 >        * samples/Makefile: moving tests to samples
2648  
2649   2003-03-24 20:06  gezelter
2650  
2651 <        * samples/alkane/Makefile, samples/alkane/alkanes.mdl,
2652 <        samples/alkane/butane.bass, samples/alkane/init_butane.eor,
2653 <        samples/argon/Makefile, samples/argon/argon.bass,
2654 <        samples/argon/init_argon.eor, samples/argon/lj.mdl,
2655 <        samples/lipid/5x5.bass, samples/lipid/Makefile,
2656 <        samples/lipid/init_5x5.eor, samples/lipid/lipid.mdl,
2657 <        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
2651 >        * samples/: alkane/Makefile, alkane/alkanes.mdl,
2652 >        alkane/butane.bass, alkane/init_butane.eor, argon/Makefile,
2653 >        argon/argon.bass, argon/init_argon.eor, argon/lj.mdl,
2654 >        lipid/5x5.bass, lipid/Makefile, lipid/init_5x5.eor,
2655 >        lipid/lipid.mdl, lipid/water.mdl, water/Makefile,
2656 >        water/init_ssd.eor, water/ssd.bass, water/water.mdl: moved tests to
2657 >        samples
2658  
2659   2003-03-24 19:51  gezelter
2660  
# Line 1591 | Line 2662
2662  
2663   2003-03-24 19:46  gezelter
2664  
2665 <        * 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
2665 >        * ac-tools/Make.conf.in: Added makefiles in tests directories
2666  
2667   2003-03-24 16:55  gezelter
2668  
# Line 1610 | Line 2679
2679          * libmdtools/: Atom.hpp, ForceFields.cpp, SimInfo.cpp,
2680          do_Forces.F90: little bug fixes here and there
2681  
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
2682   2003-03-24 10:26  mmeineke
2683  
2684          * libmdtools/: ForceFields.cpp, f_verlet_constrained.F90: fixed bug

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines