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 727 by tim, Wed Aug 27 16:16:01 2003 UTC vs.
Revision 1141 by tim, Wed Apr 28 23:09:32 2004 UTC

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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines