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

Comparing trunk/OOPSE/ChangeLog (file contents):
Revision 760 by gezelter, Fri Sep 12 16:20:05 2003 UTC vs.
Revision 1118 by tim, Mon Apr 19 03:52:27 2004 UTC

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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines