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

Comparing trunk/OOPSE/ChangeLog (file contents):
Revision 727 by tim, Wed Aug 27 16:16:01 2003 UTC vs.
Revision 1164 by tim, Wed May 12 15:02:03 2004 UTC

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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines