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 1066 by tim, Tue Feb 24 16:36:33 2004 UTC

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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines