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 660 by tim, Thu Jul 31 19:59:34 2003 UTC vs.
Revision 1143 by tim, Thu Apr 29 16:03:38 2004 UTC

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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines