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 754 by mmeineke, Tue Sep 9 20:34:42 2003 UTC vs.
Revision 1152 by tim, Mon May 10 20:28:14 2004 UTC

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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines