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

Comparing trunk/OOPSE-4/ChangeLog (file contents):
Revision 1594 by tim, Mon Oct 18 23:13:23 2004 UTC vs.
Revision 2727 by chrisfen, Fri Apr 21 19:32:07 2006 UTC

# Line 1 | Line 1
1 + 2006-04-20 23:19  chrisfen
2 +
3 +        * samples/water/spce/spce.md,
4 +        src/UseTheForce/DarkSide/electrostatic.F90: Electrosplines added...
5 +
6 + 2006-04-20 17:02  chrisfen
7 +
8 +        * samples/argon/500.md, src/UseTheForce/DarkSide/sticky.F90,
9 +        src/UseTheForce/DarkSide/switcheroo.F90: splined up sticky
10 +
11 + 2006-04-20 14:24  gezelter
12 +
13 +        * samples/metals/EAM/Au_bulk_voter.md,
14 +        samples/metals/Sutton-Chen/Au_bulk_SC.md,
15 +        samples/water/ssde/ssde.md, src/UseTheForce/ForceField.cpp,
16 +        src/UseTheForce/doForces.F90, src/UseTheForce/DarkSide/LJ.F90,
17 +        src/UseTheForce/DarkSide/eam.F90,
18 +        src/UseTheForce/DarkSide/electrostatic.F90,
19 +        src/UseTheForce/DarkSide/suttonchen.F90,
20 +        src/UseTheForce/DarkSide/switcheroo.F90,
21 +        src/UseTheForce/DarkSide/switcheroo_interface.F90,
22 +        src/UseTheForce/DarkSide/switcheroo_interface.h,
23 +        src/utils/interpolation.F90: Complete rewrite of spline code and
24 +        everything that uses it.
25 +
26 + 2006-04-17 17:49  gezelter
27 +
28 +        * configure, ac-tools/aclocal.m4, samples/argon/500.md,
29 +        samples/metals/EAM/Au_bulk_voter.md,
30 +        samples/metals/Sutton-Chen/Au_bulk_SC.md,
31 +        samples/water/ssde/ssde.md, src/UseTheForce/doForces.F90,
32 +        src/UseTheForce/DarkSide/LJ.F90, src/UseTheForce/DarkSide/eam.F90,
33 +        src/UseTheForce/DarkSide/electrostatic.F90,
34 +        src/UseTheForce/DarkSide/interpolation.F90,
35 +        src/UseTheForce/DarkSide/sticky.F90,
36 +        src/UseTheForce/DarkSide/suttonchen.F90,
37 +        src/UseTheForce/DarkSide/switcheroo.F90,
38 +        src/applications/hydrodynamics/Hydro.ggo,
39 +        src/applications/hydrodynamics/HydroCmd.c,
40 +        src/applications/hydrodynamics/HydroCmd.h,
41 +        src/mdParser/SimplePreprocessor.hpp, src/types/DataHolder.hpp,
42 +        src/utils/interpolation.F90: Many performance improvements
43 +
44 + 2006-04-15 22:51  chrisfen
45 +
46 +        * configure, samples/argon/500.md, src/UseTheForce/doForces.F90,
47 +        src/UseTheForce/fSwitchingFunction.h,
48 +        src/UseTheForce/DarkSide/electrostatic.F90,
49 +        src/UseTheForce/DarkSide/switcheroo.F90: added a cubic spline to
50 +        switcheroo
51 +
52 + 2006-04-15 17:58  chrisfen
53 +
54 +        * src/utils/Makefile.in: Since status.F90 is used by
55 +        interpolation.F90, the former needs to be listed above the later in
56 +        the Makefile.
57 +
58 + 2006-04-14 17:59  gezelter
59 +
60 +        * src/utils/interpolation.F90: changed the interface a bit
61 +
62 + 2006-04-14 17:49  gezelter
63 +
64 +        * src/utils/interpolation.F90: added some logical flags
65 +
66 + 2006-04-14 17:06  chrisfen
67 +
68 +        * src/utils/interpolation.F90: Wiped the spline with derivatives
69 +        and corrected a boundary comparision error by eliminating the
70 +        check.  This algorithm REQUIRES known first derivatives at the
71 +        endpoints.
72 +
73 + 2006-04-14 16:04  gezelter
74 +
75 +        * src/utils/: Makefile.in, interpolation.F90: bug fixes for
76 +        interpolation module
77 +
78 + 2006-04-14 15:57  gezelter
79 +
80 +        * src/utils/interpolation.F90: Heavily modified interpolation
81 +        module, also moved to "utils"
82 +
83 + 2006-04-12 17:15  chuckv
84 +
85 +        * src/UseTheForce/DarkSide/interpolation.F90: Added interpolation
86 +        module.
87 +
88 + 2006-04-11 11:33  gezelter
89 +
90 +        * src/applications/staticProps/: StaticProps.ggo, StaticPropsCmd.c,
91 +        StaticPropsCmd.h: [no log message]
92 +
93 + 2006-04-03 11:37  chuckv
94 +
95 +        * configure, ac-tools/aclocal.m4, make/Makefile.in,
96 +        src/UseTheForce/DarkSide/simParallel.F90: Added status module to
97 +        simParallel for error reporting.
98 +
99 + 2006-03-31 13:09  tim
100 +
101 +        * src/: integrators/NPrT.cpp, io/Globals.cpp: NPrT might work now
102 +
103 + 2006-03-30 16:08  chuckv
104 +
105 +        * src/UseTheForce/DarkSide/suttonchen.F90: Fixed memory leak bug
106 +        where SCList capacity was not reset to zero on destruction.
107 +
108 + 2006-03-30 14:37  chuckv
109 +
110 +        * src/applications/nanoparticleBuilder/nanoparticleBuilder.cpp:
111 +        More testing of nanoparticleBuilder.
112 +
113 + 2006-03-29 17:24  chuckv
114 +
115 +        * src/mdParser/SimplePreprocessor.hpp: Added check to make sure md
116 +        file exists.
117 +
118 + 2006-03-29 14:17  chuckv
119 +
120 +        * src/: applications/nanoparticleBuilder/nanoparticleBuilder.cpp,
121 +        lattice/shapedLattice.cpp, lattice/shapedLattice.hpp: Fixed
122 +        latticeOrt in shapedlatice and latticebuilder.
123 +
124 + 2006-03-29 13:11  tim
125 +
126 +        * src/applications/dynamicProps/: DipoleCorrFunc.cpp,
127 +        LegendreCorrFunc.cpp, VCorrFunc.cpp: Fix the normalization problem
128 +        in calculating correlation functions
129 +
130 + 2006-03-29 13:09  tim
131 +
132 +        * src/applications/hydrodynamics/: ApproximationModel.cpp,
133 +        ApproximationModel.hpp, CompositeShape.cpp, Hydro.cpp, Hydro.ggo,
134 +        HydroCmd.c, HydroCmd.h, HydrodynamicsModel.hpp, RoughShell.cpp: (1)
135 +        RoughShell Model is working; (20)Adding a new option into Hydro
136 +        which allows user to generate the beads only
137 +
138 + 2006-03-27 11:21  chuckv
139 +
140 +        * src/applications/nanoparticleBuilder/Makefile: Makefile for
141 +        nanoparticle builder.
142 +
143 + 2006-03-27 11:03  chuckv
144 +
145 +        * make/Makefile.in, src/lattice/shapedLattice.cpp,
146 +        src/lattice/shapedLattice.hpp: Added nanoparticle builder to
147 +        makefile
148 +
149 + 2006-03-24 15:46  chuckv
150 +
151 +        * src/applications/nanoparticleBuilder/nanoparticleBuilder.cpp:
152 +        Debugging changes to nanoparticle builder.
153 +
154 + 2006-03-24 12:29  tim
155 +
156 +        * src/applications/dynamicProps/: DynamicProps.cpp,
157 +        DynamicProps.ggo, DynamicPropsCmd.c, DynamicPropsCmd.h, Makefile,
158 +        RCorrFunc.cpp, RMSD.cpp, RMSD.hpp: back to previous DynamicProps
159 +
160 + 2006-03-24 11:49  tim
161 +
162 +        * src/applications/dynamicProps/: DynamicProps.cpp,
163 +        DynamicProps.ggo, DynamicPropsCmd.c, DynamicPropsCmd.h, Makefile,
164 +        RCorrFunc.cpp, RMSD.cpp, RMSD.hpp: Adding position correlation
165 +        function. The command line option for DynamicProps is now changed.
166 +        --rcorr is for position correlation and --rmsd is for mean square
167 +        displacement.
168 +
169 + 2006-03-23 10:03  tim
170 +
171 +        * src/applications/hydrodynamics/: AnalyticalModel.cpp,
172 +        AnalyticalModel.hpp, ApproximationModel.cpp,
173 +        ApproximationModel.hpp, HydrodynamicsModel.hpp: update writeBeads
174 +        method
175 +
176 + 2006-03-23 10:02  tim
177 +
178 +        * src/io/Globals.hpp: remove a unknown method
179 +
180 + 2006-03-23 10:00  tim
181 +
182 +        * src/math/CholeskyDecomposition.hpp: The off diagnal is not set
183 +
184 + 2006-03-23 09:59  tim
185 +
186 +        * src/mdParser/SimplePreprocessor.hpp: Throw exception if the file
187 +        can not be opened for preprocessing
188 +
189 + 2006-03-22 15:57  chuckv
190 +
191 +        * src/applications/nanoparticleBuilder/: nanoparticleBuilder.cpp,
192 +        shapedLatticeSpherical.cpp, shapedLatticeSpherical.hpp: Added
193 +        shaped lattice.
194 +
195 + 2006-03-21 10:33  tim
196 +
197 +        * src/applications/hydrodynamics/ApproximationModel.cpp: fix a bug
198 +        in calculating hydrodynamics tensor when the radius of beads are
199 +        not the same
200 +
201 + 2006-03-20 19:26  tim
202 +
203 +        * src/: applications/hydrodynamics/AnalyticalModel.cpp,
204 +        applications/hydrodynamics/BeadModel.cpp,
205 +        applications/hydrodynamics/ShapeBuilder.cpp,
206 +        integrators/LDForceManager.cpp: Fix a bug in friction calculation
207 +        for ellipsoid
208 +
209 + 2006-03-20 14:12  tim
210 +
211 +        * src/: applications/hydrodynamics/AnalyticalModel.cpp,
212 +        applications/hydrodynamics/Ellipsoid.cpp,
213 +        applications/hydrodynamics/Ellipsoid.hpp,
214 +        applications/hydrodynamics/ShapeBuilder.cpp,
215 +        integrators/LDForceManager.cpp: Verify the correctness of
216 +        Ellipsoid's hydrodynamics properties
217 +
218 + 2006-03-17 18:51  tim
219 +
220 +        * src/applications/hydrodynamics/: Hydro.cpp, ShapeBuilder.cpp: New
221 +        version of Hydro is working now.
222 +
223 + 2006-03-17 18:20  tim
224 +
225 +        * src/: applications/hydrodynamics/AnalyticalModel.cpp,
226 +        applications/hydrodynamics/AnalyticalModel.hpp,
227 +        applications/hydrodynamics/ApproximationModel.cpp,
228 +        applications/hydrodynamics/ApproximationModel.hpp,
229 +        applications/hydrodynamics/BeadModel.hpp,
230 +        applications/hydrodynamics/CompositeShape.cpp,
231 +        applications/hydrodynamics/CompositeShape.hpp,
232 +        applications/hydrodynamics/Ellipsoid.cpp,
233 +        applications/hydrodynamics/Ellipsoid.hpp,
234 +        applications/hydrodynamics/Hydro.cpp,
235 +        applications/hydrodynamics/Hydro.ggo,
236 +        applications/hydrodynamics/HydroCmd.c,
237 +        applications/hydrodynamics/HydroCmd.h,
238 +        applications/hydrodynamics/HydrodynamicsModel.cpp,
239 +        applications/hydrodynamics/HydrodynamicsModel.hpp,
240 +        applications/hydrodynamics/HydrodynamicsModelCreator.hpp,
241 +        applications/hydrodynamics/HydrodynamicsModelFactory.cpp,
242 +        applications/hydrodynamics/HydrodynamicsModelFactory.hpp,
243 +        applications/hydrodynamics/Makefile,
244 +        applications/hydrodynamics/RoughShell.cpp,
245 +        applications/hydrodynamics/RoughShell.hpp,
246 +        applications/hydrodynamics/Shape.hpp,
247 +        applications/hydrodynamics/ShapeBuilder.cpp,
248 +        applications/hydrodynamics/ShapeBuilder.hpp,
249 +        applications/hydrodynamics/Spheric.cpp,
250 +        applications/hydrodynamics/Spheric.hpp,
251 +        applications/hydrodynamics/StuntDoubleShape.cpp,
252 +        applications/hydrodynamics/StuntDoubleShape.hpp,
253 +        integrators/LDForceManager.cpp, integrators/LDForceManager.hpp,
254 +        io/Globals.cpp, io/Globals.hpp, math/SquareMatrix.hpp,
255 +        utils/HydroProps.hpp: refactor Hydrodynamics module.
256 +
257 + 2006-03-17 11:10  chuckv
258 +
259 +        * src/lattice/: shapedLattice.cpp, shapedLattice.hpp, Makefile:
260 +        Generic Shaped Lattice for oopse. Can overload to get spherical or
261 +        nanorod.
262 +
263 + 2006-03-16 17:50  tim
264 +
265 +        * src/: applications/hydrodynamics/HydrodynamicsModel.cpp,
266 +        integrators/LDForceManager.cpp, math/MersenneTwister.hpp:
267 +        LagevinDynamics is working?
268 +
269 + 2006-03-16 16:52  gezelter
270 +
271 +        * src/applications/hydrodynamics/RoughShell.hpp: fixed a const
272 +        problem
273 +
274 + 2006-03-15 17:08  tim
275 +
276 +        * src/applications/hydrodynamics/HydrodynamicsModel.cpp: unit
277 +        conversion for diffusion tensor is wrong
278 +
279 + 2006-03-15 16:28  tim
280 +
281 +        * src/: applications/hydrodynamics/HydrodynamicsModel.cpp,
282 +        utils/NumericConstant.hpp: change the epsilon of numeric_limit
283 +
284 + 2006-03-15 15:58  tim
285 +
286 +        * src/applications/hydrodynamics/HydrodynamicsModel.cpp: correcting
287 +        the unit in HydrodynamicsModel
288 +
289 + 2006-03-15 12:35  tim
290 +
291 +        * src/primitives/RigidBody.cpp: using setFrc in
292 +        RigidBody::calcForcesAndTorques will discard if there are force and
293 +        torque applied in rigid body itself. use addFrc instead.
294 +
295 + 2006-03-15 10:51  tim
296 +
297 +        * src/applications/hydrodynamics/: BeadModel.cpp, BeadModel.hpp,
298 +        RoughShell.cpp, RoughShell.hpp: Adding RoughShell and BeadModel
299 +
300 + 2006-03-15 10:50  tim
301 +
302 +        * make/Makefile.in, src/applications/hydrodynamics/Makefile: adding
303 +        hydrodynamics module into build system
304 +
305 + 2006-03-14 18:46  tim
306 +
307 +        * src/math/CholeskyDecomposition.hpp: adding Cholesky Decomposition
308 +
309 + 2006-03-13 17:42  tim
310 +
311 +        * src/: applications/hydrodynamics/HydrodynamicsModel.cpp,
312 +        applications/hydrodynamics/HydrodynamicsModel.hpp,
313 +        applications/hydrodynamics/StuntDoubleShape.cpp,
314 +        applications/hydrodynamics/StuntDoubleShape.hpp,
315 +        brains/Register.cpp, integrators/LDForceManager.cpp,
316 +        integrators/LDForceManager.hpp, integrators/LangevinDynamics.cpp,
317 +        integrators/LangevinDynamics.hpp, integrators/Makefile,
318 +        io/Globals.cpp, io/Globals.hpp, math/MersenneTwister.hpp,
319 +        math/RandNumGen.hpp, math/SquareMatrix3.hpp: LangevinDynamics in
320 +        progress
321 +
322 + 2006-03-07 11:43  gezelter
323 +
324 +        * src/applications/staticProps/: RhoZ.cpp, RhoZ.hpp: Fixed a
325 +        double/int bug.  Surprised no one ever noticed before...
326 +
327 + 2006-02-24 16:17  tim
328 +
329 +        * src/applications/hydrodynamics/HydrodynamicsModel.cpp: fix bugs
330 +        in HydrodynamicsModel; (1) sign issue of Xirr calculation (2) out
331 +        product of Rij
332 +
333 + 2006-02-23 18:16  tim
334 +
335 +        * src/applications/hydrodynamics/: Hydro.cpp, Hydro.ggo,
336 +        HydroCmd.c, HydroCmd.h, HydrodynamicsModel.cpp,
337 +        HydrodynamicsModel.hpp, HydrodynamicsModelCreator.hpp,
338 +        HydrodynamicsModelFactory.cpp, HydrodynamicsModelFactory.hpp,
339 +        MoleculeShape.cpp, MoleculeShape.hpp, StuntDoubleShape.cpp,
340 +        StuntDoubleShape.hpp: Bead Model is working
341 +
342 + 2006-02-22 15:35  tim
343 +
344 +        * src/: applications/hydrodynamics/Hydro.cpp,
345 +        applications/hydrodynamics/Hydro.ggo,
346 +        applications/hydrodynamics/HydroCmd.c,
347 +        applications/hydrodynamics/HydroCmd.h,
348 +        applications/hydrodynamics/HydrodynamicsModel.cpp,
349 +        applications/hydrodynamics/HydrodynamicsModel.hpp,
350 +        applications/hydrodynamics/HydrodynamicsModelCreator.hpp,
351 +        applications/hydrodynamics/HydrodynamicsModelFactory.cpp,
352 +        applications/hydrodynamics/HydrodynamicsModelFactory.hpp,
353 +        applications/hydrodynamics/MoleculeShape.cpp,
354 +        applications/hydrodynamics/MoleculeShape.hpp,
355 +        math/DynamicRectMatrix.hpp, math/DynamicVector.hpp, math/LU.hpp,
356 +        math/RectMatrix.hpp, math/SquareMatrix3.hpp: Adding Hydrodynamics
357 +        Module
358 +
359 + 2006-02-16 17:05  gezelter
360 +
361 +        * src/brains/Snapshot.cpp: fixed a spelling error
362 +
363 + 2006-02-16 16:40  gezelter
364 +
365 +        * src/: UseTheForce/doForces.F90,
366 +        UseTheForce/DarkSide/simulation.F90, math/Makefile,
367 +        math/linearAlgebra.F90: fixed a problem with cutoff radii being set
368 +        larger than 1/2 the length of the shortest box dimension.  added a
369 +        few fortran utility routines
370 +
371 + 2006-02-15 15:46  chuckv
372 +
373 +        * src/applications/nanoparticleBuilder/: sphericalNanoparticle.cpp,
374 +        sphericalNanoparticle.hpp: Changed Names of class files.
375 +
376 + 2006-02-10 10:45  kdaily
377 +
378 +        * src/applications/dynamicProps/LegendreCorrFunc.cpp: [no log
379 +        message]
380 +
381 + 2006-02-10 10:12  tim
382 +
383 +        * src/math/: LegendrePolynomial.cpp, Vector.hpp: fix a bug in
384 +        converting integer to double
385 +
386 + 2006-02-08 13:21  chrisfen
387 +
388 +        * forceFields/DUFF2.frc: added DPD molecule type parameters
389 +
390 + 2006-02-07 11:39  tim
391 +
392 +        * src/applications/dynamicProps/: DipoleCorrFunc.cpp,
393 +        LegendreCorrFunc.cpp: Fixing a bug which reads the wrong frame of
394 +        trajectory file during analysis
395 +
396 + 2006-02-02 12:14  tim
397 +
398 +        * src/: math/Polynomial.hpp, math/SquareMatrix3.hpp,
399 +        types/AtomStamp.cpp: adding transpose into SquareMatrix3; fix a bug
400 +        in AtomStamp where orientation is not set correctly.
401 +
402 + 2006-02-02 11:49  gezelter
403 +
404 +        * src/primitives/RigidBody.cpp: fixed a bug in rigid bodies that
405 +        contain directional atoms
406 +
407 + 2006-02-02 10:49  xsun
408 +
409 +        * src/: applications/dump2Xyz/Dump2XYZ.cpp,
410 +        visitors/AtomVisitor.cpp, visitors/AtomVisitor.hpp: Adding visitor
411 +        for GBlipid atom type
412 +
413 + 2006-02-01 21:57  gezelter
414 +
415 +        * make/Makefile.in: added CXXFLAGS to the LinkOptions to allow
416 +        compilation with icc9 (skipping the gcc-4 std c++ libraries).
417 +
418 + 2006-02-01 16:06  chrisfen
419 +
420 +        * src/brains/SimInfo.cpp: Missing brace caused the last commit not
421 +        to build
422 +
423 + 2006-02-01 15:54  chrisfen
424 +
425 +        * samples/water/spce/spce.md, src/brains/SimInfo.cpp: Changes to
426 +        cutoff radius setting to a more logical procedure - still may
427 +        change...
428 +
429 + 2006-02-01 12:26  gezelter
430 +
431 +        * src/: math/Polynomial.hpp, utils/GenericData.hpp, utils/any.hpp:
432 +        Fixing some compile-time warnings and bugs for icc 9.1 on Mac OS X
433 +
434 + 2006-01-30 17:25  tim
435 +
436 +        * src/: applications/dynamicProps/DipoleCorrFunc.cpp,
437 +        applications/dynamicProps/DynamicProps.cpp,
438 +        applications/dynamicProps/DynamicProps.ggo,
439 +        applications/dynamicProps/DynamicPropsCmd.c,
440 +        applications/dynamicProps/DynamicPropsCmd.h,
441 +        applications/dynamicProps/LegendreCorrFunc.cpp,
442 +        applications/dynamicProps/LegendreCorrFunc.hpp,
443 +        applications/dynamicProps/Makefile, math/LegendrePolynomial.cpp,
444 +        math/LegendrePolynomial.hpp, math/Makefile, math/Polynomial.hpp:
445 +        Adding :LegendrePolynomial
446 +
447 + 2006-01-19 17:54  chuckv
448 +
449 +        * src/applications/nanoparticleBuilder/: Makefile,
450 +        nanoparticleBuilder.cpp, sphericalNanoparticle.hpp: Changes to
451 +        nanoparticle builder
452 +
453 + 2006-01-18 16:08  chuckv
454 +
455 +        * src/applications/nanoparticleBuilder/Makefile: Added Makefile for
456 +        nanoparticle builder.
457 +
458 + 2006-01-17 11:16  gezelter
459 +
460 +        * AUTHORS, README: Cleaning up for 3.0.1 release
461 +
462 + 2006-01-17 10:50  gezelter
463 +
464 +        * ChangeLog: Prepping 3.0.1 release
465 +
466 + 2006-01-17 10:32  gezelter
467 +
468 +        * src/config.h.in: new version number
469 +
470 + 2006-01-17 10:32  gezelter
471 +
472 +        * doc/: OOPSE.pdf, SelectionExpression.html, cppstyle.html,
473 +        definition.jpg, gofr.jpg, gofrtheta.jpg, heirarchy.png,
474 +        oopseManual.pdf: Updated Documentation
475 +
476 + 2006-01-16 18:10  gezelter
477 +
478 +        * ChangeLog, README: Getting ready for release!
479 +
480 + 2006-01-16 10:26  gezelter
481 +
482 +        * configure: Testing commit
483 +
484 + 2006-01-13 16:57  chuckv
485 +
486 +        * src/: UseTheForce/SC_FF.cpp,
487 +        applications/nanoparticleBuilder/sphericalNanoparticle.cpp,
488 +        io/Globals.cpp, io/Globals.hpp: Removed MixingRule from Globals.
489 +        Handled by forceField now.
490 +
491 + 2006-01-13 14:17  chuckv
492 +
493 +        * src/io/Globals.cpp: Added NPAT to Globals integrators.
494 +
495 + 2006-01-13 11:33  gezelter
496 +
497 +        * Makefile: [no log message]
498 +
499 + 2006-01-13 11:26  gezelter
500 +
501 +        * Makefile: testing to make sure GNU make is the make that was used
502 +        to build OOPSE
503 +
504 + 2006-01-13 10:48  gezelter
505 +
506 +        * configure, ac-tools/configure.in: changed compiler search order
507 +
508 + 2006-01-12 19:09  chuckv
509 +
510 +        * forceFields/SuttonChen.QSC.frc, forceFields/SuttonChen.frc,
511 +        samples/metals/Sutton-Chen/Au_bulk.in,
512 +        samples/metals/Sutton-Chen/Au_bulk_QSC.md,
513 +        samples/metals/Sutton-Chen/Au_bulk_SC.md: Changes in Sutton-Chen
514 +        units
515 +
516 + 2006-01-12 16:16  gezelter
517 +
518 +        * LICENSE, configure, src/applications/oopse/oopse.cpp: fixed some
519 +        version info and the copyright date
520 +
521 + 2006-01-12 15:52  gezelter
522 +
523 +        * src/config.h.in: added some missing checks for header files
524 +        (particularly zlib.h), used autoheader to help generate config.h.in
525 +
526 + 2006-01-12 15:51  gezelter
527 +
528 +        * configure, ac-tools/configure.in: added some missing checks for
529 +        header files (particularly zlib.h)
530 +
531 + 2006-01-12 15:19  gezelter
532 +
533 +        * make/Makefile.in: fixed a dependency problem for the Executable
534 +        builds
535 +
536 + 2006-01-12 15:02  gezelter
537 +
538 +        * samples/gbljtest/Makefile: Missing Makefile in this sample
539 +        directory
540 +
541 + 2006-01-12 15:01  gezelter
542 +
543 +        * make/Makefile.in, samples/Makefile.in, samples/cutoff/Makefile:
544 +        Old makefile.in no longer required
545 +
546 + 2006-01-12 15:01  gezelter
547 +
548 +        * forceFields/: Makefile, Makefile.in: All of the OpenBabel stuff
549 +        needs to be installed
550 +
551 + 2006-01-12 14:56  chuckv
552 +
553 +        * src/io/DumpWriter.cpp: Changed formating.
554 +
555 + 2006-01-12 11:47  chrisfen
556 +
557 +        * samples/water/tip4p/tp4.md,
558 +        src/UseTheForce/DarkSide/electrostatic.F90,
559 +        src/UseTheForce/DarkSide/electrostatic_interface.F90,
560 +        src/UseTheForce/DarkSide/electrostatic_interface.h,
561 +        src/brains/SimInfo.cpp: unifying function name in electrostatics
562 +
563 + 2006-01-12 11:04  tim
564 +
565 +        * samples/metals/: EAM/nanoparticle/Makefile,
566 +        EAM/nanorod/Au_nanoparticle.in, EAM/nanorod/Makefile,
567 +        Sutton-Chen/Makefile: fix make install problem for metals samples
568 +
569 + 2006-01-12 10:22  tim
570 +
571 +        * make/Makefile.in: remove samples/metals from install list.
572 +
573 + 2006-01-12 09:31  tim
574 +
575 +        * src/io/: ForceFieldOptions.cpp, Globals.cpp: filepp can not
576 +        handle multiple line macro, just convert multiple line macro into
577 +        single line macro.
578 +
579 + 2006-01-11 23:13  chrisfen
580 +
581 +        * src/: UseTheForce/DarkSide/electrostatic.F90,
582 +        UseTheForce/DarkSide/neighborLists.F90, io/Globals.cpp: Made some
583 +        changes to electrostatics for shifted-potential and shifted-force
584 +        with mono and multipoles
585 +
586 + 2006-01-11 18:04  gezelter
587 +
588 +        * src/config.h.in, src/UseTheForce/doForces_interface.h,
589 +        src/UseTheForce/DarkSide/atype_interface.h,
590 +        src/UseTheForce/DarkSide/eam_interface.h,
591 +        src/UseTheForce/DarkSide/electrostatic_interface.h,
592 +        src/UseTheForce/DarkSide/fForceOptions_interface.h,
593 +        src/UseTheForce/DarkSide/gb_interface.h,
594 +        src/UseTheForce/DarkSide/lj_interface.h,
595 +        src/UseTheForce/DarkSide/shapes_interface.h,
596 +        src/UseTheForce/DarkSide/simParallel_interface.h,
597 +        src/UseTheForce/DarkSide/simulation_interface.h,
598 +        src/UseTheForce/DarkSide/sticky_interface.h,
599 +        src/UseTheForce/DarkSide/suttonchen_interface.h,
600 +        src/UseTheForce/DarkSide/switcheroo_interface.h,
601 +        src/mdParser/MDParser.g, src/profiling/mdProfile.cpp,
602 +        src/utils/fError.c, configure, make/Makefile.in: autoconf
603 +        modernization and cruft removal
604 +
605 + 2006-01-11 18:04  gezelter
606 +
607 +        * ac-tools/: aclocal.m4, configure.in, fortran90.m4: autoconf
608 +        modernization and cruft-removal
609 +
610 + 2006-01-11 17:50  tim
611 +
612 +        * src/types/: BendStamp.hpp, BondStamp.hpp, TorsionStamp.hpp: fix
613 +        some error messages
614 +
615 + 2006-01-11 14:01  tim
616 +
617 +        * src/: applications/staticProps/RhoZ.cpp, brains/SimCreator.cpp,
618 +        io/Globals.cpp, types/AtomStamp.cpp, types/BendStamp.hpp,
619 +        types/BondStamp.hpp, types/DataHolder.hpp, types/MoleculeStamp.cpp,
620 +        types/TorsionStamp.hpp, utils/OOPSEException.hpp,
621 +        utils/StringUtils.hpp: instead of printing to std::cout, throwing
622 +        an exception when error is found.
623 +
624 + 2006-01-11 13:41  gezelter
625 +
626 +        * src/types/: AtomStamp.hpp, MoleculeStamp.cpp: Fixed a spelling
627 +        error
628 +
629 + 2006-01-10 17:55  chuckv
630 +
631 +        * forceFields/SuttonChen.frc: Changed conversion factor.
632 +
633 + 2006-01-10 16:14  chuckv
634 +
635 +        * samples/metals/Sutton-Chen/Au_bulk_SC.md,
636 +        src/UseTheForce/DarkSide/suttonchen.F90: Sutton and Chen should be
637 +        working now.
638 +
639 + 2006-01-09 17:22  chuckv
640 +
641 +        * src/UseTheForce/doForces.F90: Fixed SC bug with SIM_uses_SC
642 +
643 + 2006-01-09 17:14  tim
644 +
645 +        * src/applications/staticProps/: Makefile, RhoZ.cpp, RhoZ.hpp,
646 +        StaticProps.cpp, StaticProps.ggo, StaticPropsCmd.c,
647 +        StaticPropsCmd.h: fixing RhoZ
648 +
649 + 2006-01-09 14:26  chuckv
650 +
651 +        * forceFields/SuttonChen.frc,
652 +        samples/metals/Sutton-Chen/Au_bulk_SC.md,
653 +        src/io/LennardJonesAtomTypesSectionParser.cpp,
654 +        src/io/SCAtomTypesSectionParser.cpp: Added energy scaling to
655 +        section parsers.
656 +
657 + 2006-01-09 14:11  tim
658 +
659 +        * src/: io/ForceFieldOptions.hpp, utils/StringUtils.cpp,
660 +        utils/StringUtils.hpp: replace isType<int> with isInteger
661 +
662 + 2006-01-06 16:15  tim
663 +
664 +        * src/UseTheForce/: SC_FF.cpp, SC_FF.hpp: remove extra
665 +        forceFieldOptions from SC_FF
666 +
667 + 2006-01-06 15:27  chuckv
668 +
669 +        * forceFields/SuttonChen.frc: Add force file.
670 +
671 + 2005-12-31 17:42  chuckv
672 +
673 +        * src/UseTheForce/DarkSide/suttonchen.F90: Sutton-Chen no longer
674 +        segfaults or produces 0 potential, but rather produces Inf for the
675 +        potential. Progress....
676 +
677 + 2005-12-30 18:15  chuckv
678 +
679 +        * samples/metals/Sutton-Chen/Au_bulk_SC.md,
680 +        src/UseTheForce/SC_FF.cpp, src/UseTheForce/doForces.F90,
681 +        src/UseTheForce/DarkSide/suttonchen.F90, src/brains/SimInfo.cpp,
682 +        src/io/ForceFieldOptions.cpp, src/io/ForceFieldOptions.hpp: More
683 +        Sutton-Chen bug fixes.
684 +
685 + 2005-12-30 16:25  tim
686 +
687 +        * src/: UseTheForce/doForces.F90, brains/Thermo.cpp: Long range
688 +        potential return from fortran is already accumulated, it should not
689 +        be accumulated again; nGroupTypesCol is not initialized;
690 +        GroupMaxCutoffCol is not allocated;
691 +
692 + 2005-12-30 10:32  tim
693 +
694 +        * make/Makefile.in, src/brains/SimCreator.cpp: In order to compile
695 +        MPI version, we need to cast const char* to void* for
696 +        stringstream.str(); Previous Makefile use bjects of single version
697 +        to make the MPI library;
698 +
699 + 2005-12-29 19:18  chuckv
700 +
701 +        * make/Makefile.in, samples/metals/Makefile,
702 +        src/UseTheForce/SC_FF.cpp, src/UseTheForce/doForces.F90,
703 +        src/UseTheForce/DarkSide/suttonchen.F90: Sutton-Chen bug fixes.
704 +        Almost there...
705 +
706 + 2005-12-29 15:19  chuckv
707 +
708 +        * forceFields/: SuttonChen.QSC.frc, SuttonChen.SC.frc: Changes in
709 +        forcefield.
710 +
711 + 2005-12-29 15:07  chuckv
712 +
713 +        * samples/metals/Sutton-Chen/: Au_bulk.in, Au_bulk_SC.md, Makefile,
714 +        metals.md: added files for sutton-chen
715 +
716 + 2005-12-29 11:37  chuckv
717 +
718 +        * samples/metals/EAM/nanorod/: Au_nanoparticle_FCC.md, Makefile,
719 +        metals.md: More cvs changing.
720 +
721 + 2005-12-29 11:34  chuckv
722 +
723 +        * samples/metals/Au_nanoparticle.in: More moving...
724 +
725 + 2005-12-29 11:33  chuckv
726 +
727 +        * samples/metals/EAM/nanoparticle/:
728 +        Au-Core-Ag-Shell_Nanoparticle.in, Au-Core-Ag-Shell_Nanoparticle.md,
729 +        Au_nanoparticle.in, Au_nanoparticle.md, Makefile, metals.md: More
730 +        changes to directory structure.
731 +
732 + 2005-12-29 11:21  chuckv
733 +
734 +        * samples/metals/EAM/: Au_bulk.in, Au_bulk_FBD.md,
735 +        Au_bulk_voter.md, Makefile, metals.md: More Directory changes...
736 +
737 + 2005-12-29 11:17  chuckv
738 +
739 +        * samples/metals/: Au-Core-Ag-Shell_Nanoparticle.in,
740 +        Au-Core-Ag-Shell_Nanoparticle.md, Au_bulk.in, Au_bulk_FBD.md,
741 +        Au_bulk_voter.md, Au_nanoparticle.md, metals.md: More changing of
742 +        directory structure
743 +
744 + 2005-12-29 11:03  chuckv
745 +
746 +        * src/: UseTheForce/DarkSide/fForceOptions_interface.F90,
747 +        brains/SimCreator.cpp: Fixed issue with symbol naming and added
748 +        call to set force options in SimCreator.
749 +
750 + 2005-12-28 16:44  chuckv
751 +
752 +        * src/io/: ForceFieldOptions.cpp, ForceFieldOptions.hpp: More
753 +        changes to forcefield options.
754 +
755 + 2005-12-28 16:42  chuckv
756 +
757 +        * src/UseTheForce/: ForceField.cpp, ForceField.hpp: Force options
758 +        passed to fortran.
759 +
760 + 2005-12-23 18:04  chuckv
761 +
762 +        * src/: UseTheForce/DarkSide/fForceOptions_interface.h,
763 +        io/ForceFieldOptions.cpp, io/ForceFieldOptions.hpp: Force option
764 +        changes.
765 +
766 + 2005-12-16 16:52  tim
767 +
768 +        * configure, ac-tools/aclocal.m4, ac-tools/configure.in,
769 +        src/config.h.in, src/UseTheForce/DarkSide/gb.F90,
770 +        src/openbabel/bitvec.cpp, src/openbabel/bondtyper.cpp,
771 +        src/openbabel/chains.cpp, src/openbabel/chiral.cpp,
772 +        src/openbabel/data.cpp, src/openbabel/fingerprint.cpp,
773 +        src/openbabel/fingerprintformat.cpp, src/openbabel/generic.cpp,
774 +        src/openbabel/gromos96format.hpp, src/openbabel/kekulize.cpp,
775 +        src/openbabel/matrix3x3.cpp, src/openbabel/mol.cpp,
776 +        src/openbabel/molchrg.cpp, src/openbabel/obatom.cpp,
777 +        src/openbabel/obbond.cpp, src/openbabel/oberror.cpp,
778 +        src/openbabel/oberror.hpp, src/openbabel/obmolecformat.hpp,
779 +        src/openbabel/obutil.cpp, src/openbabel/patty.cpp,
780 +        src/openbabel/pdbformat.cpp, src/openbabel/phmodel.cpp,
781 +        src/openbabel/povrayformat.hpp, src/openbabel/residue.cpp,
782 +        src/openbabel/ring.cpp, src/openbabel/rotor.cpp,
783 +        src/openbabel/smilesformat.cpp, src/openbabel/tinkerformat.hpp,
784 +        src/openbabel/typer.cpp, src/openbabel/xyzformat.cpp: changed
785 +        __FUNCTION__ to __func__ to match C99 standard, and then added an
786 +        autoconf test to check for __func__ usability.  Changed some
787 +        default compile flags for the Sun architecture
788 +
789 + 2005-12-16 14:01  gezelter
790 +
791 +        * ac-tools/AC_CXX_HAVE_STL.m4: added the STL check
792 +
793 + 2005-12-16 13:55  tim
794 +
795 +        * src/utils/: CaseConversion.hpp, ParameterManager.hpp: make minor
796 +        change to build oopse under solaris
797 +
798 + 2005-12-16 13:26  tim
799 +
800 +        * src/: brains/SimCreator.cpp, io/Globals.cpp,
801 +        types/MoleculeStamp.cpp, utils/Predicate.hpp: the standard library
802 +        came with SUN compiler does not have a conforming std::use_facet,
803 +        define a macro to handle it. Adding exception handling to
804 +        SimCreator.
805 +
806 + 2005-12-16 10:53  gezelter
807 +
808 +        * samples/cutoff/: GB-Ar-max.md, GB-Ar-mix.md,
809 +        GB-Ar-traditional.md, gb-ar.in: Removed one parasitic argon atom
810 +        which was living inside the GB particle.  No alien-like ripping out
811 +        of the stomach was required.
812 +
813 + 2005-12-15 21:57  tim
814 +
815 +        * src/mdParser/: MDLexer.cpp, MDLexer.hpp, MDParser.cpp,
816 +        MDParser.g, MDParser.hpp, MDTokenTypes.hpp, MDTreeParser.cpp,
817 +        MDTreeParser.g, MDTreeParser.hpp, MDTreeParserTokenTypes.hpp:
818 +        replace grammar for numerical parsing
819 +
820 + 2005-12-15 16:43  gezelter
821 +
822 +        * src/UseTheForce/doForces.F90: fixed a cutoff bug
823 +
824 + 2005-12-15 09:48  gezelter
825 +
826 +        * src/antlr/: CharScanner.hpp, config.hpp: Removing compiler
827 +        dependencies and replacing them with real autoconf checks
828 +
829 + 2005-12-15 09:47  gezelter
830 +
831 +        * configure, ac-tools/AC_CXX_NAMESPACES.m4, ac-tools/AC_CXX_STD.m4,
832 +        ac-tools/configure.in, src/config.h.in: Adding checks for various
833 +        features used by ANTLR
834 +
835 + 2005-12-14 13:02  tim
836 +
837 +        * src/mdParser/: MDLexer.cpp, MDLexer.hpp, MDParser.cpp,
838 +        MDParser.g, MDParser.hpp, MDTokenTypes.hpp, MDTreeParser.cpp,
839 +        MDTreeParser.g, MDTreeParser.hpp, MDTreeParserTokenTypes.hpp: fix a
840 +        nasty negative integer parsing problem by refining the grammar
841 +
842 + 2005-12-12 14:32  gezelter
843 +
844 +        * src/: UseTheForce/doForces_interface.F90,
845 +        UseTheForce/doForces_interface.h,
846 +        UseTheForce/DarkSide/electrostatic.F90,
847 +        UseTheForce/DarkSide/electrostatic_interface.F90,
848 +        UseTheForce/DarkSide/electrostatic_interface.h,
849 +        brains/MoleculeCreator.cpp, brains/SimInfo.cpp,
850 +        math/ChebyshevPolynomials.hpp, openbabel/obconversion.hpp: made
851 +        some minor changes to allow compilation with the portland group
852 +        compilers
853 +
854 + 2005-12-10 11:54  tim
855 +
856 +        * src/: types/MoleculeStamp.cpp, utils/Tuple.hpp: fixed compilation
857 +        problem for icc7
858 +
859 + 2005-12-09 16:18  gezelter
860 +
861 +        * src/utils/CaseConversion.hpp: added missing include
862 +
863 + 2005-12-09 12:11  gezelter
864 +
865 +        * configure, ac-tools/aclocal.m4: added some checks for pathscale
866 +        compiler
867 +
868 + 2005-12-08 17:05  gezelter
869 +
870 +        * src/io/ForceFieldOptions.cpp: added copyright
871 +
872 + 2005-12-08 17:04  gezelter
873 +
874 +        * src/UseTheForce/doForces.F90: added info printout
875 +
876 + 2005-12-08 17:04  gezelter
877 +
878 +        * configure, ac-tools/configure.in: added pathscale
879 +
880 + 2005-12-08 10:38  chuckv
881 +
882 +        * src/: UseTheForce/CLAYFF.cpp, UseTheForce/DUFF.cpp,
883 +        UseTheForce/EAM_FF.cpp, UseTheForce/SC_FF.cpp,
884 +        UseTheForce/SHAPES_FF.cpp, io/BendTypesSectionParser.cpp,
885 +        io/BendTypesSectionParser.hpp, io/BondTypesSectionParser.cpp,
886 +        io/BondTypesSectionParser.hpp, io/ChargeAtomTypesSectionParser.cpp,
887 +        io/ChargeAtomTypesSectionParser.hpp,
888 +        io/DirectionalAtomTypesSectionParser.cpp,
889 +        io/DirectionalAtomTypesSectionParser.hpp,
890 +        io/EAMAtomTypesSectionParser.cpp, io/EAMAtomTypesSectionParser.hpp,
891 +        io/GayBerneAtomTypesSectionParser.cpp,
892 +        io/GayBerneAtomTypesSectionParser.hpp,
893 +        io/MultipoleAtomTypesSectionParser.cpp,
894 +        io/MultipoleAtomTypesSectionParser.hpp,
895 +        io/SCAtomTypesSectionParser.cpp, io/SCAtomTypesSectionParser.hpp,
896 +        io/ShapeAtomTypesSectionParser.cpp,
897 +        io/ShapeAtomTypesSectionParser.hpp,
898 +        io/StickyAtomTypesSectionParser.cpp,
899 +        io/StickyAtomTypesSectionParser.hpp,
900 +        io/StickyPowerAtomTypesSectionParser.cpp,
901 +        io/StickyPowerAtomTypesSectionParser.hpp,
902 +        io/TorsionTypesSectionParser.cpp, io/TorsionTypesSectionParser.hpp:
903 +        Wow thats alot o' files. Now passing forceFieldOptions to all of
904 +        the parsers.
905 +
906 + 2005-12-07 18:10  chuckv
907 +
908 +        * src/UseTheForce/: CLAYFF.cpp, DUFF.cpp, EAM_FF.cpp, EAM_FF.hpp,
909 +        SHAPES_FF.cpp, SHAPES_FF.hpp: This should really break things....
910 +        Started adding support for ForceOptions to section parsers.
911 +
912 + 2005-12-07 18:01  gezelter
913 +
914 +        * src/UseTheForce/DarkSide/gb_interface.h: [no log message]
915 +
916 + 2005-12-07 18:00  chuckv
917 +
918 +        * src/io/: LennardJonesAtomTypesSectionParser.cpp,
919 +        LennardJonesAtomTypesSectionParser.hpp: Added forceOptions to
920 +        section parser
921 +
922 + 2005-12-07 14:58  chuckv
923 +
924 +        * src/UseTheForce/DarkSide/: LJ.F90, lj_interface.F90,
925 +        lj_interface.h, suttonchen.F90, suttonchen_interface.F90,
926 +        suttonchen_interface.h: Removed geometric distance mixing from
927 +        individual modules and now use force options to detemine what the
928 +        deal is.
929 +
930 + 2005-12-07 14:46  chuckv
931 +
932 +        * src/UseTheForce/: fForceOptions.h, DarkSide/fForceOptions.F90:
933 +        Further fixes for compiler issues.
934 +
935 + 2005-12-07 14:44  chuckv
936 +
937 +        * src/UseTheForce/fForceOptions.h: Fixed ifc public-private issue.
938 +
939 + 2005-12-07 14:38  chuckv
940 +
941 +        * src/UseTheForce/DarkSide/: Makefile, fForceOptions.F90,
942 +        fForceOptions_interface.F90, fForceOptions_interface.h: Added
943 +        support for fortran force options.
944 +
945 + 2005-12-06 16:01  tim
946 +
947 +        * src/types/MoleculeStamp.cpp: Fixed a bug in checkTorsion
948 +
949 + 2005-12-06 14:26  chuckv
950 +
951 +        * src/UseTheForce/: SC_FF.cpp, SC_FF.hpp: Changes to SC.
952 +
953 + 2005-12-06 12:53  chuckv
954 +
955 +        * src/applications/nanoRodBuilder/: GeometryBuilder.cpp,
956 +        GeometryBuilder.hpp, nanorodBuilder.cpp: Changes to build twinned
957 +        crystal
958 +
959 + 2005-12-06 12:52  chuckv
960 +
961 +        * src/io/: DumpWriter.cpp, DumpWriter.hpp: Overloaded interface for
962 +        dumpwriter.
963 +
964 + 2005-12-06 11:49  tim
965 +
966 +        * samples/: alkane/alkanes.md, alkane/butane.md, argon/500.md,
967 +        argon/ar864.md, argon/argonNVT.md, argon/lj.md,
968 +        dipole/splitDipole.md, dipole/splitInWater.md, dipole/split_SSD.md,
969 +        dipole/twoSplitDipole.md, dipole/water.md, gbljtest/2gb.md,
970 +        gbljtest/gb.md, gbljtest/gb2lj1.md, gbljtest/gbRotRoundX.md,
971 +        gbljtest/gbRotRoundY.md, gbljtest/gbRotRoundZ.md, gbljtest/lj.md,
972 +        lipid/5x5.md, lipid/lipid.md, lipid/water.md,
973 +        metals/Au-Core-Ag-Shell_Nanoparticle.md, metals/Au_bulk_FBD.md,
974 +        metals/Au_bulk_voter.md, metals/Au_nanoparticle.md,
975 +        metals/metals.md, minimizer/ssdEM.md, minimizer/tip4p_two.md,
976 +        minimizer/water.md, shape/linear.md,
977 +        thermoIntegration/liquid/ssde.md,
978 +        thermoIntegration/liquid/water.md, thermoIntegration/solid/ssde.md,
979 +        thermoIntegration/solid/water.md, water/dimer/cl.md,
980 +        water/dimer/mix.md, water/dimer/mix2.md, water/dimer/ssd.md,
981 +        water/dimer/tap.md, water/dimer/two.md, water/dimer/water.md,
982 +        water/spce/spce.md, water/spce/water.md, water/ssd/ssd.md,
983 +        water/ssd/water.md, water/ssd-ion/ssdCl.md, water/ssd-ion/water.md,
984 +        water/ssde/ssde.md, water/ssde/water.md, water/ssdrf/ssdrf.md,
985 +        water/ssdrf/water.md, water/tap/tap.md, water/tap/water.md,
986 +        water/tip3p_ice/tp3.md, water/tip3p_ice/water.md,
987 +        water/tip4p/tp4.md, water/tip4p/water.md, zcons/water.md,
988 +        zcons/zconsFixed.md, zcons/zconsMoving.md: remove deprecated
989 +        keywords from samples
990 +
991 + 2005-12-05 18:37  tim
992 +
993 +        * src/io/: ForceFieldOptions.cpp, ForceFieldOptions.hpp,
994 +        Globals.cpp, Makefile: Fix parsing error in OptionSectionParser
995 +
996 + 2005-12-05 17:23  gezelter
997 +
998 +        * src/: UseTheForce/CLAYFF.cpp, UseTheForce/CLAYFF.hpp,
999 +        UseTheForce/Makefile, brains/Register.cpp,
1000 +        io/ForceFieldOptions.hpp, io/OptionSectionParser.cpp: Adding
1001 +        handler for CLAY force field
1002 +
1003 + 2005-12-05 16:45  chuckv
1004 +
1005 +        * src/openbabel/: zipstream.hpp, zipstreamimpl.hpp: Fixed build bug
1006 +        in openbabel.
1007 +
1008 + 2005-12-05 14:10  tim
1009 +
1010 +        * src/types/MoleculeStamp.cpp: reformat error message
1011 +
1012 + 2005-12-05 14:07  gezelter
1013 +
1014 +        * forceFields/CLAYFF.frc: Adding .frc file for CLAYFF
1015 +
1016 + 2005-12-05 13:23  tim
1017 +
1018 +        * src/: types/AtomStamp.cpp, types/AtomStamp.hpp,
1019 +        types/BendStamp.hpp, types/MoleculeStamp.cpp,
1020 +        types/MoleculeStamp.hpp, types/TorsionStamp.hpp, utils/Tuple.hpp:
1021 +        adding more checking for topology
1022 +
1023 + 2005-12-02 17:37  gezelter
1024 +
1025 +        * src/antlr/TokenStreamRewriteEngine.cpp: Spurious semicolon
1026 +        removal
1027 +
1028 + 2005-12-02 17:37  gezelter
1029 +
1030 +        * src/config.h.in: We've made big changes.  This isn't 2.0 anymore.
1031 +
1032 + 2005-12-02 17:37  gezelter
1033 +
1034 +        * samples/cutoff/: GB-Ar-max.md, GB-Ar-mix.md,
1035 +        GB-Ar-traditional.md, cutoff_test.md, gb.md, lj.md, max.md, mix.md,
1036 +        traditional.md: removing deprecated nAtoms and nComponents lines
1037 +
1038 + 2005-12-02 15:34  tim
1039 +
1040 +        * src/selection/SelectionToken.cpp: adding SelectionToken.cpp
1041 +
1042 + 2005-12-02 15:18  tim
1043 +
1044 +        * src/types/: FragmentStamp.cpp, FragmentStamp.hpp: Adding
1045 +        FragmentStamp
1046 +
1047 + 2005-12-02 15:11  gezelter
1048 +
1049 +        * src/openbabel/: matrix3x3.cpp, matrix3x3.hpp: Errors are no
1050 +        longer thrown with consts (fixes compilation bug on the Mac).
1051 +
1052 + 2005-12-02 15:10  gezelter
1053 +
1054 +        * src/integrators/VelocityVerletIntegrator.cpp: Got rid of spurious
1055 +        printing out of timestep
1056 +
1057 + 2005-12-02 15:10  gezelter
1058 +
1059 +        * src/brains/ForceManager.cpp: Got rid of spurious printing out of
1060 +        junk
1061 +
1062 + 2005-12-02 15:10  gezelter
1063 +
1064 +        * make/Makefile.in: Change build process for libOOPSE.a so that the
1065 +        libraries aren't unpacked.  libOOPSE.a is now made directly from
1066 +        the object files
1067 +
1068 + 2005-12-02 15:09  gezelter
1069 +
1070 +        * configure, ac-tools/configure.in: added check for egrep (grep -E)
1071 +        needed for new build of libOOPSE.a
1072 +
1073 + 2005-12-02 13:43  tim
1074 +
1075 +        * src/types/DataHolder.hpp: adding DataHolder
1076 +
1077 + 2005-12-02 12:01  gezelter
1078 +
1079 +        * samples/cutoff/: GB-Ar-max.md, GB-Ar-mix.md,
1080 +        GB-Ar-traditional.md, gb-ar.in, gb.md: Added Gay-Berne / Argon test
1081 +        case for the cutoff policies
1082 +
1083 + 2005-12-02 10:38  tim
1084 +
1085 +        * make/Makefile.in: update Makefile
1086 +
1087 + 2005-12-02 10:38  tim
1088 +
1089 +        * src/: antlr/ANTLRException.hpp, antlr/ANTLRUtil.cpp,
1090 +        antlr/ANTLRUtil.hpp, antlr/AST.hpp, antlr/ASTArray.hpp,
1091 +        antlr/ASTFactory.cpp, antlr/ASTFactory.hpp, antlr/ASTNULLType.cpp,
1092 +        antlr/ASTNULLType.hpp, antlr/ASTPair.hpp, antlr/ASTRefCount.cpp,
1093 +        antlr/ASTRefCount.hpp, antlr/BaseAST.cpp, antlr/BaseAST.hpp,
1094 +        antlr/BitSet.cpp, antlr/BitSet.hpp, antlr/CharBuffer.cpp,
1095 +        antlr/CharBuffer.hpp, antlr/CharInputBuffer.hpp,
1096 +        antlr/CharScanner.cpp, antlr/CharScanner.hpp,
1097 +        antlr/CharStreamException.hpp, antlr/CharStreamIOException.hpp,
1098 +        antlr/CircularQueue.hpp, antlr/CommonAST.cpp, antlr/CommonAST.hpp,
1099 +        antlr/CommonASTWithHiddenTokens.cpp,
1100 +        antlr/CommonASTWithHiddenTokens.hpp,
1101 +        antlr/CommonHiddenStreamToken.cpp,
1102 +        antlr/CommonHiddenStreamToken.hpp, antlr/CommonToken.cpp,
1103 +        antlr/CommonToken.hpp, antlr/IOException.hpp,
1104 +        antlr/InputBuffer.cpp, antlr/InputBuffer.hpp, antlr/LLkParser.cpp,
1105 +        antlr/LLkParser.hpp, antlr/LexerSharedInputState.hpp,
1106 +        antlr/Makefile, antlr/MismatchedCharException.cpp,
1107 +        antlr/MismatchedCharException.hpp,
1108 +        antlr/MismatchedTokenException.cpp,
1109 +        antlr/MismatchedTokenException.hpp, antlr/NoViableAltException.cpp,
1110 +        antlr/NoViableAltException.hpp,
1111 +        antlr/NoViableAltForCharException.cpp,
1112 +        antlr/NoViableAltForCharException.hpp, antlr/Parser.cpp,
1113 +        antlr/Parser.hpp, antlr/ParserSharedInputState.hpp,
1114 +        antlr/RecognitionException.cpp, antlr/RecognitionException.hpp,
1115 +        antlr/RefCount.hpp, antlr/SemanticException.hpp, antlr/String.cpp,
1116 +        antlr/String.hpp, antlr/Token.cpp, antlr/Token.hpp,
1117 +        antlr/TokenBuffer.cpp, antlr/TokenBuffer.hpp,
1118 +        antlr/TokenRefCount.cpp, antlr/TokenRefCount.hpp,
1119 +        antlr/TokenStream.hpp, antlr/TokenStreamBasicFilter.cpp,
1120 +        antlr/TokenStreamBasicFilter.hpp, antlr/TokenStreamException.hpp,
1121 +        antlr/TokenStreamHiddenTokenFilter.cpp,
1122 +        antlr/TokenStreamHiddenTokenFilter.hpp,
1123 +        antlr/TokenStreamIOException.hpp,
1124 +        antlr/TokenStreamRecognitionException.hpp,
1125 +        antlr/TokenStreamRetryException.hpp,
1126 +        antlr/TokenStreamRewriteEngine.cpp,
1127 +        antlr/TokenStreamRewriteEngine.hpp, antlr/TokenStreamSelector.cpp,
1128 +        antlr/TokenStreamSelector.hpp, antlr/TokenWithIndex.hpp,
1129 +        antlr/TreeParser.cpp, antlr/TreeParser.hpp,
1130 +        antlr/TreeParserSharedInputState.hpp, antlr/config.hpp,
1131 +        applications/oopse/oopse.cpp, brains/ForceManager.cpp,
1132 +        brains/MoleculeCreator.cpp, brains/SimCreator.cpp,
1133 +        brains/SimCreator.hpp, brains/SimInfo.cpp, brains/SimInfo.hpp,
1134 +        constraints/ZconstraintForceManager.cpp,
1135 +        integrators/VelocityVerletIntegrator.cpp, io/BASS_interface.cpp,
1136 +        io/BASS_interface.h, io/BASS_parse.c, io/BASS_parse.h,
1137 +        io/BASSlex.l, io/BASSyacc.y, io/Globals.cpp, io/Globals.hpp,
1138 +        io/LinkedAssign.cpp, io/LinkedAssign.hpp, io/Makefile,
1139 +        io/ZConsReader.cpp, io/interface.c, io/make_nodes.c,
1140 +        io/make_nodes.h, io/mpiBASS.c, io/mpiBASS.h, io/node_list.h,
1141 +        io/parse_interface.h, io/parse_me.h, io/parse_tree.c,
1142 +        io/parse_tree.h, mdParser/FilenameObserver.cpp,
1143 +        mdParser/FilenameObserver.hpp, mdParser/MDLexer.cpp,
1144 +        mdParser/MDLexer.hpp, mdParser/MDParser.cpp, mdParser/MDParser.g,
1145 +        mdParser/MDParser.hpp, mdParser/MDTokenTypes.hpp,
1146 +        mdParser/MDTreeParser.cpp, mdParser/MDTreeParser.g,
1147 +        mdParser/MDTreeParser.hpp, mdParser/MDTreeParserTokenTypes.hpp,
1148 +        mdParser/Makefile, mdParser/SimplePreprocessor.hpp,
1149 +        openbabel/obconversion.cpp, openbabel/oopseformat.cpp,
1150 +        openbabel/xyzformat.cpp, primitives/RigidBody.cpp,
1151 +        selection/DistanceFinder.cpp, selection/DistanceFinder.hpp,
1152 +        selection/IndexFinder.cpp, selection/IndexFinder.hpp,
1153 +        selection/Makefile, selection/NameFinder.cpp,
1154 +        selection/NameFinder.hpp, selection/SelectionCompiler.hpp,
1155 +        selection/SelectionEvaluator.cpp, selection/SelectionEvaluator.hpp,
1156 +        selection/SelectionManager.hpp, selection/SelectionToken.hpp,
1157 +        selection/Token.cpp, selection/Token.hpp, selection/TokenMap.hpp,
1158 +        types/AtomStamp.cpp, types/AtomStamp.hpp, types/BendStamp.cpp,
1159 +        types/BendStamp.hpp, types/BondStamp.cpp, types/BondStamp.hpp,
1160 +        types/Component.cpp, types/Component.hpp,
1161 +        types/CutoffGroupStamp.cpp, types/CutoffGroupStamp.hpp,
1162 +        types/MakeStamps.cpp, types/MakeStamps.hpp, types/Makefile,
1163 +        types/MoleculeStamp.cpp, types/MoleculeStamp.hpp,
1164 +        types/RigidBodyStamp.cpp, types/RigidBodyStamp.hpp,
1165 +        types/TorsionStamp.cpp, types/TorsionStamp.hpp,
1166 +        types/ZconStamp.cpp, types/ZconStamp.hpp, types/ZconsStamp.cpp,
1167 +        types/ZconsStamp.hpp, utils/BitSet.cpp, utils/BitSet.hpp,
1168 +        utils/Makefile.in, utils/MoLocator.cpp, utils/OOPSEBitSet.cpp,
1169 +        utils/OOPSEBitSet.hpp, utils/StringTokenizer.cpp,
1170 +        utils/StringTokenizer.hpp, visitors/ZconsVisitor.cpp: End of the
1171 +        Link --> List Return of the Oject-Oriented replace yacc/lex parser
1172 +        with antlr parser
1173 +
1174 + 2005-11-30 16:00  chuckv
1175 +
1176 +        * src/applications/staticProps/: RhoZ.cpp, RhoZ.hpp: Code to
1177 +        calculate rho(Z) to calculate density profiles for water slabs.
1178 +
1179 + 2005-11-29 17:54  chuckv
1180 +
1181 +        * configure, ac-tools/configure.in: added checks for some functions
1182 +        to configure script
1183 +
1184 + 2005-11-22 20:05  chuckv
1185 +
1186 +        * src/openbabel/: Makefile, atom.cpp, bond.cpp, obatom.cpp,
1187 +        obbond.cpp: Changed file names that conflict w/ oopse file name
1188 +        object files.
1189 +
1190 + 2005-11-21 17:59  gezelter
1191 +
1192 +        * src/utils/residentMem.c: compilation bug
1193 +
1194 + 2005-11-21 17:59  gezelter
1195 +
1196 +        * src/io/: ForceFieldOptions.hpp, Globals.cpp: parsing by filepp
1197 +
1198 + 2005-11-21 17:59  gezelter
1199 +
1200 +        * src/brains/: SimInfo.cpp, SimInfo.hpp: Cutoff Mixing fixes
1201 +
1202 + 2005-11-21 17:59  gezelter
1203 +
1204 +        * src/applications/atom2mdin/: Makefile, atom2mdin.cpp: compilation
1205 +        issue
1206 +
1207 + 2005-11-21 17:58  gezelter
1208 +
1209 +        * src/UseTheForce/: ForceField.hpp, Makefile, doForces.F90,
1210 +        doForces_interface.F90, doForces_interface.h, fForceOptions.h,
1211 +        notifyCutoffs.F90, notifyCutoffs_interface.F90,
1212 +        notifyCutoffs_interface.h, DarkSide/LJ.F90,
1213 +        DarkSide/electrostatic.F90, DarkSide/gb.F90,
1214 +        DarkSide/suttonchen.F90: Cutoff mixing fixes have been made.
1215 +
1216 + 2005-11-21 11:22  tim
1217 +
1218 +        * src/io/ParamConstraint.cpp: Adding  ParamConstraint.cpp
1219 +
1220 + 2005-11-21 09:59  tim
1221 +
1222 +        * forceFields/: SMARTS_InteLigand_051110.txt, aromatic.txt,
1223 +        atomtyp.txt, bondtyp.txt, element.txt, extable.txt,
1224 +        isotope-small.txt, isotope.txt, patterns.txt, phmodel.txt,
1225 +        resdata.txt, torlib.txt, types.txt: adding openbabel data files
1226 +
1227 + 2005-11-18 15:17  tim
1228 +
1229 +        * src/: applications/atom2mdin/Makefile, openbabel/oopseformat.cpp:
1230 +        adding support for soft linking
1231 +
1232 + 2005-11-18 15:17  tim
1233 +
1234 +        * make/Makefile.in: Adding support for soft linking
1235 +
1236 + 2005-11-18 12:50  gezelter
1237 +
1238 +        * make/Makefile.in: Adding linking stuff
1239 +
1240 + 2005-11-18 11:38  tim
1241 +
1242 +        * make/Makefile.in, src/applications/atom2mdin/Makefile,
1243 +        src/applications/atom2mdin/atom2mdin.cpp,
1244 +        src/applications/mdinConverter/Makefile,
1245 +        src/applications/mdinConverter/mdinConverter.cpp,
1246 +        src/openbabel/oopseformat.cpp, src/openbabel/oopseformat.hpp:
1247 +        rename mdinConverter to atom2mdin
1248 +
1249 + 2005-11-17 15:44  gezelter
1250 +
1251 +        * src/openbabel/obconversion.cpp: fixed a bug
1252 +
1253 + 2005-11-17 15:39  gezelter
1254 +
1255 +        * configure: Adding some config checks for OpenBabel codes we are
1256 +        using
1257 +
1258 + 2005-11-17 15:39  gezelter
1259 +
1260 +        * ac-tools/configure.in: Adding some checks for OpenBabel code
1261 +
1262 + 2005-11-17 15:39  gezelter
1263 +
1264 +        * src/config.h.in: Unifying config.h stuff from OOPSE and OpenBabel
1265 +
1266 + 2005-11-17 15:38  gezelter
1267 +
1268 +        * src/openbabel/: babelconfig.hpp, base.cpp, base.hpp, bitvec.hpp,
1269 +        bondtyper.cpp, config.h.in, config.hpp, data.cpp, data.hpp,
1270 +        fingerprint.cpp, generic.hpp, grid.hpp, matrix.hpp, mol.hpp,
1271 +        obconversion.hpp, oberror.cpp, oberror.hpp, obutil.cpp, obutil.hpp,
1272 +        patty.cpp, pdbformat.hpp, phmodel.cpp, povrayformat.hpp,
1273 +        residue.cpp, rotor.cpp, smilesformat.cpp, tokenst.cpp, typer.cpp:
1274 +        Unifying config.h stuff and making sure the OpenBabel codes can
1275 +        find our default (and environment variable) Force Field
1276 +        directories.
1277 +
1278 + 2005-11-17 13:35  tim
1279 +
1280 +        * src/io/ForceFieldOptions.hpp: adding ForceFieldOptions
1281 +
1282 + 2005-11-16 18:10  tim
1283 +
1284 +        * src/: UseTheForce/DUFF.cpp, UseTheForce/ForceField.hpp,
1285 +        brains/Exclude.cpp, brains/Exclude.hpp, brains/ForceManager.cpp,
1286 +        brains/ForceManager.hpp, brains/SimCreator.cpp, brains/SimInfo.cpp,
1287 +        integrators/VelocityVerletIntegrator.cpp, io/Globals.cpp,
1288 +        io/Globals.hpp, io/Makefile, io/OptionSectionParser.cpp,
1289 +        io/OptionSectionParser.hpp, io/ParamConstraint.hpp,
1290 +        io/SectionParser.hpp, io/SectionParserManager.cpp,
1291 +        io/TorsionTypesSectionParser.cpp, math/ChebyshevPolynomials.hpp,
1292 +        math/Makefile, math/Polynomial.hpp, primitives/Bend.cpp,
1293 +        primitives/Bend.hpp, primitives/GhostBend.cpp,
1294 +        primitives/GhostBend.hpp, primitives/GhostTorsion.cpp,
1295 +        primitives/GhostTorsion.hpp, primitives/Torsion.cpp,
1296 +        primitives/Torsion.hpp, primitives/UreyBradleyBend.cpp,
1297 +        primitives/UreyBradleyBend.hpp, types/CharmmTorsionType.cpp,
1298 +        types/CharmmTorsionType.hpp, types/CubicTorsionType.hpp,
1299 +        types/PolynomialTorsionType.hpp, types/QuarticTorsionType.hpp,
1300 +        types/TorsionType.hpp, utils/StringUtils.hpp: OptionSectionParser
1301 +        get compiled
1302 +
1303 + 2005-11-16 16:37  chuckv
1304 +
1305 +        * src/: io/Globals.cpp, io/Globals.hpp, io/OptionSectionParser.cpp,
1306 +        io/OptionSectionParser.hpp, io/SCAtomTypesSectionParser.cpp,
1307 +        UseTheForce/SC_FF.cpp, utils/ParameterManager.hpp: ForceField
1308 +        optional parameters....
1309 +
1310 + 2005-11-16 16:24  tim
1311 +
1312 +        * src/applications/mdinConverter/: Makefile, mdinConverter.cpp:
1313 +        adding mdinConverter
1314 +
1315 + 2005-11-16 16:22  tim
1316 +
1317 +        * src/openbabel/: Makefile, amberformat.cpp, amberformat.hpp,
1318 +        fingerprint.hpp, fingerprintformat.cpp, fingerprintformat.hpp,
1319 +        gromos96format.cpp, gromos96format.hpp, oopseformat.cpp,
1320 +        oopseformat.hpp, pdbformat.cpp, pdbformat.hpp, povrayformat.cpp,
1321 +        povrayformat.hpp, smilesformat.cpp, smilesformat.hpp,
1322 +        tinkerformat.cpp, tinkerformat.hpp, xyzformat.cpp, xyzformat.hpp:
1323 +        adding more readers/writers
1324 +
1325 + 2005-11-16 16:20  tim
1326 +
1327 +        * make/Makefile.in: adding openbabel
1328 +
1329 + 2005-11-16 16:20  tim
1330 +
1331 +        * src/brains/: Register.cpp, Register.hpp: register openbabel
1332 +        readers/writers
1333 +
1334 + 2005-11-16 14:57  chrisfen
1335 +
1336 +        * src/UseTheForce/DarkSide/electrostatic.F90: included shifted
1337 +        potential self term
1338 +
1339 + 2005-11-16 14:57  chrisfen
1340 +
1341 +        * samples/water/spce/spce.md: just some parameters
1342 +
1343 + 2005-11-16 14:42  tim
1344 +
1345 +        * src/openbabel/: Makefile, aromatic.hpp, atom.cpp, atomtyp.hpp,
1346 +        babelconfig.hpp, base.cpp, base.hpp, bitvec.cpp, bitvec.hpp,
1347 +        bond.cpp, bondtyp.hpp, bondtyper.cpp, bondtyper.hpp, chains.cpp,
1348 +        chains.hpp, chiral.cpp, chiral.hpp, config.h.in, config.hpp,
1349 +        data.cpp, data.hpp, element.hpp, extable.hpp, fingerprint.cpp,
1350 +        fingerprint.hpp, generic.cpp, generic.hpp, grid.cpp, grid.hpp,
1351 +        isotope.hpp, kekulize.cpp, matrix.cpp, matrix.hpp, matrix3x3.cpp,
1352 +        matrix3x3.hpp, mol.cpp, mol.hpp, molchrg.cpp, molchrg.hpp,
1353 +        obconversion.cpp, obconversion.hpp, obconversion.lo, oberror.cpp,
1354 +        oberror.hpp, obiter.cpp, obiter.hpp, obmolecformat.hpp, obutil.cpp,
1355 +        obutil.hpp, oopseformat.cpp, parsmart.cpp, parsmart.hpp, patty.cpp,
1356 +        patty.hpp, pdbformat.cpp, phmodel.cpp, phmodel.hpp,
1357 +        phmodeldata.hpp, rand.cpp, reaction.hpp, resdata.hpp, residue.cpp,
1358 +        ring.cpp, ring.hpp, rotamer.cpp, rotamer.hpp, rotor.cpp, rotor.hpp,
1359 +        snprintf.c, snprintf.h, strncasecmp.c, tinkerformat.cpp,
1360 +        tokenst.cpp, torlib.hpp, transform.cpp, typer.cpp, typer.hpp,
1361 +        types.hpp, vector3.cpp, vector3.hpp, xyzformat.cpp, zipstream.hpp,
1362 +        zipstreamimpl.hpp: adding openbabel
1363 +
1364 + 2005-11-15 14:42  chrisfen
1365 +
1366 +        * src/UseTheForce/DarkSide/electrostatic.F90: removed unnecessary
1367 +        commented code
1368 +
1369 + 2005-11-15 14:04  chrisfen
1370 +
1371 +        * src/UseTheForce/DarkSide/electrostatic.F90: cleaned up the
1372 +        charge-charge interactions a bit...
1373 +
1374 + 2005-11-15 14:03  chrisfen
1375 +
1376 +        * samples/water/spce/: spce.md, water.md: just playing
1377 +
1378 + 2005-11-15 11:38  chrisfen
1379 +
1380 +        * src/UseTheForce/DarkSide/electrostatic.F90: fixed a bug in the
1381 +        shifted_potential case
1382 +
1383 + 2005-11-15 11:37  chrisfen
1384 +
1385 +        * samples/: argon/500.md, water/spce/spce.md, water/spce/water.md:
1386 +        just playing around - we need to refresh all the samples sometime
1387 +        soon...
1388 +
1389 + 2005-11-15 11:18  chuckv
1390 +
1391 +        * src/UseTheForce/: SC_FF.cpp, DarkSide/suttonchen.F90: Made
1392 +        preforce calc public in suttonchen.
1393 +
1394 + 2005-11-15 11:05  chuckv
1395 +
1396 +        * src/brains/: SimInfo.cpp, fSimulation.h: Sutton-Chen added to
1397 +        SimInfo
1398 +
1399 + 2005-11-15 11:01  chuckv
1400 +
1401 +        * src/UseTheForce/: doForces.F90, DarkSide/fInteractionMap.h,
1402 +        DarkSide/simulation.F90: Added Sutton-Chen to force loop...
1403 +
1404 + 2005-11-15 10:34  chuckv
1405 +
1406 +        * forceFields/Makefile: Added sutton-chen to makefile.
1407 +
1408 + 2005-11-14 17:20  chuckv
1409 +
1410 +        * src/UseTheForce/DarkSide/: suttonchen.F90,
1411 +        suttonchen_interface.h: Build Fixes for sutton-chen.
1412 +
1413 + 2005-11-14 17:03  chuckv
1414 +
1415 +        * src/io/Makefile: Missed makefile for sutton-chen.
1416 +
1417 + 2005-11-14 17:03  chuckv
1418 +
1419 +        * src/UseTheForce/: Makefile, DarkSide/Makefile,
1420 +        DarkSide/atype.F90, DarkSide/atype_interface.F90: Sutton-chen stuff
1421 +
1422 + 2005-11-14 16:29  chuckv
1423 +
1424 +        * src/: UseTheForce/SC_FF.cpp, UseTheForce/SC_FF.hpp,
1425 +        io/SCAtomTypesSectionParser.cpp, io/SCAtomTypesSectionParser.hpp,
1426 +        UseTheForce/DarkSide/suttonchen.F90,
1427 +        UseTheForce/DarkSide/suttonchen_interface.F90,
1428 +        UseTheForce/DarkSide/suttonchen_interface.h, brains/Register.cpp,
1429 +        brains/fSimulation.h, types/AtomType.cpp, types/AtomType.hpp,
1430 +        types/AtomTypeProperties.h: Sutton-Chen almost done. Just need to
1431 +        fix do_forces to use Sutton-Chen.
1432 +
1433 + 2005-11-11 12:21  chrisfen
1434 +
1435 +        * src/UseTheForce/DarkSide/: fSwitchingFunctionType.h,
1436 +        switcheroo_interface.F90, switcheroo_interface.h: Forgot to add
1437 +        some files
1438 +
1439 + 2005-11-11 10:22  chrisfen
1440 +
1441 +        * src/: brains/SimInfo.cpp, brains/SimInfo.hpp, io/DumpWriter.cpp,
1442 +        io/Globals.cpp, io/Globals.hpp: added in a 5th order polynomial
1443 +        switching function option
1444 +
1445 + 2005-11-11 10:21  chrisfen
1446 +
1447 +        * src/UseTheForce/DarkSide/: Makefile, switcheroo.F90: added in a
1448 +        5th order polynomial switching function
1449 +
1450 + 2005-11-11 10:21  chrisfen
1451 +
1452 +        * samples/water/ssd/ssd.md: playing with switching functions again
1453 +
1454 + 2005-11-11 10:21  chrisfen
1455 +
1456 +        * samples/argon/500.md: playing with switching functions
1457 +
1458 + 2005-11-08 19:11  chuckv
1459 +
1460 +        * forceFields/: SuttonChen.QSC.frc, SuttonChen.SC.frc: Added force
1461 +        files for Sutton-Chen and Quantum Sutton-Chen
1462 +
1463 + 2005-11-08 08:32  chrisfen
1464 +
1465 +        * src/io/: DumpReader.cpp, DumpReader.hpp, DumpWriter.cpp,
1466 +        DumpWriter.hpp, Globals.cpp, Globals.hpp: Added a keyword and
1467 +        ability to output forces and torques
1468 +
1469 + 2005-11-08 08:32  chrisfen
1470 +
1471 +        * src/brains/: SimInfo.cpp, fSimulation.h: Added a keyword for
1472 +        output of forces and torques
1473 +
1474 + 2005-11-08 08:31  chrisfen
1475 +
1476 +        * src/UseTheForce/DarkSide/: electrostatic.F90, simulation.F90:
1477 +        Working on shifted_force...
1478 +
1479 + 2005-11-08 08:31  chrisfen
1480 +
1481 +        * samples/water/: spce/spce.md, ssde/ssde.md: Just testing...
1482 +
1483 + 2005-11-03 18:22  chrisfen
1484 +
1485 +        * src/UseTheForce/DarkSide/electrostatic.F90: removed a poorly
1486 +        commented section
1487 +
1488 + 2005-11-03 18:12  chrisfen
1489 +
1490 +        * src/: UseTheForce/DarkSide/electrostatic.F90,
1491 +        UseTheForce/DarkSide/fElectrostaticScreeningMethod.h,
1492 +        UseTheForce/DarkSide/fScreeningMethod.h, brains/SimInfo.cpp,
1493 +        io/Globals.cpp, io/Globals.hpp: improvements in shifted-force
1494 +
1495 + 2005-11-03 18:11  chrisfen
1496 +
1497 +        * samples/water/spce/spce.md: mmm...  damped shifted force...
1498 +
1499 + 2005-11-03 18:06  chuckv
1500 +
1501 +        * src/UseTheForce/DarkSide/suttonchen.F90: More work on SC.
1502 +
1503 + 2005-11-02 18:50  chuckv
1504 +
1505 +        * src/UseTheForce/DarkSide/suttonchen.F90: More work on suttonchen.
1506 +
1507 + 2005-11-02 16:01  chrisfen
1508 +
1509 +        * src/UseTheForce/: doForces.F90, DarkSide/electrostatic.F90:
1510 +        removed some test code
1511 +
1512 + 2005-11-02 15:45  chrisfen
1513 +
1514 +        * src/UseTheForce/DarkSide/fScreeningMethod.h: forgot to add the
1515 +        screening method header
1516 +
1517 + 2005-11-02 15:36  chrisfen
1518 +
1519 +        * src/brains/SimInfo.cpp: again, changing how we deal with
1520 +        summation and screening methods
1521 +
1522 + 2005-11-02 15:36  chrisfen
1523 +
1524 +        * src/: UseTheForce/DarkSide/electrostatic.F90,
1525 +        UseTheForce/DarkSide/electrostatic_interface.F90,
1526 +        UseTheForce/DarkSide/electrostatic_interface.h,
1527 +        UseTheForce/DarkSide/fElectrostaticSummationMethod.h,
1528 +        io/Globals.cpp, io/Globals.hpp: changing how we deal with summation
1529 +        and screening methods
1530 +
1531 + 2005-11-02 15:35  chrisfen
1532 +
1533 +        * src/UseTheForce/doForces.F90: debug stuff for rf removed
1534 +
1535 + 2005-11-01 18:32  chuckv
1536 +
1537 +        * src/: UseTheForce/DarkSide/atype.F90,
1538 +        UseTheForce/DarkSide/atype_interface.F90,
1539 +        UseTheForce/DarkSide/suttonchen.F90, types/AtomType.cpp,
1540 +        types/AtomTypeProperties.h: Added suppport to atypes for MEAM and
1541 +        sutton-chen
1542 +
1543 + 2005-11-01 14:24  chrisfen
1544 +
1545 +        * src/UseTheForce/: doForces.F90, DarkSide/electrostatic.F90:
1546 +        removed some testing code...
1547 +
1548 + 2005-11-01 14:14  chrisfen
1549 +
1550 +        * src/: brains/Register.cpp, brains/SimInfo.cpp,
1551 +        brains/fSimulation.h, integrators/IntegratorFactory.hpp,
1552 +        io/Globals.cpp: fixed a capitalization problem with NPT integrator
1553 +        initialization
1554 +
1555 + 2005-11-01 14:13  chrisfen
1556 +
1557 +        * src/applications/oopse/oopse.cpp: nothing
1558 +
1559 + 2005-11-01 14:09  chrisfen
1560 +
1561 +        * src/UseTheForce/: doForces.F90, DarkSide/electrostatic.F90,
1562 +        DarkSide/simulation.F90: still fixing up wolf...
1563 +
1564 + 2005-11-01 13:29  chuckv
1565 +
1566 +        * src/UseTheForce/DarkSide/: fInteractionMap.h, suttonchen.F90: In
1567 +        process of adding sutton-chen forcefield.
1568 +
1569 + 2005-10-26 18:32  chrisfen
1570 +
1571 +        * src/brains/SimInfo.cpp: changed the default switching radius to
1572 +        85% of rcut
1573 +
1574 + 2005-10-26 18:31  chrisfen
1575 +
1576 +        * src/UseTheForce/DarkSide/electrostatic.F90: reaction field looks
1577 +        to be working now - for charges and dipoles alike
1578 +
1579 + 2005-10-26 18:31  chrisfen
1580 +
1581 +        * src/UseTheForce/doForces.F90: reaction field looks to be working
1582 +        now
1583 +
1584 + 2005-10-26 18:30  chrisfen
1585 +
1586 +        * samples/water/ssdrf/water.md: added a test molecule
1587 +
1588 + 2005-10-26 18:30  chrisfen
1589 +
1590 +        * forceFields/DUFF2.frc: added a test atom type
1591 +
1592 + 2005-10-24 09:06  chrisfen
1593 +
1594 +        * src/UseTheForce/DarkSide/electrostatic.F90: added charge-dipole
1595 +        reaction field - don't know if it works...
1596 +
1597 + 2005-10-23 16:08  chrisfen
1598 +
1599 +        * src/: UseTheForce/doForces.F90,
1600 +        UseTheForce/DarkSide/electrostatic.F90, primitives/RigidBody.cpp:
1601 +        streamlined reaction field for dipoles (now a good bit faster) and
1602 +        added reaction field for charges - still need to do charge-dipole
1603 +        RF
1604 +
1605 + 2005-10-23 16:07  chrisfen
1606 +
1607 +        * samples/water/ssdrf/ssdrf.md: minor changes when testing reaction
1608 +        field
1609 +
1610 + 2005-10-23 16:06  chrisfen
1611 +
1612 +        * samples/water/spce/spce.md: reaction field now works for charges
1613 +
1614 + 2005-10-20 15:27  tim
1615 +
1616 +        * src/primitives/Torsion.cpp: Fix the other branch of force
1617 +        calculation in Torision.cpp
1618 +
1619 + 2005-10-19 14:24  chrisfen
1620 +
1621 +        * src/: UseTheForce/doForces.F90,
1622 +        UseTheForce/DarkSide/electrostatic.F90,
1623 +        UseTheForce/DarkSide/simulation.F90, applications/oopse/oopse.cpp,
1624 +        brains/ForceManager.cpp, brains/SimInfo.cpp: Still had some globals
1625 +        toUpper problems - these changes should fix those...
1626 +
1627 + 2005-10-19 14:23  chrisfen
1628 +
1629 +        * samples/water/ssdrf/ssdrf.md: nothing
1630 +
1631 + 2005-10-19 12:03  gezelter
1632 +
1633 +        * src/UseTheForce/DarkSide/gb.F90: fixed an MPI compilation bug in
1634 +        GayBerne
1635 +
1636 + 2005-10-19 11:49  tim
1637 +
1638 +        * src/: UseTheForce/DarkSide/fInteractionMap.h,
1639 +        brains/ForceManager.cpp: fix an index mismathcing between c and
1640 +        fortran
1641 +
1642 + 2005-10-18 18:03  gezelter
1643 +
1644 +        * samples/cutoff/: lj.md, max.md, mix.md, traditional.md: added
1645 +        samples for the cutoff methods that Yang Zheng has been working on
1646 +
1647 + 2005-10-18 16:13  gezelter
1648 +
1649 +        * src/UseTheForce/DarkSide/gb.F90: fixed gb/lj and gb/gb torques
1650 +        and a rotation matrix bug
1651 +
1652 + 2005-10-18 16:13  gezelter
1653 +
1654 +        * samples/gbljtest/: 2gb.in, 2gb.md, gb.md, gb2lj1.in, gb2lj1.md,
1655 +        gbRotRoundY.in, gbRotRoundY.md, gbRotRoundZ.in, gbRotRoundZ.md:
1656 +        added a few GB test cases
1657 +
1658 + 2005-10-18 16:13  gezelter
1659 +
1660 +        * forceFields/DUFF2.frc: Fixing GB parameters
1661 +
1662 + 2005-10-18 13:36  kdaily
1663 +
1664 +        * forceFields/DUFF2.frc: Changed the parameters for the Gay-Berne
1665 +        type
1666 +
1667 + 2005-10-18 10:01  chrisfen
1668 +
1669 +        * src/: UseTheForce/doForces.F90, UseTheForce/notifyCutoffs.F90,
1670 +        UseTheForce/DarkSide/Makefile,
1671 +        UseTheForce/DarkSide/electrostatic.F90,
1672 +        UseTheForce/DarkSide/electrostatic_interface.F90,
1673 +        UseTheForce/DarkSide/electrostatic_interface.h,
1674 +        UseTheForce/DarkSide/reactionField.F90, brains/SimInfo.cpp: merged
1675 +        reaction field with electrostatics.F90
1676 +
1677 + 2005-10-17 18:13  tim
1678 +
1679 +        * src/: brains/ForceManager.cpp, brains/Stats.cpp,
1680 +        brains/Stats.hpp, integrators/VelocityVerletIntegrator.cpp,
1681 +        io/BASS_interface.h, io/Globals.cpp, io/StatWriter.cpp,
1682 +        io/StatWriter.hpp: Customized StatWriter is working
1683 +
1684 + 2005-10-17 17:42  kdaily
1685 +
1686 +        * src/UseTheForce/DarkSide/gb.F90: using notation from Cleaver
1687 +        paper
1688 +
1689 + 2005-10-17 16:47  gezelter
1690 +
1691 +        * src/UseTheForce/DarkSide/gb.F90: bugtracking gb
1692 +
1693 + 2005-10-17 14:24  tim
1694 +
1695 +        * src/io/ParamConstraint.hpp: Another bug fix
1696 +
1697 + 2005-10-17 14:22  tim
1698 +
1699 +        * src/io/: Globals.hpp, ParamConstraint.hpp: fix some namespace
1700 +        issues in Globals
1701 +
1702 + 2005-10-17 14:12  gezelter
1703 +
1704 +        * src/: UseTheForce/DUFF.cpp, UseTheForce/doForces.F90,
1705 +        UseTheForce/DarkSide/Makefile, UseTheForce/DarkSide/gb.F90,
1706 +        UseTheForce/DarkSide/gb_interface.F90,
1707 +        UseTheForce/DarkSide/gb_interface.h,
1708 +        io/GayBerneAtomTypesSectionParser.cpp,
1709 +        types/DirectionalAtomType.cpp, types/DirectionalAtomType.hpp:
1710 +        changing GB architecture
1711 +
1712 + 2005-10-17 14:12  gezelter
1713 +
1714 +        * samples/gbljtest/: gbRotRoundX.in, gbRotRoundY.in,
1715 +        gbRotRoundZ.in: Adding samples for gb tests
1716 +
1717 + 2005-10-16 22:06  tim
1718 +
1719 +        * src/io/: Globals.cpp, Globals.hpp: fix a seg fault when try copy
1720 +        a  string to event's err_msg, there are still tons of memory
1721 +        leaking problem in Globals
1722 +
1723 + 2005-10-16 19:51  tim
1724 +
1725 +        * src/io/: Globals.cpp, Globals.hpp, ParamConstraint.hpp: Change
1726 +        error message in Globals
1727 +
1728 + 2005-10-14 16:43  tim
1729 +
1730 +        * src/io/: Globals.cpp, ParamConstraint.hpp: Constraints for
1731 +        parameters are working now
1732 +
1733 + 2005-10-14 11:43  gezelter
1734 +
1735 +        * samples/gbljtest/: gb.md, lj.md: Adding .md files for GB/LJ tests
1736 +
1737 + 2005-10-14 11:05  gezelter
1738 +
1739 +        * samples/gbljtest/: gbRotRoundX.in, gbRotRoundX.md,
1740 +        gbRotRoundY.in, gbRotRoundY.md, gbRotRoundZ.in, gbRotRoundZ.md:
1741 +        Adding some Gay Berne tests
1742 +
1743 + 2005-10-14 11:05  gezelter
1744 +
1745 +        * samples/cutoff/: cutoff_test.in, cutoff_test.md: Adding some
1746 +        cutoff tests
1747 +
1748 + 2005-10-14 10:44  kdaily
1749 +
1750 +        * forceFields/DUFF2.frc, src/UseTheForce/DUFF.cpp,
1751 +        src/UseTheForce/doForces.F90, src/UseTheForce/DarkSide/gb.F90,
1752 +        src/UseTheForce/DarkSide/gb_interface.F90,
1753 +        src/UseTheForce/DarkSide/gb_interface.h: Add parts for the GayBerne
1754 +        LJ
1755 +
1756 + 2005-10-14 09:48  tim
1757 +
1758 +        * src/io/ParamConstraint.hpp: Adding Parameter Constraint class
1759 +
1760 + 2005-10-14 09:18  chrisfen
1761 +
1762 +        * samples/thermoIntegration/liquid/ssde.md,
1763 +        samples/thermoIntegration/solid/ssde.md, src/io/Globals.cpp,
1764 +        src/restraints/Restraints.cpp: added default restraint spring
1765 +        constants into Globals
1766 +
1767 + 2005-10-13 17:26  tim
1768 +
1769 +        * src/: applications/oopse/oopse.cpp, brains/ForceManager.cpp,
1770 +        brains/SimCreator.cpp, brains/SimInfo.cpp, brains/Snapshot.hpp,
1771 +        constraints/ZconstraintForceManager.cpp,
1772 +        integrators/Integrator.cpp, integrators/NPT.cpp,
1773 +        integrators/NVT.cpp, integrators/Velocitizer.cpp, io/Globals.cpp,
1774 +        io/Globals.hpp, io/ZConsReader.cpp, minimizers/Minimizer.cpp,
1775 +        minimizers/MinimizerParameterSet.cpp, restraints/Restraints.cpp,
1776 +        restraints/ThermoIntegrationForceManager.cpp,
1777 +        visitors/ZconsVisitor.cpp: rewrite Globals
1778 +
1779 + 2005-10-12 16:57  chuckv
1780 +
1781 +        * src/brains/ForceManager.cpp: Fix to forceManager to pass
1782 +        potential array to fortran.
1783 +
1784 + 2005-10-12 16:00  gezelter
1785 +
1786 +        * src/primitives/: DirectionalAtom.cpp, RigidBody.cpp: Don't
1787 +        remember what we did
1788 +
1789 + 2005-10-12 16:00  gezelter
1790 +
1791 +        * src/UseTheForce/: doForces.F90, doForces_interface.F90,
1792 +        DarkSide/LJ.F90, DarkSide/eam.F90, DarkSide/fInteractionMap.h,
1793 +        DarkSide/force_globals.F90, DarkSide/gb.F90, DarkSide/shapes.F90,
1794 +        DarkSide/sticky.F90: simplifying long range potential array
1795 +
1796 + 2005-10-12 16:00  gezelter
1797 +
1798 +        * samples/cutoff/: cutoff_test.in, cutoff_test.md: Testing new
1799 +        cutoff methods
1800 +
1801 + 2005-10-12 16:00  gezelter
1802 +
1803 +        * forceFields/DUFF2.frc: Messing with 2-point water models
1804 +
1805 + 2005-10-12 15:22  chuckv
1806 +
1807 +        * src/UseTheForce/doForces_interface.F90: Breaky, Breaky: c-fortran
1808 +        interface now expects an array for pot.
1809 +
1810 + 2005-10-12 15:18  chuckv
1811 +
1812 +        * src/UseTheForce/: doForces.F90, DarkSide/gb.F90,
1813 +        DarkSide/shapes.F90, DarkSide/sticky.F90: More Change goodness for
1814 +        calculation of potential.
1815 +
1816 + 2005-10-12 14:55  chuckv
1817 +
1818 +        * src/UseTheForce/doForces.F90: More changes to MPI potential
1819 +        calculations.
1820 +
1821 + 2005-10-12 13:59  chuckv
1822 +
1823 +        * src/UseTheForce/: doForces.F90, DarkSide/LJ.F90,
1824 +        DarkSide/eam.F90, DarkSide/electrostatic.F90,
1825 +        DarkSide/fInteractionMap.h, DarkSide/force_globals.F90,
1826 +        DarkSide/gb.F90, DarkSide/shapes.F90, DarkSide/sticky.F90: Breaky
1827 +        Breaky: Add Support for seperating potential contributions.
1828 +
1829 + 2005-10-11 17:00  chuckv
1830 +
1831 +        * src/UseTheForce/doForces.F90: Free some variables that weren't
1832 +        freed before.
1833 +
1834 + 2005-10-11 16:59  chuckv
1835 +
1836 +        * src/applications/nanoRodBuilder/: Geometry.cpp, Geometry.hpp,
1837 +        GeometryCreator.hpp, GeometryFactory.cpp: Design change for nanoRod
1838 +        builder --twinned.
1839 +
1840 + 2005-10-11 16:57  chuckv
1841 +
1842 +        * src/applications/nanoparticleBuilder/: nanoparticleBuilder.cpp,
1843 +        nanoparticleBuilder.ggo, nanoparticleBuilderCmd.c,
1844 +        nanoparticleBuilderCmd.h, sphericalNanoparticle.cpp,
1845 +        sphericalNanoparticle.hpp: Added code for nanoparticle builder to
1846 +        cvs.
1847 +
1848 + 2005-10-10 16:34  chuckv
1849 +
1850 +        * src/UseTheForce/doForces.F90: Bug fix, undeclared local variable
1851 +        in MPI.
1852 +
1853 + 2005-10-10 16:20  chuckv
1854 +
1855 +        * src/UseTheForce/doForces.F90: Fixed MPI bug with Row and Column
1856 +        indexing of groupToGtype. We now have two seperate maps
1857 +        groupToGtypeRow and groupToGypeCol. GroupToGtypeCol is a pointer
1858 +        that is set to groupToGtypeRow in the single processor version.
1859 +
1860 + 2005-10-06 13:44  chrisfen
1861 +
1862 +        * samples/water/: dimer/water.md, spce/water.md, ssd/water.md,
1863 +        ssd-ion/water.md, ssde/water.md, ssdrf/water.md, tap/water.md,
1864 +        tip3p_ice/water.md, tip4p/water.md: fixing up the samples
1865 +
1866 + 2005-10-05 16:12  tim
1867 +
1868 +        * src/primitives/RigidBody.cpp: There is still something wrong with
1869 +        inertia tensor projection
1870 +
1871 + 2005-10-05 14:35  tim
1872 +
1873 +        * src/primitives/RigidBody.cpp: erase output of inertia tensor.
1874 +        There is still something wrong with current implementation.
1875 +
1876 + 2005-10-05 14:34  tim
1877 +
1878 +        * src/brains/MoleculeCreator.cpp: fix a bug in creating
1879 +        cutoffGroup. When cutoffGroup is turned off, there is a mismatch
1880 +        between group and center of mass array
1881 +
1882 + 2005-10-05 14:12  tim
1883 +
1884 +        * src/primitives/RigidBody.cpp: fix a bug in creating cutoffGroup.
1885 +        When cutoffGroup is turned off, there is a mismatch between group
1886 +        and center of mass array
1887 +
1888 + 2005-10-04 14:34  chrisfen
1889 +
1890 +        * src/brains/: ForceManager.cpp, SimInfo.cpp: fixed an annoying
1891 +        mass ratio bug that results in simulation failure with massless
1892 +        particles
1893 +
1894 + 2005-10-04 14:33  chrisfen
1895 +
1896 +        * src/UseTheForce/DarkSide/electrostatic.F90: maybe some work on
1897 +        wolf
1898 +
1899 + 2005-10-04 14:32  chrisfen
1900 +
1901 +        * samples/water/dimer/two.md, samples/water/dimer/water.md,
1902 +        samples/water/tip3p_ice/tp3.md, samples/water/tip3p_ice/water.md,
1903 +        samples/water/tip4p/tp4.md, src/UseTheForce/doForces.F90: just some
1904 +        random changes when testing
1905 +
1906 + 2005-10-03 10:54  tim
1907 +
1908 +        * src/primitives/: DirectionalAtom.cpp, RigidBody.cpp: fix a bug in
1909 +        projecting the inertia tensor of directional atom in rigibody into
1910 +        rigidbody's body frame (previous commit is wrong)
1911 +
1912 + 2005-10-03 09:31  tim
1913 +
1914 +        * src/primitives/RigidBody.cpp: fix a bug in projecting the inertia
1915 +        tensor of directional atom in rigibody into rigidbody's body frame
1916 +
1917 + 2005-09-28 13:47  chrisfen
1918 +
1919 +        * src/UseTheForce/DarkSide/electrostatic.F90: working on wolf
1920 +
1921 + 2005-09-28 13:46  chrisfen
1922 +
1923 +        * samples/water/: dimer/cl.md, dimer/mix.md, dimer/mix2.md,
1924 +        dimer/ssd.md, dimer/tap.md, dimer/two.md, spce/spce.md, ssd/ssd.md,
1925 +        ssd-ion/ssdCl.md, ssde/ssde.md, tap/tap.md, tip3p_ice/tp3.md,
1926 +        tip4p/tp4.md: fixed some samples
1927 +
1928 + 2005-09-28 13:46  chrisfen
1929 +
1930 +        * ChangeLog: updated
1931 +
1932 + 2005-09-28 11:55  tim
1933 +
1934 +        * src/math/SquareMatrix3.hpp: using epsilon instead of 0.0 to avoid
1935 +        divergence in rotation matrix to quaternion transformation
1936 +
1937 + 2005-09-28 11:32  gezelter
1938 +
1939 +        * src/primitives/RigidBody.cpp: Rotation matrix multiplication
1940 +        order error
1941 +
1942 + 2005-09-28 11:32  gezelter
1943 +
1944 +        * src/io/DumpReader.cpp: tracking down quaternion bug
1945 +
1946 + 2005-09-28 11:32  gezelter
1947 +
1948 +        * forceFields/DUFF2.frc: Added DIP atom types for 2-point water
1949 +        model
1950 +
1951 + 2005-09-27 15:02  tim
1952 +
1953 +        * src/math/SquareMatrix3.hpp: fix a bug in convert rotation matrix
1954 +        to quaternion
1955 +
1956 + 2005-09-26 13:38  chuckv
1957 +
1958 +        * src/UseTheForce/DarkSide/electrostatic.F90: Added define for ifc
1959 +        7 so derfc is external. Other compilers should treat erfc as
1960 +        intrinsic.
1961 +
1962 + 2005-09-26 12:07  chuckv
1963 +
1964 +        * src/UseTheForce/DarkSide/electrostatic.F90: Changed erfc to derfc
1965 +        and declared it to be external to fix issure with ifc7. Hopefully
1966 +        this will not cause a problem with other compilers where derfc is
1967 +        an intrinsic function.
1968 +
1969 + 2005-09-26 11:42  chuckv
1970 +
1971 +        * src/UseTheForce/DarkSide/simulation.F90: MPI fix for SimHasAtype
1972 +        in simulation module. We needed a seperate receive buffer.
1973 +
1974 + 2005-09-26 10:58  chuckv
1975 +
1976 +        * src/: brains/SimInfo.cpp, io/Globals.cpp, io/Globals.hpp: Added
1977 +        support for skinThickness keyword to Globals.
1978 +
1979 + 2005-09-26 10:56  tim
1980 +
1981 +        * src/io/DumpReader.cpp: fix a typo in DumpReader
1982 +
1983 + 2005-09-26 09:27  chrisfen
1984 +
1985 +        * samples/: minimizer/tip4p_two.md,
1986 +        thermoIntegration/liquid/ssde.md, thermoIntegration/solid/ssde.md,
1987 +        water/dimer/cl.md, water/dimer/mix.md, water/dimer/mix2.md,
1988 +        water/dimer/ssd.md, water/dimer/tap.md, water/dimer/two.md,
1989 +        water/spce/spce.md, water/ssd/ssd.md, water/ssd-ion/ssdCl.md,
1990 +        water/ssde/ssde.md, water/tap/tap.md, water/tip3p_ice/tp3.md,
1991 +        water/tip4p/tp4.md: fixing up some samples
1992 +
1993 + 2005-09-24 12:39  chrisfen
1994 +
1995 +        * src/UseTheForce/DarkSide/electrostatic.F90: slowdown fixed - now
1996 +        roughly the same speed as the old version when using dipoles
1997 +        
1998 +        energies are now exactly the same between the old version of OOPSE
1999 +        and this version
2000 +
2001 + 2005-09-24 12:38  chrisfen
2002 +
2003 +        * samples/water/ssdrf/ssdrf.md: turned rf on
2004 +
2005 + 2005-09-23 15:31  chuckv
2006 +
2007 +        * src/UseTheForce/doForces.F90: Fixed "dum-dum" where we ignore the
2008 +        skin thickness and hardcode listSkin to be 1.0. We now get listskin
2009 +        from skin. This will get fixed to where we can manually set skin
2010 +        thickness.
2011 +
2012 + 2005-09-22 13:50  gezelter
2013 +
2014 +        * src/math/derfc.F90: added error function
2015 +
2016 + 2005-09-21 19:08  chuckv
2017 +
2018 +        * src/integrators/Velocitizer.cpp: Removed print statement for
2019 +        angular momentum and inertia tensor from velocitizer.
2020 +
2021 + 2005-09-21 19:04  chuckv
2022 +
2023 +        * src/integrators/Velocitizer.cpp: Removed print statements for
2024 +        remove angular momentum.
2025 +
2026 + 2005-09-21 18:45  chuckv
2027 +
2028 +        * src/UseTheForce/DarkSide/LJ.F90: Bug fix: If we are not using LJ
2029 +        (say we are using EAM), we probably shouldn't rebuild the LJ mixing
2030 +        map.
2031 +
2032 + 2005-09-21 15:59  tim
2033 +
2034 +        * src/io/: DumpReader.cpp, DumpReader.hpp, DumpWriter.cpp:
2035 +        DumpReader using pure c++ io
2036 +
2037 + 2005-09-21 12:20  chrisfen
2038 +
2039 +        * src/UseTheForce/: doForces.F90, DarkSide/LJ.F90: Fixed a
2040 +        defaultCutoff bug (HEMES!)
2041 +
2042 + 2005-09-20 17:13  gezelter
2043 +
2044 +        * make/Makefile.in: libz additions
2045 +
2046 + 2005-09-20 17:03  gezelter
2047 +
2048 +        * configure, ac-tools/aclocal.m4, ac-tools/configure.in,
2049 +        src/config.h.in: added check for zlib in configure
2050 +
2051 + 2005-09-20 16:22  tim
2052 +
2053 +        * src/io/: DumpWriter.cpp, DumpWriter.hpp, Makefile, gzstream.cpp,
2054 +        gzstream.hpp, zipstream.hpp: adding zlib support for DumpWriter
2055 +
2056 + 2005-09-20 11:22  tim
2057 +
2058 +        * test/io/: ZipstreamTestCase.cpp, ZipstreamTestCase.hpp: adding
2059 +        testcase for zipstream
2060 +
2061 + 2005-09-20 10:41  tim
2062 +
2063 +        * src/io/zipstream.hpp: adding zipstream.hpp
2064 +
2065 + 2005-09-20 10:34  chrisfen
2066 +
2067 +        * samples/: dipole/splitInWater.md, dipole/split_SSD.md,
2068 +        dipole/twoSplitDipole.md, minimizer/ssdEM.md,
2069 +        minimizer/tip4p_two.md, water/ssdrf/ssdrf.md, zcons/zconsFixed.md,
2070 +        zcons/zconsMoving.md: fixed up some sample md files
2071 +
2072 + 2005-09-19 18:21  chrisfen
2073 +
2074 +        * ChangeLog, samples/water/ssdrf/ssdrf.md,
2075 +        src/UseTheForce/doForces.F90,
2076 +        src/UseTheForce/DarkSide/electrostatic.F90,
2077 +        src/UseTheForce/DarkSide/simulation.F90, src/brains/SimInfo.cpp,
2078 +        src/brains/fSimulation.h: Fixed bugs in reaction field, now it
2079 +        appears as though it really is working...
2080 +
2081 + 2005-09-18 15:45  chrisfen
2082 +
2083 +        * ChangeLog, samples/water/ssdrf/ssdrf.md,
2084 +        src/UseTheForce/doForces.F90,
2085 +        src/UseTheForce/doForces_interface.F90,
2086 +        src/UseTheForce/doForces_interface.h,
2087 +        src/UseTheForce/DarkSide/electrostatic.F90,
2088 +        src/UseTheForce/DarkSide/electrostatic_interface.h,
2089 +        src/brains/SimInfo.cpp: reaction field seems to work now, still
2090 +        need to do some testing...
2091 +
2092 + 2005-09-16 18:04  chuckv
2093 +
2094 +        * src/io/: Globals.cpp, Globals.hpp: Added keywords for compressed
2095 +        dump files.
2096 +
2097 + 2005-09-16 16:07  chrisfen
2098 +
2099 +        * src/: UseTheForce/doForces_interface.F90,
2100 +        UseTheForce/doForces_interface.h, brains/SimInfo.cpp: xlf found a
2101 +        bug that ifc missed...
2102 +
2103 + 2005-09-16 15:36  chrisfen
2104 +
2105 +        * src/UseTheForce/: doForces.F90, DarkSide/electrostatic.F90:
2106 +        fixing some summation method issues
2107 +
2108 + 2005-09-16 14:35  chrisfen
2109 +
2110 +        * src/brains/SimInfo.cpp: fixed a capitalization error
2111 +
2112 + 2005-09-16 14:34  chrisfen
2113 +
2114 +        * src/UseTheForce/: fElectrostaticSummationMethod.h,
2115 +        DarkSide/fElectrostaticSummationMethod.h: moved a header file
2116 +        around
2117 +
2118 + 2005-09-16 14:00  chrisfen
2119 +
2120 +        * src/: UseTheForce/DarkSide/electrostatic_interface.F90,
2121 +        brains/SimInfo.cpp, brains/SimInfo.hpp: it builds now, but there
2122 +        are known issues - particularly with reaction field...
2123 +
2124 + 2005-09-16 11:07  chrisfen
2125 +
2126 +        * src/: UseTheForce/DarkSide/electrostatic.F90, brains/SimInfo.cpp,
2127 +        io/Globals.cpp, io/Globals.hpp: some fixes but even more breaking
2128 +        (cutting out the old way to do reaction field)
2129 +
2130 + 2005-09-15 17:05  gezelter
2131 +
2132 +        * src/UseTheForce/: doForces.F90, fCoulombicCorrection.h,
2133 +        fElectrostaticSummationMethod.h, DarkSide/electrostatic.F90,
2134 +        DarkSide/electrostatic_interface.F90,
2135 +        DarkSide/electrostatic_interface.h: Working on adding WOLF
2136 +
2137 + 2005-09-15 14:17  tim
2138 +
2139 +        * src/io/DumpReader.cpp: Fix a bug in DumpReader in case readFrame
2140 +        is called without calling getNFrames
2141 +
2142 + 2005-09-15 08:47  chrisfen
2143 +
2144 +        * src/UseTheForce/fCoulombicCorrection.h: forgot to add a header
2145 +
2146 + 2005-09-14 21:48  chuckv
2147 +
2148 +        * src/UseTheForce/doForces.F90: Fixed bug where gtypeMaxCutoff was
2149 +        not initialized after creation. When maxval(gtypeMaxCutoff) was
2150 +        called, the largest random garbage value was returned from the
2151 +        array.
2152 +
2153 + 2005-09-14 19:14  chrisfen
2154 +
2155 +        * src/: brains/SimInfo.cpp, brains/SimInfo.hpp, io/Globals.cpp,
2156 +        io/Globals.hpp: changes to include the coulombicCorrection selector
2157 +
2158 + 2005-09-14 19:13  chrisfen
2159 +
2160 +        * src/UseTheForce/DarkSide/: Makefile, electrostatic.F90,
2161 +        reactionField.F90: added in the undamped wolf, in the process of
2162 +        doing the damped wolf
2163 +
2164 + 2005-09-14 19:13  chrisfen
2165 +
2166 +        * src/UseTheForce/: doForces.F90, doForces_interface.F90,
2167 +        doForces_interface.h, notifyCutoffs.F90: some changes to activate
2168 +        the coulombicCorrection selector
2169 +
2170 + 2005-09-14 19:11  chrisfen
2171 +
2172 +        * samples/water/dimer/: cl.in, cl.md, water.md: just some testing
2173 +
2174 + 2005-09-14 19:11  chrisfen
2175 +
2176 +        * samples/argon/: 500.in, 500.md: Equilibrated the sample
2177 +
2178 + 2005-09-14 19:10  chrisfen
2179 +
2180 +        * forceFields/DUFF2.frc: re-added Cl- and Na+
2181 +
2182 + 2005-09-14 15:31  chuckv
2183 +
2184 +        * src/UseTheForce/DarkSide/eam.F90: EAM now uses eamlist to lookup
2185 +        eamAtypes instead of assuming a 1-1 correspondence to atypes.
2186 +
2187 + 2005-09-14 15:28  gezelter
2188 +
2189 +        * src/UseTheForce/doForces.F90: fix to put back calculation of r in
2190 +        do_prepair
2191 +
2192 + 2005-09-14 14:02  gezelter
2193 +
2194 +        * src/UseTheForce/DarkSide/LJ.F90: fixed a bug in the
2195 +        createMixingMap routine.  It should now set doShift correctly
2196 +
2197 + 2005-09-07 17:44  chuckv
2198 +
2199 +        * src/UseTheForce/doForces.F90: Added nGroupsInRow for mpi build.
2200 +
2201 + 2005-09-07 17:23  chuckv
2202 +
2203 +        * src/UseTheForce/DarkSide/simParallel.F90: Added access to mpi
2204 +        logical variables
2205 +
2206 + 2005-09-07 17:08  gezelter
2207 +
2208 +        * src/UseTheForce/doForces.F90: bugfix on the grouptype finding
2209 +        algorithm
2210 +
2211 + 2005-09-07 15:46  gezelter
2212 +
2213 +        * src/: UseTheForce/doForces.F90,
2214 +        UseTheForce/doForces_interface.F90, UseTheForce/notifyCutoffs.F90,
2215 +        UseTheForce/notifyCutoffs_interface.F90,
2216 +        UseTheForce/notifyCutoffs_interface.h, brains/SimInfo.cpp,
2217 +        io/Globals.cpp, io/Globals.hpp: adding c-side interface to change
2218 +        cutoff Policy
2219 +
2220 + 2005-09-07 14:18  gezelter
2221 +
2222 +        * src/UseTheForce/doForces.F90: Some bug hunting
2223 +
2224 + 2005-09-07 14:18  gezelter
2225 +
2226 +        * samples/argon/argonNVT.md: Just a longer test
2227 +
2228 + 2005-09-06 12:32  chuckv
2229 +
2230 +        * src/UseTheForce/doForces.F90: Added allocation for gtypeCutoffmap
2231 +        etc..
2232 +
2233 + 2005-09-01 17:56  gezelter
2234 +
2235 +        * src/UseTheForce/doForces.F90: initialized atomTypeMaxCutoff(i) to
2236 +        zero
2237 +
2238 + 2005-09-01 15:17  gezelter
2239 +
2240 +        * src/UseTheForce/: doForces.F90, doForces_interface.F90: wrote
2241 +        createGtypeCutoffMap
2242 +
2243 + 2005-08-30 13:23  chrisfen
2244 +
2245 +        * src/: UseTheForce/doForces.F90,
2246 +        UseTheForce/doForces_interface.F90,
2247 +        UseTheForce/doForces_interface.h,
2248 +        UseTheForce/DarkSide/electrostatic.F90,
2249 +        UseTheForce/DarkSide/gb.F90, brains/SimInfo.cpp,
2250 +        brains/fSimulation.h, io/Globals.cpp, io/Globals.hpp: made some
2251 +        changes for implementing the wolf potential
2252 +
2253 + 2005-08-26 17:39  chrisfen
2254 +
2255 +        * src/UseTheForce/DarkSide/eam.F90: updated getEAMCut
2256 +
2257 + 2005-08-26 16:30  chrisfen
2258 +
2259 +        * src/UseTheForce/: doForces.F90, DarkSide/eam.F90,
2260 +        DarkSide/gb.F90, DarkSide/shapes.F90, DarkSide/sticky.F90: added
2261 +        some probably nonfunctional get*cut routines
2262 +
2263 + 2005-08-26 15:34  chuckv
2264 +
2265 +        * src/UseTheForce/DarkSide/eam.F90: Added eamType map to atid map.
2266 +
2267 + 2005-08-26 11:36  gezelter
2268 +
2269 +        * src/UseTheForce/doForces.F90: fixing some of the problems in the
2270 +        interactionHash and gtypeCutoff routines
2271 +
2272 + 2005-08-17 10:26  gezelter
2273 +
2274 +        * src/UseTheForce/: doForces.F90, fCutoffPolicy.h,
2275 +        DarkSide/simulation.F90: added fCutoffPolicy.h
2276 +
2277 + 2005-08-11 16:04  gezelter
2278 +
2279 +        * src/UseTheForce/: doForces.F90, notifyCutoffs.F90: breakage in
2280 +        progress
2281 +
2282 + 2005-08-10 14:17  gezelter
2283 +
2284 +        * src/primitives/StuntDouble.hpp: putting spaceballs back where
2285 +        they belong
2286 +
2287 + 2005-08-09 17:33  gezelter
2288 +
2289 +        * src/UseTheForce/DarkSide/LJ.F90: Complete rewrite of Lennard
2290 +        Jones module
2291 +
2292 + 2005-08-09 17:33  gezelter
2293 +
2294 +        * src/UseTheForce/doForces.F90: Breaky Breaky BREAKY breaky breaky
2295 +
2296 + 2005-08-09 14:40  chuckv
2297 +
2298 +        * src/UseTheForce/doForces.F90: In process of re-write for group
2299 +        based cutoff....
2300 +
2301 + 2005-07-29 14:38  gezelter
2302 +
2303 +        * src/UseTheForce/doForces.F90: fixes in progress
2304 +
2305 + 2005-07-29 12:34  tim
2306 +
2307 +        * src/UseTheForce/doForces.F90: fix a bug which does not update
2308 +        me_i and me_j correctly
2309 +
2310 + 2005-07-28 17:12  chuckv
2311 +
2312 +        * src/UseTheForce/: doForces.F90, notifyCutoffs.F90: Changed
2313 +        cutoffs... Segfaults nicely now...
2314 +
2315 + 2005-07-20 12:04  gezelter
2316 +
2317 +        * configure, ac-tools/aclocal.m4: fixed ACX_MPI to ignore some text
2318 +        error messages from pathscale compiler
2319 +
2320 + 2005-07-13 11:48  tim
2321 +
2322 +        * src/applications/staticProps/DensityPlot.cpp: std::bind2nd is in
2323 +        <functional>
2324 +
2325 + 2005-07-13 10:54  tim
2326 +
2327 +        * src/: UseTheForce/fSwitchingFunction.h,
2328 +        UseTheForce/mpiComponentPlan.h,
2329 +        UseTheForce/DarkSide/fInteractionMap.h, brains/fSimulation.h,
2330 +        io/BASS_interface.h, io/BASS_parse.c, io/BASS_parse.h,
2331 +        io/BASSlex.l, io/BASSyacc.y, io/interface.c, io/make_nodes.c,
2332 +        io/mpiBASS.c, io/mpiBASS.h, io/node_list.h, io/parse_tree.c,
2333 +        io/parse_tree.h, math/MatVec3.c, utils/residentMem.c,
2334 +        utils/simError.c, utils/simError.h: replace c++ style comment in c
2335 +        files
2336 +
2337 + 2005-07-03 15:53  chuckv
2338 +
2339 +        * src/: UseTheForce/doForces.F90, UseTheForce/notifyCutoffs.F90,
2340 +        UseTheForce/DarkSide/simulation.F90, utils/oopseMPI.F90: Added
2341 +        subroutine to set cuttoff for Interaction map and function in
2342 +        simulation.F90 to determine if a particular atype is present in a
2343 +        simulation.
2344 +
2345 + 2005-06-28 08:58  gezelter
2346 +
2347 +        * src/UseTheForce/doForces.F90: [no log message]
2348 +
2349 + 2005-06-27 17:21  chuckv
2350 +
2351 +        * src/UseTheForce/doForces.F90: More breaking and destruction of
2352 +        force code. Does not build at this point...
2353 +
2354 + 2005-06-27 16:01  gezelter
2355 +
2356 +        * src/: UseTheForce/doForces.F90, UseTheForce/DarkSide/atype.F90,
2357 +        UseTheForce/DarkSide/fInteractionMap.h,
2358 +        UseTheForce/DarkSide/interactions.F90, utils/definitions.F90:
2359 +        Breaky breaky!
2360 +
2361 + 2005-06-20 11:03  gezelter
2362 +
2363 +        * samples/water/ssd/ssd.md,
2364 +        src/applications/staticProps/DensityPlot.cpp: fixed a bug and ran a
2365 +        simulation
2366 +
2367 + 2005-06-13 13:25  tim
2368 +
2369 +        * src/: applications/staticProps/DensityPlot.cpp,
2370 +        applications/staticProps/DensityPlot.hpp,
2371 +        applications/staticProps/SCDOrderParameter.cpp,
2372 +        applications/staticProps/StaticProps.cpp,
2373 +        io/AtomTypesSectionParser.cpp: working version of DensityPlot
2374 +
2375 + 2005-05-31 17:31  chuckv
2376 +
2377 +        * src/: brains/SimInfo.cpp, integrators/Velocitizer.cpp: Changes to
2378 +        remove angular momentum.
2379 +
2380 + 2005-05-31 12:34  chuckv
2381 +
2382 +        * src/applications/nanoRodBuilder/nanorodBuilder.cpp: Fixed bug in
2383 +        typo in nanorodBuilder.
2384 +
2385 + 2005-05-30 09:01  chuckv
2386 +
2387 +        * src/: applications/nanoRodBuilder/nanorodBuilder.cpp,
2388 +        brains/SimInfo.cpp, brains/SimInfo.hpp, brains/Stats.cpp,
2389 +        brains/Stats.hpp, integrators/Velocitizer.cpp,
2390 +        integrators/Velocitizer.hpp: Added method to remove system angular
2391 +        momentum to velocitizer and added method to calculate system
2392 +        angular momentum to siminfo.
2393 +
2394 + 2005-05-29 16:16  chrisfen
2395 +
2396 +        * src/UseTheForce/DarkSide/: electrostatic.F90, sticky.F90: Removed
2397 +        balance from the Darkside (files)
2398 +
2399 + 2005-05-29 16:15  chrisfen
2400 +
2401 +        * src/UseTheForce/doForces.F90: Removed balance from doForces
2402 +
2403 + 2005-05-29 16:15  chrisfen
2404 +
2405 +        * samples/water/tap/: tap.in, tap.md: Updated tap sample
2406 +
2407 + 2005-05-29 16:15  chrisfen
2408 +
2409 +        * samples/water/dimer/: Makefile, tap.in, tap.md: Included a tap
2410 +        dimer for testing purposes
2411 +
2412 + 2005-05-29 16:14  chrisfen
2413 +
2414 +        * forceFields/DUFF2.frc: Re-entered the TIP4P-Ew water model. It
2415 +        was apparently wiped earlier this month...
2416 +
2417 + 2005-05-29 16:13  chrisfen
2418 +
2419 +        * ChangeLog: ran make cvslog
2420 +
2421 + 2005-05-28 19:16  tim
2422 +
2423 +        * src/visitors/: AtomNameVisitor.cpp, AtomNameVisitor.hpp: adding
2424 +        AtomNameVisitor
2425 +
2426 + 2005-05-28 19:09  tim
2427 +
2428 +        * src/integrators/Integrator.cpp: dding resetIntegrator
2429 +
2430 + 2005-05-28 19:06  tim
2431 +
2432 +        * src/integrators/: Integrator.cpp, Integrator.hpp, NPT.cpp,
2433 +        NPT.hpp, NPTi.cpp, NPTi.hpp, NVT.cpp, NVT.hpp,
2434 +        VelocityVerletIntegrator.cpp, VelocityVerletIntegrator.hpp: adding
2435 +        resetIntegrator
2436 +
2437 + 2005-05-27 16:11  tim
2438 +
2439 +        * src/applications/staticProps/: DensityPlot.cpp, DensityPlot.hpp,
2440 +        Makefile, P2OrderParameter.cpp, SCDOrderParameter.cpp,
2441 +        SCDOrderParameter.hpp, StaticProps.cpp, StaticProps.ggo,
2442 +        StaticPropsCmd.c, StaticPropsCmd.h: adding DensityPlot into
2443 +        StaticProps
2444 +
2445 + 2005-05-26 23:41  tim
2446 +
2447 +        * src/: applications/staticProps/Makefile,
2448 +        applications/staticProps/P2OrderParameter.cpp,
2449 +        applications/staticProps/P2OrderParameter.hpp,
2450 +        applications/staticProps/StaticProps.cpp,
2451 +        applications/staticProps/StaticProps.ggo,
2452 +        applications/staticProps/StaticPropsCmd.c,
2453 +        applications/staticProps/StaticPropsCmd.h, utils/StringUtils.cpp,
2454 +        utils/StringUtils.hpp: adding SCDOrderParameter into StaticProps
2455 +
2456 + 2005-05-26 17:45  tim
2457 +
2458 +        * src/: applications/dump2Xyz/Dump2XYZ.cpp,
2459 +        applications/dump2Xyz/Dump2XYZCmd.c,
2460 +        applications/dump2Xyz/Dump2XYZCmd.h,
2461 +        applications/staticProps/Makefile,
2462 +        applications/staticProps/P2OrderParameter.cpp,
2463 +        applications/staticProps/P2OrderParameter.hpp,
2464 +        applications/staticProps/RadialDistrFunc.cpp,
2465 +        applications/staticProps/RadialDistrFunc.hpp,
2466 +        applications/staticProps/StaticAnalyser.hpp,
2467 +        applications/staticProps/StaticProps.cpp,
2468 +        applications/staticProps/StaticProps.ggo,
2469 +        applications/staticProps/StaticPropsCmd.c,
2470 +        applications/staticProps/StaticPropsCmd.h, visitors/Makefile,
2471 +        visitors/OtherVisitor.cpp, visitors/OtherVisitor.hpp: adding
2472 +        AtomNameVisitor to convert atom name to its base name;
2473 +        wrappingvisitor now wrap back to the center of the mass; adding
2474 +        P2OrderParameter into StaticProps
2475 +
2476 + 2005-05-22 16:36  chuckv
2477 +
2478 +        * src/: applications/nanoRodBuilder/Geometry.cpp,
2479 +        applications/nanoRodBuilder/GeometryBuilder.cpp,
2480 +        applications/nanoRodBuilder/GeometryFactory.cpp,
2481 +        applications/nanoRodBuilder/GeometryFactory.hpp,
2482 +        applications/nanoRodBuilder/nanorodBuilder.cpp,
2483 +        integrators/VelocityVerletIntegrator.cpp: Fix to print pressure
2484 +        tensor.
2485 +
2486 + 2005-05-22 16:05  tim
2487 +
2488 +        * src/: brains/Stats.cpp, brains/Stats.hpp, brains/Thermo.cpp,
2489 +        integrators/VelocityVerletIntegrator.cpp, io/Globals.cpp,
2490 +        io/Globals.hpp, io/SectionParserManager.cpp: adding keyword
2491 +        printPressureTensor
2492 +
2493 + 2005-05-20 14:27  tim
2494 +
2495 +        * src/integrators/NPrT.cpp: NPrT in progress
2496 +
2497 + 2005-05-20 11:01  tim
2498 +
2499 +        * src/: integrators/NPrT.cpp, io/Globals.cpp,
2500 +        utils/OOPSEConstant.hpp: NPrT in progress
2501 +
2502 + 2005-05-19 16:31  tim
2503 +
2504 +        * src/: brains/Thermo.cpp, brains/Thermo.hpp, integrators/NPAT.cpp,
2505 +        integrators/NPrT.cpp, integrators/NPrT.hpp, io/Globals.cpp,
2506 +        io/Globals.hpp: NPAT is working
2507 +
2508 + 2005-05-19 10:49  tim
2509 +
2510 +        * src/: UseTheForce/DarkSide/LJ.F90, integrators/Makefile,
2511 +        integrators/NPrT.cpp, io/Globals.cpp: fix bug in NPAT and NPrT
2512 +
2513 + 2005-05-18 23:28  tim
2514 +
2515 +        * src/: brains/Register.cpp, integrators/NPAT.cpp,
2516 +        integrators/NPAT.hpp, integrators/NPrT.cpp, integrators/NPrT.hpp,
2517 +        io/Globals.cpp, io/Globals.hpp: adding NPAT and NPrT integrators
2518 +
2519 + 2005-05-18 14:06  chrisfen
2520 +
2521 +        * forceFields/DUFF2.frc, src/UseTheForce/DarkSide/sticky.F90: just
2522 +        some tap changes
2523 +
2524 + 2005-05-18 13:31  chrisfen
2525 +
2526 +        * src/UseTheForce/: doForces.F90, DarkSide/electrostatic.F90,
2527 +        DarkSide/sticky.F90: Modifications to temper the dipolar strength
2528 +        in the first solvation shell for tap
2529 +
2530 + 2005-05-18 07:35  chrisfen
2531 +
2532 +        * samples/water/tap/: tap.in, tap.md, water.md: added a tap example
2533 +        for testing purposes
2534 +
2535 + 2005-05-17 17:35  chrisfen
2536 +
2537 +        * ChangeLog, forceFields/DUFF2.frc, samples/water/dimer/ssd.md,
2538 +        samples/water/dimer/water.md, src/UseTheForce/DUFF.cpp,
2539 +        src/UseTheForce/doForces.F90,
2540 +        src/UseTheForce/DarkSide/electrostatic.F90,
2541 +        src/UseTheForce/DarkSide/electrostatic_interface.F90,
2542 +        src/UseTheForce/DarkSide/sticky.F90: Modifications to tap.  Also
2543 +        correcting changes to the previous merge that were not caught
2544 +
2545 + 2005-05-16 23:20  chuckv
2546 +
2547 +        * src/types/: DirectionalAtomType.cpp, DirectionalAtomType.hpp:
2548 +        Fixed merge issues between Kyle and Chris so OOPSE will actually
2549 +        build.
2550 +
2551 + 2005-05-16 22:46  kdaily
2552 +
2553 +        * src/io/: GayBerneAtomTypesSectionParser.cpp,
2554 +        GayBerneAtomTypesSectionParser.hpp, Makefile: help
2555 +
2556 + 2005-05-16 21:08  kdaily
2557 +
2558 +        * forceFields/DUFF2.frc, src/UseTheForce/doForces.F90,
2559 +        src/UseTheForce/DarkSide/gb.F90, src/io/Makefile,
2560 +        src/types/DirectionalAtomType.cpp,
2561 +        src/types/DirectionalAtomType.hpp: added gb
2562 +
2563 + 2005-05-13 15:36  chrisfen
2564 +
2565 +        * forceFields/DUFF2.frc: Better tap
2566 +
2567 + 2005-05-12 14:43  chrisfen
2568 +
2569 +        * forceFields/DUFF2.frc, samples/water/dimer/ssd.in,
2570 +        samples/water/dimer/ssd.md, src/UseTheForce/DarkSide/sticky.F90,
2571 +        src/applications/dump2Xyz/Dump2XYZ.cpp,
2572 +        src/visitors/AtomVisitor.hpp: Couple of changes for TAP water.
2573 +        Need to parametrize.
2574 +
2575 + 2005-05-11 18:15  chuckv
2576 +
2577 +        * src/: io/ShapeAtomTypesSectionParser.cpp,
2578 +        math/RealSphericalHarmonic.cpp, utils/CaseConversion.hpp: Fixed
2579 +        build issues under ifc7.
2580 +
2581 + 2005-05-09 17:07  chuckv
2582 +
2583 +        * src/applications/nanoRodBuilder/Geometry.hpp: More geometry
2584 +        builder changes.
2585 +
2586 + 2005-05-05 10:06  chrisfen
2587 +
2588 +        * forceFields/DUFF2.frc, samples/water/ssde/water.md: Changed SHED
2589 +        to TAP
2590 +
2591 + 2005-05-05 09:47  chrisfen
2592 +
2593 +        * forceFields/DUFF2.frc, samples/water/ssde/ssde.md,
2594 +        samples/water/ssde/water.md, src/UseTheForce/DUFF.cpp,
2595 +        src/UseTheForce/doForces.F90, src/UseTheForce/DarkSide/Makefile,
2596 +        src/UseTheForce/DarkSide/atype.F90,
2597 +        src/UseTheForce/DarkSide/atype_interface.F90,
2598 +        src/UseTheForce/DarkSide/simulation.F90,
2599 +        src/UseTheForce/DarkSide/sticky.F90, src/brains/SimInfo.cpp,
2600 +        src/brains/fSimulation.h, src/io/Makefile,
2601 +        src/io/StickyAtomTypesSectionParser.cpp,
2602 +        src/io/StickyPowerAtomTypesSectionParser.cpp,
2603 +        src/io/StickyPowerAtomTypesSectionParser.hpp,
2604 +        src/types/AtomType.cpp, src/types/AtomType.hpp,
2605 +        src/types/AtomTypeProperties.h, src/types/DirectionalAtomType.cpp,
2606 +        src/types/DirectionalAtomType.hpp: OOPSE setup for TAP water.  It's
2607 +        not parametrized, but OOPSE will now let me run it...
2608 +
2609 + 2005-05-03 17:55  chuckv
2610 +
2611 +        * src/applications/nanoRodBuilder/: Geometry.cpp, Geometry.hpp,
2612 +        GeometryCreator.hpp, GeometryFactory.cpp, GeometryFactory.hpp:
2613 +        Adding support for generic geometry to nanorodbuilder.
2614 +
2615 + 2005-05-03 12:55  chuckv
2616 +
2617 +        * src/applications/nanoRodBuilder/: GeometryBuilder.cpp,
2618 +        nanorodBuilder.cpp, nanorodBuilder.ggo, nanorodBuilderCmd.c,
2619 +        nanorodBuilderCmd.h: More changes to nanoRodBuilder....
2620 +
2621 + 2005-04-29 14:16  gezelter
2622 +
2623 +        * make/Makefile.in: [no log message]
2624 +
2625 + 2005-04-29 11:26  chrisfen
2626 +
2627 +        * forceFields/DUFF2.frc, samples/water/spce/water.md,
2628 +        samples/water/ssd/water.md, samples/water/ssd-ion/ssdCl.md,
2629 +        samples/water/ssd-ion/water.md, samples/water/ssde/water.md,
2630 +        samples/water/ssdrf/water.md, samples/water/tip3p_ice/water.md,
2631 +        samples/water/tip4p/water.md: Added TIP4P-Ew
2632 +
2633 + 2005-04-27 19:24  chuckv
2634 +
2635 +        * src/applications/nanoRodBuilder/: GeometryBuilder.cpp,
2636 +        GeometryBuilder.hpp, nanorodBuilder.cpp, nanorodBuilder.ggo,
2637 +        nanorodBuilderCmd.c, nanorodBuilderCmd.h: Fixed issues with
2638 +        nanoRodBuilder....
2639 +
2640 + 2005-04-27 15:13  chrisfen
2641 +
2642 +        * samples/shape/Shapes.frc, samples/shape/linear.shape,
2643 +        src/UseTheForce/DarkSide/atype.F90,
2644 +        src/UseTheForce/DarkSide/shapes.F90,
2645 +        src/UseTheForce/DarkSide/shapes_interface.F90,
2646 +        src/types/AtomType.cpp, src/types/ShapeAtomType.cpp: Got rid of
2647 +        write statements and am closer to a working shapes
2648 +
2649 + 2005-04-22 16:57  chuckv
2650 +
2651 +        * src/utils/Predicate.hpp: Fixed gcc4 bug...
2652 +
2653 + 2005-04-22 16:52  tim
2654 +
2655 +        * src/utils/: CaseConversion.hpp, Predicate.hpp, Trim.cpp,
2656 +        Trim.hpp: adding CharClassificationFunctor to fix the locale
2657 +        problem  of c++
2658 +
2659 + 2005-04-21 09:12  chrisfen
2660 +
2661 +        * samples/shape/Shapes.frc, samples/shape/linear.in,
2662 +        samples/shape/linear.md, src/UseTheForce/ForceField.hpp,
2663 +        src/UseTheForce/ForceFieldFactory.hpp, src/UseTheForce/Makefile,
2664 +        src/UseTheForce/SHAPES_FF.cpp, src/UseTheForce/SHAPES_FF.hpp,
2665 +        src/UseTheForce/doForces.F90, src/UseTheForce/DarkSide/atype.F90,
2666 +        src/UseTheForce/DarkSide/shapes.F90,
2667 +        src/UseTheForce/DarkSide/shapes_interface.F90,
2668 +        src/UseTheForce/DarkSide/shapes_interface.h,
2669 +        src/brains/Register.cpp, src/brains/SimCreator.cpp,
2670 +        src/io/Makefile, src/io/SectionParser.cpp,
2671 +        src/io/SectionParser.hpp, src/io/SectionParserManager.cpp,
2672 +        src/io/ShapeAtomTypesSectionParser.cpp,
2673 +        src/io/ShapeAtomTypesSectionParser.hpp, src/math/Makefile,
2674 +        src/types/AtomType.cpp, src/types/ShapeAtomType.cpp,
2675 +        src/types/ShapeAtomType.hpp: Shapes is limping along with a array
2676 +        bounds overwrite (I think...). At least the parser loads the
2677 +        forcefield fine...
2678 +
2679 + 2005-04-18 10:44  chrisfen
2680 +
2681 +        * src/UseTheForce/Shapes_FF.cpp: axed because file causes havoc on
2682 +        Mac (capitalization confusion of filenames)
2683 +
2684 + 2005-04-17 22:50  chrisfen
2685 +
2686 +        * src/: UseTheForce/SHAPES_FF.cpp, UseTheForce/SHAPES_FF.hpp,
2687 +        UseTheForce/Shapes_FF.cpp,
2688 +        io/DirectionalAtomTypesSectionParser.cpp,
2689 +        io/ShapeAtomTypesSectionParser.cpp,
2690 +        io/ShapeAtomTypesSectionParser.hpp: Working on the shapes parser...
2691 +
2692 + 2005-04-15 17:43  gezelter
2693 +
2694 +        * README: gmake in case people forget
2695 +
2696 + 2005-04-15 17:40  gezelter
2697 +
2698 +        * src/applications/oopse/oopse.cpp: fixed the spacing on the
2699 +        banner.  Vanity.
2700 +
2701 + 2005-04-15 17:22  gezelter
2702 +
2703 +        * src/: config.h.in, applications/oopse/oopse.cpp: Version string
2704 +        in banner (and version numbers in config.h)
2705 +
2706 + 2005-04-15 17:22  gezelter
2707 +
2708 +        * ChangeLog, LICENSE, README: Documentation changes
2709 +
2710 + 2005-04-15 17:03  gezelter
2711 +
2712 +        * src/: UseTheForce/DUFF.cpp, UseTheForce/DUFF.hpp,
2713 +        UseTheForce/EAM_FF.cpp, UseTheForce/EAM_FF.hpp,
2714 +        UseTheForce/ForceField.cpp, UseTheForce/ForceField.hpp,
2715 +        UseTheForce/ForceFieldCreator.hpp,
2716 +        UseTheForce/ForceFieldFactory.cpp,
2717 +        UseTheForce/ForceFieldFactory.hpp, UseTheForce/Shapes_FF.cpp,
2718 +        UseTheForce/doForces.F90, UseTheForce/doForces_interface.F90,
2719 +        UseTheForce/doForces_interface.h, UseTheForce/mpiComponentPlan.h,
2720 +        UseTheForce/notifyCutoffs.F90,
2721 +        UseTheForce/notifyCutoffs_interface.F90,
2722 +        UseTheForce/notifyCutoffs_interface.h, UseTheForce/DarkSide/LJ.F90,
2723 +        UseTheForce/DarkSide/atype.F90,
2724 +        UseTheForce/DarkSide/atype_interface.F90,
2725 +        UseTheForce/DarkSide/eam.F90,
2726 +        UseTheForce/DarkSide/eam_interface.F90,
2727 +        UseTheForce/DarkSide/eam_interface.h,
2728 +        UseTheForce/DarkSide/electrostatic.F90,
2729 +        UseTheForce/DarkSide/electrostatic_interface.F90,
2730 +        UseTheForce/DarkSide/electrostatic_interface.h,
2731 +        UseTheForce/DarkSide/force_globals.F90,
2732 +        UseTheForce/DarkSide/gb.F90, UseTheForce/DarkSide/gb_interface.h,
2733 +        UseTheForce/DarkSide/lj_interface.F90,
2734 +        UseTheForce/DarkSide/lj_interface.h,
2735 +        UseTheForce/DarkSide/neighborLists.F90,
2736 +        UseTheForce/DarkSide/reactionField.F90,
2737 +        UseTheForce/DarkSide/shapes.F90,
2738 +        UseTheForce/DarkSide/shapes_interface.F90,
2739 +        UseTheForce/DarkSide/shapes_interface.h,
2740 +        UseTheForce/DarkSide/simParallel.F90,
2741 +        UseTheForce/DarkSide/simParallel_interface.F90,
2742 +        UseTheForce/DarkSide/simParallel_interface.h,
2743 +        UseTheForce/DarkSide/simulation.F90,
2744 +        UseTheForce/DarkSide/simulation_interface.F90,
2745 +        UseTheForce/DarkSide/simulation_interface.h,
2746 +        UseTheForce/DarkSide/sticky.F90,
2747 +        UseTheForce/DarkSide/sticky_interface.F90,
2748 +        UseTheForce/DarkSide/sticky_interface.h,
2749 +        UseTheForce/DarkSide/switcheroo.F90,
2750 +        applications/dump2Xyz/Dump2XYZ.cpp,
2751 +        applications/dump2Xyz/Dump2XYZCmd.c,
2752 +        applications/dump2Xyz/Dump2XYZCmd.h,
2753 +        applications/dynamicProps/CrossTimeCorrFunc.cpp,
2754 +        applications/dynamicProps/CrossTimeCorrFunc.hpp,
2755 +        applications/dynamicProps/DipoleCorrFunc.cpp,
2756 +        applications/dynamicProps/DipoleCorrFunc.hpp,
2757 +        applications/dynamicProps/DynamicProps.cpp,
2758 +        applications/dynamicProps/DynamicPropsCmd.c,
2759 +        applications/dynamicProps/DynamicPropsCmd.h,
2760 +        applications/dynamicProps/FrameTimeCorrFunc.hpp,
2761 +        applications/dynamicProps/ParticleTimeCorrFunc.cpp,
2762 +        applications/dynamicProps/ParticleTimeCorrFunc.hpp,
2763 +        applications/dynamicProps/RCorrFunc.cpp,
2764 +        applications/dynamicProps/RCorrFunc.hpp,
2765 +        applications/dynamicProps/TimeCorrFunc.cpp,
2766 +        applications/dynamicProps/TimeCorrFunc.hpp,
2767 +        applications/dynamicProps/VCorrFunc.cpp,
2768 +        applications/dynamicProps/VCorrFunc.hpp,
2769 +        applications/nanoRodBuilder/GeometryBuilder.cpp,
2770 +        applications/nanoRodBuilder/GeometryBuilder.hpp,
2771 +        applications/nanoRodBuilder/nanorodBuilder.cpp,
2772 +        applications/nanoRodBuilder/nanorodBuilderCmd.c,
2773 +        applications/nanoRodBuilder/nanorodBuilderCmd.h,
2774 +        applications/oopse/oopse.cpp,
2775 +        applications/simpleBuilder/simpleBuilder.cpp,
2776 +        applications/simpleBuilder/simpleBuilderCmd.c,
2777 +        applications/simpleBuilder/simpleBuilderCmd.h,
2778 +        applications/staticProps/GofAngle2.cpp,
2779 +        applications/staticProps/GofAngle2.hpp,
2780 +        applications/staticProps/GofR.cpp,
2781 +        applications/staticProps/GofR.hpp,
2782 +        applications/staticProps/GofRAngle.cpp,
2783 +        applications/staticProps/GofRAngle.hpp,
2784 +        applications/staticProps/GofXyz.cpp,
2785 +        applications/staticProps/GofXyz.hpp,
2786 +        applications/staticProps/RadialDistrFunc.cpp,
2787 +        applications/staticProps/RadialDistrFunc.hpp,
2788 +        applications/staticProps/StaticProps.cpp,
2789 +        applications/staticProps/StaticPropsCmd.c,
2790 +        applications/staticProps/StaticPropsCmd.h,
2791 +        brains/BlockSnapshotManager.cpp, brains/BlockSnapshotManager.hpp,
2792 +        brains/DataStorage.cpp, brains/DataStorage.hpp, brains/Exclude.cpp,
2793 +        brains/Exclude.hpp, brains/ForceManager.cpp,
2794 +        brains/ForceManager.hpp, brains/MoleculeCreator.cpp,
2795 +        brains/MoleculeCreator.hpp, brains/Register.cpp,
2796 +        brains/Register.hpp, brains/SimCreator.hpp, brains/SimInfo.cpp,
2797 +        brains/SimInfo.hpp, brains/SimSnapshotManager.cpp,
2798 +        brains/SimSnapshotManager.hpp, brains/Snapshot.cpp,
2799 +        brains/Snapshot.hpp, brains/SnapshotManager.hpp, brains/Stats.cpp,
2800 +        brains/Stats.hpp, brains/Thermo.cpp, brains/Thermo.hpp,
2801 +        brains/fSimulation.h, constraints/ConstraintElem.hpp,
2802 +        constraints/ConstraintPair.hpp, constraints/Rattle.cpp,
2803 +        constraints/Rattle.hpp, constraints/ZconsStruct.hpp,
2804 +        constraints/ZconstraintForceManager.cpp,
2805 +        constraints/ZconstraintForceManager.hpp, integrators/DLM.cpp,
2806 +        integrators/DLM.hpp, integrators/Integrator.cpp,
2807 +        integrators/Integrator.hpp, integrators/IntegratorCreator.hpp,
2808 +        integrators/IntegratorFactory.cpp,
2809 +        integrators/IntegratorFactory.hpp, integrators/NPT.cpp,
2810 +        integrators/NPT.hpp, integrators/NPTf.cpp, integrators/NPTf.hpp,
2811 +        integrators/NPTi.cpp, integrators/NPTi.hpp, integrators/NPTxyz.cpp,
2812 +        integrators/NPTxyz.hpp, integrators/NVE.cpp, integrators/NVE.hpp,
2813 +        integrators/NVT.cpp, integrators/NVT.hpp,
2814 +        integrators/RotationAlgorithm.hpp, integrators/Velocitizer.cpp,
2815 +        integrators/Velocitizer.hpp,
2816 +        integrators/VelocityVerletIntegrator.cpp,
2817 +        integrators/VelocityVerletIntegrator.hpp,
2818 +        io/AtomTypesSectionParser.cpp, io/AtomTypesSectionParser.hpp,
2819 +        io/BASS_interface.cpp, io/BASS_interface.h, io/BASS_parse.c,
2820 +        io/BASS_parse.h, io/BendTypesSectionParser.cpp,
2821 +        io/BendTypesSectionParser.hpp, io/BondTypesSectionParser.cpp,
2822 +        io/BondTypesSectionParser.hpp, io/ChargeAtomTypesSectionParser.cpp,
2823 +        io/ChargeAtomTypesSectionParser.hpp,
2824 +        io/DirectionalAtomTypesSectionParser.cpp,
2825 +        io/DirectionalAtomTypesSectionParser.hpp, io/DumpReader.cpp,
2826 +        io/DumpReader.hpp, io/DumpWriter.cpp, io/DumpWriter.hpp,
2827 +        io/EAMAtomTypesSectionParser.cpp, io/EAMAtomTypesSectionParser.hpp,
2828 +        io/Globals.cpp, io/Globals.hpp,
2829 +        io/LennardJonesAtomTypesSectionParser.cpp,
2830 +        io/LennardJonesAtomTypesSectionParser.hpp, io/LinkedAssign.cpp,
2831 +        io/LinkedAssign.hpp, io/MultipoleAtomTypesSectionParser.cpp,
2832 +        io/MultipoleAtomTypesSectionParser.hpp, io/RestReader.cpp,
2833 +        io/RestReader.hpp, io/RestWriter.cpp, io/RestWriter.hpp,
2834 +        io/SectionParser.cpp, io/SectionParser.hpp,
2835 +        io/SectionParserManager.cpp, io/SectionParserManager.hpp,
2836 +        io/StatWriter.cpp, io/StatWriter.hpp,
2837 +        io/StickyAtomTypesSectionParser.cpp,
2838 +        io/StickyAtomTypesSectionParser.hpp,
2839 +        io/TorsionTypesSectionParser.cpp, io/TorsionTypesSectionParser.hpp,
2840 +        io/ZConsReader.cpp, io/ZConsReader.hpp, io/ZConsWriter.cpp,
2841 +        io/ZConsWriter.hpp, io/basic_ifstrstream.hpp, io/basic_teebuf.hpp,
2842 +        io/interface.c, io/make_nodes.c, io/make_nodes.h, io/mpiBASS.c,
2843 +        io/mpiBASS.h, io/node_list.h, io/parse_interface.h, io/parse_me.h,
2844 +        io/parse_tree.c, io/parse_tree.h, lattice/CubicLattice.cpp,
2845 +        lattice/CubicLattice.hpp, lattice/FCCLattice.cpp,
2846 +        lattice/FCCLattice.hpp, lattice/Lattice.cpp, lattice/Lattice.hpp,
2847 +        lattice/LatticeCreator.hpp, lattice/LatticeFactory.cpp,
2848 +        lattice/LatticeFactory.hpp, math/ChebyshevPolynomials.cpp,
2849 +        math/ChebyshevPolynomials.hpp, math/MatVec3.c, math/MatVec3.h,
2850 +        math/MersenneTwister.hpp, math/ParallelRandNumGen.cpp,
2851 +        math/ParallelRandNumGen.hpp, math/Polynomial.hpp,
2852 +        math/Quaternion.hpp, math/RandNumGen.hpp,
2853 +        math/RealSphericalHarmonic.cpp, math/RealSphericalHarmonic.hpp,
2854 +        math/RectMatrix.hpp, math/SeqRandNumGen.cpp,
2855 +        math/SeqRandNumGen.hpp, math/SquareMatrix.hpp,
2856 +        math/SquareMatrix3.hpp, math/Vector.hpp, math/Vector3.hpp,
2857 +        minimizers/CGFamilyMinimizer.cpp, minimizers/CGFamilyMinimizer.hpp,
2858 +        minimizers/Minimizer.cpp, minimizers/Minimizer.hpp,
2859 +        minimizers/MinimizerCreator.hpp, minimizers/MinimizerFactory.cpp,
2860 +        minimizers/MinimizerFactory.hpp,
2861 +        minimizers/MinimizerParameterSet.cpp,
2862 +        minimizers/MinimizerParameterSet.hpp, minimizers/PRCG.cpp,
2863 +        minimizers/PRCG.hpp, minimizers/SDMinimizer.cpp,
2864 +        minimizers/SDMinimizer.hpp, primitives/Atom.cpp,
2865 +        primitives/Atom.hpp, primitives/Bend.cpp, primitives/Bend.hpp,
2866 +        primitives/Bond.hpp, primitives/CutoffGroup.hpp,
2867 +        primitives/DirectionalAtom.cpp, primitives/DirectionalAtom.hpp,
2868 +        primitives/GhostBend.cpp, primitives/GhostBend.hpp,
2869 +        primitives/GhostTorsion.cpp, primitives/GhostTorsion.hpp,
2870 +        primitives/Molecule.cpp, primitives/Molecule.hpp,
2871 +        primitives/RigidBody.cpp, primitives/RigidBody.hpp,
2872 +        primitives/StuntDouble.cpp, primitives/StuntDouble.hpp,
2873 +        primitives/Torsion.cpp, primitives/Torsion.hpp,
2874 +        primitives/UreyBradleyBend.cpp, primitives/UreyBradleyBend.hpp,
2875 +        profiling/mdProfile.cpp, profiling/mdProfile.hpp,
2876 +        profiling/timing.F90, restraints/Restraints.cpp,
2877 +        restraints/Restraints.hpp,
2878 +        restraints/ThermoIntegrationForceManager.cpp,
2879 +        restraints/ThermoIntegrationForceManager.hpp,
2880 +        selection/DistanceFinder.cpp, selection/DistanceFinder.hpp,
2881 +        selection/IndexFinder.cpp, selection/IndexFinder.hpp,
2882 +        selection/NameFinder.cpp, selection/NameFinder.hpp,
2883 +        selection/SelectionCompiler.cpp, selection/SelectionCompiler.hpp,
2884 +        selection/SelectionEvaluator.cpp, selection/SelectionEvaluator.hpp,
2885 +        selection/SelectionManager.cpp, selection/SelectionManager.hpp,
2886 +        selection/Token.cpp, selection/Token.hpp, selection/TokenMap.cpp,
2887 +        selection/TokenMap.hpp, types/AtomStamp.cpp, types/AtomStamp.hpp,
2888 +        types/AtomType.cpp, types/AtomType.hpp, types/AtomTypeProperties.h,
2889 +        types/BendStamp.cpp, types/BendStamp.hpp, types/BendType.hpp,
2890 +        types/BondStamp.cpp, types/BondStamp.hpp, types/BondType.hpp,
2891 +        types/CharmmTorsionType.cpp, types/CharmmTorsionType.hpp,
2892 +        types/Component.cpp, types/Component.hpp, types/CubicBendType.hpp,
2893 +        types/CubicBondType.hpp, types/CubicTorsionType.hpp,
2894 +        types/CutoffGroupStamp.cpp, types/CutoffGroupStamp.hpp,
2895 +        types/DirectionalAtomType.hpp, types/FixedBondType.hpp,
2896 +        types/HarmonicBendType.hpp, types/HarmonicBondType.hpp,
2897 +        types/MakeStamps.cpp, types/MakeStamps.hpp,
2898 +        types/MoleculeStamp.cpp, types/MoleculeStamp.hpp,
2899 +        types/MorseBondType.hpp, types/OplsTorsionType.hpp,
2900 +        types/PolynomialBendType.hpp, types/PolynomialBondType.hpp,
2901 +        types/PolynomialTorsionType.hpp, types/QuarticBendType.hpp,
2902 +        types/QuarticBondType.hpp, types/QuarticTorsionType.hpp,
2903 +        types/RigidBodyStamp.cpp, types/RigidBodyStamp.hpp,
2904 +        types/ShapeAtomType.cpp, types/ShapeAtomType.hpp,
2905 +        types/TorsionStamp.cpp, types/TorsionStamp.hpp,
2906 +        types/TorsionType.hpp, types/UreyBradleyBendType.hpp,
2907 +        types/ZconStamp.cpp, types/ZconStamp.hpp, utils/Algorithm.hpp,
2908 +        utils/BitSet.cpp, utils/BitSet.hpp, utils/GenericData.hpp,
2909 +        utils/GenericFactory.hpp, utils/LocalIndexManager.hpp,
2910 +        utils/MemoryUtils.hpp, utils/MoLocator.cpp, utils/MoLocator.hpp,
2911 +        utils/NumericConstant.hpp, utils/OOPSEConstant.hpp,
2912 +        utils/PropertyMap.cpp, utils/PropertyMap.hpp,
2913 +        utils/StringTokenizer.cpp, utils/StringTokenizer.hpp,
2914 +        utils/StringUtils.hpp, utils/Trim.cpp, utils/Trim.hpp,
2915 +        utils/Tuple.hpp, utils/TupleMatcher.hpp, utils/TypeContainer.hpp,
2916 +        utils/TypeInfo.hpp, utils/Utility.cpp, utils/Utility.hpp,
2917 +        utils/any.hpp, utils/definitions.F90, utils/fError.c,
2918 +        utils/getopt.c, utils/getopt1.c, utils/gnugetopt.h,
2919 +        utils/next_combination.hpp, utils/oopseMPI.F90, utils/physmem.h,
2920 +        utils/residentMem.h, utils/simError.c, utils/simError.h,
2921 +        utils/status.F90, utils/vector_class.F90, utils/wildcards.hpp,
2922 +        visitors/AtomData.hpp, visitors/AtomVisitor.cpp,
2923 +        visitors/AtomVisitor.hpp, visitors/BaseVisitor.hpp,
2924 +        visitors/CompositeVisitor.cpp, visitors/CompositeVisitor.hpp,
2925 +        visitors/LipidTransVisitor.cpp, visitors/LipidTransVisitor.hpp,
2926 +        visitors/OtherVisitor.cpp, visitors/OtherVisitor.hpp,
2927 +        visitors/RigidBodyVisitor.cpp, visitors/RigidBodyVisitor.hpp,
2928 +        visitors/ZconsVisitor.cpp, visitors/ZconsVisitor.hpp: xemacs has
2929 +        been drafted to perform our indentation services
2930 +
2931 + 2005-04-15 17:03  gezelter
2932 +
2933 +        * configure, ac-tools/configure.in: Jedi mind-trick warning
2934 +        messages have been added to make users ignore CGAL.
2935 +
2936 + 2005-04-15 13:41  tim
2937 +
2938 +        * make/Makefile.in: fix make install
2939 +
2940 + 2005-04-15 13:41  tim
2941 +
2942 +        * samples/: dipole/Makefile, shape/Makefile, water/dimer/Makefile:
2943 +        add  Makefile of samples
2944 +
2945 + 2005-04-15 13:33  tim
2946 +
2947 +        * samples/: lipid/Makefile, water/dimer/Makefile,
2948 +        water/ssd-ion/Makefile, water/ssdrf/Makefile: some samples are not
2949 +        installed correctly
2950 +
2951 + 2005-04-14 16:41  gezelter
2952 +
2953 +        * ChangeLog, configure, ac-tools/aclocal.m4, ac-tools/configure.in,
2954 +        make/Makefile.in, scripts/cvs2cl, scripts/cvs2cl.pl,
2955 +        scripts/filepp, scripts/filepp.in: configure now searches for perl
2956 +        to use with filepp
2957 +
2958 + 2005-04-14 16:20  gezelter
2959 +
2960 +        * src/utils/MoLocator.cpp: Fixed a bug in RigidBodyStamp section of
2961 +        MoLocator
2962 +
2963 + 2005-04-14 14:12  gezelter
2964 +
2965 +        * LICENSE: [no log message]
2966 +
2967 + 2005-04-14 11:10  chuckv
2968 +
2969 +        * src/applications/nanoRodBuilder/nanorodBuilder.cpp:
2970 +        nanorodbuilder now exit's when libCGAL is not present.
2971 +
2972 + 2005-04-14 10:20  tim
2973 +
2974 +        * src/io/make_nodes.h: fix one more warning message in make_nodes
2975 +
2976 + 2005-04-13 18:36  chuckv
2977 +
2978 +        * src/UseTheForce/DarkSide/electrostatic_interface.F90: Changed
2979 +        interface name for SGI Compiler
2980 +
2981 + 2005-04-13 18:29  chrisfen
2982 +
2983 +        * samples/water/ssde/ssde.md: oops...  bad sample
2984 +
2985 + 2005-04-13 18:00  chuckv
2986 +
2987 +        * src/config.h.in: Change typo in CGAL.
2988 +
2989 + 2005-04-13 17:43  tim
2990 +
2991 +        * src/: brains/SnapshotManager.hpp, primitives/Torsion.hpp,
2992 +        selection/SelectionCompiler.hpp: fix some warning messages
2993 +
2994 + 2005-04-13 17:30  gezelter
2995 +
2996 +        * configure, ac-tools/aclocal.m4, ac-tools/configure.in,
2997 +        make/Makefile.in, src/config.h.in,
2998 +        src/applications/nanoRodBuilder/Makefile,
2999 +        src/applications/nanoRodBuilder/Makefile.in,
3000 +        src/applications/nanoRodBuilder/nanorodBuilder.cpp: added CGAL
3001 +        checks
3002 +
3003 + 2005-04-13 15:36  chuckv
3004 +
3005 +        * src/UseTheForce/: DUFF.cpp, DUFF.hpp, Shapes_FF.cpp,
3006 +        DarkSide/LJ.F90, DarkSide/electrostatic.F90,
3007 +        DarkSide/electrostatic_interface.F90,
3008 +        DarkSide/electrostatic_interface.h, DarkSide/lj_interface.F90,
3009 +        DarkSide/lj_interface.h, DarkSide/sticky.F90,
3010 +        DarkSide/sticky_interface.F90, DarkSide/sticky_interface.h: Added
3011 +        destroy methods for Fortran modules.
3012 +
3013 + 2005-04-13 15:17  chuckv
3014 +
3015 +        * src/UseTheForce/DarkSide/: shapes.F90, shapes_interface.F90,
3016 +        shapes_interface.h: Added destroy method to clean up memory
3017 +
3018 + 2005-04-13 13:41  tim
3019 +
3020 +        * src/: applications/nanoRodBuilder/nanorodBuilder.cpp,
3021 +        brains/SimCreator.cpp, brains/SimInfo.cpp, brains/SimInfo.hpp,
3022 +        io/make_nodes.c, io/parse_tree.c, primitives/Bend.hpp,
3023 +        primitives/Bond.hpp, primitives/Torsion.hpp, types/MakeStamps.cpp,
3024 +        types/MakeStamps.hpp, utils/MoLocator.cpp: more memory leak are
3025 +        fixed
3026 +
3027 + 2005-04-12 17:44  chuckv
3028 +
3029 +        * src/applications/nanoRodBuilder/nanoBuilder.ggo: File not needed
3030 +        for nanoRodBuilder.
3031 +
3032 + 2005-04-12 17:42  tim
3033 +
3034 +        * src/applications/: nanoRodBuilder/nanorodBuilder.cpp,
3035 +        simpleBuilder/simpleBuilder.cpp: fix memory leak in nanorodBuilder
3036 +        and simpleBuilder(forget to delete lattice)
3037 +
3038 + 2005-04-12 17:33  tim
3039 +
3040 +        * src/: applications/nanoRodBuilder/nanorodBuilder.cpp,
3041 +        applications/simpleBuilder/simpleBuilder.cpp, brains/Register.cpp:
3042 +        refactory lattice
3043 +
3044 + 2005-04-12 17:07  tim
3045 +
3046 +        * src/lattice/: BaseLattice.cpp, BaseLattice.hpp, CubicLattice.cpp,
3047 +        CubicLattice.hpp, FCCLattice.cpp, FCCLattice.hpp, Lattice.cpp,
3048 +        Lattice.hpp, Makefile, FCCLattice.hpp, Lattice.hpp: refactory
3049 +        LatticeFactory and LatticeCreator
3050 +
3051 + 2005-04-12 16:58  tim
3052 +
3053 +        * src/: applications/nanoRodBuilder/nanorodBuilder.cpp,
3054 +        applications/simpleBuilder/simpleBuilder.cpp, brains/Register.cpp,
3055 +        brains/Register.hpp, lattice/Lattice.cpp, lattice/Lattice.hpp,
3056 +        lattice/LatticeCreator.cpp, lattice/LatticeCreator.hpp,
3057 +        lattice/LatticeFactory.cpp, lattice/LatticeFactory.hpp,
3058 +        lattice/Makefile: refactory LatticeFactory and LatticeCreator
3059 +
3060 + 2005-04-12 16:28  gezelter
3061 +
3062 +        * src/utils/: Makefile.in, MoLocator.cpp, MoLocator.hpp,
3063 +        vector_class.F90: cleaned up vector_class memory leak fix by
3064 +        deallocating in reverse order of how we allocated.  Also migrated
3065 +        MoLocator into utils directory
3066 +
3067 + 2005-04-12 16:27  gezelter
3068 +
3069 +        * src/lattice/: BaseLattice.cpp, BaseLattice.hpp, Lattice.cpp,
3070 +        Lattice.hpp, LatticeCreator.cpp, LatticeCreator.hpp,
3071 +        LatticeFactory.cpp, LatticeFactory.hpp, Makefile: added lattice
3072 +        directory
3073 +
3074 + 2005-04-12 16:27  gezelter
3075 +
3076 +        * src/applications/: nanoRodBuilder/BaseLattice.cpp,
3077 +        nanoRodBuilder/BaseLattice.hpp, nanoRodBuilder/Lattice.cpp,
3078 +        nanoRodBuilder/Lattice.hpp, nanoRodBuilder/LatticeCreator.cpp,
3079 +        nanoRodBuilder/LatticeCreator.hpp,
3080 +        nanoRodBuilder/LatticeFactory.cpp,
3081 +        nanoRodBuilder/LatticeFactory.hpp, nanoRodBuilder/Makefile,
3082 +        nanoRodBuilder/MoLocator.cpp, nanoRodBuilder/MoLocator.hpp,
3083 +        nanoRodBuilder/nanorodBuilder.cpp, simpleBuilder/BaseLattice.cpp,
3084 +        simpleBuilder/BaseLattice.hpp, simpleBuilder/Lattice.cpp,
3085 +        simpleBuilder/Lattice.hpp, simpleBuilder/LatticeCreator.cpp,
3086 +        simpleBuilder/LatticeCreator.hpp, simpleBuilder/LatticeFactory.cpp,
3087 +        simpleBuilder/LatticeFactory.hpp, simpleBuilder/Makefile,
3088 +        simpleBuilder/MoLocator.cpp, simpleBuilder/MoLocator.hpp,
3089 +        simpleBuilder/simpleBuilder.cpp: added lattice directory, so all of
3090 +        these files are now redundant
3091 +
3092 + 2005-04-12 16:27  gezelter
3093 +
3094 +        * src/UseTheForce/DarkSide/: atype_interface.F90,
3095 +        atype_interface.h: cleaned up memory leak fix
3096 +
3097 + 2005-04-12 16:26  gezelter
3098 +
3099 +        * make/Makefile.in: added lattice subdirectory
3100 +
3101 + 2005-04-12 15:57  chrisfen
3102 +
3103 +        * src/UseTheForce/Shapes_FF.cpp: no real changes here, maybe added
3104 +        a space by accident
3105 +
3106 + 2005-04-12 15:56  chrisfen
3107 +
3108 +        * samples/water/ssd-ion/: ssdCl.in, ssdCl.md, water.md: added
3109 +        quadrupole sample
3110 +
3111 + 2005-04-12 15:56  chrisfen
3112 +
3113 +        * samples/water/dimer/: cl.in, cl.md, cl2.in, cl2.md: updating
3114 +        samples
3115 +
3116 + 2005-04-12 13:30  tim
3117 +
3118 +        * src/UseTheForce/: ForceField.cpp, ForceField.hpp: destory atom
3119 +        type in fortran side
3120 +
3121 + 2005-04-12 12:45  chuckv
3122 +
3123 +        * src/utils/vector_class.F90: Further changes to vector_class
3124 +        destroy function.
3125 +
3126 + 2005-04-12 12:39  chuckv
3127 +
3128 +        * src/utils/vector_class.F90: Fixed pointer memory leak in
3129 +        vector_class.
3130 +
3131 + 2005-04-12 12:12  chuckv
3132 +
3133 +        * src/UseTheForce/: EAM_FF.cpp, EAM_FF.hpp,
3134 +        DarkSide/atype_interface.F90, DarkSide/atype_interface.h,
3135 +        DarkSide/eam.F90, DarkSide/eam_interface.F90,
3136 +        DarkSide/eam_interface.h: Updates to deallocate object in fortran.
3137 +
3138 + 2005-04-12 09:24  chrisfen
3139 +
3140 +        * src/integrators/VelocityVerletIntegrator.cpp: minor change to TI
3141 +        output
3142 +
3143 + 2005-04-11 19:29  chuckv
3144 +
3145 +        * src/: UseTheForce/DarkSide/atype.F90,
3146 +        applications/nanoRodBuilder/Makefile: Changes to delete atypes...
3147 +
3148 + 2005-04-11 19:28  chuckv
3149 +
3150 +        * src/utils/vector_class.F90: Added code to delete vector.
3151 +
3152 + 2005-04-11 16:58  tim
3153 +
3154 +        * src/io/basic_ifstrstream.hpp: avoid multiple inherit in
3155 +        basic_ifstrstream
3156 +
3157 + 2005-04-11 16:37  chuckv
3158 +
3159 +        * make/Makefile.in,
3160 +        src/applications/nanoRodBuilder/BaseLattice.cpp,
3161 +        src/applications/nanoRodBuilder/BaseLattice.hpp,
3162 +        src/applications/nanoRodBuilder/GeometryBuilder.cpp,
3163 +        src/applications/nanoRodBuilder/GeometryBuilder.hpp,
3164 +        src/applications/nanoRodBuilder/Lattice.cpp,
3165 +        src/applications/nanoRodBuilder/Lattice.hpp,
3166 +        src/applications/nanoRodBuilder/LatticeCreator.cpp,
3167 +        src/applications/nanoRodBuilder/LatticeCreator.hpp,
3168 +        src/applications/nanoRodBuilder/LatticeFactory.cpp,
3169 +        src/applications/nanoRodBuilder/LatticeFactory.hpp,
3170 +        src/applications/nanoRodBuilder/Makefile,
3171 +        src/applications/nanoRodBuilder/MoLocator.cpp,
3172 +        src/applications/nanoRodBuilder/MoLocator.hpp,
3173 +        src/applications/nanoRodBuilder/nanoBuilder.ggo,
3174 +        src/applications/nanoRodBuilder/nanorodBuilder.cpp,
3175 +        src/applications/nanoRodBuilder/nanorodBuilder.ggo,
3176 +        src/applications/nanoRodBuilder/nanorodBuilderCmd.c,
3177 +        src/applications/nanoRodBuilder/nanorodBuilderCmd.h: Importing
3178 +        nanoRodBuilder application (may not work yet).  ((Doesn't work
3179 +        yet.)) (((May never work....)))
3180 +
3181 + 2005-04-11 15:54  tim
3182 +
3183 +        * src/applications/dump2Xyz/Dump2XYZ.cpp: forget to delete
3184 +        prepareVisitor in Dump2XYZ
3185 +
3186 + 2005-04-11 15:19  chrisfen
3187 +
3188 +        * src/UseTheForce/DarkSide/electrostatic.F90: fixing of the
3189 +        quadrupoles.  look!  it's divide by 3 like stone says!
3190 +
3191 + 2005-04-11 15:18  chrisfen
3192 +
3193 +        * forceFields/DUFF2.frc: fixing of the quadrupoles
3194 +
3195 + 2005-04-11 15:16  tim
3196 +
3197 +        * src/selection/Token.hpp: change the parameter name in
3198 +        constructors
3199 +
3200 + 2005-04-11 14:49  gezelter
3201 +
3202 +        * make/Makefile.in: One more bug fix for GNU make versions < 3.80
3203 +
3204 + 2005-04-11 14:06  gezelter
3205 +
3206 +        * make/Makefile.in: Fixed the uc and lc functions for GNU make
3207 +        versions < 3.80
3208 +
3209 + 2005-04-11 11:13  gezelter
3210 +
3211 +        * make/Makefile.in, src/UseTheForce/Makefile,
3212 +        src/UseTheForce/DarkSide/Makefile, src/utils/Makefile.in: added
3213 +        some stuff to clean out module files during "make clean"
3214 +
3215 + 2005-04-08 17:13  chrisfen
3216 +
3217 +        * src/UseTheForce/DarkSide/electrostatic.F90: quadrupole
3218 +        interactions should be working with a remaining question of
3219 +        interaction magnitude
3220 +
3221 + 2005-04-08 17:12  chrisfen
3222 +
3223 +        * samples/water/dimer/: cl.in, cl.md, ssd.in, ssd.md: messing with
3224 +        samples
3225 +
3226 + 2005-04-08 13:48  chrisfen
3227 +
3228 +        * samples/water/ssd/ssd.md: oops...  messed up a sample
3229 +
3230 + 2005-04-08 09:43  chrisfen
3231 +
3232 +        * src/UseTheForce/DarkSide/electrostatic.F90: Altered signs to fix
3233 +        charge-dipole interactions
3234 +
3235 + 2005-04-08 09:42  chrisfen
3236 +
3237 +        * samples/water/: dimer/cl.in, dimer/cl.md, dimer/water.md,
3238 +        ssd/ssd.md, ssd/water.md: changes during debug of charge-dipole
3239 +
3240 + 2005-04-08 09:41  chrisfen
3241 +
3242 +        * forceFields/DUFF2.frc: added Cl- and Na+
3243 +
3244 + 2005-04-06 18:59  tim
3245 +
3246 +        * src/io/BASSlex.l: reinitialize buffer_stack_ptr in BASS parser
3247 +
3248 + 2005-04-05 18:09  tim
3249 +
3250 +        * src/selection/: NameFinder.cpp, SelectionCompiler.cpp,
3251 +        SelectionCompiler.hpp, Token.hpp, TokenMap.cpp: support '+' and '-'
3252 +        in atom type name;clean the code a little bit
3253 +
3254 + 2005-03-29 16:00  tim
3255 +
3256 +        * src/math/: ChebyshevPolynomials.cpp, SquareMatrix3.hpp: fix a bug
3257 +        in converting rotation matrix to quaternion
3258 +
3259 + 2005-03-28 17:41  tim
3260 +
3261 +        * src/visitors/LipidTransVisitor.cpp: fixed the wrapping
3262 +
3263 + 2005-03-28 17:30  tim
3264 +
3265 +        * src/visitors/LipidTransVisitor.cpp: LipidTranVisitor should do
3266 +        the wrapping
3267 +
3268 + 2005-03-28 10:54  tim
3269 +
3270 +        * src/applications/staticProps/GofXyz.cpp: fix a bug in getting the
3271 +        dimension of histogram
3272 +
3273 + 2005-03-22 11:38  tim
3274 +
3275 +        * make/Makefile.in, src/applications/dump2Xyz/Makefile,
3276 +        src/applications/dynamicProps/Makefile,
3277 +        src/applications/oopse/Makefile,
3278 +        src/applications/simpleBuilder/Makefile,
3279 +        src/applications/staticProps/Makefile: avoid building parallel
3280 +        executable for dump2XYZ, simpleBuilder, staticProps and
3281 +        dynamicProps
3282 +
3283 + 2005-03-21 17:34  chrisfen
3284 +
3285 +        * forceFields/: DUFF2.frc, WATER.frc: Corrected changes to the
3286 +        forcefield files
3287 +
3288 + 2005-03-21 15:51  chrisfen
3289 +
3290 +        * src/UseTheForce/: doForces.F90, DarkSide/electrostatic.F90,
3291 +        DarkSide/reactionField.F90: Make sure electrostatic_module provides
3292 +        data for reaction_field
3293 +
3294 + 2005-03-21 15:50  chrisfen
3295 +
3296 +        * forceFields/: DUFF2.frc, WATER.frc: Chris debugging stuff.  HE
3297 +        WILL CHANGE THIS BACK, RIGHT?
3298 +
3299 + 2005-03-21 14:23  gezelter
3300 +
3301 +        * src/UseTheForce/DarkSide/electrostatic.F90: constant back to
3302 +        correct value
3303 +
3304 + 2005-03-21 14:22  gezelter
3305 +
3306 +        * make/Makefile.in: fixed an install-related bug.
3307 +        $(InstallCommand) had been set to $(InstallData)
3308 +
3309 + 2005-03-15 09:21  gezelter
3310 +
3311 +        * src/integrators/Integrator.cpp: VelocityVerletIntegrator already
3312 +        deletes and Nullifies restWriter, so Integrator shouldn't do it.
3313 +
3314 + 2005-03-15 09:20  gezelter
3315 +
3316 +        * src/UseTheForce/DarkSide/electrostatic.F90: fixed three typos
3317 +
3318 + 2005-03-13 02:39  gezelter
3319 +
3320 +        * src/UseTheForce/DarkSide/electrostatic.F90: first run at
3321 +        charge-quadrupole interactions
3322 +
3323 + 2005-03-12 14:12  chrisfen
3324 +
3325 +        * samples/: Makefile.in, thermoIntegration/liquid/Makefile,
3326 +        thermoIntegration/solid/Makefile: forgot a couple of makefiles
3327 +
3328 + 2005-03-12 14:05  chrisfen
3329 +
3330 +        * samples/thermoIntegration/liquid/ssde.in,
3331 +        samples/thermoIntegration/liquid/ssde.md,
3332 +        samples/thermoIntegration/liquid/water.md,
3333 +        samples/thermoIntegration/solid/idealCrystal.in,
3334 +        samples/thermoIntegration/solid/ssde.in,
3335 +        samples/thermoIntegration/solid/ssde.md,
3336 +        samples/thermoIntegration/solid/ssde.zang0,
3337 +        samples/thermoIntegration/solid/water.md,
3338 +        samples/water/tip3p_ice/tp3.md,
3339 +        src/UseTheForce/DarkSide/sticky.F90,
3340 +        src/restraints/ThermoIntegrationForceManager.cpp: added some
3341 +        samples
3342 +
3343 + 2005-03-11 12:50  tim
3344 +
3345 +        * src/: brains/SimCreator.cpp,
3346 +        io/MultipoleAtomTypesSectionParser.cpp: fix a typo in
3347 +        MultipoleAtomTypesSectionParser
3348 +
3349 + 2005-03-11 10:55  tim
3350 +
3351 +        * src/brains/SimInfo.cpp: pairs inside cutoff group should not be
3352 +        excluded
3353 +
3354 + 2005-03-11 10:53  gezelter
3355 +
3356 +        * src/UseTheForce/DarkSide/electrostatic.F90: settled on a unit for
3357 +        quadrupoles
3358 +
3359 + 2005-03-11 10:52  gezelter
3360 +
3361 +        * forceFields/DUFF2.frc: quadrupoles for SSD models
3362 +
3363 + 2005-03-11 10:00  tim
3364 +
3365 +        * ChangeLog, doc/SelectionExpression.html,
3366 +        doc/classoopse_1_1StuntDouble.png, doc/definition.jpg,
3367 +        doc/gofr.jpg, doc/gofrtheta.jpg, doc/heirarchy.png,
3368 +        src/brains/SimInfo.cpp, src/selection/SelectionEvaluator.cpp,
3369 +        src/selection/SelectionEvaluator.hpp, src/selection/Token.hpp,
3370 +        src/selection/TokenMap.cpp: clean up SimInfo; modify the images of
3371 +        SelectionExpression.html
3372 +
3373 + 2005-03-10 19:43  chrisfen
3374 +
3375 +        * samples/water/ssde/ssde.md, samples/water/tip3p_ice/tp3.md,
3376 +        src/io/RestReader.cpp, src/restraints/Restraints.cpp,
3377 +        src/restraints/ThermoIntegrationForceManager.cpp: fixed a bug in
3378 +        MPI restraints
3379 +
3380 + 2005-03-10 18:56  tim
3381 +
3382 +        * doc/SelectionExpression.html, src/brains/SimInfo.cpp,
3383 +        src/primitives/CutoffGroup.hpp: adding exclude pairs for rigidbody
3384 +        and cutoff group
3385 +
3386 + 2005-03-10 17:06  gezelter
3387 +
3388 +        * src/types/MorseBondType.hpp: fixed a doxygen problem
3389 +
3390 + 2005-03-10 16:51  gezelter
3391 +
3392 +        * samples/dipole/: split_SSD.md, twoSplitDipole.md: messing with
3393 +        the split dipole test cases
3394 +
3395 + 2005-03-10 16:51  gezelter
3396 +
3397 +        * doc/SelectionExpression.html: updated some documentation
3398 +
3399 + 2005-03-10 15:40  gezelter
3400 +
3401 +        * src/io/: Globals.hpp, LinkedCommand.cpp, LinkedCommand.hpp,
3402 +        Makefile: LinkedList removal project starts now
3403 +
3404 + 2005-03-10 15:28  tim
3405 +
3406 +        * src/: UseTheForce/DUFF.cpp, UseTheForce/EAM_FF.cpp,
3407 +        io/EAMAtomTypesSectionParser.cpp, io/Globals.cpp, io/Globals.hpp:
3408 +        using map to replace link list
3409 +
3410 + 2005-03-10 14:11  tim
3411 +
3412 +        * samples/dipole/: splitInWater.in, splitInWater.md: adding test
3413 +        case  of split dipole
3414 +
3415 + 2005-03-10 14:10  chrisfen
3416 +
3417 +        * samples/water/tip3p_ice/tp3.md, src/io/RestReader.cpp,
3418 +        src/io/RestWriter.cpp,
3419 +        src/restraints/ThermoIntegrationForceManager.cpp: Oops...  MPI now
3420 +        builds...
3421 +
3422 + 2005-03-10 13:44  tim
3423 +
3424 +        * samples/dipole/: Lipid.frc, splitDipole.md, split_SSD.in,
3425 +        split_SSD.md, twoSplitDipole.in, twoSplitDipole.md, water.md:
3426 +        adding test case for split dipole
3427 +
3428 + 2005-03-10 12:54  gezelter
3429 +
3430 +        * src/UseTheForce/DarkSide/electrostatic.F90: added fortran-side
3431 +        support for split dipoles
3432 +
3433 + 2005-03-10 11:27  chrisfen
3434 +
3435 +        * samples/water/tip3p_ice/tp3.md,
3436 +        src/restraints/ThermoIntegrationForceManager.cpp: fixes to
3437 +        restraints
3438 +
3439 + 2005-03-10 11:15  chrisfen
3440 +
3441 +        * samples/water/tip3p_ice/tp3.md, src/UseTheForce/ForceFields.cpp,
3442 +        src/UseTheForce/ForceFields.hpp,
3443 +        src/restraints/ThermoIntegrationForceManager.cpp: fixing restraints
3444 +
3445 + 2005-03-10 11:14  tim
3446 +
3447 +        * ChangeLog, doc/SelectionExpression.html, forceFields/DUFF2.frc,
3448 +        src/io/MultipoleAtomTypesSectionParser.cpp,
3449 +        src/selection/SelectionEvaluator.cpp: minor change
3450 +
3451 + 2005-03-10 10:10  chrisfen
3452 +
3453 +        * make/Makefile.in, samples/water/tip3p_ice/tp3.md,
3454 +        src/brains/SimCreator.cpp, src/brains/SimInfo.hpp,
3455 +        src/integrators/Integrator.cpp, src/integrators/Integrator.hpp,
3456 +        src/integrators/VelocityVerletIntegrator.cpp,
3457 +        src/integrators/VelocityVerletIntegrator.hpp,
3458 +        src/io/DumpReader.cpp, src/io/Globals.cpp, src/io/Globals.hpp,
3459 +        src/io/Makefile, src/io/ReadWrite.hpp, src/io/RestReader.cpp,
3460 +        src/io/RestReader.hpp, src/io/RestWriter.cpp,
3461 +        src/io/RestWriter.hpp, src/io/RestraintReader.cpp,
3462 +        src/io/RestraintWriter.cpp, src/restraints/Makefile,
3463 +        src/restraints/Restraints.cpp, src/restraints/Restraints.hpp,
3464 +        src/restraints/ThermoIntegrationForceManager.cpp,
3465 +        src/restraints/ThermoIntegrationForceManager.hpp: First commit of
3466 +        the new restraints code
3467 +
3468 + 2005-03-09 13:48  tim
3469 +
3470 +        * src/selection/: IndexFinder.cpp, IndexFinder.hpp: adding
3471 +        IndexFinder
3472 +
3473 + 2005-03-09 13:46  tim
3474 +
3475 +        * src/: applications/dump2Xyz/Dump2XYZ.ggo,
3476 +        applications/dump2Xyz/Dump2XYZCmd.c,
3477 +        applications/dump2Xyz/Dump2XYZCmd.h,
3478 +        selection/SelectionCompiler.cpp, selection/SelectionEvaluator.cpp:
3479 +        fix compilation issue
3480 +
3481 + 2005-03-09 12:58  tim
3482 +
3483 +        * forceFields/DUFF2.frc, scripts/filepp,
3484 +        src/UseTheForce/EAM_FF.cpp,
3485 +        src/io/MultipoleAtomTypesSectionParser.cpp,
3486 +        src/io/SectionParser.cpp, test/math/testRandNumGen.cpp: fix a bug
3487 +        in SectionParser (lineNo is not updated)
3488 +
3489 + 2005-03-09 12:30  tim
3490 +
3491 +        * src/: UseTheForce/DUFF.cpp, applications/dump2Xyz/Dump2XYZ.cpp,
3492 +        applications/dump2Xyz/Dump2XYZ.ggo,
3493 +        applications/dump2Xyz/Dump2XYZCmd.c,
3494 +        applications/dump2Xyz/Dump2XYZCmd.h, brains/SimInfo.cpp,
3495 +        brains/SimInfo.hpp, io/ChargeAtomTypesSectionParser.cpp,
3496 +        io/ChargeAtomTypesSectionParser.hpp,
3497 +        io/ElectrostaticAtomTypesSectionParser.cpp,
3498 +        io/ElectrostaticAtomTypesSectionParser.hpp, io/Makefile,
3499 +        io/MultipoleAtomTypesSectionParser.cpp,
3500 +        io/MultipoleAtomTypesSectionParser.hpp,
3501 +        io/SectionParserManager.cpp, selection/Makefile,
3502 +        selection/SelectionEvaluator.cpp, selection/SelectionEvaluator.hpp,
3503 +        types/AtomType.cpp, types/DirectionalAtomType.cpp,
3504 +        visitors/AtomVisitor.cpp, visitors/OtherVisitor.cpp,
3505 +        visitors/OtherVisitor.hpp: adding IndexFinder which is used to
3506 +        select the molecules; Seperate ElectrostaticAtomTypesSectionParser
3507 +        into ChargeAtomTypesSectionParser and
3508 +        MultipoleAtomTypesSectionParser;remove print dipole option from
3509 +        Dump2XYZ;
3510 +
3511 + 2005-03-09 12:28  tim
3512 +
3513 +        * forceFields/DUFF2.frc: change the format of DUFF2
3514 +
3515 + 2005-03-09 10:44  gezelter
3516 +
3517 +        * src/UseTheForce/DarkSide/: electrostatic.F90,
3518 +        electrostatic_interface.F90, electrostatic_interface.h: new
3519 +        electrostatic module
3520 +
3521 + 2005-03-09 09:26  gezelter
3522 +
3523 +        * src/types/: AtomType.cpp, AtomType.hpp, AtomTypeProperties.h,
3524 +        DirectionalAtomType.cpp, DirectionalAtomType.hpp: added splitDipole
3525 +        and fixed quadrupole stuff
3526 +
3527 + 2005-03-09 09:25  gezelter
3528 +
3529 +        * src/UseTheForce/: DUFF.cpp, EAM_FF.cpp: removed #include lines
3530 +        for outdated charge and dipole interfaces
3531 +
3532 + 2005-03-08 16:08  gezelter
3533 +
3534 +        * samples/water/dimer/: cl.in, cl.md, cl2.in, cl2.md, mix.in,
3535 +        mix.md, mix2.in, mix2.md, ssd.in, ssd.md: addded a few fun
3536 +        charge-dipole test cases
3537 +
3538 + 2005-03-08 16:07  gezelter
3539 +
3540 +        * src/visitors/: AtomData.hpp, AtomVisitor.cpp, OtherVisitor.cpp,
3541 +        OtherVisitor.hpp, RigidBodyVisitor.cpp, ZconsVisitor.cpp: fixing a
3542 +        strange icc8 bug (we think).
3543 +
3544 + 2005-03-08 16:07  gezelter
3545 +
3546 +        * src/utils/: StringUtils.cpp, StringUtils.hpp: OOPSE_itoa!
3547 +
3548 + 2005-03-08 16:07  gezelter
3549 +
3550 +        * src/types/: AtomType.cpp, DirectionalAtomType.cpp: Electrostatic
3551 +        Unification Project
3552 +
3553 + 2005-03-08 16:07  gezelter
3554 +
3555 +        * src/io/Globals.cpp: Dunno
3556 +
3557 + 2005-03-08 16:06  gezelter
3558 +
3559 +        * src/brains/: MoleculeCreator.cpp, SimCreator.cpp: Using
3560 +        OOPSE_itoa and checking a NULL left over from the LinkedList days
3561 +
3562 + 2005-03-08 16:06  gezelter
3563 +
3564 +        * src/UseTheForce/DarkSide/: LJ.F90, Makefile, atype.F90,
3565 +        atype_interface.F90, atype_interface.h, charge.F90,
3566 +        charge_interface.F90, charge_interface.h, dipole.F90,
3567 +        dipole_interface.F90, dipole_interface.h: electrostatic unification
3568 +        project fixed an uninitialized variable in Lennard Jones mixing map
3569 +
3570 + 2005-03-08 16:05  gezelter
3571 +
3572 +        * src/UseTheForce/doForces.F90: electrostatic unification project
3573 +
3574 + 2005-03-08 16:05  gezelter
3575 +
3576 +        * samples/water/dimer/: two.md, water.md: making some cool test
3577 +        cases
3578 +
3579 + 2005-03-08 16:05  gezelter
3580 +
3581 +        * forceFields/DUFF2.frc: Added a charge for Chlorine
3582 +
3583 + 2005-03-07 17:39  tim
3584 +
3585 +        * src/: brains/SimInfo.cpp, io/DumpReader.cpp,
3586 +        math/ParallelRandNumGen.cpp, math/ParallelRandNumGen.hpp,
3587 +        primitives/Molecule.cpp, utils/BitSet.cpp, utils/MemoryUtils.hpp:
3588 +        Fixing a bug in BitSet.cpp
3589 +
3590 + 2005-03-04 10:28  gezelter
3591 +
3592 +        * src/config.h.in: Cleaning up config.h.in by adding comments
3593 +
3594 + 2005-03-04 10:28  gezelter
3595 +
3596 +        * configure, ac-tools/configure.in, make/Makefile.in,
3597 +        src/brains/SimCreator.cpp: SPRNG eradication project
3598 +
3599 + 2005-03-03 09:40  tim
3600 +
3601 +        * src/io/DumpWriter.cpp: avoid using const char*(hope can fixed the
3602 +        missing atom type problem)
3603 +
3604 + 2005-03-02 11:29  tim
3605 +
3606 +        * src/math/RandNumGen.hpp: adding base class of Random Number
3607 +        generator
3608 +
3609 + 2005-03-02 11:28  tim
3610 +
3611 +        * src/: brains/SimCreator.cpp, integrators/Velocitizer.cpp,
3612 +        math/ParallelRandNumGen.hpp, math/SeqRandNumGen.hpp: info_ in
3613 +        Velocitizer is not initialized which causes a seg fault
3614 +
3615 + 2005-03-02 10:36  tim
3616 +
3617 +        * src/: brains/SimCreator.cpp, integrators/Velocitizer.cpp,
3618 +        integrators/Velocitizer.hpp, math/Makefile,
3619 +        math/MersenneTwister.hpp, math/ParallelRandNumGen.cpp,
3620 +        math/ParallelRandNumGen.hpp, math/SeqRandNumGen.cpp,
3621 +        math/SeqRandNumGen.hpp: remove default parameter from
3622 +        MersenneTwister.hpp which causes all kinds of trouble.  Refactory
3623 +        random number generator
3624 +
3625 + 2005-03-02 02:32  tim
3626 +
3627 +        * test/math/testRandNumGen.cpp: Adding unit test for random number
3628 +        generator
3629 +
3630 + 2005-03-01 18:17  tim
3631 +
3632 +        * src/brains/Thermo.hpp: fixed a file inclusion problem
3633 +
3634 + 2005-03-01 18:17  tim
3635 +
3636 +        * test/math/: Makefile, OOPSERandNumGenTestCase.cpp,
3637 +        OOPSERandNumGenTestCase.hpp, ParallelandNumGenTestCase.cpp,
3638 +        ParallelandNumGenTestCase.hpp, RandNumGenTestCase.cpp,
3639 +        RandNumGenTestCase.hpp: fixed compilation problem
3640 +
3641 + 2005-03-01 18:02  tim
3642 +
3643 +        * src/: brains/SimCreator.cpp, integrators/Velocitizer.cpp,
3644 +        integrators/Velocitizer.hpp, math/Makefile,
3645 +        math/OOPSERandNumGen.hpp, math/ParallelRandNumGen.cpp,
3646 +        math/ParallelRandNumGen.hpp, math/mt19937ar.c,
3647 +        math/randomSPRNG.cpp, math/randomSPRNG.hpp: replace SPRNG by MTRand
3648 +
3649 + 2005-03-01 18:00  tim
3650 +
3651 +        * test/math/: Makefile, ParallelandNumGenTestCase.cpp,
3652 +        ParallelandNumGenTestCase.hpp: Change the name of test case
3653 +
3654 + 2005-03-01 16:00  tim
3655 +
3656 +        * test/math/: Makefile, OOPSERandNumGenTestCase.cpp,
3657 +        OOPSERandNumGenTestCase.hpp: adding testcase for random number
3658 +        generator
3659 +
3660 + 2005-03-01 15:10  tim
3661 +
3662 +        * src/: UseTheForce/ForceFieldCreator.hpp, brains/SimCreator.hpp,
3663 +        integrators/IntegratorCreator.hpp, math/MersenneTwister.hpp,
3664 +        math/Polynomial.hpp, math/Quaternion.hpp, math/RectMatrix.hpp,
3665 +        math/SquareMatrix.hpp, math/SquareMatrix3.hpp, math/Vector.hpp,
3666 +        math/Vector3.hpp, minimizers/MinimizerCreator.hpp,
3667 +        utils/BitSet.cpp, utils/BitSet.hpp, utils/GenericData.hpp,
3668 +        utils/TypeContainer.hpp, visitors/AtomVisitor.cpp,
3669 +        visitors/RigidBodyVisitor.cpp: fix compilation problem for g++ 3.4
3670 +
3671 + 2005-03-01 14:11  tim
3672 +
3673 +        * src/: brains/SimCreator.cpp, brains/SimInfo.hpp,
3674 +        integrators/Velocitizer.cpp, integrators/Velocitizer.hpp,
3675 +        math/MersenneTwister.hpp, math/OOPSERandNumGen.hpp: adding
3676 +        OOPSERandNumGen
3677 +
3678 + 2005-03-01 10:44  gezelter
3679 +
3680 +        * make/Makefile.in: Fixed the damned build problem with the
3681 +        libraries not being removed in make clean and make distclean (at
3682 +        least we think it is fixed).
3683 +
3684 + 2005-03-01 10:26  gezelter
3685 +
3686 +        * src/math/MersenneTwister.hpp: Making small modifications to allow
3687 +        for use on MPI machines
3688 +
3689 + 2005-03-01 09:45  tim
3690 +
3691 +        * src/: applications/dump2Xyz/Dump2XYZ.cpp, brains/SimCreator.cpp,
3692 +        integrators/Velocitizer.cpp, io/DumpReader.cpp,
3693 +        math/MersenneTwister.hpp: adding MersenneTwister random number
3694 +        generator
3695 +
3696 + 2005-02-28 22:55  tim
3697 +
3698 +        * src/math/MersenneTwister.hpp: Adding a modified version of
3699 +        MersenneTwister.hpp
3700 +
3701 + 2005-02-28 12:24  tim
3702 +
3703 +        * doc/: SelectionExpression.html, classoopse_1_1StuntDouble.png,
3704 +        definition.jpg: selection expression
3705 +
3706 + 2005-02-25 16:22  tim
3707 +
3708 +        * src/: UseTheForce/DarkSide/LJ.F90,
3709 +        UseTheForce/DarkSide/lj_interface.F90,
3710 +        UseTheForce/DarkSide/lj_interface.h,
3711 +        io/LennardJonesAtomTypesSectionParser.cpp, types/AtomType.cpp,
3712 +        types/AtomType.hpp: adding soft potential to LJ Module
3713 +
3714 + 2005-02-25 11:38  tim
3715 +
3716 +        * doc/SelectionExpression.html: adding documentation for selection
3717 +        expression
3718 +
3719 + 2005-02-24 15:55  tim
3720 +
3721 +        * src/: applications/simpleBuilder/simpleBuilder.cpp,
3722 +        integrators/VelocityVerletIntegrator.cpp, io/DumpWriter.cpp,
3723 +        io/DumpWriter.hpp, io/basic_teebuf.hpp, minimizers/Minimizer.cpp:
3724 +        adding basic_teebuf which can operate on multiple stream
3725 +        simutaneously.
3726 +
3727 + 2005-02-22 14:26  chrisfen
3728 +
3729 +        * samples/water/ssdrf/: ssdrf.in, ssdrf.md, water.md: Added ssdrf
3730 +        sample
3731 +
3732 + 2005-02-22 13:56  tim
3733 +
3734 +        * src/: UseTheForce/DarkSide/reactionField.F90,
3735 +        primitives/RigidBody.cpp: reactionfield get fixed
3736 +
3737 + 2005-02-21 11:57  tim
3738 +
3739 +        * src/: applications/staticProps/GofRAngle.cpp,
3740 +        visitors/LipidTransVisitor.cpp, visitors/LipidTransVisitor.hpp: Fix
3741 +        a bug in GofRAngle
3742 +
3743 + 2005-02-21 10:28  tim
3744 +
3745 +        * src/primitives/Molecule.cpp: Fix for compilation on the Sun
3746 +
3747 + 2005-02-21 10:22  tim
3748 +
3749 +        * src/utils/next_combination.hpp: fix for compilation on the Sun
3750 +
3751 + 2005-02-21 10:21  tim
3752 +
3753 +        * src/utils/GenericData.hpp: fix problem in sun
3754 +
3755 + 2005-02-18 18:07  tim
3756 +
3757 +        * src/: applications/dump2Xyz/Dump2XYZ.cpp,
3758 +        applications/dump2Xyz/Dump2XYZ.ggo,
3759 +        applications/dump2Xyz/Dump2XYZCmd.c,
3760 +        applications/dump2Xyz/Dump2XYZCmd.h,
3761 +        applications/dynamicProps/RCorrFunc.cpp,
3762 +        applications/staticProps/GofXyz.cpp,
3763 +        applications/staticProps/GofXyz.hpp,
3764 +        applications/staticProps/StaticProps.cpp,
3765 +        applications/staticProps/StaticProps.ggo,
3766 +        applications/staticProps/StaticPropsCmd.c,
3767 +        applications/staticProps/StaticPropsCmd.h,
3768 +        io/ElectrostaticAtomTypesSectionParser.cpp,
3769 +        visitors/LipidTransVisitor.cpp, visitors/LipidTransVisitor.hpp,
3770 +        visitors/Makefile: adding LipidTransVisitor, GofXyz is working now
3771 +
3772 + 2005-02-18 10:58  gezelter
3773 +
3774 +        * src/brains/Register.cpp: Corrected filename collision for EAM on
3775 +        Mac OS X
3776 +
3777 + 2005-02-18 10:58  gezelter
3778 +
3779 +        * src/applications/oopse/oopse.cpp: Updated copyright information
3780 +
3781 + 2005-02-18 10:58  gezelter
3782 +
3783 +        * src/UseTheForce/: EAM.cpp, EAM.hpp, EAM_FF.cpp, EAM_FF.hpp,
3784 +        Makefile: corrected filename collision for EAM on operating systems
3785 +        which are not case sensitive (aka Mac OS X)
3786 +
3787 + 2005-02-17 15:15  tim
3788 +
3789 +        * src/applications/staticProps/GofXyz.cpp: more bug get fixed
3790 +
3791 + 2005-02-17 14:50  tim
3792 +
3793 +        * src/applications/staticProps/: GofXyz.cpp, GofXyz.hpp: fix a bug
3794 +        in GofXyz
3795 +
3796 + 2005-02-17 14:09  tim
3797 +
3798 +        * src/applications/staticProps/RadialDistrFunc.hpp: make
3799 +        processHistogram non-abstrct function
3800 +
3801 + 2005-02-17 13:41  tim
3802 +
3803 +        * src/applications/staticProps/GofXyz.cpp: [no log message]
3804 +
3805 + 2005-02-17 13:30  tim
3806 +
3807 +        * src/applications/staticProps/: GofR.cpp, GofRAngle.cpp,
3808 +        GofXyz.cpp, GofXyz.hpp, RadialDistrFunc.cpp, RadialDistrFunc.hpp:
3809 +        finish GofXyz
3810 +
3811 + 2005-02-17 11:21  tim
3812 +
3813 +        * src/applications/staticProps/: GofAngle2.cpp, GofR.cpp,
3814 +        GofRAngle.cpp, GofXyz.cpp: change the output format of 2D radial
3815 +        distribution function
3816 +
3817 + 2005-02-17 10:23  tim
3818 +
3819 +        * src/utils/BitSet.hpp: forget the const correctness for BitSet
3820 +
3821 + 2005-02-17 10:18  tim
3822 +
3823 +        * src/: brains/BlockSnapshotManager.cpp,
3824 +        selection/DistanceFinder.cpp: The change of interface of BitSet
3825 +        cause a bug in SelectionEvaluation
3826 +
3827 + 2005-02-16 16:13  tim
3828 +
3829 +        * src/utils/residentMem.c: return residentMem in byte
3830 +
3831 + 2005-02-16 16:00  tim
3832 +
3833 +        * src/applications/staticProps/: GofAngle2.cpp, GofRAngle.cpp: fix
3834 +        a bug in writing out the value of cosang
3835 +
3836 + 2005-02-16 15:43  tim
3837 +
3838 +        * src/brains/BlockSnapshotManager.cpp: using PhysMem - RSSMem to
3839 +        estimate avaliable memory
3840 +
3841 + 2005-02-16 15:30  tim
3842 +
3843 +        * src/: applications/staticProps/GofAngle2.cpp,
3844 +        applications/staticProps/GofAngle2.hpp,
3845 +        applications/staticProps/GofR.cpp,
3846 +        applications/staticProps/GofR.hpp,
3847 +        applications/staticProps/GofRAngle.cpp,
3848 +        applications/staticProps/GofRAngle.hpp,
3849 +        applications/staticProps/GofXyz.cpp,
3850 +        applications/staticProps/GofXyz.hpp,
3851 +        applications/staticProps/StaticProps.cpp,
3852 +        applications/staticProps/StaticProps.ggo,
3853 +        applications/staticProps/StaticPropsCmd.c,
3854 +        applications/staticProps/StaticPropsCmd.h,
3855 +        brains/BlockSnapshotManager.cpp: change the default bin number
3856 +
3857 + 2005-02-16 14:36  tim
3858 +
3859 +        * src/: applications/dynamicProps/DipoleCorrFunc.cpp,
3860 +        applications/dynamicProps/RCorrFunc.cpp,
3861 +        applications/dynamicProps/TimeCorrFunc.cpp,
3862 +        applications/dynamicProps/VCorrFunc.cpp,
3863 +        applications/staticProps/GofAngle2.cpp,
3864 +        applications/staticProps/GofR.cpp,
3865 +        applications/staticProps/GofR.hpp,
3866 +        applications/staticProps/GofRAngle.cpp,
3867 +        applications/staticProps/GofRAngle.hpp,
3868 +        applications/staticProps/RadialDistrFunc.cpp,
3869 +        applications/staticProps/RadialDistrFunc.hpp,
3870 +        selection/SelectionManager.cpp, selection/SelectionManager.hpp,
3871 +        utils/BitSet.cpp, utils/BitSet.hpp: change the suffix of output
3872 +        files;fix the problem of counting in staticProps
3873 +
3874 + 2005-02-15 14:39  tim
3875 +
3876 +        * src/brains/BlockSnapshotManager.cpp: fix a bug in
3877 +        BlockSnapshotManager
3878 +
3879 + 2005-02-15 14:36  tim
3880 +
3881 +        * src/: applications/dynamicProps/TimeCorrFunc.cpp,
3882 +        applications/staticProps/RadialDistrFunc.cpp,
3883 +        brains/BlockSnapshotManager.cpp, brains/BlockSnapshotManager.hpp,
3884 +        selection/SelectionEvaluator.cpp: BlockSnapshotManager is using
3885 +        reference counting now
3886 +
3887 + 2005-02-15 12:49  tim
3888 +
3889 +        * src/selection/: SelectionEvaluator.cpp, SelectionEvaluator.hpp:
3890 +        replace std::make_pair by VariablesType::value_type to make Sun
3891 +        Compiler happy
3892 +
3893 + 2005-02-15 12:35  tim
3894 +
3895 +        * src/selection/: TokenMap.cpp, TokenMap.hpp: adding typedef to
3896 +        TokenMap, using TokenMapType::value_type instead of std::make_pair
3897 +        to make Sun compiler happy
3898 +
3899 + 2005-02-15 12:24  tim
3900 +
3901 +        * src/applications/staticProps/: GofRAngle.cpp,
3902 +        RadialDistrFunc.cpp, RadialDistrFunc.hpp: bug fix in StaticProps
3903 +
3904 + 2005-02-15 12:11  tim
3905 +
3906 +        * src/: applications/staticProps/GofR.cpp,
3907 +        applications/staticProps/RadialDistrFunc.cpp,
3908 +        applications/staticProps/RadialDistrFunc.hpp,
3909 +        brains/BlockSnapshotManager.cpp, utils/BitSet.cpp: (1) adding
3910 +        #ifdef __RWSTD to make sun compiler happy (2) fix pair density
3911 +        calculation problem when two selections intersect with each other
3912 +
3913 + 2005-02-15 10:24  gezelter
3914 +
3915 +        * src/brains/BlockSnapshotManager.cpp: cast of NULL to satisfy
3916 +        xlc++
3917 +
3918 + 2005-02-15 10:17  gezelter
3919 +
3920 +        * configure, ac-tools/configure.in, src/config.h.in,
3921 +        src/utils/residentMem.c: [no log message]
3922 +
3923 + 2005-02-15 01:17  gezelter
3924 +
3925 +        * src/utils/residentMem.c: bug fix for null termination
3926 +
3927 + 2005-02-15 01:11  gezelter
3928 +
3929 +        * configure, ac-tools/configure.in, src/utils/residentMem.c:
3930 +        bugfixing residentMem
3931 +
3932 + 2005-02-15 00:59  gezelter
3933 +
3934 +        * configure, ac-tools/configure.in, src/config.h.in,
3935 +        src/utils/residentMem.c: bugfixes for residentMem on LINUX
3936 +
3937 + 2005-02-15 00:08  gezelter
3938 +
3939 +        * src/utils/Makefile.in: added residentMem
3940 +
3941 + 2005-02-15 00:05  gezelter
3942 +
3943 +        * configure, ac-tools/configure.in, make/Makefile.in,
3944 +        src/config.h.in, src/utils/physmem.h, src/utils/residentMem.c,
3945 +        src/utils/residentMem.h: modifications to estimate memory in use by
3946 +        other processes autoconf fixes ps syntax checking config.h file
3947 +        cleaning
3948 +
3949 + 2005-02-14 18:26  gezelter
3950 +
3951 +        * configure, ac-tools/configure.in, make/Makefile.in: ps niceness
3952 +
3953 + 2005-02-14 18:16  gezelter
3954 +
3955 +        * configure, ac-tools/aclocal.m4, ac-tools/configure.in: ps
3956 +        strangeness
3957 +
3958 + 2005-02-14 14:42  tim
3959 +
3960 +        * src/brains/BlockSnapshotManager.cpp: fix a bug in
3961 +        BlockSnapshotManager.hpp
3962 +
3963 + 2005-02-14 13:51  tim
3964 +
3965 +        * src/applications/staticProps/: StaticProps.cpp, StaticProps.ggo,
3966 +        StaticPropsCmd.c: default length for staticProps is 1/2 smallest
3967 +        length of first frame
3968 +
3969 + 2005-02-14 13:12  tim
3970 +
3971 +        * src/integrators/VelocityVerletIntegrator.cpp: fix a bug in
3972 +        VelocityVerletIntegrator : last frame is written twice
3973 +
3974 + 2005-02-14 12:57  tim
3975 +
3976 +        * src/: applications/dynamicProps/TimeCorrFunc.cpp,
3977 +        brains/SimInfo.cpp, primitives/RigidBody.cpp,
3978 +        primitives/StuntDouble.hpp: begin bug fix
3979 +
3980 + 2005-02-14 12:35  tim
3981 +
3982 +        * src/applications/dynamicProps/: CorrelationFunction.cpp,
3983 +        CorrelationFunction.hpp, CrossTimeCorrFunc.cpp,
3984 +        CrossTimeCorrFunc.hpp, DipoleCorrFunc.cpp, DipoleCorrFunc.hpp,
3985 +        DynamicProps.cpp, FrameTimeCorrFunc.hpp, Makefile,
3986 +        ParticleTimeCorrFunc.cpp, ParticleTimeCorrFunc.hpp, RCorrFunc.cpp,
3987 +        RCorrFunc.hpp, TimeCorrFunc.cpp, TimeCorrFunc.hpp, VCorrFunc.cpp,
3988 +        VCorrFunc.hpp: refactory CorrelationFunction
3989 +
3990 + 2005-02-14 10:18  gezelter
3991 +
3992 +        * src/applications/dynamicProps/CorrelationFunction.cpp: bug fix
3993 +        and start of switch for type of correlation function
3994 +
3995 + 2005-02-13 16:18  tim
3996 +
3997 +        * src/brains/: DataStorage.cpp, SimInfo.cpp: fix a bug in
3998 +        calculating  bytes per stuntdouble
3999 +
4000 + 2005-02-13 16:03  tim
4001 +
4002 +        * src/applications/dynamicProps/CorrelationFunction.cpp: more fix
4003 +
4004 + 2005-02-13 15:57  tim
4005 +
4006 +        * src/applications/dynamicProps/CorrelationFunction.cpp: fixed a
4007 +        bug in CorrelationFunction
4008 +
4009 + 2005-02-13 15:36  tim
4010 +
4011 +        * src/: applications/staticProps/GofR.cpp,
4012 +        applications/staticProps/GofRAngle.cpp, brains/SimInfo.cpp: fixed a
4013 +        bug in SimInfo::getCutoff()
4014 +
4015 + 2005-02-13 15:08  tim
4016 +
4017 +        * make/Makefile.in: adding staticProps and dynamicProps into
4018 +        Makefile.in
4019 +
4020 + 2005-02-13 15:05  tim
4021 +
4022 +        * src/: applications/dynamicProps/CorrelationFunction.cpp,
4023 +        applications/dynamicProps/CorrelationFunction.hpp,
4024 +        applications/staticProps/StaticProps.cpp,
4025 +        applications/staticProps/StaticProps.ggo,
4026 +        applications/staticProps/StaticPropsCmd.c,
4027 +        applications/staticProps/StaticPropsCmd.h, brains/SimInfo.cpp,
4028 +        brains/SimInfo.hpp, integrators/Integrator.cpp: maximum length
4029 +        defaults to the cutoff radius
4030 +
4031 + 2005-02-13 14:14  tim
4032 +
4033 +        * src/utils/Algorithm.hpp: adding Algorithm.hpp
4034 +
4035 + 2005-02-13 14:10  tim
4036 +
4037 +        * src/: applications/dump2Xyz/Dump2XYZ.cpp,
4038 +        applications/dynamicProps/CorrelationFunction.cpp,
4039 +        applications/dynamicProps/CorrelationFunction.hpp,
4040 +        applications/dynamicProps/DynamicProps.cpp,
4041 +        brains/BlockSnapshotManager.cpp, brains/BlockSnapshotManager.hpp,
4042 +        integrators/Integrator.cpp, integrators/Integrator.hpp,
4043 +        integrators/VelocityVerletIntegrator.cpp,
4044 +        integrators/VelocityVerletIntegrator.hpp, io/DumpWriter.cpp,
4045 +        io/LennardJonesAtomTypesSectionParser.cpp, minimizers/PRCG.cpp,
4046 +        utils/BitSet.cpp, utils/BitSet.hpp, utils/physmem.h,
4047 +        visitors/OtherVisitor.cpp: dynamicProps get built
4048 +
4049 + 2005-02-13 10:56  tim
4050 +
4051 +        * src/: applications/dynamicProps/CorrelationFunction.cpp,
4052 +        brains/BlockSnapshotManager.cpp, brains/BlockSnapshotManager.hpp,
4053 +        brains/DataStorage.cpp, brains/DataStorage.hpp: dynamicProps in
4054 +        progress
4055 +
4056 + 2005-02-13 03:04  tim
4057 +
4058 +        * src/: applications/dynamicProps/CorrelationFunction.hpp,
4059 +        brains/BlockSnapshotManager.cpp, brains/BlockSnapshotManager.hpp,
4060 +        brains/Makefile, brains/SimInfo.hpp, brains/SimSnapshotManager.cpp,
4061 +        brains/SimSnapshotManager.hpp, brains/SnapshotManager.hpp: more
4062 +        work in dynamicProps
4063 +
4064 + 2005-02-13 02:25  tim
4065 +
4066 +        * src/applications/dynamicProps/DynamicProps.cpp: adding
4067 +        dynamicProps
4068 +
4069 + 2005-02-13 02:14  tim
4070 +
4071 +        * src/applications/dynamicProps/: DynamicPropsCmd.c,
4072 +        DynamicPropsCmd.h: adding command line option to DynamicProps
4073 +
4074 + 2005-02-13 02:13  tim
4075 +
4076 +        * src/applications/dynamicProps/: DynamicProps.ggo, Makefile:
4077 +        adding command line option for DynamicProps
4078 +
4079 + 2005-02-13 01:57  tim
4080 +
4081 +        * src/: applications/dynamicProps/CorrelationFunction.cpp,
4082 +        applications/dynamicProps/CorrelationFunction.hpp,
4083 +        applications/dynamicProps/DipoleCorrFunc.cpp,
4084 +        applications/dynamicProps/DipoleCorrFunc.hpp,
4085 +        applications/dynamicProps/RCorrFunc.cpp,
4086 +        applications/dynamicProps/RCorrFunc.hpp,
4087 +        applications/dynamicProps/VCorrFunc.cpp,
4088 +        applications/dynamicProps/VCorrFunc.hpp,
4089 +        applications/staticProps/RadialDistrFunc.cpp,
4090 +        brains/BlockSnapshotManager.cpp, brains/BlockSnapshotManager.hpp,
4091 +        brains/SimSnapshotManager.cpp, brains/SimSnapshotManager.hpp,
4092 +        brains/SnapshotManager.hpp, io/DumpReader.cpp, io/DumpReader.hpp,
4093 +        primitives/RigidBody.cpp, primitives/RigidBody.hpp: adding
4094 +        dynamicProps
4095 +
4096 + 2005-02-12 15:09  tim
4097 +
4098 +        * src/selection/SelectionManager.cpp: adding SelectionManager.cpp
4099 +
4100 + 2005-02-11 17:41  tim
4101 +
4102 +        * src/brains/: SimInfo.cpp, SimInfo.hpp, Snapshot.hpp: adding one
4103 +        more constructor to Snapshot to create customized DataStorage
4104 +
4105 + 2005-02-11 17:39  tim
4106 +
4107 +        * src/selection/: DistanceFinder.hpp, Makefile,
4108 +        SelectionManager.hpp: adding beginSelected, nextSelected method to
4109 +        SelectionManager
4110 +
4111 + 2005-02-11 17:36  tim
4112 +
4113 +        * src/config.h.in, configure: adding support for physmem
4114 +
4115 + 2005-02-11 17:35  tim
4116 +
4117 +        * ac-tools/configure.in: adding supprot for physmem
4118 +
4119 + 2005-02-11 17:35  tim
4120 +
4121 +        * src/utils/: BitSet.hpp, Makefile.in, physmem.c, physmem.h: adding
4122 +        physmem
4123 +
4124 + 2005-02-10 17:37  tim
4125 +
4126 +        * src/applications/staticProps/: GofAngle2.cpp, GofAngle2.hpp,
4127 +        GofR.cpp, GofR.hpp, GofRAngle.cpp, GofRAngle.hpp, GofXyz.cpp,
4128 +        GofXyz.hpp, Makefile, RadialDistrFunc.cpp, RadialDistrFunc.hpp,
4129 +        StaticProps.cpp, StaticProps.ggo, StaticPropsCmd.c,
4130 +        StaticPropsCmd.h: more work in StaticProps
4131 +
4132 + 2005-02-10 13:14  tim
4133 +
4134 +        * src/applications/staticProps/: GofAngle2.cpp, GofAngle2.hpp,
4135 +        GofR.cpp, GofR.ggo, GofR.hpp, GofRAngle.cpp, GofRAngle.hpp,
4136 +        GofRCmd.c, GofRCmd.h, GofRMain.cpp, GofXyz.cpp, GofXyz.hpp,
4137 +        Makefile, RadialDistrFunc.cpp, RadialDistrFunc.hpp,
4138 +        StaticProps.cpp, StaticProps.ggo, StaticPropsCmd.c,
4139 +        StaticPropsCmd.h: change the filenames
4140 +
4141 + 2005-02-10 09:15  tim
4142 +
4143 +        * src/applications/staticProps/: GofR.cpp, GofRAngle.cpp,
4144 +        GofRAngle.hpp, GofRMain.cpp, RadialDistrFunc.cpp,
4145 +        RadialDistrFunc.hpp: adding GofRAngle
4146 +
4147 + 2005-02-09 13:21  tim
4148 +
4149 +        * src/applications/staticProps/: GofrCmd.c, GofrCmd.h: remove some
4150 +        useless files
4151 +
4152 + 2005-02-09 13:12  tim
4153 +
4154 +        * src/applications/staticProps/: GofR.cpp, Makefile,
4155 +        RadialDistrFunc.cpp, RadialDistrFunc.hpp: staticProps in progress
4156 +
4157 + 2005-02-09 12:08  tim
4158 +
4159 +        * src/applications/staticProps/: GofR.cpp, GofR.ggo, GofR.hpp,
4160 +        GofRCmd.c, GofRCmd.h, GofRMain.cpp, GofrCmd.c, GofrCmd.h,
4161 +        RadialDistrFunc.cpp, RadialDistrFunc.hpp: adding GofR
4162 +
4163 + 2005-02-07 17:39  tim
4164 +
4165 +        * src/primitives/Molecule.hpp: add getRigidBodyAt  function into
4166 +        Molecule class
4167 +
4168 + 2005-02-07 17:38  tim
4169 +
4170 +        * src/applications/dump2Xyz/Dump2XYZCmd.c: update help info
4171 +
4172 + 2005-02-07 17:36  tim
4173 +
4174 +        * src/selection/: NameFinder.cpp, NameFinder.hpp,
4175 +        SelectionCompiler.cpp: support select internal index selection, for
4176 +        example, select DMPC.3
4177 +
4178 + 2005-02-07 16:11  tim
4179 +
4180 +        * src/applications/dump2Xyz/: Dump2XYZCmd.c, Dump2XYZCmd.h: update
4181 +        help info for Dump2XYZ
4182 +
4183 + 2005-02-07 15:39  chrisfen
4184 +
4185 +        * src/selection/: SelectionEvaluator.cpp, SelectionEvaluator.hpp:
4186 +        selection librarys added
4187 +
4188 + 2005-02-07 15:31  tim
4189 +
4190 +        * src/selection/Makefile, make/Makefile.in: adding Makefile
4191 +
4192 + 2005-02-07 15:20  chrisfen
4193 +
4194 +        * src/utils/wildcards.hpp: issue commented out in wildcards
4195 +
4196 + 2005-02-07 15:06  tim
4197 +
4198 +        * src/selection/SelectionEvaluator.cpp: forget to reset the pc
4199 +        which cause reevaluate return NULL
4200 +
4201 + 2005-02-07 14:14  tim
4202 +
4203 +        * src/brains/: SimCreator.cpp, SimSnapshotManager.cpp,
4204 +        SimSnapshotManager.hpp: fix a bug in determing the global index for
4205 +        rigidbodies
4206 +
4207 + 2005-02-07 14:13  tim
4208 +
4209 +        * src/utils/: BitSet.cpp, BitSet.hpp, StringUtils.hpp: minor change
4210 +        in Bitset
4211 +
4212 + 2005-02-07 14:13  tim
4213 +
4214 +        * src/selection/: DistanceFinder.cpp, DistanceFinder.hpp,
4215 +        SelectionCompiler.cpp, SelectionCompiler.hpp,
4216 +        SelectionEvaluator.cpp, SelectionEvaluator.hpp, Token.hpp,
4217 +        TokenMap.cpp: selection library is working
4218 +
4219 + 2005-02-04 17:46  tim
4220 +
4221 +        * src/applications/dump2Xyz/Dump2XYZ.cpp: remove SelectionVisitor
4222 +
4223 + 2005-02-04 17:45  tim
4224 +
4225 +        * src/visitors/: OtherVisitor.cpp, OtherVisitor.hpp: IgnoreVisitor
4226 +        and XYZVisitor now use selection library
4227 +
4228 + 2005-02-04 17:44  tim
4229 +
4230 +        * src/brains/: MoleculeCreator.cpp, SimInfo.cpp, SimInfo.hpp:
4231 +        adding SelectionManager into SimInfo
4232 +
4233 + 2005-02-04 17:43  tim
4234 +
4235 +        * src/applications/dump2Xyz/: Dump2XYZ.cpp, Dump2XYZ.ggo,
4236 +        Dump2XYZCmd.c, Dump2XYZCmd.h: dump2Xyz now take advantage of
4237 +        selection library
4238 +
4239 + 2005-02-04 17:42  tim
4240 +
4241 +        * src/utils/: BitSet.hpp, Makefile.in, wildcards.cpp: minor change
4242 +        in BitSet
4243 +
4244 + 2005-02-04 17:41  tim
4245 +
4246 +        * src/primitives/: Molecule.hpp, RigidBody.hpp: adding missing
4247 +        implementation
4248 +
4249 + 2005-02-04 17:39  tim
4250 +
4251 +        * src/selection/: NameFinder.cpp, NameFinder.hpp,
4252 +        SelectionCompiler.cpp, SelectionCompiler.hpp,
4253 +        SelectionEvaluator.cpp, SelectionEvaluator.hpp,
4254 +        SelectionManager.hpp, Token.hpp: half of the selection utility is
4255 +        working need to debug within keyword and atomproperty keyword
4256 +
4257 + 2005-02-04 00:42  tim
4258 +
4259 +        * src/selection/: NameFinder.cpp, NameFinder.hpp: selection library
4260 +        get built
4261 +
4262 + 2005-02-04 00:42  tim
4263 +
4264 +        * src/utils/: BitSet.cpp, BitSet.hpp: fix BitSet
4265 +
4266 + 2005-02-04 00:26  tim
4267 +
4268 +        * src/brains/: ForceFields.cpp, Migrator.hpp, SimCreator.cpp:
4269 +        remove some useless files
4270 +
4271 + 2005-02-03 23:57  tim
4272 +
4273 +        * src/: primitives/RigidBody.hpp, selection/NameFinder.cpp,
4274 +        selection/NameFinder.hpp, utils/wildcards.cpp, utils/wildcards.hpp:
4275 +        adding wildcard class; NameFinder is finished
4276 +
4277 + 2005-02-03 18:14  tim
4278 +
4279 +        * src/selection/: NameFinder.cpp, NameFinder.hpp,
4280 +        SelectionCompiler.cpp, SelectionCompiler.hpp,
4281 +        SelectionEvaluator.cpp, SelectionEvaluator.hpp,
4282 +        SelectionManager.hpp, Token.hpp, TokenMap.cpp: more work in
4283 +        selection library
4284 +
4285 + 2005-02-03 09:04  tim
4286 +
4287 +        * src/selection/: SelectionEvaluator.cpp, SelectionEvaluator.hpp:
4288 +        selection in progress
4289 +
4290 + 2005-02-02 18:13  tim
4291 +
4292 +        * src/selection/: SelectionCompiler.cpp, SelectionCompiler.hpp,
4293 +        SelectionEvaluator.cpp, SelectionEvaluator.hpp, Token.cpp,
4294 +        Token.hpp, TokenMap.cpp, TokenMap.hpp: selection library in
4295 +        progress, except SelectionEvaluator, other files are compiled
4296 +
4297 + 2005-02-02 18:12  tim
4298 +
4299 +        * src/utils/: Makefile.in, any.hpp: adding boost::any
4300 +
4301 + 2005-02-02 07:51  tim
4302 +
4303 +        * src/selection/SelectionCompiler.cpp: add SelectionCompiler.cpp
4304 +
4305 + 2005-02-01 17:49  tim
4306 +
4307 +        * src/: utils/BitSet.cpp, utils/BitSet.hpp, utils/StringUtils.hpp,
4308 +        selection/SelectionCompiler.hpp, selection/SelectionEvaluator.cpp,
4309 +        selection/SelectionEvaluator.hpp, selection/SelectionManager.hpp,
4310 +        selection/Token.hpp: Selection in progress
4311 +
4312 + 2005-02-01 01:55  tim
4313 +
4314 +        * src/: selection/SelectionCompiler.hpp,
4315 +        selection/SelectionEvaluator.cpp, selection/SelectionEvaluator.hpp,
4316 +        selection/SelectionManager.hpp, selection/Token.hpp,
4317 +        utils/BitSet.cpp, utils/BitSet.hpp: adding selection library
4318 +
4319 + 2005-01-26 10:26  tim
4320 +
4321 +        * src/integrators/: Integrator.cpp, Integrator.hpp,
4322 +        VelocityVerletIntegrator.cpp, VelocityVerletIntegrator.hpp: forget
4323 +        to add eorWriter
4324 +
4325 + 2005-01-26 10:15  tim
4326 +
4327 +        * src/: primitives/GhostTorsion.cpp, visitors/AtomVisitor.cpp:
4328 +        (1)Cast wrong atom to DirectionalAtom in GhostTorsion (2)get the
4329 +        wrong column of electroframe
4330 +
4331 + 2005-01-25 16:59  tim
4332 +
4333 +        * src/: brains/SimInfo.cpp, io/DumpReader.cpp: fix a bug in
4334 +        SimInfo, use number of cutoff stamp as counter to loop over
4335 +        rigidbody stamp
4336 +
4337 + 2005-01-25 12:45  tim
4338 +
4339 +        * src/: applications/dump2Xyz/Dump2XYZ.cpp,
4340 +        brains/MoleculeCreator.cpp, brains/SimCreator.cpp,
4341 +        integrators/DLM.cpp, io/AtomTypesSectionParser.cpp,
4342 +        io/BendTypesSectionParser.cpp, io/BondTypesSectionParser.cpp,
4343 +        io/DirectionalAtomTypesSectionParser.cpp, io/DumpReader.cpp,
4344 +        io/EAMAtomTypesSectionParser.cpp,
4345 +        io/ElectrostaticAtomTypesSectionParser.cpp, io/Globals.cpp,
4346 +        io/Globals.hpp, io/LennardJonesAtomTypesSectionParser.cpp,
4347 +        io/StickyAtomTypesSectionParser.cpp,
4348 +        io/TorsionTypesSectionParser.cpp, io/TorsionTypesSectionParser.hpp,
4349 +        math/SquareMatrix.hpp, primitives/DirectionalAtom.cpp,
4350 +        primitives/DirectionalAtom.hpp, primitives/GhostTorsion.cpp,
4351 +        primitives/GhostTorsion.hpp, primitives/Makefile,
4352 +        primitives/RigidBody.cpp, types/MakeStamps.cpp: (1) complete
4353 +        section parser's error message (2) add GhostTorsion (3) accumulate
4354 +        inertial tensor from the directional atoms before calculate
4355 +        rigidbody's inertial tensor
4356 +
4357 + 2005-01-17 17:17  tim
4358 +
4359 +        * forceFields/DUFF2.frc: forget to set dipole for lipid head group
4360 +
4361 + 2005-01-17 11:58  tim
4362 +
4363 +        * src/integrators/NVT.cpp: fix a bug in loading initial extended
4364 +        system parameters
4365 +
4366 + 2005-01-17 11:05  tim
4367 +
4368 +        * src/integrators/NVT.cpp: forget to set maxIterNum_ in NVT
4369 +
4370 + 2005-01-14 17:02  tim
4371 +
4372 +        * src/UseTheForce/WATER.cpp: remove WATER.cpp
4373 +
4374 + 2005-01-14 16:37  tim
4375 +
4376 +        * forceFields/Makefile: sync Makefile
4377 +
4378 + 2005-01-14 16:13  gezelter
4379 +
4380 +        * make/Makefile.in, src/Makefile, src/UseTheForce/Makefile,
4381 +        src/UseTheForce/DarkSide/Makefile, src/applications/Makefile,
4382 +        src/applications/dump2Xyz/Makefile,
4383 +        src/applications/oopse/Makefile,
4384 +        src/applications/simpleBuilder/Makefile, src/brains/Makefile,
4385 +        src/constraints/Makefile, src/integrators/Makefile,
4386 +        src/io/Makefile, src/math/Makefile, src/minimizers/Makefile,
4387 +        src/primitives/Makefile, src/profiling/Makefile,
4388 +        src/restraints/Makefile, src/types/Makefile, src/utils/Makefile.in,
4389 +        src/visitors/Makefile: moved Package variable into subdirectory
4390 +        makefiles to speed up the building process
4391 +
4392 + 2005-01-14 15:48  gezelter
4393 +
4394 +        * src/applications/oopse/oopse.cpp: Fixed publication details in
4395 +        banner
4396 +
4397 + 2005-01-14 15:48  gezelter
4398 +
4399 +        * src/UseTheForce/DarkSide/: simParallel_interface.F90,
4400 +        simParallel_interface.h: added dummy subroutine to avoid empty
4401 +        unit, synchronized this dummy routine between C and fortran
4402 +
4403 + 2005-01-14 15:31  gezelter
4404 +
4405 +        * src/UseTheForce/: Makefile, doForces.F90, doForces_interface.F90,
4406 +        notifyCutoffs.F90, notifyCutoffs_interface.F90, DarkSide/LJ.F90,
4407 +        DarkSide/Makefile, DarkSide/atype.F90,
4408 +        DarkSide/atype_interface.F90, DarkSide/charge.F90,
4409 +        DarkSide/charge_interface.F90, DarkSide/dipole.F90,
4410 +        DarkSide/dipole_interface.F90, DarkSide/eam.F90,
4411 +        DarkSide/eam_interface.F90, DarkSide/gb.F90,
4412 +        DarkSide/gb_interface.F90, DarkSide/lj_interface.F90,
4413 +        DarkSide/shapes.F90, DarkSide/shapes_interface.F90,
4414 +        DarkSide/simParallel.F90, DarkSide/simParallel_interface.F90,
4415 +        DarkSide/simulation.F90, DarkSide/simulation_interface.F90,
4416 +        DarkSide/sticky.F90, DarkSide/sticky_interface.F90: separating
4417 +        modules and C/Fortran interface subroutines
4418 +
4419 + 2005-01-14 15:15  gezelter
4420 +
4421 +        * configure, ac-tools/aclocal.m4: more fixes for gnugetopt
4422 +
4423 + 2005-01-14 15:09  gezelter
4424 +
4425 +        * configure, ac-tools/configure.in, src/config.h.in,
4426 +        src/utils/Makefile, src/utils/Makefile.in: fixing for gnugetopt
4427 +
4428 + 2005-01-14 11:49  tim
4429 +
4430 +        * src/: io/EAMAtomTypesSectionParser.cpp,
4431 +        utils/StringTokenizer.cpp, utils/StringTokenizer.hpp,
4432 +        utils/StringUtils.hpp: using c library to do conversion instead of
4433 +        using iostream due to a bug in libstdc++(GCC 3.2)
4434 +
4435 + 2005-01-13 21:40  tim
4436 +
4437 +        * src/brains/SimSetup.cpp: no message
4438 +
4439 + 2005-01-13 20:56  tim
4440 +
4441 +        * src/primitives/Molecule.hpp: fix a bug in global index
4442 +
4443 + 2005-01-13 20:04  tim
4444 +
4445 +        * src/minimizers/: Minimizer.cpp, Minimizer.hpp: remove include
4446 +        Integrator.hpp in Minimizer
4447 +
4448 + 2005-01-13 17:14  gezelter
4449 +
4450 +        * src/utils/Makefile: compile getopt and getopt1 if we need to
4451 +
4452 + 2005-01-13 16:56  gezelter
4453 +
4454 +        * make/Makefile.in: template flags
4455 +
4456 + 2005-01-13 16:48  gezelter
4457 +
4458 +        * src/applications/oopse/Makefile: formatting
4459 +
4460 + 2005-01-13 16:48  gezelter
4461 +
4462 +        * make/Makefile.in: fixed a MakeDir / MkDir problem added BinDir
4463 +        target
4464 +
4465 + 2005-01-13 14:40  tim
4466 +
4467 +        * src/: UseTheForce/fSwitchingFunction.h,
4468 +        UseTheForce/mpiComponentPlan.h, brains/fSimulation.h, io/Makefile,
4469 +        math/Makefile, math/RectMatrix.hpp, math/Vector.hpp,
4470 +        primitives/RigidBody.cpp, types/AtomTypeProperties.h,
4471 +        types/CharmmTorsionType.cpp, utils/simError.h: port to SGI platform
4472 +
4473 + 2005-01-13 13:26  tim
4474 +
4475 +        * make/Makefile.in: change the order of linking (object file comes
4476 +        first and then follow by user built library)
4477 +
4478 + 2005-01-12 18:24  tim
4479 +
4480 +        * src/io/DumpWriter.cpp: remove useless debug info
4481 +
4482 + 2005-01-12 18:21  tim
4483 +
4484 +        * src/applications/dump2Xyz/Dump2XYZ.cpp: minor fix
4485 +
4486 + 2005-01-12 18:17  tim
4487 +
4488 +        * make/: Makefile.in, Makefile.in: missing tab
4489 +
4490 + 2005-01-12 18:15  tim
4491 +
4492 +        * src/visitors/: AtomVisitor.cpp, AtomVisitor.hpp: LinearVisitor
4493 +        get fixed
4494 +
4495 + 2005-01-12 17:40  gezelter
4496 +
4497 +        * make/Makefile.in, src/UseTheForce/DUFF.cpp,
4498 +        src/UseTheForce/DUFF.hpp, src/UseTheForce/EAM.cpp,
4499 +        src/UseTheForce/EAM.hpp, src/UseTheForce/EAM_FF.cpp,
4500 +        src/UseTheForce/ForceField.cpp, src/UseTheForce/ForceField.hpp,
4501 +        src/UseTheForce/ForceFieldCreator.hpp,
4502 +        src/UseTheForce/ForceFieldFactory.cpp,
4503 +        src/UseTheForce/ForceFieldFactory.hpp, src/UseTheForce/LJFF.cpp,
4504 +        src/UseTheForce/Makefile, src/UseTheForce/Shapes_FF.cpp,
4505 +        src/UseTheForce/doForces.F90, src/UseTheForce/doForces_interface.h,
4506 +        src/UseTheForce/fSwitchingFunction.h,
4507 +        src/UseTheForce/mpiComponentPlan.h,
4508 +        src/UseTheForce/mpiForceField.c, src/UseTheForce/mpiForceField.h,
4509 +        src/UseTheForce/notifyCutoffs.F90,
4510 +        src/UseTheForce/notifyCutoffs_interface.h,
4511 +        src/UseTheForce/DarkSide/LJ.F90,
4512 +        src/UseTheForce/DarkSide/atype.F90,
4513 +        src/UseTheForce/DarkSide/atype_interface.h,
4514 +        src/UseTheForce/DarkSide/charge.F90,
4515 +        src/UseTheForce/DarkSide/charge_interface.h,
4516 +        src/UseTheForce/DarkSide/dipole.F90,
4517 +        src/UseTheForce/DarkSide/dipole_interface.h,
4518 +        src/UseTheForce/DarkSide/eam.F90,
4519 +        src/UseTheForce/DarkSide/eam_interface.h,
4520 +        src/UseTheForce/DarkSide/force_globals.F90,
4521 +        src/UseTheForce/DarkSide/gb.F90,
4522 +        src/UseTheForce/DarkSide/gb_interface.h,
4523 +        src/UseTheForce/DarkSide/lj_interface.h,
4524 +        src/UseTheForce/DarkSide/neighborLists.F90,
4525 +        src/UseTheForce/DarkSide/reactionField.F90,
4526 +        src/UseTheForce/DarkSide/shapes.F90,
4527 +        src/UseTheForce/DarkSide/shapes_interface.h,
4528 +        src/UseTheForce/DarkSide/simParallel.F90,
4529 +        src/UseTheForce/DarkSide/simParallel_interface.h,
4530 +        src/UseTheForce/DarkSide/simulation.F90,
4531 +        src/UseTheForce/DarkSide/simulation_interface.h,
4532 +        src/UseTheForce/DarkSide/sticky.F90,
4533 +        src/UseTheForce/DarkSide/sticky_interface.h,
4534 +        src/UseTheForce/DarkSide/switcheroo.F90,
4535 +        src/applications/Makedepend, src/applications/quickLate.c,
4536 +        src/applications/dump2Xyz/Dump2XYZ.cpp,
4537 +        src/applications/oopse/oopse.cpp,
4538 +        src/applications/simpleBuilder/BaseLattice.cpp,
4539 +        src/applications/simpleBuilder/BaseLattice.hpp,
4540 +        src/applications/simpleBuilder/Lattice.cpp,
4541 +        src/applications/simpleBuilder/Lattice.hpp,
4542 +        src/applications/simpleBuilder/LatticeCreator.cpp,
4543 +        src/applications/simpleBuilder/LatticeCreator.hpp,
4544 +        src/applications/simpleBuilder/LatticeFactory.cpp,
4545 +        src/applications/simpleBuilder/LatticeFactory.hpp,
4546 +        src/applications/simpleBuilder/MoLocator.cpp,
4547 +        src/applications/simpleBuilder/MoLocator.hpp,
4548 +        src/applications/simpleBuilder/simpleBuilder.cpp,
4549 +        src/brains/DataStorage.cpp, src/brains/DataStorage.hpp,
4550 +        src/brains/Exclude.cpp, src/brains/Exclude.hpp,
4551 +        src/brains/ForceManager.cpp, src/brains/ForceManager.hpp,
4552 +        src/brains/Makefile, src/brains/Migrator.hpp,
4553 +        src/brains/MoleculeCreator.cpp, src/brains/MoleculeCreator.hpp,
4554 +        src/brains/Register.cpp, src/brains/Register.hpp,
4555 +        src/brains/SimCreator.cpp, src/brains/SimCreator.hpp,
4556 +        src/brains/SimInfo.cpp, src/brains/SimInfo.hpp,
4557 +        src/brains/SimModel.hpp, src/brains/SimSetup.hpp,
4558 +        src/brains/SimSnapshotManager.cpp,
4559 +        src/brains/SimSnapshotManager.hpp, src/brains/SimState.cpp,
4560 +        src/brains/SimState.hpp, src/brains/SkipList.cpp,
4561 +        src/brains/SkipList.hpp, src/brains/Snapshot.cpp,
4562 +        src/brains/Snapshot.hpp, src/brains/SnapshotManager.hpp,
4563 +        src/brains/Stats.cpp, src/brains/Stats.hpp, src/brains/Thermo.cpp,
4564 +        src/brains/Thermo.hpp, src/brains/fSimulation.h,
4565 +        src/brains/mpiSimulation.cpp, src/brains/mpiSimulation.hpp,
4566 +        src/constraints/AbstractClasses.hpp,
4567 +        src/constraints/ConstraintElem.hpp,
4568 +        src/constraints/ConstraintPair.hpp, src/constraints/Makefile,
4569 +        src/constraints/Rattle.cpp, src/constraints/Rattle.hpp,
4570 +        src/constraints/ZConstraint.cpp, src/constraints/ZconsData.hpp,
4571 +        src/constraints/ZconsStruct.hpp,
4572 +        src/constraints/ZconstraintForceManager.cpp,
4573 +        src/constraints/ZconstraintForceManager.hpp,
4574 +        src/integrators/AbstractClasses.hpp,
4575 +        src/integrators/AllIntegrator.hpp, src/integrators/DLM.cpp,
4576 +        src/integrators/DLM.hpp, src/integrators/Integrator.cpp,
4577 +        src/integrators/Integrator.hpp,
4578 +        src/integrators/IntegratorCreator.hpp,
4579 +        src/integrators/IntegratorFactory.cpp,
4580 +        src/integrators/IntegratorFactory.hpp, src/integrators/Makefile,
4581 +        src/integrators/NPT.cpp, src/integrators/NPT.hpp,
4582 +        src/integrators/NPTf.cpp, src/integrators/NPTf.hpp,
4583 +        src/integrators/NPTi.cpp, src/integrators/NPTi.hpp,
4584 +        src/integrators/NPTxyz.cpp, src/integrators/NPTxyz.hpp,
4585 +        src/integrators/NVE.cpp, src/integrators/NVE.hpp,
4586 +        src/integrators/NVT.cpp, src/integrators/NVT.hpp,
4587 +        src/integrators/RotationAlgorithm.hpp,
4588 +        src/integrators/Velocitizer.cpp, src/integrators/Velocitizer.hpp,
4589 +        src/integrators/VelocityVerletIntegrator.cpp,
4590 +        src/integrators/VelocityVerletIntegrator.hpp,
4591 +        src/io/AtomTypesSectionParser.cpp,
4592 +        src/io/AtomTypesSectionParser.hpp, src/io/BASS_interface.cpp,
4593 +        src/io/BASS_interface.h, src/io/BASS_parse.c, src/io/BASS_parse.h,
4594 +        src/io/BendTypesSectionParser.cpp,
4595 +        src/io/BendTypesSectionParser.hpp,
4596 +        src/io/BondTypesSectionParser.cpp,
4597 +        src/io/BondTypesSectionParser.hpp,
4598 +        src/io/DirectionalAtomTypesSectionParser.cpp,
4599 +        src/io/DirectionalAtomTypesSectionParser.hpp,
4600 +        src/io/DumpReader.cpp, src/io/DumpReader.hpp,
4601 +        src/io/DumpWriter.cpp, src/io/DumpWriter.hpp,
4602 +        src/io/EAMAtomTypesSectionParser.cpp,
4603 +        src/io/EAMAtomTypesSectionParser.hpp,
4604 +        src/io/ElectrostaticAtomTypesSectionParser.cpp,
4605 +        src/io/ElectrostaticAtomTypesSectionParser.hpp, src/io/Globals.cpp,
4606 +        src/io/Globals.hpp, src/io/InitializeFromFile.cpp,
4607 +        src/io/LennardJonesAtomTypesSectionParser.cpp,
4608 +        src/io/LennardJonesAtomTypesSectionParser.hpp,
4609 +        src/io/LinkedAssign.cpp, src/io/LinkedAssign.hpp,
4610 +        src/io/LinkedCommand.cpp, src/io/LinkedCommand.hpp,
4611 +        src/io/Makefile, src/io/SectionParser.cpp,
4612 +        src/io/SectionParser.hpp, src/io/SectionParserManager.cpp,
4613 +        src/io/SectionParserManager.hpp, src/io/StatWriter.cpp,
4614 +        src/io/StatWriter.hpp, src/io/StickyAtomTypesSectionParser.cpp,
4615 +        src/io/StickyAtomTypesSectionParser.hpp,
4616 +        src/io/TorsionTypesSectionParser.cpp,
4617 +        src/io/TorsionTypesSectionParser.hpp, src/io/ZConsReader.cpp,
4618 +        src/io/ZConsReader.hpp, src/io/ZConsWriter.cpp,
4619 +        src/io/ZConsWriter.hpp, src/io/basic_ifstrstream.hpp,
4620 +        src/io/interface.c, src/io/make_nodes.c, src/io/make_nodes.h,
4621 +        src/io/mpiBASS.c, src/io/mpiBASS.h, src/io/node_list.h,
4622 +        src/io/parse_interface.h, src/io/parse_me.h, src/io/parse_tree.c,
4623 +        src/io/parse_tree.h, src/math/ChebyshevPolynomials.cpp,
4624 +        src/math/ChebyshevPolynomials.hpp, src/math/MatVec3.c,
4625 +        src/math/MatVec3.h, src/math/Polynomial.hpp,
4626 +        src/math/Quaternion.hpp, src/math/RealSphericalHarmonic.cpp,
4627 +        src/math/RealSphericalHarmonic.hpp, src/math/RectMatrix.hpp,
4628 +        src/math/SquareMatrix.hpp, src/math/SquareMatrix3.hpp,
4629 +        src/math/Vector.hpp, src/math/Vector3.hpp,
4630 +        src/math/randomSPRNG.cpp, src/math/randomSPRNG.hpp,
4631 +        src/minimizers/CGFamilyMinimizer.cpp,
4632 +        src/minimizers/CGFamilyMinimizer.hpp, src/minimizers/Makefile,
4633 +        src/minimizers/Minimizer.cpp, src/minimizers/Minimizer.hpp,
4634 +        src/minimizers/MinimizerCreator.hpp,
4635 +        src/minimizers/MinimizerFactory.cpp,
4636 +        src/minimizers/MinimizerFactory.hpp,
4637 +        src/minimizers/MinimizerParameterSet.cpp,
4638 +        src/minimizers/MinimizerParameterSet.hpp,
4639 +        src/minimizers/OOPSEMinimizer.cpp,
4640 +        src/minimizers/OOPSEMinimizer.hpp, src/minimizers/PRCG.cpp,
4641 +        src/minimizers/PRCG.hpp, src/minimizers/SDMinimizer.cpp,
4642 +        src/minimizers/SDMinimizer.hpp, src/primitives/AbstractClasses.hpp,
4643 +        src/primitives/Atom.cpp, src/primitives/Atom.hpp,
4644 +        src/primitives/Bend.cpp, src/primitives/Bend.hpp,
4645 +        src/primitives/BendExtensions.cpp, src/primitives/Bond.cpp,
4646 +        src/primitives/Bond.hpp, src/primitives/BondExtensions.cpp,
4647 +        src/primitives/CutoffGroup.hpp, src/primitives/DirectionalAtom.cpp,
4648 +        src/primitives/DirectionalAtom.hpp, src/primitives/GhostBend.cpp,
4649 +        src/primitives/GhostBend.hpp, src/primitives/Makefile,
4650 +        src/primitives/Molecule.cpp, src/primitives/Molecule.hpp,
4651 +        src/primitives/RigidBody.cpp, src/primitives/RigidBody.hpp,
4652 +        src/primitives/SRI.hpp, src/primitives/StuntDouble.cpp,
4653 +        src/primitives/StuntDouble.hpp, src/primitives/Torsion.cpp,
4654 +        src/primitives/Torsion.hpp, src/primitives/TorsionExtensions.cpp,
4655 +        src/primitives/UreyBradleyBend.cpp,
4656 +        src/primitives/UreyBradleyBend.hpp, src/profiling/mdProfile.cpp,
4657 +        src/profiling/mdProfile.hpp, src/types/AtomStamp.cpp,
4658 +        src/types/AtomStamp.hpp, src/types/AtomType.cpp,
4659 +        src/types/AtomType.hpp, src/types/AtomTypeProperties.h,
4660 +        src/types/BendStamp.cpp, src/types/BendStamp.hpp,
4661 +        src/types/BendType.hpp, src/types/BondStamp.cpp,
4662 +        src/types/BondStamp.hpp, src/types/BondType.hpp,
4663 +        src/types/CharmmTorsionType.cpp, src/types/CharmmTorsionType.hpp,
4664 +        src/types/Component.cpp, src/types/Component.hpp,
4665 +        src/types/CubicBendType.hpp, src/types/CubicBondType.hpp,
4666 +        src/types/CubicTorsionType.hpp, src/types/CutoffGroupStamp.cpp,
4667 +        src/types/CutoffGroupStamp.hpp, src/types/DirectionalAtomType.cpp,
4668 +        src/types/DirectionalAtomType.hpp, src/types/FixedBondType.hpp,
4669 +        src/types/HarmonicBendType.hpp, src/types/HarmonicBondType.hpp,
4670 +        src/types/MakeStamps.cpp, src/types/MakeStamps.hpp,
4671 +        src/types/Makefile, src/types/MoleculeStamp.cpp,
4672 +        src/types/MoleculeStamp.hpp, src/types/MorseBondType.hpp,
4673 +        src/types/OplsTorsionType.hpp, src/types/PolynomialBendType.hpp,
4674 +        src/types/PolynomialBondType.hpp,
4675 +        src/types/PolynomialTorsionType.hpp, src/types/QuarticBendType.hpp,
4676 +        src/types/QuarticBondType.hpp, src/types/QuarticTorsionType.hpp,
4677 +        src/types/RigidBodyStamp.cpp, src/types/RigidBodyStamp.hpp,
4678 +        src/types/ShapeAtomType.cpp, src/types/ShapeAtomType.hpp,
4679 +        src/types/TorsionStamp.cpp, src/types/TorsionStamp.hpp,
4680 +        src/types/TorsionType.hpp, src/types/UreyBradleyBendType.hpp,
4681 +        src/types/ZconStamp.cpp, src/types/ZconStamp.hpp,
4682 +        src/utils/GenericData.hpp, src/utils/GenericFactory.hpp,
4683 +        src/utils/LocalIndexManager.hpp, src/utils/Makefile,
4684 +        src/utils/MemoryUtils.hpp, src/utils/NumericConstant.hpp,
4685 +        src/utils/OOPSEConstant.hpp, src/utils/PropertyMap.cpp,
4686 +        src/utils/PropertyMap.hpp, src/utils/StreamTokenizer.cpp,
4687 +        src/utils/StreamTokenizer.hpp, src/utils/StringTokenizer.cpp,
4688 +        src/utils/StringTokenizer.hpp, src/utils/StringUtils.cpp,
4689 +        src/utils/StringUtils.hpp, src/utils/Trim.cpp, src/utils/Trim.hpp,
4690 +        src/utils/Tuple.hpp, src/utils/TupleMatcher.hpp,
4691 +        src/utils/TypeContainer.hpp, src/utils/TypeInfo.hpp,
4692 +        src/utils/Utility.cpp, src/utils/Utility.hpp,
4693 +        src/utils/definitions.F90, src/utils/fError.c,
4694 +        src/utils/next_combination.hpp, src/utils/oopseMPI.F90,
4695 +        src/utils/simError.c, src/utils/simError.h, src/utils/status.F90,
4696 +        src/utils/vector_class.F90, src/visitors/AtomData.hpp,
4697 +        src/visitors/AtomVisitor.cpp, src/visitors/AtomVisitor.hpp,
4698 +        src/visitors/BaseVisitor.hpp, src/visitors/CompositeVisitor.cpp,
4699 +        src/visitors/CompositeVisitor.hpp, src/visitors/OtherVisitor.cpp,
4700 +        src/visitors/OtherVisitor.hpp, src/visitors/RigidBodyVisitor.cpp,
4701 +        src/visitors/RigidBodyVisitor.hpp, src/visitors/ZconsVisitor.cpp,
4702 +        src/visitors/ZconsVisitor.hpp: merging new_design branch into
4703 +        OOPSE-2.0
4704 +
4705 + 2005-01-12 13:13  tim
4706 +
4707 +        * src/: io/SectionParserManager.cpp, primitives/RigidBody.cpp,
4708 +        utils/TypeContainer.hpp: forget to include <algorithm>
4709 +
4710 + 2005-01-12 12:25  tim
4711 +
4712 +        * forceFields/: DUFF.frc, DipoleTest.frc, LJFF.frc, newEAM.VC.frc,
4713 +        newEAM.frc, newEAM.u3.frc, newEAM.u6.frc: remove some useless force
4714 +        fields
4715 +
4716 + 2005-01-12 12:14  tim
4717 +
4718 +        * src/: UseTheForce/DUFF.cpp, UseTheForce/DUFF.hpp,
4719 +        UseTheForce/EAM.cpp, UseTheForce/EAM.hpp,
4720 +        UseTheForce/ForceField.cpp, UseTheForce/ForceField.hpp,
4721 +        UseTheForce/ForceFieldCreator.hpp,
4722 +        UseTheForce/ForceFieldFactory.cpp,
4723 +        UseTheForce/ForceFieldFactory.hpp, UseTheForce/Shapes_FF.cpp,
4724 +        UseTheForce/doForces.F90, UseTheForce/doForces_interface.h,
4725 +        UseTheForce/fSwitchingFunction.h, UseTheForce/mpiComponentPlan.h,
4726 +        UseTheForce/notifyCutoffs.F90,
4727 +        UseTheForce/notifyCutoffs_interface.h, UseTheForce/DarkSide/LJ.F90,
4728 +        UseTheForce/DarkSide/atype.F90,
4729 +        UseTheForce/DarkSide/atype_interface.h,
4730 +        UseTheForce/DarkSide/charge.F90,
4731 +        UseTheForce/DarkSide/charge_interface.h,
4732 +        UseTheForce/DarkSide/dipole.F90,
4733 +        UseTheForce/DarkSide/dipole_interface.h,
4734 +        UseTheForce/DarkSide/eam.F90, UseTheForce/DarkSide/eam_interface.h,
4735 +        UseTheForce/DarkSide/force_globals.F90,
4736 +        UseTheForce/DarkSide/gb.F90, UseTheForce/DarkSide/gb_interface.h,
4737 +        UseTheForce/DarkSide/lj_interface.h,
4738 +        UseTheForce/DarkSide/neighborLists.F90,
4739 +        UseTheForce/DarkSide/reactionField.F90,
4740 +        UseTheForce/DarkSide/shapes.F90,
4741 +        UseTheForce/DarkSide/shapes_interface.h,
4742 +        UseTheForce/DarkSide/simParallel.F90,
4743 +        UseTheForce/DarkSide/simParallel_interface.h,
4744 +        UseTheForce/DarkSide/simulation.F90,
4745 +        UseTheForce/DarkSide/simulation_interface.h,
4746 +        UseTheForce/DarkSide/sticky.F90,
4747 +        UseTheForce/DarkSide/sticky_interface.h,
4748 +        UseTheForce/DarkSide/switcheroo.F90,
4749 +        applications/dump2Xyz/Dump2XYZ.cpp, applications/oopse/oopse.cpp,
4750 +        applications/simpleBuilder/BaseLattice.cpp,
4751 +        applications/simpleBuilder/BaseLattice.hpp,
4752 +        applications/simpleBuilder/Lattice.cpp,
4753 +        applications/simpleBuilder/Lattice.hpp,
4754 +        applications/simpleBuilder/LatticeCreator.cpp,
4755 +        applications/simpleBuilder/LatticeCreator.hpp,
4756 +        applications/simpleBuilder/LatticeFactory.cpp,
4757 +        applications/simpleBuilder/LatticeFactory.hpp,
4758 +        applications/simpleBuilder/MoLocator.cpp,
4759 +        applications/simpleBuilder/MoLocator.hpp,
4760 +        applications/simpleBuilder/simpleBuilder.cpp,
4761 +        brains/DataStorage.cpp, brains/DataStorage.hpp, brains/Exclude.cpp,
4762 +        brains/Exclude.hpp, brains/ForceManager.cpp,
4763 +        brains/ForceManager.hpp, brains/Makefile, brains/Migrator.hpp,
4764 +        brains/MoleculeCreator.cpp, brains/MoleculeCreator.hpp,
4765 +        brains/Register.cpp, brains/Register.hpp, brains/SimCreator.cpp,
4766 +        brains/SimCreator.hpp, brains/SimInfo.cpp, brains/SimInfo.hpp,
4767 +        brains/SimSnapshotManager.cpp, brains/SimSnapshotManager.hpp,
4768 +        brains/SkipList.cpp, brains/SkipList.hpp, brains/SnapShot.cpp,
4769 +        brains/Snapshot.cpp, brains/Snapshot.hpp,
4770 +        brains/SnapshotManager.hpp, brains/Stats.cpp, brains/Stats.hpp,
4771 +        brains/Thermo.cpp, brains/Thermo.hpp, brains/fSimulation.h,
4772 +        constraints/ConstraintElem.hpp, constraints/ConstraintPair.hpp,
4773 +        constraints/Rattle.cpp, constraints/Rattle.hpp,
4774 +        constraints/ZconsStruct.hpp,
4775 +        constraints/ZconstraintForceManager.cpp,
4776 +        constraints/ZconstraintForceManager.hpp, integrators/DLM.cpp,
4777 +        integrators/DLM.hpp, integrators/Integrator.cpp,
4778 +        integrators/Integrator.hpp, integrators/IntegratorCreator.hpp,
4779 +        integrators/IntegratorFactory.cpp,
4780 +        integrators/IntegratorFactory.hpp, integrators/NPT.cpp,
4781 +        integrators/NPT.hpp, integrators/NPTf.cpp, integrators/NPTf.hpp,
4782 +        integrators/NPTi.cpp, integrators/NPTi.hpp, integrators/NPTxyz.cpp,
4783 +        integrators/NPTxyz.hpp, integrators/NVE.cpp, integrators/NVE.hpp,
4784 +        integrators/NVT.cpp, integrators/NVT.hpp,
4785 +        integrators/RotationAlgorithm.hpp, integrators/Velocitizer.cpp,
4786 +        integrators/Velocitizer.hpp,
4787 +        integrators/VelocityVerletIntegrator.cpp,
4788 +        integrators/VelocityVerletIntegrator.hpp,
4789 +        io/AtomTypesSectionParser.cpp, io/AtomTypesSectionParser.hpp,
4790 +        io/BASS_interface.cpp, io/BASS_interface.h, io/BASS_parse.c,
4791 +        io/BASS_parse.h, io/BendTypesSectionParser.cpp,
4792 +        io/BendTypesSectionParser.hpp, io/BondTypesSectionParser.cpp,
4793 +        io/BondTypesSectionParser.hpp,
4794 +        io/DirectionalAtomTypesSectionParser.cpp,
4795 +        io/DirectionalAtomTypesSectionParser.hpp, io/DumpReader.cpp,
4796 +        io/DumpReader.hpp, io/DumpWriter.cpp, io/DumpWriter.hpp,
4797 +        io/EAMAtomTypesSectionParser.cpp, io/EAMAtomTypesSectionParser.hpp,
4798 +        io/ElectrostaticAtomTypesSectionParser.cpp,
4799 +        io/ElectrostaticAtomTypesSectionParser.hpp, io/Globals.cpp,
4800 +        io/Globals.hpp, io/LennardJonesAtomTypesSectionParser.cpp,
4801 +        io/LennardJonesAtomTypesSectionParser.hpp, io/LinkedAssign.cpp,
4802 +        io/LinkedAssign.hpp, io/LinkedCommand.cpp, io/LinkedCommand.hpp,
4803 +        io/SectionParser.cpp, io/SectionParser.hpp,
4804 +        io/SectionParserManager.cpp, io/SectionParserManager.hpp,
4805 +        io/StatWriter.cpp, io/StatWriter.hpp,
4806 +        io/StickyAtomTypesSectionParser.cpp,
4807 +        io/StickyAtomTypesSectionParser.hpp,
4808 +        io/TorsionTypesSectionParser.cpp, io/TorsionTypesSectionParser.hpp,
4809 +        io/ZConsReader.cpp, io/ZConsReader.hpp, io/ZConsWriter.cpp,
4810 +        io/ZConsWriter.hpp, io/basic_ifstrstream.hpp, io/interface.c,
4811 +        io/make_nodes.c, io/make_nodes.h, io/mpiBASS.c, io/mpiBASS.h,
4812 +        io/node_list.h, io/parse_interface.h, io/parse_me.h,
4813 +        io/parse_tree.c, io/parse_tree.h, math/ChebyshevPolynomials.cpp,
4814 +        math/ChebyshevPolynomials.hpp, math/MatVec3.c, math/MatVec3.h,
4815 +        math/Polynomial.hpp, math/Quaternion.hpp,
4816 +        math/RealSphericalHarmonic.cpp, math/RealSphericalHarmonic.hpp,
4817 +        math/RectMatrix.hpp, math/SquareMatrix.hpp, math/SquareMatrix3.hpp,
4818 +        math/Vector.hpp, math/Vector3.hpp, math/randomSPRNG.cpp,
4819 +        math/randomSPRNG.hpp, minimizers/CGFamilyMinimizer.cpp,
4820 +        minimizers/CGFamilyMinimizer.hpp, minimizers/Minimizer.cpp,
4821 +        minimizers/Minimizer.hpp, minimizers/MinimizerCreator.hpp,
4822 +        minimizers/MinimizerFactory.cpp, minimizers/MinimizerFactory.hpp,
4823 +        minimizers/MinimizerParameterSet.cpp,
4824 +        minimizers/MinimizerParameterSet.hpp, minimizers/PRCG.cpp,
4825 +        minimizers/PRCG.hpp, minimizers/SDMinimizer.cpp,
4826 +        minimizers/SDMinimizer.hpp, primitives/Atom.cpp,
4827 +        primitives/Atom.hpp, primitives/Bend.cpp, primitives/Bend.hpp,
4828 +        primitives/Bond.hpp, primitives/CutoffGroup.hpp,
4829 +        primitives/DirectionalAtom.cpp, primitives/DirectionalAtom.hpp,
4830 +        primitives/GhostBend.cpp, primitives/GhostBend.hpp,
4831 +        primitives/Molecule.cpp, primitives/Molecule.hpp,
4832 +        primitives/RigidBody.cpp, primitives/RigidBody.hpp,
4833 +        primitives/StuntDouble.cpp, primitives/StuntDouble.hpp,
4834 +        primitives/Torsion.cpp, primitives/Torsion.hpp,
4835 +        primitives/UreyBradleyBend.cpp, primitives/UreyBradleyBend.hpp,
4836 +        profiling/mdProfile.cpp, profiling/mdProfile.hpp,
4837 +        restraints/Restraints.cpp, restraints/Restraints.hpp,
4838 +        types/AtomStamp.cpp, types/AtomStamp.hpp, types/AtomType.cpp,
4839 +        types/AtomType.hpp, types/AtomTypeProperties.h,
4840 +        types/BendStamp.cpp, types/BendStamp.hpp, types/BendType.hpp,
4841 +        types/BondStamp.cpp, types/BondStamp.hpp, types/BondType.hpp,
4842 +        types/CharmmTorsionType.cpp, types/CharmmTorsionType.hpp,
4843 +        types/Component.cpp, types/Component.hpp, types/CubicBendType.hpp,
4844 +        types/CubicBondType.hpp, types/CubicTorsionType.hpp,
4845 +        types/CutoffGroupStamp.cpp, types/CutoffGroupStamp.hpp,
4846 +        types/DirectionalAtomType.cpp, types/DirectionalAtomType.hpp,
4847 +        types/FixedBondType.hpp, types/HarmonicBendType.hpp,
4848 +        types/HarmonicBondType.hpp, types/MakeStamps.cpp,
4849 +        types/MakeStamps.hpp, types/MoleculeStamp.cpp,
4850 +        types/MoleculeStamp.hpp, types/MorseBondType.hpp,
4851 +        types/OplsTorsionType.hpp, types/PolynomialBendType.hpp,
4852 +        types/PolynomialBondType.hpp, types/PolynomialTorsionType.hpp,
4853 +        types/QuarticBendType.hpp, types/QuarticBondType.hpp,
4854 +        types/QuarticTorsionType.hpp, types/RigidBodyStamp.cpp,
4855 +        types/RigidBodyStamp.hpp, types/ShapeAtomType.cpp,
4856 +        types/ShapeAtomType.hpp, types/TorsionStamp.cpp,
4857 +        types/TorsionStamp.hpp, types/TorsionType.hpp,
4858 +        types/UreyBradleyBendType.hpp, types/ZconStamp.cpp,
4859 +        types/ZconStamp.hpp, utils/GenericData.hpp,
4860 +        utils/GenericFactory.hpp, utils/LocalIndexManager.hpp,
4861 +        utils/MemoryUtils.hpp, utils/NumericConstant.hpp,
4862 +        utils/OOPSEConstant.hpp, utils/PropertyMap.cpp,
4863 +        utils/PropertyMap.hpp, utils/StringTokenizer.cpp,
4864 +        utils/StringTokenizer.hpp, utils/StringUtils.cpp,
4865 +        utils/StringUtils.hpp, utils/Trim.cpp, utils/Trim.hpp,
4866 +        utils/Tuple.hpp, utils/TupleMatcher.hpp, utils/TypeContainer.hpp,
4867 +        utils/Utility.cpp, utils/Utility.hpp, utils/definitions.F90,
4868 +        utils/fError.c, utils/next_combination.hpp, utils/oopseMPI.F90,
4869 +        utils/simError.c, utils/simError.h, utils/status.F90,
4870 +        utils/vector_class.F90, visitors/AtomData.hpp,
4871 +        visitors/AtomVisitor.cpp, visitors/AtomVisitor.hpp,
4872 +        visitors/BaseVisitor.hpp, visitors/CompositeVisitor.cpp,
4873 +        visitors/CompositeVisitor.hpp, visitors/OtherVisitor.cpp,
4874 +        visitors/OtherVisitor.hpp, visitors/RigidBodyVisitor.cpp,
4875 +        visitors/RigidBodyVisitor.hpp, visitors/ZconsVisitor.cpp,
4876 +        visitors/ZconsVisitor.hpp: change license
4877 +
4878 + 2005-01-12 12:14  tim
4879 +
4880 +        * src/brains/Snapshot.cpp: file Snapshot.cpp was initially added on
4881 +        branch new_design.
4882 +
4883 + 2005-01-11 16:03  tim
4884 +
4885 +        * src/: constraints/ZconstraintForceManager.cpp,
4886 +        constraints/ZconstraintForceManager.hpp,
4887 +        minimizers/MinimizerParameterSet.cpp,
4888 +        minimizers/MinimizerParameterSet.hpp: change const static double
4889 +        data member to const double
4890 +
4891 + 2005-01-11 15:50  tim
4892 +
4893 +        * src/io/basic_ifstrstream.hpp: forget namespace qualifier std::
4894 +
4895 + 2005-01-11 15:39  tim
4896 +
4897 +        * src/: UseTheForce/DarkSide/atype.F90, types/AtomTypeProperties.h:
4898 +        change data type from logical to integer in AtomTypeProperties.h
4899 +
4900 + 2005-01-11 11:36  tim
4901 +
4902 +        * forceFields/: EAM.VC.frc, EAM.frc, EAM.u3.frc, EAM.u6.frc: adding
4903 +        new format of EAM force field
4904 +
4905 + 2005-01-11 11:24  tim
4906 +
4907 +        * src/UseTheForce/DUFF.cpp: change default name of DUFF force field
4908 +        to DUFF2.frc
4909 +
4910 + 2005-01-11 11:23  tim
4911 +
4912 +        * forceFields/: DUFF2.frc, newDUFF.frc: rename newDUFF.frc to
4913 +        DUFF2.frc
4914 +
4915 + 2005-01-11 11:09  tim
4916 +
4917 +        * make/Makefile.in: adding constraints and minimizers into
4918 +        Makefile.in
4919 +
4920 + 2005-01-11 11:03  tim
4921 +
4922 +        * src/io/: ChargeAtomTypesSectionParser.cpp,
4923 +        ChargeAtomTypesSectionParser.hpp, DipoleAtomTypesSectionParser.cpp,
4924 +        DipoleAtomTypesSectionParser.hpp, Makefile: remove some useless
4925 +        files
4926 +
4927 + 2005-01-11 10:59  tim
4928 +
4929 +        * src/io/ZConsWriter.cpp: [no log message]
4930 +
4931 + 2005-01-11 10:53  tim
4932 +
4933 +        * src/UseTheForce/EAM.cpp: minor fix
4934 +
4935 + 2005-01-11 10:52  tim
4936 +
4937 +        * src/constraints/Rattle.hpp: file Rattle.hpp was initially added
4938 +        on branch new_design.
4939 +
4940 + 2005-01-11 10:52  tim
4941 +
4942 +        * src/constraints/Rattle.cpp: file Rattle.cpp was initially added
4943 +        on branch new_design.
4944 +
4945 + 2005-01-11 10:52  tim
4946 +
4947 +        * src/constraints/: Rattle.cpp, Rattle.hpp: adding Rattle Algorithm
4948 +
4949 + 2005-01-11 10:47  tim
4950 +
4951 +        * make/Makefile.in: forget a '$' sign
4952 +
4953 + 2005-01-11 10:46  tim
4954 +
4955 +        * make/Makefile.in: missing tab in rules
4956 +
4957 + 2005-01-10 17:04  tim
4958 +
4959 +        * src/: UseTheForce/ForceFieldCreator.cpp,
4960 +        UseTheForce/ForceFieldCreator.hpp,
4961 +        UseTheForce/ForceFieldFactory.cpp,
4962 +        UseTheForce/ForceFieldFactory.hpp, UseTheForce/Makefile,
4963 +        applications/dump2Xyz/Dump2XYZ.cpp, applications/oopse/oopse.cpp,
4964 +        applications/simpleBuilder/simpleBuilder.cpp, brains/Makefile,
4965 +        brains/Register.cpp, brains/Register.hpp,
4966 +        integrators/IntegratorCreator.cpp,
4967 +        integrators/IntegratorCreator.hpp,
4968 +        integrators/IntegratorFactory.cpp,
4969 +        integrators/IntegratorFactory.hpp, integrators/Makefile,
4970 +        integrators/NPTi.cpp, integrators/NVE.cpp, integrators/NVT.cpp,
4971 +        minimizers/Makefile, minimizers/MinimizerCreator.cpp,
4972 +        minimizers/MinimizerCreator.hpp, minimizers/MinimizerFactory.cpp,
4973 +        minimizers/MinimizerFactory.hpp: create a register module to
4974 +        register force fields, integrators and minimizers
4975 +
4976 + 2005-01-10 17:04  tim
4977 +
4978 +        * src/brains/Register.cpp: file Register.cpp was initially added on
4979 +        branch new_design.
4980 +
4981 + 2005-01-10 17:04  tim
4982 +
4983 +        * src/brains/Register.hpp: file Register.hpp was initially added on
4984 +        branch new_design.
4985 +
4986 + 2005-01-10 15:52  tim
4987 +
4988 +        * src/: UseTheForce/ForceFieldFactory.cpp,
4989 +        applications/oopse/oopse.cpp, brains/ForceManager.hpp,
4990 +        constraints/ZconstraintForceManager.cpp,
4991 +        constraints/ZconstraintForceManager.hpp,
4992 +        integrators/IntegratorFactory.cpp,
4993 +        integrators/VelocityVerletIntegrator.cpp, io/ZConsReader.cpp,
4994 +        io/ZConsWriter.cpp, minimizers/MinimizerFactory.cpp,
4995 +        visitors/ZconsVisitor.cpp, visitors/ZconsVisitor.hpp: zconstraint
4996 +        method is working now
4997 +
4998 + 2005-01-10 13:05  tim
4999 +
5000 +        * src/: constraints/ConstraintElem.hpp,
5001 +        constraints/ConstraintPair.hpp, constraints/ZconsStruct.hpp,
5002 +        constraints/ZconstraintForceManager.cpp,
5003 +        constraints/ZconstraintForceManager.hpp, io/ZConsReader.cpp,
5004 +        io/ZConsReader.hpp, io/ZConsWriter.cpp, io/ZConsWriter.hpp,
5005 +        visitors/ZconsVisitor.cpp, visitors/ZconsVisitor.hpp: more work in
5006 +        zconstraint
5007 +
5008 + 2005-01-10 13:05  tim
5009 +
5010 +        * src/constraints/ZconsStruct.hpp: file ZconsStruct.hpp was
5011 +        initially added on branch new_design.
5012 +
5013 + 2005-01-07 16:50  tim
5014 +
5015 +        * src/constraints/ZconstraintForceManager.cpp: file
5016 +        ZconstraintForceManager.cpp was initially added on branch
5017 +        new_design.
5018 +
5019 + 2005-01-07 16:50  tim
5020 +
5021 +        * src/constraints/ZconstraintForceManager.hpp: file
5022 +        ZconstraintForceManager.hpp was initially added on branch
5023 +        new_design.
5024 +
5025 + 2005-01-07 16:50  tim
5026 +
5027 +        * src/: applications/simpleBuilder/BaseLattice.hpp,
5028 +        applications/simpleBuilder/Lattice.hpp,
5029 +        applications/simpleBuilder/LatticeCreator.hpp,
5030 +        applications/simpleBuilder/LatticeFactory.hpp,
5031 +        applications/simpleBuilder/MoLocator.hpp, brains/ForceManager.hpp,
5032 +        constraints/ConstraintElem.hpp, constraints/Makefile,
5033 +        constraints/ZConstraint.cpp, constraints/ZconsData.hpp,
5034 +        constraints/ZconstraintForceManager.cpp,
5035 +        constraints/ZconstraintForceManager.hpp,
5036 +        integrators/VelocityVerletIntegrator.cpp, primitives/Molecule.hpp,
5037 +        utils/NumericConstant.hpp: ZConstraintForceManager in progress
5038 +
5039 + 2005-01-07 16:50  tim
5040 +
5041 +        * src/constraints/ConstraintElem.hpp: file ConstraintElem.hpp was
5042 +        initially added on branch new_design.
5043 +
5044 + 2005-01-06 17:31  tim
5045 +
5046 +        * src/: brains/MoleculeCreator.cpp, brains/MoleculeCreator.hpp,
5047 +        brains/SimCreator.cpp, brains/SimInfo.cpp, brains/SimInfo.hpp,
5048 +        constraints/ConstraintPair.hpp, integrators/Integrator.cpp,
5049 +        integrators/NPTi.cpp, integrators/VelocityVerletIntegrator.cpp,
5050 +        io/Globals.cpp, primitives/Molecule.cpp, primitives/Molecule.hpp:
5051 +        constraint is almost working
5052 +
5053 + 2005-01-05 19:36  tim
5054 +
5055 +        * src/applications/simpleBuilder/MoLocator.cpp: simpleBuilder is
5056 +        working
5057 +
5058 + 2005-01-05 19:16  tim
5059 +
5060 +        * src/: applications/dump2Xyz/Dump2XYZ.cpp,
5061 +        applications/oopse/oopse.cpp,
5062 +        applications/simpleBuilder/BaseLattice.cpp,
5063 +        applications/simpleBuilder/Lattice.cpp,
5064 +        applications/simpleBuilder/LatticeFactory.cpp,
5065 +        applications/simpleBuilder/LatticeFactory.hpp,
5066 +        applications/simpleBuilder/MoLocator.cpp,
5067 +        applications/simpleBuilder/MoLocator.hpp,
5068 +        applications/simpleBuilder/simpleBuilder.cpp,
5069 +        brains/SimCreator.cpp, brains/SimCreator.hpp, brains/SimInfo.hpp,
5070 +        minimizers/Minimizer.cpp, primitives/RigidBody.cpp: simpleBuilder
5071 +        in progress
5072 +
5073 + 2005-01-05 12:35  tim
5074 +
5075 +        * src/minimizers/MinimizerFactory.hpp: file MinimizerFactory.hpp
5076 +        was initially added on branch new_design.
5077 +
5078 + 2005-01-05 12:35  tim
5079 +
5080 +        * src/minimizers/Minimizer.cpp: file Minimizer.cpp was initially
5081 +        added on branch new_design.
5082 +
5083 + 2005-01-05 12:35  tim
5084 +
5085 +        * src/minimizers/: CGFamilyMinimizer.cpp, CGFamilyMinimizer.hpp,
5086 +        Makefile, Minimizer.cpp, Minimizer.hpp, MinimizerCreator.cpp,
5087 +        MinimizerCreator.hpp, MinimizerFactory.cpp, MinimizerFactory.hpp,
5088 +        OOPSEMinimizer.cpp, OOPSEMinimizer.hpp, SDMinimizer.cpp,
5089 +        SDMinimizer.hpp: minimizer in progress
5090 +
5091 + 2005-01-05 12:35  tim
5092 +
5093 +        * src/minimizers/MinimizerFactory.cpp: file MinimizerFactory.cpp
5094 +        was initially added on branch new_design.
5095 +
5096 + 2005-01-05 12:35  tim
5097 +
5098 +        * src/minimizers/MinimizerCreator.cpp: file MinimizerCreator.cpp
5099 +        was initially added on branch new_design.
5100 +
5101 + 2005-01-05 12:35  tim
5102 +
5103 +        * src/minimizers/MinimizerCreator.hpp: file MinimizerCreator.hpp
5104 +        was initially added on branch new_design.
5105 +
5106 + 2005-01-05 12:35  tim
5107 +
5108 +        * src/minimizers/Minimizer.hpp: file Minimizer.hpp was initially
5109 +        added on branch new_design.
5110 +
5111 + 2005-01-04 17:18  tim
5112 +
5113 +        * src/: brains/ForceManager.cpp, brains/MoleculeCreator.cpp,
5114 +        brains/MoleculeCreator.hpp, brains/SimInfo.cpp, brains/Stats.hpp,
5115 +        brains/Thermo.cpp, constraints/ConstraintPair.hpp,
5116 +        constraints/Makefile, integrators/NPT.cpp, integrators/NVE.cpp,
5117 +        integrators/NVT.cpp, integrators/VelocityVerletIntegrator.cpp,
5118 +        integrators/VelocityVerletIntegrator.hpp, io/DumpReader.cpp,
5119 +        primitives/Molecule.cpp, primitives/Molecule.hpp: constraints in
5120 +        progress
5121 +
5122 + 2005-01-04 17:18  tim
5123 +
5124 +        * src/constraints/ConstraintPair.hpp: file ConstraintPair.hpp was
5125 +        initially added on branch new_design.
5126 +
5127 + 2005-01-04 17:18  tim
5128 +
5129 +        * src/minimizers/MinimizerParameterSet.cpp: file
5130 +        MinimizerParameterSet.cpp was initially added on branch new_design.
5131 +
5132 + 2005-01-04 17:18  tim
5133 +
5134 +        * src/minimizers/SDMinimizer.hpp: file SDMinimizer.hpp was
5135 +        initially added on branch new_design.
5136 +
5137 + 2005-01-04 17:18  tim
5138 +
5139 +        * src/minimizers/CGFamilyMinimizer.hpp: file CGFamilyMinimizer.hpp
5140 +        was initially added on branch new_design.
5141 +
5142 + 2005-01-04 17:18  tim
5143 +
5144 +        * src/minimizers/: CGFamilyMinimizer.cpp, CGFamilyMinimizer.hpp,
5145 +        Makefile, MinimizerParameterSet.cpp, MinimizerParameterSet.hpp,
5146 +        OOPSEMinimizer.cpp, OOPSEMinimizer.hpp, PRCG.cpp, PRCG.hpp,
5147 +        SDMinimizer.cpp, SDMinimizer.hpp: minimizers in progress
5148 +
5149 + 2005-01-04 17:18  tim
5150 +
5151 +        * src/minimizers/PRCG.hpp: file PRCG.hpp was initially added on
5152 +        branch new_design.
5153 +
5154 + 2004-12-20 15:50  chuckv
5155 +
5156 +        * make/Makefile.in: Fixed Makefile test bug under OSX and possibly
5157 +        other BSD's, replaced test -f *.mod with ls function since BSD test
5158 +        apparently doesn't support wildcards.
5159 +
5160 + 2004-12-20 15:36  tim
5161 +
5162 +        * make/Makefile.in: fix a test command incompatiable problem
5163 +
5164 + 2004-12-20 14:49  tim
5165 +
5166 +        * src/integrators/NPTi.cpp: NPT is working now
5167 +
5168 + 2004-12-16 14:20  tim
5169 +
5170 +        * src/brains/SimInfo.cpp: Fix a bug in SimInfo which gives the
5171 +        invalid stamp id
5172 +
5173 + 2004-12-16 14:00  tim
5174 +
5175 +        * forceFields/: newEAM.VC.frc, newEAM.frc, newEAM.u3.frc,
5176 +        newEAM.u6.frc: adding new EAM force field files
5177 +
5178 + 2004-12-16 13:55  tim
5179 +
5180 +        * src/io/EAMAtomTypesSectionParser.cpp: parsing order three arrays
5181 +        in  EAM parameter file is incorrect
5182 +
5183 + 2004-12-16 12:27  tim
5184 +
5185 +        * src/: UseTheForce/EAM.cpp, UseTheForce/EAM.hpp,
5186 +        brains/SimCreator.cpp, io/EAMAtomTypesSectionParser.cpp,
5187 +        utils/StringTokenizer.cpp: add getMaxRcutFromAtomType into EAM
5188 +
5189 + 2004-12-15 17:34  tim
5190 +
5191 +        * src/: applications/simpleBuilder/BaseLattice.cpp,
5192 +        applications/simpleBuilder/BaseLattice.hpp,
5193 +        applications/simpleBuilder/Lattice.cpp,
5194 +        applications/simpleBuilder/Lattice.hpp,
5195 +        applications/simpleBuilder/LatticeCreator.cpp,
5196 +        applications/simpleBuilder/LatticeCreator.hpp,
5197 +        applications/simpleBuilder/LatticeFactory.cpp,
5198 +        applications/simpleBuilder/LatticeFactory.hpp,
5199 +        applications/simpleBuilder/simpleBuilder.cpp,
5200 +        io/basic_ifstrstream.hpp: fix a bug in basic_ifstrstream
5201 +
5202 + 2004-12-15 16:07  tim
5203 +
5204 +        * src/: UseTheForce/DUFF.cpp, UseTheForce/DUFF.hpp,
5205 +        UseTheForce/EAM.cpp, UseTheForce/EAM.hpp, UseTheForce/Makefile,
5206 +        applications/dump2Xyz/Dump2XYZ.cpp, applications/oopse/oopse.cpp:
5207 +        add EAM Force Field
5208 +
5209 + 2004-12-15 14:40  tim
5210 +
5211 +        * src/applications/oopse/oopse.cpp: add more force fields
5212 +
5213 + 2004-12-15 11:44  tim
5214 +
5215 +        * src/brains/SimInfo.cpp: fix bugs in getCom and getComVel (forget
5216 +        to call All_reduce in MPI version)
5217 +
5218 + 2004-12-15 11:13  tim
5219 +
5220 +        * src/: brains/SimCreator.cpp, brains/SimInfo.cpp,
5221 +        io/DumpReader.cpp: MPI in NVE is working
5222 +
5223 + 2004-12-14 16:57  tim
5224 +
5225 +        * src/io/: DumpReader.cpp, DumpReader.hpp: fix a bug in DumpReader.
5226 +        Master nodes does not brocast the total number of frames
5227 +
5228 + 2004-12-14 14:08  tim
5229 +
5230 +        * src/: brains/SimCreator.cpp, brains/SimSnapshotManager.hpp,
5231 +        integrators/NVE.hpp, io/DumpReader.cpp, io/DumpWriter.cpp,
5232 +        minimizers/CGFamilyMinimizer.cpp,
5233 +        minimizers/MinimizerParameterSet.hpp,
5234 +        minimizers/OOPSEMinimizer.cpp, minimizers/OOPSEMinimizer.hpp,
5235 +        minimizers/SDMinimizer.cpp: more fix in MPI version
5236 +
5237 + 2004-12-13 17:30  tim
5238 +
5239 +        * src/: UseTheForce/DarkSide/simParallel.F90,
5240 +        applications/oopse/oopse.cpp, brains/SimCreator.cpp,
5241 +        brains/SimInfo.cpp, brains/Snapshot.hpp, brains/Thermo.cpp,
5242 +        integrators/DLM.cpp, integrators/Integrator.cpp,
5243 +        integrators/NPT.cpp, integrators/NPTf.cpp, integrators/NPTi.cpp,
5244 +        integrators/NPTxyz.cpp, integrators/NVT.cpp, io/DumpReader.cpp,
5245 +        io/DumpWriter.cpp, io/EAMAtomTypesSectionParser.cpp,
5246 +        io/ElectrostaticAtomTypesSectionParser.cpp, io/SectionParser.hpp,
5247 +        io/ZConsWriter.cpp, io/ZConsWriter.hpp, io/basic_ifstrstream.hpp,
5248 +        math/SquareMatrix3.hpp, primitives/Bend.hpp, primitives/Bond.hpp,
5249 +        primitives/RigidBody.cpp, primitives/StuntDouble.cpp,
5250 +        primitives/StuntDouble.hpp, types/CutoffGroupStamp.cpp,
5251 +        utils/LocalIndexManager.hpp, utils/PropertyMap.cpp,
5252 +        utils/PropertyMap.hpp, visitors/CompositeVisitor.cpp: MPI version
5253 +        is built
5254 +
5255 + 2004-12-10 13:41  tim
5256 +
5257 +        * src/UseTheForce/WATER.cpp: fix another bug in WATER.cpp
5258 +
5259 + 2004-12-10 11:14  tim
5260 +
5261 +        * src/: brains/ForceManager.cpp, primitives/StuntDouble.cpp,
5262 +        primitives/StuntDouble.hpp: forget to zero out the torque. Sticky
5263 +        and Dipole is working now
5264 +
5265 + 2004-12-09 18:15  tim
5266 +
5267 +        * src/: UseTheForce/DarkSide/dipole.F90,
5268 +        UseTheForce/DarkSide/reactionField.F90, primitives/StuntDouble.hpp:
5269 +        fix an index problem in eFrame matrix
5270 +
5271 + 2004-12-09 18:09  tim
5272 +
5273 +        * src/UseTheForce/WATER.cpp: fix a bug in WATER.cpp when
5274 +        initializing the new Charge AtomType
5275 +
5276 + 2004-12-09 16:15  tim
5277 +
5278 +        * src/: UseTheForce/doForces.F90, UseTheForce/DarkSide/sticky.F90,
5279 +        types/DirectionalAtomType.cpp: sticky module get compiled
5280 +
5281 + 2004-12-09 15:43  gezelter
5282 +
5283 +        * src/UseTheForce/DarkSide/: dipole.F90, force_globals.F90, gb.F90,
5284 +        reactionField.F90: u_l -> eFrame  for electrostatics u_l -> A for
5285 +        GB
5286 +
5287 + 2004-12-09 15:42  gezelter
5288 +
5289 +        * src/UseTheForce/doForces.F90: u_l -> eFrame
5290 +
5291 + 2004-12-09 15:27  gezelter
5292 +
5293 +        * src/UseTheForce/DarkSide/: sticky.F90, sticky_interface.h: sticky
5294 +        module now has the option for multiple sticky types
5295 +
5296 + 2004-12-09 15:27  gezelter
5297 +
5298 +        * src/UseTheForce/doForces.F90: sticky
5299 +
5300 + 2004-12-09 11:22  tim
5301 +
5302 +        * src/integrators/: NPT.cpp, NVT.cpp: fix an interface
5303 +        inconsistency in lab2Bidy
5304 +
5305 + 2004-12-09 10:45  tim
5306 +
5307 +        * src/: math/SquareMatrix3.hpp, primitives/RigidBody.cpp: Fix a bug
5308 +        in calculating torque in rigid body
5309 +
5310 + 2004-12-08 15:37  tim
5311 +
5312 +        * src/: UseTheForce/mpiForceField.c, UseTheForce/mpiForceField.h,
5313 +        brains/SnapShot.cpp, brains/Snapshot.hpp,
5314 +        integrators/Integrator.cpp,
5315 +        io/ElectrostaticAtomTypesSectionParser.cpp, utils/MemoryUtils.hpp:
5316 +        fix a parsing bug in ElectroStaticAtomTypesSectionParser
5317 +
5318 + 2004-12-08 12:03  tim
5319 +
5320 +        * src/integrators/: NVT.cpp, VelocityVerletIntegrator.cpp: Butane
5321 +        in  NVT is working
5322 +
5323 + 2004-12-07 18:08  tim
5324 +
5325 +        * src/: UseTheForce/Makefile, brains/SimInfo.hpp,
5326 +        integrators/NPT.cpp, integrators/NPTf.cpp, integrators/NPTi.cpp,
5327 +        integrators/NPTxyz.cpp, integrators/NVT.cpp, integrators/NVT.hpp,
5328 +        io/DumpWriter.cpp: NPT in progress
5329 +
5330 + 2004-12-07 09:43  tim
5331 +
5332 +        * test/utils/: Makefile, NextCombinationTestCase.hpp: [no log
5333 +        message]
5334 +
5335 + 2004-12-07 00:12  tim
5336 +
5337 +        * src/integrators/: Integrator.cpp, NPT.cpp, NPTi.cpp: fix a bug in
5338 +        UseInitXSstate
5339 +
5340 + 2004-12-07 00:00  tim
5341 +
5342 +        * src/: io/DumpReader.cpp, utils/StringTokenizer.hpp: no message
5343 +
5344 + 2004-12-06 23:47  tim
5345 +
5346 +        * src/types/DirectionalAtomType.cpp: [no log message]
5347 +
5348 + 2004-12-06 21:18  tim
5349 +
5350 +        * forceFields/newDUFF.frc: merge WATER force field into DUFF
5351 +
5352 + 2004-12-06 20:33  tim
5353 +
5354 +        * forceFields/newDUFF.frc: change the force constant of bonds
5355 +
5356 + 2004-12-06 18:29  tim
5357 +
5358 +        * src/: UseTheForce/DarkSide/charge.F90,
5359 +        UseTheForce/DarkSide/charge_interface.h,
5360 +        UseTheForce/DarkSide/dipole.F90,
5361 +        UseTheForce/DarkSide/dipole_interface.h, primitives/Torsion.cpp:
5362 +        fix atom type ident in Charge and Dipole Module
5363 +
5364 + 2004-12-06 17:56  tim
5365 +
5366 +        * src/primitives/Torsion.cpp: butane is working now
5367 +
5368 + 2004-12-06 15:15  tim
5369 +
5370 +        * src/: brains/MoleculeCreator.cpp, primitives/Bend.cpp,
5371 +        primitives/Bond.hpp, primitives/Torsion.cpp: short range
5372 +        interaction for butane is correct.Still something wrong with long
5373 +        range one
5374 +
5375 + 2004-12-05 23:49  tim
5376 +
5377 +        * src/: brains/Exclude.cpp, brains/Exclude.hpp,
5378 +        brains/SimCreator.cpp, brains/SimInfo.cpp, brains/SimInfo.hpp,
5379 +        io/BendTypesSectionParser.cpp, math/Polynomial.hpp,
5380 +        primitives/Atom.hpp, utils/NumericConstant.hpp,
5381 +        utils/TypeContainer.hpp: fix a bug in Exclude List
5382 +
5383 + 2004-12-05 17:21  tim
5384 +
5385 +        * forceFields/newDUFF.frc: minor fix in DUFF
5386 +
5387 + 2004-12-05 17:02  tim
5388 +
5389 +        * src/: brains/SimInfo.cpp, brains/Thermo.cpp, math/Vector.hpp,
5390 +        utils/StringTokenizer.cpp, utils/Utility.cpp, utils/Utility.hpp:
5391 +        fix a bug in filling MolMembership
5392 +
5393 + 2004-12-05 12:12  tim
5394 +
5395 +        * forceFields/newDUFF.frc: minor fix in force field file
5396 +
5397 + 2004-12-05 12:09  tim
5398 +
5399 +        * src/: applications/oopse/oopse.cpp, integrators/Integrator.cpp,
5400 +        integrators/NPTxyz.cpp, integrators/NVT.cpp: add Integrator.cpp
5401 +
5402 + 2004-12-04 15:09  tim
5403 +
5404 +        * src/: UseTheForce/DarkSide/LJ.F90, math/Polynomial.hpp,
5405 +        math/Vector3.hpp: NVE is working now, get the same result as
5406 +        OOPSE-1.0
5407 +
5408 + 2004-12-04 14:29  tim
5409 +
5410 +        * src/primitives/: Bend.cpp, Torsion.cpp: rewind to old copy
5411 +
5412 + 2004-12-04 14:24  gezelter
5413 +
5414 +        * src/primitives/: Bend.cpp, Torsion.cpp: What?
5415 +
5416 + 2004-12-04 14:24  gezelter
5417 +
5418 +        * src/UseTheForce/DarkSide/LJ.F90: atid / c_ident confusion
5419 +
5420 + 2004-12-04 00:24  tim
5421 +
5422 +        * src/: UseTheForce/ForceField.cpp, brains/Thermo.cpp,
5423 +        integrators/Integrator.hpp,
5424 +        integrators/VelocityVerletIntegrator.cpp, primitives/Torsion.cpp,
5425 +        utils/TypeContainer.hpp: NVE conserved energy, however, potential
5426 +        is not the same as OOPSE-1.0 Step 1 argon in NVE, NVT, NPTi, NPTf
5427 +        and NPTxyz to test integrator Step 2 SSD in NVE to test DLM,
5428 +        dipole, sticky Step 3 Butane in NVE to test Bond Bend Torsion Step
5429 +        4 EAM Step 5 Shape Step 6 Constraint & Restraint
5430 +
5431 + 2004-12-03 19:01  tim
5432 +
5433 +        * src/: UseTheForce/DarkSide/LJ.F90,
5434 +        applications/dump2Xyz/Dump2XYZ.cpp, brains/DataStorage.cpp,
5435 +        integrators/VelocityVerletIntegrator.cpp,
5436 +        integrators/VelocityVerletIntegrator.hpp, io/StatWriter.cpp,
5437 +        io/StatWriter.hpp, primitives/Atom.cpp: Dump2Xyz is also working,
5438 +        energy of NVE is not conserved
5439 +
5440 + 2004-12-03 17:36  tim
5441 +
5442 +        * src/: brains/DataStorage.hpp, brains/Snapshot.hpp,
5443 +        primitives/Molecule.cpp, primitives/StuntDouble.hpp: NVE is running
5444 +
5445 + 2004-12-03 16:30  tim
5446 +
5447 +        * src/: applications/oopse/oopse.cpp, brains/SimInfo.cpp,
5448 +        brains/SimInfo.hpp, brains/Thermo.hpp, integrators/Makefile,
5449 +        integrators/NVE.cpp, primitives/Molecule.cpp,
5450 +        primitives/Molecule.hpp, primitives/StuntDouble.hpp,
5451 +        primitives/Torsion.hpp: more missing function get implemented
5452 +
5453 + 2004-12-03 15:30  tim
5454 +
5455 +        * src/brains/: MoleculeCreator.cpp, SimCreator.cpp, SimCreator.hpp,
5456 +        SimInfo.cpp, SimInfo.hpp: Change interface of SimInfo
5457 +
5458 + 2004-12-03 12:59  tim
5459 +
5460 +        * src/: applications/oopse/oopse.cpp, brains/SimCreator.cpp,
5461 +        brains/SimCreator.hpp, brains/SimInfo.cpp, brains/SimInfo.hpp,
5462 +        integrators/NPT.cpp, integrators/NPTi.cpp, integrators/NVT.cpp,
5463 +        io/BASS_interface.cpp, io/DirectionalAtomTypesSectionParser.cpp,
5464 +        io/SectionParserManager.cpp, utils/LocalIndexManager.hpp,
5465 +        utils/TypeContainer.hpp: begin to fix bugs
5466 +
5467 + 2004-12-02 19:26  tim
5468 +
5469 +        * src/utils/Trim.cpp: file Trim.cpp was initially added on branch
5470 +        new_design.
5471 +
5472 + 2004-12-02 19:26  tim
5473 +
5474 +        * src/: UseTheForce/DUFF.cpp, UseTheForce/DUFF.hpp,
5475 +        UseTheForce/ForceFieldCreator.cpp,
5476 +        UseTheForce/ForceFieldFactory.cpp, applications/oopse/oopse.cpp,
5477 +        integrators/IntegratorCreator.cpp,
5478 +        integrators/IntegratorFactory.cpp, io/SectionParserManager.cpp,
5479 +        io/SectionParserManager.hpp, utils/Makefile,
5480 +        utils/StringTokenizer.cpp, utils/Trim.cpp, utils/Trim.hpp: Fixed a
5481 +        bug in countTokens in StringTokenizer
5482 +
5483 + 2004-12-02 19:06  tim
5484 +
5485 +        * forceFields/newDUFF.frc: minor fix
5486 +
5487 + 2004-12-02 18:15  tim
5488 +
5489 +        * forceFields/newDUFF.frc: new ForceField format
5490 +
5491 + 2004-12-02 17:15  tim
5492 +
5493 +        * src/: UseTheForce/DUFF.cpp, UseTheForce/DUFF.hpp,
5494 +        UseTheForce/ForceFieldCreator.cpp,
5495 +        UseTheForce/ForceFieldCreator.hpp,
5496 +        UseTheForce/ForceFieldFactory.cpp,
5497 +        UseTheForce/ForceFieldFactory.hpp, UseTheForce/Makefile,
5498 +        applications/oopse/oopse.cpp, integrators/IntegratorCreator.cpp,
5499 +        integrators/IntegratorCreator.hpp,
5500 +        integrators/IntegratorFactory.cpp,
5501 +        integrators/IntegratorFactory.hpp, integrators/Makefile,
5502 +        integrators/NPTf.cpp, integrators/NPTf.hpp, integrators/NPTi.cpp,
5503 +        integrators/NPTi.hpp, integrators/NPTxyz.cpp,
5504 +        integrators/NPTxyz.hpp, integrators/NVE.cpp, integrators/NVE.hpp,
5505 +        integrators/NVT.cpp, integrators/NVT.hpp,
5506 +        types/CharmmTorsionType.cpp, types/CharmmTorsionType.hpp,
5507 +        types/Makefile: refine factory pattern to make it initialized
5508 +        correctly
5509 +
5510 + 2004-12-02 17:15  tim
5511 +
5512 +        * src/UseTheForce/ForceFieldCreator.hpp: file ForceFieldCreator.hpp
5513 +        was initially added on branch new_design.
5514 +
5515 + 2004-12-02 17:15  tim
5516 +
5517 +        * src/UseTheForce/ForceFieldCreator.cpp: file ForceFieldCreator.cpp
5518 +        was initially added on branch new_design.
5519 +
5520 + 2004-12-02 17:15  tim
5521 +
5522 +        * src/integrators/IntegratorCreator.cpp: file IntegratorCreator.cpp
5523 +        was initially added on branch new_design.
5524 +
5525 + 2004-12-02 17:15  tim
5526 +
5527 +        * src/integrators/IntegratorCreator.hpp: file IntegratorCreator.hpp
5528 +        was initially added on branch new_design.
5529 +
5530 + 2004-12-02 11:53  tim
5531 +
5532 +        * src/: applications/dump2Xyz/Dump2XYZ.cpp, brains/Stats.cpp,
5533 +        types/DirectionalAtomType.cpp, types/Makefile: oopse get built
5534 +
5535 + 2004-12-02 11:04  tim
5536 +
5537 +        * src/: applications/simpleBuilder/LatticeCreator.cpp,
5538 +        applications/simpleBuilder/LatticeCreator.hpp,
5539 +        applications/simpleBuilder/LatticeFactory.cpp,
5540 +        applications/simpleBuilder/LatticeFactory.hpp,
5541 +        applications/simpleBuilder/simpleBuilder.cpp, brains/Exclude.cpp,
5542 +        brains/MoleculeCreator.cpp, brains/SimCreator.cpp,
5543 +        brains/SimInfo.cpp, brains/SimInfo.hpp,
5544 +        brains/SimSnapshotManager.cpp, brains/SimSnapshotManager.hpp,
5545 +        brains/SnapshotManager.hpp, brains/Stats.cpp,
5546 +        constraints/ZconsData.hpp, io/DumpWriter.cpp, io/LinkedAssign.hpp,
5547 +        io/ZConsReader.cpp, io/ZConsReader.hpp, io/ZConsWriter.hpp,
5548 +        io/basic_ifstrstream.hpp, primitives/Bend.hpp,
5549 +        primitives/GhostBend.cpp, primitives/GhostBend.hpp,
5550 +        types/MoleculeStamp.cpp, types/MoleculeStamp.hpp,
5551 +        types/OplsTorsionType.hpp, types/ShapeAtomType.hpp,
5552 +        utils/PropertyMap.hpp, utils/TypeContainer.hpp,
5553 +        visitors/AtomVisitor.cpp, visitors/CompositeVisitor.cpp,
5554 +        visitors/CompositeVisitor.hpp, visitors/OtherVisitor.cpp,
5555 +        visitors/OtherVisitor.hpp, visitors/RigidBodyVisitor.cpp,
5556 +        visitors/RigidBodyVisitor.hpp, visitors/ZconsVisitor.cpp: still
5557 +        have two linking problem
5558 +
5559 + 2004-12-02 00:17  tim
5560 +
5561 +        * src/: applications/dump2Xyz/Dump2XYZ.cpp,
5562 +        applications/simpleBuilder/Lattice.cpp,
5563 +        applications/simpleBuilder/simpleBuilder.cpp,
5564 +        constraints/ZConstraint.cpp, io/DumpWriter.cpp, io/ZConsReader.cpp,
5565 +        io/ZConsWriter.cpp, minimizers/CGFamilyMinimizer.cpp,
5566 +        minimizers/OOPSEMinimizer.cpp, minimizers/SDMinimizer.cpp,
5567 +        restraints/Restraints.cpp, visitors/AtomVisitor.cpp,
5568 +        visitors/OtherVisitor.cpp, visitors/RigidBodyVisitor.cpp,
5569 +        visitors/ZconsVisitor.cpp: change endl to std::endl
5570 +
5571 + 2004-12-02 00:14  tim
5572 +
5573 +        * src/: UseTheForce/Shapes_FF.cpp,
5574 +        applications/dump2Xyz/Dump2XYZ.cpp,
5575 +        applications/simpleBuilder/BaseLattice.hpp,
5576 +        applications/simpleBuilder/Lattice.hpp,
5577 +        applications/simpleBuilder/LatticeCreator.hpp,
5578 +        applications/simpleBuilder/LatticeFactory.cpp,
5579 +        applications/simpleBuilder/LatticeFactory.hpp,
5580 +        applications/simpleBuilder/simpleBuilder.cpp, io/DumpWriter.cpp,
5581 +        io/LinkedAssign.hpp, io/basic_ifstrstream.hpp,
5582 +        minimizers/OOPSEMinimizer.hpp, utils/GenericData.hpp,
5583 +        utils/GenericFactory.hpp, visitors/CompositeVisitor.cpp,
5584 +        visitors/CompositeVisitor.hpp, visitors/RigidBodyVisitor.cpp,
5585 +        visitors/RigidBodyVisitor.hpp: minor fix
5586 +
5587 + 2004-12-02 00:09  tim
5588 +
5589 +        * src/utils/: Makefile, StreamTokenizer.cpp, StreamTokenizer.hpp:
5590 +        remove StreamTokenizer
5591 +
5592 + 2004-12-02 00:06  tim
5593 +
5594 +        * src/: UseTheForce/Shapes_FF.cpp,
5595 +        applications/dump2Xyz/Dump2XYZ.cpp, applications/oopse/oopse.cpp,
5596 +        applications/simpleBuilder/simpleBuilder.cpp, brains/Thermo.cpp,
5597 +        io/ZConsWriter.cpp, math/randomSPRNG.cpp,
5598 +        restraints/Restraints.cpp, utils/StreamTokenizer.cpp: remove using
5599 +        namespace std in .cpp file
5600 +
5601 + 2004-12-02 00:04  tim
5602 +
5603 +        * src/: UseTheForce/Shapes_FF.cpp,
5604 +        applications/dump2Xyz/Dump2XYZ.cpp,
5605 +        applications/simpleBuilder/BaseLattice.hpp,
5606 +        applications/simpleBuilder/Lattice.cpp,
5607 +        applications/simpleBuilder/Lattice.hpp,
5608 +        applications/simpleBuilder/LatticeFactory.cpp,
5609 +        applications/simpleBuilder/LatticeFactory.hpp,
5610 +        applications/simpleBuilder/MoLocator.cpp,
5611 +        applications/simpleBuilder/MoLocator.hpp, brains/SkipList.cpp,
5612 +        brains/SkipList.hpp, constraints/ZconsData.hpp, io/ZConsReader.cpp,
5613 +        io/ZConsWriter.cpp, io/ZConsWriter.hpp,
5614 +        minimizers/MinimizerParameterSet.hpp,
5615 +        minimizers/OOPSEMinimizer.cpp, minimizers/OOPSEMinimizer.hpp,
5616 +        minimizers/PRCG.cpp, primitives/Atom.cpp, primitives/RigidBody.cpp,
5617 +        restraints/Restraints.cpp, restraints/Restraints.hpp,
5618 +        types/MoleculeStamp.cpp, types/MoleculeStamp.hpp,
5619 +        types/ShapeAtomType.cpp, types/ShapeAtomType.hpp,
5620 +        utils/GenericData.hpp, visitors/CompositeVisitor.cpp,
5621 +        visitors/CompositeVisitor.hpp, visitors/RigidBodyVisitor.cpp,
5622 +        visitors/RigidBodyVisitor.hpp, visitors/ZconsVisitor.cpp: adding
5623 +        qulified name prefix std
5624 +
5625 + 2004-12-01 23:55  tim
5626 +
5627 +        * src/: UseTheForce/Shapes_FF.cpp,
5628 +        applications/dump2Xyz/Dump2XYZ.cpp,
5629 +        applications/simpleBuilder/BaseLattice.hpp,
5630 +        applications/simpleBuilder/Lattice.hpp,
5631 +        applications/simpleBuilder/LatticeCreator.hpp,
5632 +        applications/simpleBuilder/LatticeFactory.cpp,
5633 +        applications/simpleBuilder/LatticeFactory.hpp,
5634 +        applications/simpleBuilder/simpleBuilder.cpp, io/DumpWriter.cpp,
5635 +        io/LinkedAssign.hpp, io/basic_ifstrstream.hpp,
5636 +        minimizers/OOPSEMinimizer.hpp, utils/GenericData.hpp,
5637 +        utils/GenericFactory.hpp, visitors/CompositeVisitor.cpp,
5638 +        visitors/CompositeVisitor.hpp, visitors/RigidBodyVisitor.cpp,
5639 +        visitors/RigidBodyVisitor.hpp: replace string by std::string
5640 +
5641 + 2004-12-01 22:12  tim
5642 +
5643 +        * make/Makefile.in, src/UseTheForce/ForceFieldFactory.hpp,
5644 +        src/applications/simpleBuilder/BaseLattice.hpp,
5645 +        src/applications/simpleBuilder/Lattice.hpp,
5646 +        src/applications/simpleBuilder/LatticeCreator.hpp,
5647 +        src/applications/simpleBuilder/LatticeFactory.hpp,
5648 +        src/applications/simpleBuilder/MoLocator.hpp,
5649 +        src/brains/SimInfo.cpp, src/brains/SkipList.hpp,
5650 +        src/brains/Snapshot.hpp, src/constraints/ZconsData.hpp,
5651 +        src/integrators/IntegratorFactory.hpp, src/io/Globals.hpp,
5652 +        src/io/ZConsWriter.hpp, src/io/basic_ifstrstream.hpp,
5653 +        src/minimizers/OOPSEMinimizer.hpp, src/primitives/StuntDouble.hpp,
5654 +        src/types/MoleculeStamp.hpp, src/types/ShapeAtomType.hpp,
5655 +        src/utils/Makefile, src/utils/StringUtils.cpp,
5656 +        src/utils/StringUtils.hpp, src/utils/TypeInfo.hpp,
5657 +        src/utils/Utility.cpp, src/visitors/CompositeVisitor.hpp,
5658 +        src/visitors/RigidBodyVisitor.hpp, test/brains/DirectionalAtom.cpp,
5659 +        test/brains/RigidBody.cpp: replace misuse of using namespace std in
5660 +        header files
5661 +
5662 + 2004-12-01 21:23  tim
5663 +
5664 +        * src/: primitives/Atom.hpp, primitives/RigidBody.hpp,
5665 +        primitives/StuntDouble.hpp, utils/TypeContainer.hpp,
5666 +        utils/Utility.cpp, utils/Utility.hpp, utils/next_combination.hpp:
5667 +        begin to fix linking problem
5668 +
5669 + 2004-12-01 21:08  tim
5670 +
5671 +        * src/: applications/oopse/oopse.cpp, brains/Stats.cpp,
5672 +        brains/Thermo.cpp, brains/Thermo.hpp, integrators/Makefile,
5673 +        integrators/NPT.cpp, integrators/NPT.hpp, integrators/NPTf.cpp,
5674 +        integrators/NPTf.hpp, integrators/NPTi.cpp, integrators/NPTi.hpp,
5675 +        integrators/NPTxyz.cpp, integrators/VelocityVerletIntegrator.hpp,
5676 +        math/SquareMatrix3.hpp, primitives/Atom.hpp,
5677 +        primitives/RigidBody.hpp, primitives/StuntDouble.hpp,
5678 +        utils/OOPSEConstant.hpp, utils/StringUtils.cpp: oopse get compiled,
5679 +        still has some linking problem
5680 +
5681 + 2004-12-01 19:26  tim
5682 +
5683 +        * src/: integrators/NVT.cpp, integrators/NVT.hpp,
5684 +        utils/OOPSEConstant.hpp: NVT get built
5685 +
5686 + 2004-12-01 19:09  tim
5687 +
5688 +        * src/integrators/DLM.cpp: file DLM.cpp was initially added on
5689 +        branch new_design.
5690 +
5691 + 2004-12-01 19:09  tim
5692 +
5693 +        * src/integrators/DLM.hpp: file DLM.hpp was initially added on
5694 +        branch new_design.
5695 +
5696 + 2004-12-01 19:09  tim
5697 +
5698 +        * src/: brains/SimSnapshotManager.cpp, brains/Snapshot.hpp,
5699 +        brains/Stats.cpp, brains/Stats.hpp, brains/Thermo.cpp,
5700 +        brains/Thermo.hpp, integrators/DLM.cpp, integrators/DLM.hpp,
5701 +        integrators/Integrator.hpp, integrators/Makefile,
5702 +        integrators/NVE.cpp, integrators/NVE.hpp,
5703 +        integrators/RotationAlgorithm.hpp,
5704 +        integrators/VelocityVerletIntegrator.cpp,
5705 +        integrators/VelocityVerletIntegrator.hpp, io/DumpWriter.hpp: NVE
5706 +        get built
5707 +
5708 + 2004-12-01 19:09  tim
5709 +
5710 +        * src/integrators/RotationAlgorithm.hpp: file RotationAlgorithm.hpp
5711 +        was initially added on branch new_design.
5712 +
5713 + 2004-12-01 17:45  tim
5714 +
5715 +        * src/: UseTheForce/DarkSide/atype.F90, integrators/Integrator.hpp,
5716 +        integrators/IntegratorFactory.cpp,
5717 +        integrators/IntegratorFactory.hpp, integrators/Makefile,
5718 +        integrators/Velocitizer.cpp, integrators/Velocitizer.hpp,
5719 +        integrators/VelocityVerletIntegrator.cpp,
5720 +        integrators/VelocityVerletIntegrator.hpp, io/DumpWrite.hpp,
5721 +        io/DumpWriter.cpp, io/DumpWriter.hpp, io/StatWriter.cpp,
5722 +        io/StatWriter.hpp: rename DumpWrite to DumpWriter
5723 +
5724 + 2004-12-01 17:45  tim
5725 +
5726 +        * src/io/DumpWriter.hpp: file DumpWriter.hpp was initially added on
5727 +        branch new_design.
5728 +
5729 + 2004-12-01 15:05  tim
5730 +
5731 +        * src/: io/Makefile, io/ZConsReader.cpp, io/ZConsReader.hpp,
5732 +        io/ZConsWriter.hpp, math/Vector3.hpp, utils/Makefile,
5733 +        utils/Utility.cpp, utils/Utility.hpp, visitors/AtomData.hpp,
5734 +        visitors/BaseVisitor.hpp, visitors/OtherVisitor.cpp,
5735 +        visitors/OtherVisitor.hpp, visitors/ZconsVisitor.cpp,
5736 +        visitors/ZconsVisitor.hpp: visitors get built
5737 +
5738 + 2004-12-01 14:32  chrisfen
5739 +
5740 +        * samples/water/tip3p_ice/tp3.md: fixed a sample
5741 +
5742 + 2004-12-01 14:10  tim
5743 +
5744 +        * src/math/RectMatrix.hpp, src/primitives/DirectionalAtom.cpp,
5745 +        src/primitives/DirectionalAtom.hpp, src/primitives/GhostBend.cpp,
5746 +        src/types/AtomType.hpp, src/utils/Utility.hpp,
5747 +        src/visitors/AtomData.hpp, src/visitors/AtomVisitor.cpp,
5748 +        src/visitors/AtomVisitor.hpp, test/math/RectMatrixTestCase.cpp:
5749 +        spell check
5750 +
5751 + 2004-12-01 13:42  tim
5752 +
5753 +        * src/: UseTheForce/DarkSide/atype.F90,
5754 +        io/ElectrostaticAtomTypesSectionParser.cpp,
5755 +        io/ElectrostaticAtomTypesSectionParser.hpp, primitives/Atom.hpp,
5756 +        primitives/DirectionalAtom.cpp, primitives/RigidBody.cpp,
5757 +        primitives/StuntDouble.hpp, types/AtomType.cpp: except integrator
5758 +        and constraint, other directories get built
5759 +
5760 + 2004-12-01 12:38  tim
5761 +
5762 +        * src/: brains/DataStorage.cpp, brains/DataStorage.hpp,
5763 +        brains/ForceManager.cpp, brains/MoleculeCreator.cpp,
5764 +        io/ElectrostaticAtomTypesSectionParser.cpp,
5765 +        io/ElectrostaticAtomTypesSectionParser.hpp,
5766 +        primitives/DirectionalAtom.cpp, primitives/DirectionalAtom.hpp,
5767 +        primitives/GhostBend.cpp, primitives/RigidBody.cpp,
5768 +        primitives/RigidBody.hpp, primitives/StuntDouble.hpp,
5769 +        types/AtomType.cpp, types/AtomType.hpp, types/AtomTypeProperties.h,
5770 +        types/DirectionalAtomType.cpp, types/DirectionalAtomType.hpp:
5771 +        refactory AtomType
5772 +
5773 + 2004-11-30 22:11  tim
5774 +
5775 +        * src/: math/Vector.hpp, primitives/RigidBody.cpp: minor change
5776 +
5777 + 2004-11-30 21:30  tim
5778 +
5779 +        * src/utils/: NumericConstant.cpp, NumericConstant.hpp: Change
5780 +        NumericConstant
5781 +
5782 + 2004-11-30 21:24  tim
5783 +
5784 +        * src/: UseTheForce/ForceField.cpp, io/SectionParser.cpp,
5785 +        primitives/RigidBody.cpp: minor fix
5786 +
5787 + 2004-11-30 18:14  tim
5788 +
5789 +        * src/: brains/Stats.hpp, io/DumpReader.cpp, io/DumpReader.hpp,
5790 +        io/DumpWrite.hpp, io/DumpWriter.cpp, io/Makefile,
5791 +        io/StatWriter.cpp, io/StatWriter.hpp, utils/StringTokenizer.hpp: io
5792 +        get built, next is integrator
5793 +
5794 + 2004-11-30 17:43  tim
5795 +
5796 +        * src/: UseTheForce/DUFF.cpp, UseTheForce/DUFF.hpp,
5797 +        UseTheForce/ForceField.hpp, brains/SimCreator.cpp,
5798 +        brains/SimCreator.hpp, brains/SimInfo.cpp, brains/SimInfo.hpp,
5799 +        io/BASS_interface.cpp, primitives/StuntDouble.hpp,
5800 +        utils/StringUtils.hpp: brains get built
5801 +
5802 + 2004-11-30 15:50  tim
5803 +
5804 +        * src/: brains/ForceManager.cpp, brains/Makefile,
5805 +        brains/MoleculeCreator.cpp, brains/MoleculeCreator.hpp,
5806 +        primitives/RigidBody.cpp, primitives/RigidBody.hpp,
5807 +        utils/StringUtils.hpp: brains get built, io is next
5808 +
5809 + 2004-11-30 14:58  tim
5810 +
5811 +        * src/: brains/Exclude.cpp, brains/Exclude.hpp,
5812 +        brains/ForceManager.cpp, brains/ForceManager.hpp,
5813 +        brains/MoleculeCreator.cpp, brains/SimCreator.hpp,
5814 +        brains/SimInfo.cpp, brains/SimInfo.hpp,
5815 +        brains/SimSnapshotManager.cpp, brains/SimSnapshotManager.hpp,
5816 +        brains/SnapShot.cpp, brains/Stats.cpp, brains/Stats.hpp,
5817 +        brains/Thermo.cpp, brains/Thermo.hpp, io/Makefile,
5818 +        math/SquareMatrix3.hpp, utils/OOPSEConstant.hpp: fix Thermo
5819 +
5820 + 2004-11-30 14:58  tim
5821 +
5822 +        * src/utils/OOPSEConstant.hpp: file OOPSEConstant.hpp was initially
5823 +        added on branch new_design.
5824 +
5825 + 2004-11-30 12:54  tim
5826 +
5827 +        * src/: primitives/Bend.hpp, primitives/Bond.hpp,
5828 +        primitives/StuntDouble.hpp, primitives/Torsion.hpp,
5829 +        utils/LocalIndexManager.hpp: more get fixed
5830 +
5831 + 2004-11-30 00:03  tim
5832 +
5833 +        * src/utils/LocalIndexManager.hpp: file LocalIndexManager.hpp was
5834 +        initially added on branch new_design.
5835 +
5836 + 2004-11-30 00:03  tim
5837 +
5838 +        * src/utils/: LocalIndexManager.hpp, LocalndexManager.hpp: rename
5839 +        LocalndexManager.hpp to LocalIndexManager.hpp
5840 +
5841 + 2004-11-29 23:43  tim
5842 +
5843 +        * src/: io/BendTypesSectionParser.cpp,
5844 +        io/BendTypesSectionParser.hpp, io/BondTypesSectionParser.cpp,
5845 +        io/BondTypesSectionParser.hpp, io/SectionParserManager.cpp,
5846 +        io/SectionParserManager.hpp, io/TorsionTypesSectionParser.cpp,
5847 +        types/PolynomialBendType.hpp, types/PolynomialBondType.hpp,
5848 +        types/PolynomialTorsionType.hpp: Section Parsers get compiled
5849 +
5850 + 2004-11-29 23:14  tim
5851 +
5852 +        * src/: io/BendTypesSectionParser.cpp,
5853 +        io/BendTypesSectionParser.hpp, io/BondTypesSectionParser.cpp,
5854 +        io/BondTypesSectionParser.hpp, io/TorsionTypesSectionParser.cpp,
5855 +        types/PolynomialBendType.hpp, types/PolynomialBondType.hpp: minor
5856 +        fixed
5857 +
5858 + 2004-11-29 22:49  tim
5859 +
5860 +        * src/: io/TorsionTypesSectionParser.cpp,
5861 +        io/TorsionTypesSectionParser.hpp, types/CharmmTorsionType.hpp,
5862 +        types/CubicTorsionType.hpp, types/PolynomialBendType.hpp,
5863 +        types/PolynomialBondType.hpp, types/PolynomialTorsionType.hpp,
5864 +        types/QuarticTorsionType.hpp: minor fixed
5865 +
5866 + 2004-11-29 22:32  tim
5867 +
5868 +        * src/: io/TorsionTypesSectionParser.cpp,
5869 +        types/PolynomialBendType.hpp, types/PolynomialBondType.hpp,
5870 +        types/PolynomialTorsionType.hpp: #inlcude statement can not be
5871 +        embedded
5872 +
5873 + 2004-11-29 16:42  tim
5874 +
5875 +        * test/math/: Makefile, PolynomialTestCase.cpp,
5876 +        PolynomialTestCase.hpp: add PolynomialTestCase
5877 +
5878 + 2004-11-29 16:42  tim
5879 +
5880 +        * src/math/Polynomial.hpp: Polynomial passes unit test
5881 +
5882 + 2004-11-29 15:03  tim
5883 +
5884 +        * src/types/: QuarticTorsion.hpp, QuarticTorsionType.hpp: rename
5885 +        QuarticTorsion.hpp to QuarticTorsionType.hpp
5886 +
5887 + 2004-11-29 15:03  tim
5888 +
5889 +        * src/types/QuarticTorsionType.hpp: file QuarticTorsionType.hpp was
5890 +        initially added on branch new_design.
5891 +
5892 + 2004-11-29 14:56  tim
5893 +
5894 +        * src/types/CubicTorsionType.hpp: file CubicTorsionType.hpp was
5895 +        initially added on branch new_design.
5896 +
5897 + 2004-11-29 14:56  tim
5898 +
5899 +        * src/types/: CubicTorsionType.hpp, QuarticTorsion.hpp: add
5900 +        CubicTorsionType and QuarticTorsionType
5901 +
5902 + 2004-11-29 14:56  tim
5903 +
5904 +        * src/types/QuarticTorsion.hpp: file QuarticTorsion.hpp was
5905 +        initially added on branch new_design.
5906 +
5907 + 2004-11-29 13:00  tim
5908 +
5909 +        * src/: brains/DataStorage.hpp, brains/Snapshot.hpp,
5910 +        types/CubicBendType.hpp, types/CubicBondType.hpp,
5911 +        types/QuarticBendType.hpp, types/QuarticBondType.hpp: more file get
5912 +        fixed
5913 +
5914 + 2004-11-29 12:59  tim
5915 +
5916 +        * src/utils/Trim.hpp: file Trim.hpp was initially added on branch
5917 +        new_design.
5918 +
5919 + 2004-11-29 12:59  tim
5920 +
5921 +        * src/utils/: StringUtils.cpp, StringUtils.hpp, Trim.hpp: add Trim
5922 +        Algorithm for std::string
5923 +
5924 + 2004-11-29 10:52  tim
5925 +
5926 +        * src/UseTheForce/: EAM.cpp, EAM.hpp, LJFF.cpp, LJFF.hpp: remove
5927 +        some useless files
5928 +
5929 + 2004-11-29 10:50  tim
5930 +
5931 +        * src/io/: BondTypesSectionParser.cpp,
5932 +        ChargeAtomTypesSectionParser.cpp, DipoleAtomTypesSectionParser.cpp,
5933 +        ElectrostaticAtomTypesSectionParser.cpp,
5934 +        HarmonicBondTypesSectionParser.cpp,
5935 +        HarmonicBondTypesSectionParser.hpp,
5936 +        LennardJonesAtomTypesSectionParser.cpp, Makefile,
5937 +        SectionParserManager.cpp, StickyAtomTypesSectionParser.cpp,
5938 +        StickyAtomTypesSectionParser.hpp: more files get fixed
5939 +
5940 + 2004-11-29 10:27  tim
5941 +
5942 +        * src/io/: AtomTypesSectionParser.cpp, BendTypesSectionParser.cpp,
5943 +        DirectionalAtomTypesSectionParser.cpp,
5944 +        EAMAtomTypesSectionParser.cpp, EAMAtomTypesSectionParser.hpp,
5945 +        Makefile, SectionParser.cpp, SectionParser.hpp,
5946 +        SectionParserManager.cpp, SectionParserManager.hpp: part of io get
5947 +        built
5948 +
5949 + 2004-11-29 09:49  tim
5950 +
5951 +        * src/types/UreyBradleyBendType.hpp: types get built
5952 +
5953 + 2004-11-29 09:40  tim
5954 +
5955 +        * src/types/: AtomType.cpp, AtomType.hpp, DirectionalAtomType.cpp:
5956 +        types  get built
5957 +
5958 + 2004-11-25 21:13  tim
5959 +
5960 +        * src/: UseTheForce/ForceField.hpp,
5961 +        io/DirectionalAtomTypesSectionParser.cpp, math/Polynomial.hpp,
5962 +        types/CubicBendType.hpp, types/PolynomialBendType.hpp: rename some
5963 +        files
5964 +
5965 + 2004-11-25 15:18  tim
5966 +
5967 +        * src/types/QuarticBondType.hpp: file QuarticBondType.hpp was
5968 +        initially added on branch new_design.
5969 +
5970 + 2004-11-25 15:18  tim
5971 +
5972 +        * src/: io/AtomTypesSectionParser.cpp,
5973 +        io/BondTypesSectionParser.cpp,
5974 +        io/DirectionalAtomTypesSectionParser.cpp,
5975 +        types/QuadraticBendType.hpp, types/QuadraticBondType.hpp,
5976 +        types/QuarticBendType.hpp, types/QuarticBondType.hpp: rename some
5977 +        files
5978 +
5979 + 2004-11-25 15:18  tim
5980 +
5981 +        * src/types/QuarticBendType.hpp: file QuarticBendType.hpp was
5982 +        initially added on branch new_design.
5983 +
5984 + 2004-11-24 17:12  tim
5985 +
5986 +        * src/: io/AtomTypesSectionParser.cpp,
5987 +        io/AtomTypesSectionParser.hpp, io/BendTypesSectionParser.cpp,
5988 +        io/BendTypesSectionParser.hpp, io/BondTypesSectionParser.cpp,
5989 +        io/BondTypesSectionParser.hpp, io/ChargeAtomTypesSectionParser.cpp,
5990 +        io/ChargeAtomTypesSectionParser.hpp,
5991 +        io/DipoleAtomTypesSectionParser.cpp,
5992 +        io/DipoleAtomTypesSectionParser.hpp,
5993 +        io/DirectionalAtomTypesSectionParser.hpp, io/DumpReader.cpp,
5994 +        io/DumpReader.hpp, io/EAMAtomTypesSectionParser.cpp,
5995 +        io/EAMAtomTypesSectionParser.hpp,
5996 +        io/ElectrostaticAtomTypesSectionParser.cpp,
5997 +        io/ElectrostaticAtomTypesSectionParser.hpp,
5998 +        io/HarmonicBondTypesSectionParser.hpp,
5999 +        io/LennardJonesAtomTypesSectionParser.cpp,
6000 +        io/LennardJonesAtomTypesSectionParser.hpp, io/Makefile,
6001 +        io/SectionParser.hpp, io/SectionParserManager.hpp,
6002 +        io/StickyAtomTypesSectionParser.cpp,
6003 +        io/StickyAtomTypesSectionParser.hpp,
6004 +        io/TorsionTypesSectionParser.cpp, io/TorsionTypesSectionParser.hpp,
6005 +        utils/LocalndexManager.hpp, utils/TypeContainer.hpp: more get built
6006 +
6007 + 2004-11-24 16:33  tim
6008 +
6009 +        * src/UseTheForce/: DUFF.cpp, DUFF.hpp, EAM.cpp, ForceField.cpp,
6010 +        ForceField.hpp, ForceFieldFactory.cpp, ForceFieldFactory.hpp,
6011 +        LJFF.cpp, Makefile: UseTheForce get built
6012 +
6013 + 2004-11-24 15:55  tim
6014 +
6015 +        * src/: math/RectMatrix.hpp, primitives/Bend.cpp,
6016 +        primitives/Bend.hpp, primitives/Bond.hpp, primitives/GhostBend.cpp,
6017 +        primitives/Makefile, primitives/Molecule.cpp,
6018 +        primitives/Molecule.hpp, primitives/RigidBody.cpp,
6019 +        primitives/StuntDouble.hpp, primitives/Torsion.cpp,
6020 +        primitives/Torsion.hpp, primitives/UreyBradleyBend.cpp,
6021 +        primitives/UreyBradleyBend.hpp: types and primitives get built
6022 +
6023 + 2004-11-24 14:49  tim
6024 +
6025 +        * test/utils/: Makefile, NextCombinationTestCase.cpp,
6026 +        StringTokenizerTestCase.cpp, StringTokenizerTestCase.hpp: Addint
6027 +        StringTokenizerTestCase
6028 +
6029 + 2004-11-24 14:49  tim
6030 +
6031 +        * src/utils/: GenericData.hpp, StringTokenizer.cpp,
6032 +        StringTokenizer.hpp: StringTokenizer passes unit test
6033 +
6034 + 2004-11-24 13:20  tim
6035 +
6036 +        * ChangeLog, make/Makefile.in, src/UseTheForce/Makefile,
6037 +        src/io/Makefile, src/primitives/Makefile, src/utils/Makefile:
6038 +        change Makefile
6039 +
6040 + 2004-11-24 13:06  chrisfen
6041 +
6042 +        * src/io/RestraintReader.cpp: improved restraints - mpi should work
6043 +        fine
6044 +
6045 + 2004-11-24 13:06  chrisfen
6046 +
6047 +        * src/integrators/Integrator.cpp: improved restraints
6048 +
6049 + 2004-11-24 13:05  chrisfen
6050 +
6051 +        * samples/water/tip3p_ice/tp3.md: oops...
6052 +
6053 + 2004-11-24 12:42  tim
6054 +
6055 +        * src/: applications/oopse/oopse.cpp, brains/DataStorage.cpp,
6056 +        brains/DataStorage.hpp, brains/SimCreator.cpp,
6057 +        brains/SimCreator.hpp, integrators/Integrator.hpp,
6058 +        io/ElectrostaticAtomTypesSectionParser.cpp,
6059 +        primitives/DirectionalAtom.cpp: add SetForceManager method to
6060 +        integrator
6061 +
6062 + 2004-11-23 18:12  tim
6063 +
6064 +        * src/: brains/MoleculeCreator.cpp, integrators/Integrator.hpp,
6065 +        integrators/NPT.cpp, integrators/NPT.hpp, integrators/NPTf.cpp,
6066 +        integrators/NPTf.hpp, integrators/NPTi.cpp, integrators/NPTi.hpp,
6067 +        integrators/NPTxyz.cpp, integrators/NPTxyz.hpp,
6068 +        integrators/NVE.cpp, integrators/NVE.hpp, integrators/NVT.cpp,
6069 +        integrators/NVT.hpp, integrators/Velocitizer.cpp,
6070 +        integrators/VelocityVerletIntegrator.cpp,
6071 +        integrators/VelocityVerletIntegrator.hpp,
6072 +        types/UreyBradleyBendType.hpp: refactory NPT integrator
6073 +
6074 + 2004-11-23 17:50  chrisfen
6075 +
6076 +        * samples/water/tip3p_ice/tp3.md: Back to normal... Oh...
6077 +        Restraints should work in parallel now
6078 +
6079 + 2004-11-23 17:48  chrisfen
6080 +
6081 +        * src/: UseTheForce/ForceFields.cpp, UseTheForce/ForceFields.hpp,
6082 +        brains/ForceFields.cpp, brains/SimInfo.hpp, brains/SimSetup.cpp,
6083 +        integrators/Integrator.cpp, integrators/Integrator.hpp,
6084 +        io/DumpWriter.cpp, io/Makefile, io/ReadWrite.hpp,
6085 +        io/RestraintReader.cpp, io/RestraintWriter.cpp,
6086 +        restraints/Restraints.cpp, restraints/Restraints.hpp: Improvements
6087 +        to restraints
6088 +
6089 + 2004-11-23 17:47  chrisfen
6090 +
6091 +        * samples/water/tip3p_ice/tp3.md: just some testing changes, I'll
6092 +        return to the original on next commit
6093 +
6094 + 2004-11-23 12:53  tim
6095 +
6096 +        * src/: UseTheForce/DUFF.cpp, UseTheForce/DUFF.hpp,
6097 +        UseTheForce/ForceField.cpp, UseTheForce/ForceField.hpp,
6098 +        applications/simpleBuilder/simpleBuilder.cpp,
6099 +        io/ChargeAtomTypesSectionParser.cpp,
6100 +        io/DirectionalAtomTypesSectionParser.hpp,
6101 +        io/EAMAtomTypesSectionParser.cpp,
6102 +        io/ElectrostaticAtomTypesSectionParser.cpp,
6103 +        io/ElectrostaticAtomTypesSectionParser.hpp, io/SectionParser.cpp,
6104 +        io/SectionParser.hpp, types/DirectionalAtomType.cpp,
6105 +        utils/TypeContainer.hpp: add Electrostatic AtomType Section Parser
6106 +
6107 + 2004-11-23 12:53  tim
6108 +
6109 +        * src/io/ElectrostaticAtomTypesSectionParser.hpp: file
6110 +        ElectrostaticAtomTypesSectionParser.hpp was initially added on
6111 +        branch new_design.
6112 +
6113 + 2004-11-23 12:53  tim
6114 +
6115 +        * src/io/ElectrostaticAtomTypesSectionParser.cpp: file
6116 +        ElectrostaticAtomTypesSectionParser.cpp was initially added on
6117 +        branch new_design.
6118 +
6119 + 2004-11-23 01:03  tim
6120 +
6121 +        * src/: io/EAMAtomTypesSectionParser.cpp,
6122 +        io/EAMAtomTypesSectionParser.hpp, types/AtomType.cpp,
6123 +        types/AtomType.hpp, types/DirectionalAtomType.cpp,
6124 +        types/DirectionalAtomType.hpp: add EAM AtomType Section Parser
6125 +
6126 + 2004-11-23 01:03  tim
6127 +
6128 +        * src/types/DirectionalAtomType.cpp: file DirectionalAtomType.cpp
6129 +        was initially added on branch new_design.
6130 +
6131 + 2004-11-23 01:03  tim
6132 +
6133 +        * src/io/EAMAtomTypesSectionParser.hpp: file
6134 +        EAMAtomTypesSectionParser.hpp was initially added on branch
6135 +        new_design.
6136 +
6137 + 2004-11-23 01:03  tim
6138 +
6139 +        * src/io/EAMAtomTypesSectionParser.cpp: file
6140 +        EAMAtomTypesSectionParser.cpp was initially added on branch
6141 +        new_design.
6142 +
6143 + 2004-11-22 23:35  tim
6144 +
6145 +        * src/io/TorsionTypesSectionParser.hpp: file
6146 +        TorsionTypesSectionParser.hpp was initially added on branch
6147 +        new_design.
6148 +
6149 + 2004-11-22 23:35  tim
6150 +
6151 +        * src/io/BendTypesSectionParser.hpp: file
6152 +        BendTypesSectionParser.hpp was initially added on branch
6153 +        new_design.
6154 +
6155 + 2004-11-22 23:35  tim
6156 +
6157 +        * src/io/BondTypesSectionParser.hpp: file
6158 +        BondTypesSectionParser.hpp was initially added on branch
6159 +        new_design.
6160 +
6161 + 2004-11-22 23:35  tim
6162 +
6163 +        * src/io/BondTypesSectionParser.cpp: file
6164 +        BondTypesSectionParser.cpp was initially added on branch
6165 +        new_design.
6166 +
6167 + 2004-11-22 23:35  tim
6168 +
6169 +        * src/io/TorsionTypesSectionParser.cpp: file
6170 +        TorsionTypesSectionParser.cpp was initially added on branch
6171 +        new_design.
6172 +
6173 + 2004-11-22 23:35  tim
6174 +
6175 +        * src/io/: BendTypesSectionParser.cpp, BendTypesSectionParser.hpp,
6176 +        BondTypesSectionParser.cpp, BondTypesSectionParser.hpp,
6177 +        TorsionTypesSectionParser.cpp, TorsionTypesSectionParser.hpp: add
6178 +        BondTypesSectionParser, BendTypesSectionParser and
6179 +        TorsionTypeSectionParser
6180 +
6181 + 2004-11-22 23:35  tim
6182 +
6183 +        * src/io/BendTypesSectionParser.cpp: file
6184 +        BendTypesSectionParser.cpp was initially added on branch
6185 +        new_design.
6186 +
6187 + 2004-11-22 18:04  tim
6188 +
6189 +        * src/UseTheForce/: DUFF.cpp, EAM.cpp, EAM.hpp: minor change in
6190 +        DUFF and EAM
6191 +
6192 + 2004-11-22 18:02  tim
6193 +
6194 +        * src/io/: DirectionalAtomTypesParser.hpp,
6195 +        DirectionalAtomTypesSectionParser.hpp: adding section parsers
6196 +
6197 + 2004-11-22 18:02  tim
6198 +
6199 +        * src/io/DirectionalAtomTypesSectionParser.hpp: file
6200 +        DirectionalAtomTypesSectionParser.hpp was initially added on branch
6201 +        new_design.
6202 +
6203 + 2004-11-22 15:55  tim
6204 +
6205 +        * src/io/DipoleAtomTypesSectionParser.hpp: file
6206 +        DipoleAtomTypesSectionParser.hpp was initially added on branch
6207 +        new_design.
6208 +
6209 + 2004-11-22 15:55  tim
6210 +
6211 +        * src/io/AtomTypesSectionParser.hpp: file
6212 +        AtomTypesSectionParser.hpp was initially added on branch
6213 +        new_design.
6214 +
6215 + 2004-11-22 15:55  tim
6216 +
6217 +        * src/io/HarmonicBondTypesSectionParser.hpp: file
6218 +        HarmonicBondTypesSectionParser.hpp was initially added on branch
6219 +        new_design.
6220 +
6221 + 2004-11-22 15:55  tim
6222 +
6223 +        * src/io/StickyAtomTypesSectionParser.cpp: file
6224 +        StickyAtomTypesSectionParser.cpp was initially added on branch
6225 +        new_design.
6226 +
6227 + 2004-11-22 15:55  tim
6228 +
6229 +        * src/io/LennardJonesAtomTypesSectionParser.hpp: file
6230 +        LennardJonesAtomTypesSectionParser.hpp was initially added on
6231 +        branch new_design.
6232 +
6233 + 2004-11-22 15:55  tim
6234 +
6235 +        * src/io/HarmonicBondTypesSectionParser.cpp: file
6236 +        HarmonicBondTypesSectionParser.cpp was initially added on branch
6237 +        new_design.
6238 +
6239 + 2004-11-22 15:55  tim
6240 +
6241 +        * src/io/DirectionalAtomTypesSectionParser.cpp: file
6242 +        DirectionalAtomTypesSectionParser.cpp was initially added on branch
6243 +        new_design.
6244 +
6245 + 2004-11-22 15:55  tim
6246 +
6247 +        * src/io/SectionParserManager.cpp: file SectionParserManager.cpp
6248 +        was initially added on branch new_design.
6249 +
6250 + 2004-11-22 15:55  tim
6251 +
6252 +        * src/io/AtomTypesSectionParser.cpp: file
6253 +        AtomTypesSectionParser.cpp was initially added on branch
6254 +        new_design.
6255 +
6256 + 2004-11-22 15:55  tim
6257 +
6258 +        * src/io/ChargeAtomTypesSectionParser.cpp: file
6259 +        ChargeAtomTypesSectionParser.cpp was initially added on branch
6260 +        new_design.
6261 +
6262 + 2004-11-22 15:55  tim
6263 +
6264 +        * src/io/DipoleAtomTypesSectionParser.cpp: file
6265 +        DipoleAtomTypesSectionParser.cpp was initially added on branch
6266 +        new_design.
6267 +
6268 + 2004-11-22 15:55  tim
6269 +
6270 +        * src/io/LennardJonesAtomTypesSectionParser.cpp: file
6271 +        LennardJonesAtomTypesSectionParser.cpp was initially added on
6272 +        branch new_design.
6273 +
6274 + 2004-11-22 15:55  tim
6275 +
6276 +        * src/io/ChargeAtomTypesSectionParser.hpp: file
6277 +        ChargeAtomTypesSectionParser.hpp was initially added on branch
6278 +        new_design.
6279 +
6280 + 2004-11-22 15:55  tim
6281 +
6282 +        * src/io/StickyAtomTypesSectionParser.hpp: file
6283 +        StickyAtomTypesSectionParser.hpp was initially added on branch
6284 +        new_design.
6285 +
6286 + 2004-11-22 15:55  tim
6287 +
6288 +        * src/io/SectionParser.hpp: file SectionParser.hpp was initially
6289 +        added on branch new_design.
6290 +
6291 + 2004-11-22 15:55  tim
6292 +
6293 +        * src/: UseTheForce/DUFF.cpp, UseTheForce/ForceField.hpp,
6294 +        brains/SimSnapshotManager.cpp, brains/SnapShot.cpp,
6295 +        brains/Snapshot.hpp, integrators/NVE.cpp, integrators/NVT.cpp,
6296 +        integrators/NVT.hpp, io/AtomTypesSectionParser.cpp,
6297 +        io/AtomTypesSectionParser.hpp, io/ChargeAtomTypesSectionParser.cpp,
6298 +        io/ChargeAtomTypesSectionParser.hpp,
6299 +        io/DipoleAtomTypesSectionParser.cpp,
6300 +        io/DipoleAtomTypesSectionParser.hpp,
6301 +        io/DirectionalAtomTypesParser.hpp,
6302 +        io/DirectionalAtomTypesSectionParser.cpp,
6303 +        io/HarmonicBondTypesSectionParser.cpp,
6304 +        io/HarmonicBondTypesSectionParser.hpp,
6305 +        io/LennardJonesAtomTypesSectionParser.cpp,
6306 +        io/LennardJonesAtomTypesSectionParser.hpp, io/SectionParser.cpp,
6307 +        io/SectionParser.hpp, io/SectionParserManager.cpp,
6308 +        io/SectionParserManager.hpp, io/StickyAtomTypesSectionParser.cpp,
6309 +        io/StickyAtomTypesSectionParser.hpp, primitives/StuntDouble.hpp,
6310 +        types/AtomType.hpp, types/DirectionalAtomType.hpp,
6311 +        utils/GenericData.hpp: adding section parsers
6312 +
6313 + 2004-11-22 15:55  tim
6314 +
6315 +        * src/io/DirectionalAtomTypesParser.hpp: file
6316 +        DirectionalAtomTypesParser.hpp was initially added on branch
6317 +        new_design.
6318 +
6319 + 2004-11-22 15:55  tim
6320 +
6321 +        * src/io/SectionParserManager.hpp: file SectionParserManager.hpp
6322 +        was initially added on branch new_design.
6323 +
6324 + 2004-11-22 15:55  tim
6325 +
6326 +        * src/io/SectionParser.cpp: file SectionParser.cpp was initially
6327 +        added on branch new_design.
6328 +
6329 + 2004-11-19 17:12  tim
6330 +
6331 +        * src/types/FixedBondType.hpp: file FixedBondType.hpp was initially
6332 +        added on branch new_design.
6333 +
6334 + 2004-11-19 17:12  tim
6335 +
6336 +        * src/: brains/SimState.cpp, brains/SimState.hpp,
6337 +        io/InitializeFromFile.cpp, types/FixBondType.hpp,
6338 +        types/FixedBondType.hpp: remove more useless files
6339 +
6340 + 2004-11-19 16:47  tim
6341 +
6342 +        * src/: UseTheForce/EAM_FF.cpp, UseTheForce/WATER.cpp,
6343 +        integrators/Integrator.cpp, applications/Makedepend: remove more
6344 +        useless files
6345 +
6346 + 2004-11-19 16:38  tim
6347 +
6348 +        * src/: UseTheForce/DUFF.cpp, UseTheForce/DUFF.hpp,
6349 +        UseTheForce/EAM.cpp, integrators/NPT.hpp, integrators/NPTf.hpp,
6350 +        integrators/NPTi.hpp, integrators/NPTxyz.hpp, integrators/NVT.cpp,
6351 +        integrators/NVT.hpp: refactory integrator
6352 +
6353 + 2004-11-19 16:38  tim
6354 +
6355 +        * src/integrators/NPTi.hpp: file NPTi.hpp was initially added on
6356 +        branch new_design.
6357 +
6358 + 2004-11-19 16:38  tim
6359 +
6360 +        * src/integrators/NPTf.hpp: file NPTf.hpp was initially added on
6361 +        branch new_design.
6362 +
6363 + 2004-11-19 16:38  tim
6364 +
6365 +        * src/integrators/NPT.hpp: file NPT.hpp was initially added on
6366 +        branch new_design.
6367 +
6368 + 2004-11-19 16:38  tim
6369 +
6370 +        * src/integrators/NPTxyz.hpp: file NPTxyz.hpp was initially added
6371 +        on branch new_design.
6372 +
6373 + 2004-11-19 16:38  tim
6374 +
6375 +        * src/integrators/NVT.hpp: file NVT.hpp was initially added on
6376 +        branch new_design.
6377 +
6378 + 2004-11-19 15:37  tim
6379 +
6380 +        * forceFields/newDUFF.frc: new DUFF forcefield
6381 +
6382 + 2004-11-19 15:23  tim
6383 +
6384 +        * src/UseTheForce/EAM.hpp: file EAM.hpp was initially added on
6385 +        branch new_design.
6386 +
6387 + 2004-11-19 15:23  tim
6388 +
6389 +        * src/: UseTheForce/DUFF.cpp, UseTheForce/EAM.cpp,
6390 +        UseTheForce/EAM.hpp, UseTheForce/ForceField.hpp,
6391 +        utils/TypeContainer.hpp: add EAM
6392 +
6393 + 2004-11-19 15:23  tim
6394 +
6395 +        * src/UseTheForce/EAM.cpp: file EAM.cpp was initially added on
6396 +        branch new_design.
6397 +
6398 + 2004-11-19 13:02  tim
6399 +
6400 +        * src/UseTheForce/: DUFF.cpp, DUFF.hpp: DUFF is almost done except
6401 +        error checking
6402 +
6403 + 2004-11-19 12:56  tim
6404 +
6405 +        * src/integrators/IntegratorFactory.hpp: file IntegratorFactory.hpp
6406 +        was initially added on branch new_design.
6407 +
6408 + 2004-11-19 12:56  tim
6409 +
6410 +        * src/integrators/IntegratorFactory.cpp: file IntegratorFactory.cpp
6411 +        was initially added on branch new_design.
6412 +
6413 + 2004-11-19 12:56  tim
6414 +
6415 +        * src/types/FixBondType.hpp: file FixBondType.hpp was initially
6416 +        added on branch new_design.
6417 +
6418 + 2004-11-19 12:56  tim
6419 +
6420 +        * src/: integrators/NVE.cpp, UseTheForce/DUFF.cpp,
6421 +        UseTheForce/DUFF.hpp, UseTheForce/ForceField.cpp,
6422 +        UseTheForce/ForceField.hpp, UseTheForce/ForceFieldFactory.cpp,
6423 +        integrators/IntegratorFactory.cpp,
6424 +        integrators/IntegratorFactory.hpp, integrators/NVE.hpp,
6425 +        integrators/VelocityVerletIntegrator.hpp, types/FixBondType.hpp,
6426 +        utils/StringTokenizer.cpp: DUFF is almost done except error
6427 +        checking
6428 +
6429 + 2004-11-18 19:11  tim
6430 +
6431 +        * src/UseTheForce/DUFF.cpp: adding DUFF parser
6432 +
6433 + 2004-11-18 18:26  tim
6434 +
6435 +        * src/integrators/Velocitizer.cpp: file Velocitizer.cpp was
6436 +        initially added on branch new_design.
6437 +
6438 + 2004-11-18 18:26  tim
6439 +
6440 +        * src/: UseTheForce/DUFF.hpp, integrators/NVE.cpp,
6441 +        integrators/Velocitizer.cpp, integrators/Velocitizer.hpp,
6442 +        integrators/VelocityVerletIntegrator.cpp,
6443 +        integrators/VelocityVerletIntegrator.hpp,
6444 +        types/CharmmTorsionType.cpp, types/CharmmTorsionType.hpp,
6445 +        types/CubicBendType.hpp, types/CubicBondType.hpp,
6446 +        types/HarmonicBondType.hpp, types/QuadraticBendType.hpp,
6447 +        types/QuadraticBondType.hpp, types/UreyBradleyBendType.hpp: adding
6448 +        DUFF parser
6449 +
6450 + 2004-11-18 16:42  tim
6451 +
6452 +        * forceFields/newDUFF.frc: adding new format DUFF force field
6453 +
6454 + 2004-11-18 10:57  chrisfen
6455 +
6456 +        * src/UseTheForce/DarkSide/LJ.F90: Fixed a mixing list bug that
6457 +        slowed down the force loop
6458 +
6459 + 2004-11-18 00:42  tim
6460 +
6461 +        * src/utils/NumericConstant.cpp: file NumericConstant.cpp was
6462 +        initially added on branch new_design.
6463 +
6464 + 2004-11-18 00:42  tim
6465 +
6466 +        * src/utils/NumericConstant.hpp: file NumericConstant.hpp was
6467 +        initially added on branch new_design.
6468 +
6469 + 2004-11-18 00:42  tim
6470 +
6471 +        * src/: UseTheForce/DUFF.cpp, UseTheForce/LJFF.cpp,
6472 +        primitives/Bend.cpp, utils/NumericConstant.cpp,
6473 +        utils/NumericConstant.hpp: Adding NumericConstant class
6474 +
6475 + 2004-11-17 23:16  tim
6476 +
6477 +        * src/: applications/quickLate.c, UseTheForce/ForceFields.cpp,
6478 +        UseTheForce/ForceFields.hpp: remove more junk files
6479 +
6480 + 2004-11-17 23:12  tim
6481 +
6482 +        * src/: brains/ForceFields.cpp, brains/SimSetup.cpp,
6483 +        brains/SimSetup.hpp, constraints/AbstractClasses.hpp,
6484 +        integrators/AbstractClasses.hpp, integrators/AllIntegrator.hpp,
6485 +        primitives/AbstractClasses.hpp, primitives/Bond.cpp,
6486 +        primitives/BondExtensions.cpp, primitives/SRI.hpp,
6487 +        primitives/TorsionExtensions.cpp: remove some junk files
6488 +
6489 + 2004-11-17 23:07  tim
6490 +
6491 +        * src/primitives/BendExtensions.cpp: remove some junk files
6492 +
6493 + 2004-11-17 23:04  tim
6494 +
6495 +        * src/types/: PolynomialTorsionType.hpp, QuadraticBendType.hpp,
6496 +        QuadraticBondType.hpp: refine QudraticBond
6497 +
6498 + 2004-11-17 22:57  tim
6499 +
6500 +        * src/types/QuadraticBendType.hpp: add QuadraticBendType.hpp
6501 +
6502 + 2004-11-17 22:57  tim
6503 +
6504 +        * src/types/QuadraticBendType.hpp: file QuadraticBendType.hpp was
6505 +        initially added on branch new_design.
6506 +
6507 + 2004-11-17 16:47  tim
6508 +
6509 +        * src/types/UreyBradleyBendType.hpp: file UreyBradleyBendType.hpp
6510 +        was initially added on branch new_design.
6511 +
6512 + 2004-11-17 16:47  tim
6513 +
6514 +        * src/types/CubicBendType.hpp: file CubicBendType.hpp was initially
6515 +        added on branch new_design.
6516 +
6517 + 2004-11-17 16:47  tim
6518 +
6519 +        * src/primitives/GhostBend.hpp: file GhostBend.hpp was initially
6520 +        added on branch new_design.
6521 +
6522 + 2004-11-17 16:47  tim
6523 +
6524 +        * src/types/QuadraticBondType.hpp: file QuadraticBondType.hpp was
6525 +        initially added on branch new_design.
6526 +
6527 + 2004-11-17 16:47  tim
6528 +
6529 +        * src/primitives/UreyBradleyBend.cpp: file UreyBradleyBend.cpp was
6530 +        initially added on branch new_design.
6531 +
6532 + 2004-11-17 16:47  tim
6533 +
6534 +        * src/primitives/UreyBradleyBend.hpp: file UreyBradleyBend.hpp was
6535 +        initially added on branch new_design.
6536 +
6537 + 2004-11-17 16:47  tim
6538 +
6539 +        * src/types/CubicBondType.hpp: file CubicBondType.hpp was initially
6540 +        added on branch new_design.
6541 +
6542 + 2004-11-17 16:47  tim
6543 +
6544 +        * src/: math/ChebyshevPolynomials.cpp,
6545 +        math/ChebyshevPolynomials.hpp, primitives/Bend.cpp,
6546 +        primitives/Bend.hpp, primitives/GhostBend.cpp,
6547 +        primitives/GhostBend.hpp, primitives/UreyBradleyBend.cpp,
6548 +        primitives/UreyBradleyBend.hpp, types/BondType.hpp,
6549 +        types/CubicBendType.hpp, types/CubicBondType.hpp,
6550 +        types/HarmonicBondType.hpp, types/MorseBondType.hpp,
6551 +        types/QuadraticBondType.hpp, types/UreyBradleyBendType.hpp:
6552 +        UreyBradleyBend and GhostBend
6553 +
6554 + 2004-11-17 13:58  tim
6555 +
6556 +        * src/math/ChebyshevPolynomials.cpp: file ChebyshevPolynomials.cpp
6557 +        was initially added on branch new_design.
6558 +
6559 + 2004-11-17 13:58  tim
6560 +
6561 +        * src/math/ChebyshevPolynomials.hpp: file ChebyshevPolynomials.hpp
6562 +        was initially added on branch new_design.
6563 +
6564 + 2004-11-17 13:58  tim
6565 +
6566 +        * src/: math/ChebyshevPolynomials.cpp,
6567 +        math/ChebyshevPolynomials.hpp, math/Polynomial.hpp,
6568 +        primitives/Bond.hpp, types/CharmmTorsionType.hpp,
6569 +        types/OplsTorsionType.hpp, types/PolynomialBondType.hpp,
6570 +        types/PolynomialTorsionType.hpp, types/TorsionType.hpp: more types
6571 +        stuff and Chebyshev Polynomial
6572 +
6573 + 2004-11-17 13:58  tim
6574 +
6575 +        * src/types/OplsTorsionType.hpp: file OplsTorsionType.hpp was
6576 +        initially added on branch new_design.
6577 +
6578 + 2004-11-17 01:37  tim
6579 +
6580 +        * src/types/PolynomialTorsionType.hpp: file
6581 +        PolynomialTorsionType.hpp was initially added on branch new_design.
6582 +
6583 + 2004-11-17 01:37  tim
6584 +
6585 +        * src/types/CharmmTorsionType.cpp: file CharmmTorsionType.cpp was
6586 +        initially added on branch new_design.
6587 +
6588 + 2004-11-17 01:37  tim
6589 +
6590 +        * src/: math/Polynomial.hpp, primitives/Bend.cpp,
6591 +        primitives/Bend.hpp, primitives/Torsion.cpp, types/BendType.hpp,
6592 +        types/BondType.hpp, types/CharmmTorsionType.cpp,
6593 +        types/CharmmTorsionType.hpp, types/HarmonicBendType.hpp,
6594 +        types/HarmonicBondType.hpp, types/MorseBondType.hpp,
6595 +        types/PolynomialBendType.hpp, types/PolynomialBondType.hpp,
6596 +        types/PolynomialTorsionType.hpp, types/TorsionType.hpp,
6597 +        utils/StringTokenizer.hpp: add  PolynomialBondType,
6598 +        PolynomialBendType, PolynomialTorsionType, HarmonicBendType and
6599 +        CharmmTorsionType. Need to refine the design and add document for
6600 +        them
6601 +
6602 + 2004-11-17 01:37  tim
6603 +
6604 +        * src/types/CharmmTorsionType.hpp: file CharmmTorsionType.hpp was
6605 +        initially added on branch new_design.
6606 +
6607 + 2004-11-17 01:37  tim
6608 +
6609 +        * src/types/HarmonicBendType.hpp: file HarmonicBendType.hpp was
6610 +        initially added on branch new_design.
6611 +
6612 + 2004-11-17 01:37  tim
6613 +
6614 +        * src/types/PolynomialBendType.hpp: file PolynomialBendType.hpp was
6615 +        initially added on branch new_design.
6616 +
6617 + 2004-11-16 20:11  tim
6618 +
6619 +        * src/types/: BendType.hpp, PolynomialBondType.hpp,
6620 +        TorsionType.hpp: add PolynomialBondType
6621 +
6622 + 2004-11-16 20:11  tim
6623 +
6624 +        * src/types/PolynomialBondType.hpp: file PolynomialBondType.hpp was
6625 +        initially added on branch new_design.
6626 +
6627 + 2004-11-16 18:20  tim
6628 +
6629 +        * src/math/Polynomial.hpp: file Polynomial.hpp was initially added
6630 +        on branch new_design.
6631 +
6632 + 2004-11-16 18:20  tim
6633 +
6634 +        * src/math/Polynomial.hpp: Adding Polynomial class
6635 +
6636 + 2004-11-16 17:04  gezelter
6637 +
6638 +        * src/types/MorseBondType.hpp: file MorseBondType.hpp was initially
6639 +        added on branch new_design.
6640 +
6641 + 2004-11-16 17:04  gezelter
6642 +
6643 +        * src/types/HarmonicBondType.hpp: file HarmonicBondType.hpp was
6644 +        initially added on branch new_design.
6645 +
6646 + 2004-11-16 17:04  gezelter
6647 +
6648 +        * src/types/: BendType.hpp, BondType.hpp, HarmonicBondType.hpp,
6649 +        MorseBondType.hpp, TorsionType.hpp: added some new stuff
6650 +
6651 + 2004-11-16 15:36  tim
6652 +
6653 +        * src/: primitives/Bend.cpp, primitives/Bend.hpp,
6654 +        primitives/Torsion.cpp, primitives/Torsion.hpp, types/BendType.hpp,
6655 +        types/BondType.hpp, types/TorsionType.hpp: BondType, BendType and
6656 +        TorsionType
6657 +
6658 + 2004-11-15 21:07  tim
6659 +
6660 +        * src/UseTheForce/DUFF.hpp: file DUFF.hpp was initially added on
6661 +        branch new_design.
6662 +
6663 + 2004-11-15 21:07  tim
6664 +
6665 +        * src/: UseTheForce/DUFF.cpp, UseTheForce/DUFF.hpp,
6666 +        UseTheForce/LJFF.cpp, UseTheForce/LJFF.hpp,
6667 +        utils/StringTokenizer.cpp: adding DUFF class; adding checking
6668 +        statement to nextTokenAsInt and nextTokenAsFloat in StringTokenizer
6669 +
6670 + 2004-11-15 18:00  tim
6671 +
6672 +        * src/: UseTheForce/ForceField.cpp, UseTheForce/ForceField.hpp,
6673 +        UseTheForce/ForceFieldFactory.cpp,
6674 +        UseTheForce/ForceFieldFactory.hpp, UseTheForce/LJFF.cpp,
6675 +        UseTheForce/LJFF.hpp, brains/SimCreator.cpp, types/AtomType.cpp,
6676 +        types/AtomType.hpp: adding ForceFieldFactory and LJFF classes
6677 +
6678 + 2004-11-15 18:00  tim
6679 +
6680 +        * src/UseTheForce/ForceFieldFactory.cpp: file ForceFieldFactory.cpp
6681 +        was initially added on branch new_design.
6682 +
6683 + 2004-11-15 18:00  tim
6684 +
6685 +        * src/UseTheForce/ForceFieldFactory.hpp: file ForceFieldFactory.hpp
6686 +        was initially added on branch new_design.
6687 +
6688 + 2004-11-15 18:00  tim
6689 +
6690 +        * src/UseTheForce/LJFF.hpp: file LJFF.hpp was initially added on
6691 +        branch new_design.
6692 +
6693 + 2004-11-15 13:02  tim
6694 +
6695 +        * src/integrators/Velocitizer.hpp: file Velocitizer.hpp was
6696 +        initially added on branch new_design.
6697 +
6698 + 2004-11-15 13:02  tim
6699 +
6700 +        * src/io/DumpWrite.hpp: file DumpWrite.hpp was initially added on
6701 +        branch new_design.
6702 +
6703 + 2004-11-15 13:02  tim
6704 +
6705 +        * src/io/DumpReader.hpp: file DumpReader.hpp was initially added on
6706 +        branch new_design.
6707 +
6708 + 2004-11-15 13:02  tim
6709 +
6710 +        * src/: brains/SimInfo.cpp, brains/SimInfo.hpp,
6711 +        brains/Snapshot.hpp, io/DumpReader.cpp, io/DumpWriter.cpp,
6712 +        integrators/Velocitizer.hpp, io/DumpReader.hpp, io/DumpWrite.hpp,
6713 +        io/ReadWrite.hpp, utils/StringTokenizer.hpp: finish DumpReader,
6714 +        DumpWriter.Next Step is LJFF and integrators
6715 +
6716 + 2004-11-13 00:08  tim
6717 +
6718 +        * src/: brains/ForceManager.cpp, brains/ForceManager.hpp,
6719 +        brains/SimCreator.cpp, brains/SimCreator.hpp, brains/SimInfo.cpp,
6720 +        brains/SimInfo.hpp, primitives/Molecule.cpp,
6721 +        primitives/Molecule.hpp, primitives/RigidBody.cpp: refactory,
6722 +        refactory, refactory
6723 +
6724 + 2004-11-12 17:43  tim
6725 +
6726 +        * src/utils/: StreamTokenizer.cpp, StringTokenizer.hpp,
6727 +        StringTokenizer.cpp: bug fix in hasMoreTokens
6728 +
6729 + 2004-11-12 17:28  tim
6730 +
6731 +        * src/utils/StringTokenizer.cpp: file StringTokenizer.cpp was
6732 +        initially added on branch new_design.
6733 +
6734 + 2004-11-12 17:28  tim
6735 +
6736 +        * src/utils/: StringTokenizer.cpp, StringTokenizer.hpp: adding
6737 +        StringUtils, a c-style strtok like class, need unit test
6738 +
6739 + 2004-11-12 12:40  tim
6740 +
6741 +        * src/: UseTheForce/ForceField.cpp, UseTheForce/ForceField.hpp,
6742 +        brains/SimCreator.cpp, brains/SimCreator.hpp, brains/SimInfo.cpp,
6743 +        brains/SimInfo.hpp: SimCreator and SimInfo are  ready for unit test
6744 +
6745 + 2004-11-12 02:05  tim
6746 +
6747 +        * src/: brains/MoleculeCreator.cpp, brains/MoleculeCreator.hpp,
6748 +        primitives/CutoffGroup.hpp, primitives/Molecule.cpp:
6749 +        MoleculeCreator forget to create CutoffGroups for free atoms
6750 +
6751 + 2004-11-12 01:19  tim
6752 +
6753 +        * src/: brains/MoleculeCreator.cpp, brains/SimCreator.cpp,
6754 +        brains/SimCreator.hpp, brains/SimInfo.cpp, brains/SimInfo.hpp,
6755 +        brains/SimSnapshotManager.cpp, brains/SimSnapshotManager.hpp,
6756 +        io/parse_me.h, primitives/Molecule.cpp, primitives/Molecule.hpp:
6757 +        OOPSE = Object-Obfuscated Parallel Simulation Engine
6758 +
6759 + 2004-11-11 16:48  chrisfen
6760 +
6761 +        * samples/water/tip3p_ice/tp3.md: working sample
6762 +
6763 + 2004-11-11 16:47  chrisfen
6764 +
6765 +        * src/restraints/Restraints.cpp: working towards parallel
6766 +        restraints
6767 +
6768 + 2004-11-11 16:47  chrisfen
6769 +
6770 +        * src/integrators/Integrator.cpp: Commented out some write
6771 +        statements
6772 +
6773 + 2004-11-11 16:46  chrisfen
6774 +
6775 +        * src/UseTheForce/: Shapes_FF.cpp, doForces.F90: Got rid of some
6776 +        write statements
6777 +
6778 + 2004-11-11 16:46  chrisfen
6779 +
6780 +        * samples/water/tip3p_ice/tp3.md: Fun with ice
6781 +
6782 + 2004-11-11 11:41  tim
6783 +
6784 +        * src/: brains/Exclude.cpp, brains/Exclude.hpp,
6785 +        brains/SimCreator.cpp, brains/SimCreator.hpp, brains/SimInfo.cpp,
6786 +        brains/SnapShot.cpp, brains/Snapshot.hpp, brains/fSimulation.h,
6787 +        brains/mpiSimulation.hpp, io/DumpWriter.cpp, io/StatWriter.cpp,
6788 +        io/StatWriter.hpp, utils/Utility.hpp: add Snapshot.cpp, remove
6789 +        useless mpiSimulation
6790 +
6791 + 2004-11-11 11:41  tim
6792 +
6793 +        * src/brains/SnapShot.cpp: file SnapShot.cpp was initially added on
6794 +        branch new_design.
6795 +
6796 + 2004-11-10 17:50  tim
6797 +
6798 +        * src/: brains/ForceManager.cpp, brains/SimInfo.cpp,
6799 +        brains/SimInfo.hpp, brains/Stats.hpp, brains/mpiSimulation.hpp,
6800 +        integrators/NVE.cpp, io/StatWriter.cpp: more work on SimInfo
6801 +
6802 + 2004-11-10 17:01  tim
6803 +
6804 +        * src/: brains/SimCreator.cpp, brains/SimCreator.hpp,
6805 +        brains/SimInfo.cpp, brains/SimInfo.hpp, brains/SimSetup.cpp,
6806 +        brains/Stats.cpp, brains/Thermo.cpp, brains/Thermo.hpp,
6807 +        brains/mpiSimulation.hpp, integrators/VelocityVerletIntegrator.cpp,
6808 +        integrators/VelocityVerletIntegrator.hpp, io/StatWriter.cpp,
6809 +        io/StatWriter.hpp, math/randomSPRNG.cpp, primitives/Molecule.hpp,
6810 +        visitors/AtomVisitor.cpp: another painful day (1) SimCreator,
6811 +        SimInfo, mpiSimulation (2) DumpReader, DumpWriter (InitializeFrom
6812 +        File will be removed) (3) ForceField (at least LJ) and BondType,
6813 +        BendType, TorsionType (4)Integrator (5)oopse.cpp (6)visitors &
6814 +        Dump2XYZ (7)SimpleBuilder (8)Constraint & ZConstraint
6815 +
6816 + 2004-11-10 09:52  tim
6817 +
6818 +        * src/: brains/mpiSimulation.cpp, io/StatWriter.hpp: add a
6819 +        configurable StatWriter
6820 +
6821 + 2004-11-10 09:52  tim
6822 +
6823 +        * src/io/StatWriter.hpp: file StatWriter.hpp was initially added on
6824 +        branch new_design.
6825 +
6826 + 2004-11-09 21:58  tim
6827 +
6828 +        * src/brains/: mpiSimulation.cpp, mpiSimulation.hpp: mpiSimulation
6829 +        in progress
6830 +
6831 + 2004-11-09 18:11  tim
6832 +
6833 +        * src/brains/ForceManager.cpp: file ForceManager.cpp was initially
6834 +        added on branch new_design.
6835 +
6836 + 2004-11-09 18:11  tim
6837 +
6838 +        * src/integrators/VelocityVerletIntegrator.cpp: file
6839 +        VelocityVerletIntegrator.cpp was initially added on branch
6840 +        new_design.
6841 +
6842 + 2004-11-09 18:11  tim
6843 +
6844 +        * src/: UseTheForce/mpiComponentPlan.h, brains/ForceManager.cpp,
6845 +        brains/ForceManager.hpp, brains/SimInfo.cpp, brains/SimInfo.hpp,
6846 +        brains/Stats.hpp, brains/Thermo.cpp, brains/mpiSimulation.cpp,
6847 +        brains/mpiSimulation.hpp, integrators/Integrator.hpp,
6848 +        integrators/NVE.cpp, integrators/VelocityVerletIntegrator.cpp,
6849 +        integrators/VelocityVerletIntegrator.hpp: adding ForceManager
6850 +
6851 + 2004-11-09 18:11  tim
6852 +
6853 +        * src/brains/ForceManager.hpp: file ForceManager.hpp was initially
6854 +        added on branch new_design.
6855 +
6856 + 2004-11-09 18:11  tim
6857 +
6858 +        * src/integrators/NVE.cpp: file NVE.cpp was initially added on
6859 +        branch new_design.
6860 +
6861 + 2004-11-08 20:08  tim
6862 +
6863 +        * src/integrators/VelocityVerletIntegrator.hpp: file
6864 +        VelocityVerletIntegrator.hpp was initially added on branch
6865 +        new_design.
6866 +
6867 + 2004-11-08 20:08  tim
6868 +
6869 +        * src/integrators/NVE.hpp: file NVE.hpp was initially added on
6870 +        branch new_design.
6871 +
6872 + 2004-11-08 20:08  tim
6873 +
6874 +        * src/: brains/Exclude.hpp, brains/Stats.hpp,
6875 +        integrators/Integrator.hpp, integrators/NVE.hpp,
6876 +        integrators/VelocityVerletIntegrator.hpp, io/StatWriter.cpp,
6877 +        utils/TypeContainer.hpp: More to break
6878 +
6879 + 2004-11-06 00:21  tim
6880 +
6881 +        * src/utils/TypeContainer.hpp: file TypeContainer.hpp was initially
6882 +        added on branch new_design.
6883 +
6884 + 2004-11-06 00:21  tim
6885 +
6886 +        * src/: brains/SimCreator.hpp, UseTheForce/ForceField.cpp,
6887 +        UseTheForce/ForceField.hpp, io/basic_ifstrstream.hpp,
6888 +        utils/TypeContainer.hpp, utils/next_combination.hpp: adding
6889 +        ForceField and TypeContainer classes
6890 +
6891 + 2004-11-05 18:38  tim
6892 +
6893 +        * src/brains/MoleculeCreator.cpp: file MoleculeCreator.cpp was
6894 +        initially added on branch new_design.
6895 +
6896 + 2004-11-05 18:38  tim
6897 +
6898 +        * src/brains/MoleculeCreator.hpp: file MoleculeCreator.hpp was
6899 +        initially added on branch new_design.
6900 +
6901 + 2004-11-05 18:38  tim
6902 +
6903 +        * src/: brains/Exclude.cpp, brains/Exclude.hpp,
6904 +        brains/MoleculeCreator.cpp, brains/MoleculeCreator.hpp,
6905 +        brains/SimCreator.cpp, brains/SimCreator.hpp, brains/SimInfo.cpp,
6906 +        brains/SimInfo.hpp, primitives/Molecule.hpp,
6907 +        utils/LocalndexManager.hpp: Fix Exclude class etc.
6908 +
6909 + 2004-11-05 16:45  chrisfen
6910 +
6911 +        * src/: applications/dump2Xyz/Dump2XYZ.cpp,
6912 +        visitors/AtomVisitor.cpp, visitors/AtomVisitor.hpp: Added the
6913 +        linear visitor
6914 +
6915 + 2004-11-05 16:04  chrisfen
6916 +
6917 +        * src/UseTheForce/DarkSide/shapes.F90: current status of the
6918 +        debugging process
6919 +
6920 + 2004-11-05 16:04  chrisfen
6921 +
6922 +        * make/Makefile.in: included visitors and minimizer
6923 +
6924 + 2004-11-05 16:03  chrisfen
6925 +
6926 +        * ChangeLog: new changes
6927 +
6928 + 2004-11-04 21:56  tim
6929 +
6930 +        * src/: brains/SimCreator.cpp, brains/SimCreator.hpp,
6931 +        primitives/Molecule.hpp: Pain......
6932 +
6933 + 2004-11-04 15:55  tim
6934 +
6935 +        * ChangeLog, make/Makefile.in, src/brains/SimCreator.cpp,
6936 +        src/brains/SimCreator.hpp, src/brains/SimInfo.hpp,
6937 +        src/brains/Stats.hpp: time to break SimSetup
6938 +
6939 + 2004-11-04 15:51  gezelter
6940 +
6941 +        * src/UseTheForce/: ForceField.cpp, ForceField.hpp: added new
6942 +        classes in progress
6943 +
6944 + 2004-11-04 14:48  tim
6945 +
6946 +        * src/brains/Stats.cpp: file Stats.cpp was initially added on
6947 +        branch new_design.
6948 +
6949 + 2004-11-04 14:48  tim
6950 +
6951 +        * src/brains/Stats.hpp: file Stats.hpp was initially added on
6952 +        branch new_design.
6953 +
6954 + 2004-11-04 14:48  tim
6955 +
6956 +        * src/brains/: SimInfo.cpp, SimInfo.hpp, SimModel.cpp,
6957 +        SimModel.hpp, Snapshot.hpp, Stats.cpp, Stats.hpp: adding Stats
6958 +        class
6959 +
6960 + 2004-11-04 11:22  gezelter
6961 +
6962 +        * src/primitives/: DirectionalAtom.cpp, DirectionalAtom.hpp,
6963 +        RigidBody.hpp, StuntDouble.cpp, StuntDouble.hpp: isLinear and
6964 +        linearAxis are virtual in StuntDouble, but are implemented by
6965 +        DirectionalAtom and RigidBody In StuntDouble, they should return
6966 +        false and "-1" but there should be logic to figure them out in the
6967 +        other two classes
6968 +
6969 + 2004-11-04 11:20  gezelter
6970 +
6971 +        * src/: brains/ForceFields.cpp, integrators/Integrator.cpp: Don't
6972 +        remember what I did
6973 +
6974 + 2004-11-04 11:20  gezelter
6975 +
6976 +        * src/UseTheForce/DarkSide/shapes.F90: Breaky Breaky
6977 +
6978 + 2004-11-04 11:20  gezelter
6979 +
6980 +        * src/UseTheForce/: DUFF.cpp, WATER.cpp, doForces.F90: fixed useXXX
6981 +        in the entry_plug so that it only is set if the atoms really are in
6982 +        the simulation
6983 +
6984 + 2004-11-04 11:20  gezelter
6985 +
6986 +        * samples/water/ssd/ssd.md: testing force fields
6987 +
6988 + 2004-11-04 11:19  gezelter
6989 +
6990 +        * samples/shape/linear.in: testing shapes
6991 +
6992 + 2004-11-03 14:56  tim
6993 +
6994 +        * src/brains/: SimCreator.cpp, SimCreator.hpp: Adding SimCreator
6995 +        class(similar as SimSetup)
6996 +
6997 + 2004-11-03 14:56  tim
6998 +
6999 +        * src/brains/SimCreator.hpp: file SimCreator.hpp was initially
7000 +        added on branch new_design.
7001 +
7002 + 2004-11-03 14:56  tim
7003 +
7004 +        * src/brains/SimCreator.cpp: file SimCreator.cpp was initially
7005 +        added on branch new_design.
7006 +
7007 + 2004-11-03 13:00  tim
7008 +
7009 +        * src/: UseTheForce/DUFF.cpp, UseTheForce/EAM_FF.cpp,
7010 +        UseTheForce/ForceFields.cpp, UseTheForce/LJFF.cpp,
7011 +        UseTheForce/Shapes_FF.cpp, UseTheForce/WATER.cpp,
7012 +        brains/DataStorage.hpp, primitives/Atom.hpp,
7013 +        primitives/DirectionalAtom.hpp, restraints/Restraints.hpp,
7014 +        visitors/BaseVisitor.hpp, visitors/ZconsVisitor.cpp: ForceFiled get
7015 +        compiled. Still a long way to go ......
7016 +
7017 + 2004-11-03 11:08  tim
7018 +
7019 +        * ChangeLog, src/brains/SimInfo.cpp, src/brains/SimInfo.hpp,
7020 +        src/constraints/ZConstraint.cpp, src/integrators/NPT.cpp,
7021 +        src/integrators/NPTf.cpp, src/integrators/NPTi.cpp,
7022 +        src/integrators/NPTxyz.cpp, src/integrators/NVT.cpp,
7023 +        src/io/ZConsReader.cpp, src/primitives/Bend.cpp,
7024 +        src/primitives/Bond.cpp, src/primitives/GhostBend.cpp,
7025 +        src/primitives/Molecule.cpp, src/primitives/Molecule.hpp,
7026 +        src/primitives/SRI.hpp, src/primitives/StuntDouble.cpp,
7027 +        src/primitives/StuntDouble.hpp, src/primitives/Torsion.cpp,
7028 +        src/utils/GenericData.hpp, src/visitors/AtomVisitor.cpp,
7029 +        src/visitors/OtherVisitor.cpp, src/visitors/RigidBodyVisitor.cpp,
7030 +        src/visitors/ZconsVisitor.cpp, test/utils/Makefile: mess up ......
7031 +
7032 + 2004-11-02 17:41  tim
7033 +
7034 +        * src/: brains/Migrator.hpp, brains/SimModel.cpp,
7035 +        utils/LocalndexManager.hpp: Adding LocalIndexManager and Migrator.
7036 +        Need unit test
7037 +
7038 + 2004-11-02 17:41  tim
7039 +
7040 +        * src/utils/LocalndexManager.hpp: file LocalndexManager.hpp was
7041 +        initially added on branch new_design.
7042 +
7043 + 2004-11-02 17:41  tim
7044 +
7045 +        * src/brains/Migrator.hpp: file Migrator.hpp was initially added on
7046 +        branch new_design.
7047 +
7048 + 2004-11-02 11:59  tim
7049 +
7050 +        * src/brains/SimModel.cpp: file SimModel.cpp was initially added on
7051 +        branch new_design.
7052 +
7053 + 2004-11-02 11:59  tim
7054 +
7055 +        * src/brains/: SimModel.cpp, SimModel.hpp, SimSnapshotManager.cpp,
7056 +        SimSnapshotManager.hpp: SimModel in progress
7057 +
7058 + 2004-11-02 10:28  chrisfen
7059 +
7060 +        * src/: UseTheForce/DarkSide/shapes.F90,
7061 +        primitives/StuntDouble.cpp, primitives/StuntDouble.hpp: Shapes
7062 +        looks like it's working
7063 +
7064 + 2004-11-02 10:27  tim
7065 +
7066 +        * src/utils/MemoryUtils.hpp: adding MemoryUtils which provide some
7067 +        functions for dealing with memory issue
7068 +
7069 + 2004-11-02 10:27  tim
7070 +
7071 +        * src/utils/MemoryUtils.hpp: file MemoryUtils.hpp was initially
7072 +        added on branch new_design.
7073 +
7074 + 2004-11-02 10:23  tim
7075 +
7076 +        * src/: brains/SimModel.hpp, brains/Snapshot.hpp,
7077 +        brains/SnapshotManager.hpp, primitives/Molecule.hpp: adding
7078 +        SimModel(something similar as SimInfo)
7079 +
7080 + 2004-11-01 17:52  tim
7081 +
7082 +        * src/: applications/simpleBuilder/MoLocator.hpp,
7083 +        applications/simpleBuilder/simpleBuilder.cpp,
7084 +        brains/DataStorage.hpp, brains/ForceFields.cpp,
7085 +        brains/Snapshot.hpp, brains/SnapshotManager.hpp, brains/Thermo.cpp,
7086 +        constraints/ZConstraint.cpp, integrators/Integrator.cpp,
7087 +        integrators/NPT.cpp, integrators/NVT.cpp, io/DumpWriter.cpp,
7088 +        math/SquareMatrix3.hpp, math/Vector3.hpp,
7089 +        minimizers/OOPSEMinimizer.cpp, primitives/Bend.hpp,
7090 +        primitives/Bond.hpp, primitives/CutoffGroup.hpp,
7091 +        primitives/Molecule.cpp, primitives/Molecule.hpp,
7092 +        primitives/RigidBody.hpp, primitives/Torsion.hpp,
7093 +        restraints/Restraints.cpp, types/TorsionType.hpp,
7094 +        utils/PropertyMap.hpp, utils/StringTokenizer.hpp,
7095 +        visitors/AtomVisitor.cpp, visitors/BaseVisitor.hpp,
7096 +        visitors/RigidBodyVisitor.cpp: Molecule, Atom, DirectionalAtom,
7097 +        RigidBody and StuntDouble classes get compiled
7098 +
7099 + 2004-11-01 16:40  tim
7100 +
7101 +        * src/primitives/Torsion.hpp: file Torsion.hpp was initially added
7102 +        on branch new_design.
7103 +
7104 + 2004-11-01 16:40  tim
7105 +
7106 +        * src/primitives/Bend.hpp: file Bend.hpp was initially added on
7107 +        branch new_design.
7108 +
7109 + 2004-11-01 16:40  tim
7110 +
7111 +        * src/primitives/Bond.hpp: file Bond.hpp was initially added on
7112 +        branch new_design.
7113 +
7114 + 2004-11-01 16:40  tim
7115 +
7116 +        * src/primitives/: Bend.hpp, Bond.hpp, Torsion.hpp: add initial
7117 +        version of Bond, Bend and Torsion.
7118 +
7119 + 2004-11-01 16:37  tim
7120 +
7121 +        * src/types/BendType.hpp: file BendType.hpp was initially added on
7122 +        branch new_design.
7123 +
7124 + 2004-11-01 16:37  tim
7125 +
7126 +        * src/types/: BendType.hpp, BondType.hpp, TorsionType.hpp: adding
7127 +        BondType, BendType, TorsionType
7128 +
7129 + 2004-11-01 16:37  tim
7130 +
7131 +        * src/types/TorsionType.hpp: file TorsionType.hpp was initially
7132 +        added on branch new_design.
7133 +
7134 + 2004-11-01 16:37  tim
7135 +
7136 +        * src/types/BondType.hpp: file BondType.hpp was initially added on
7137 +        branch new_design.
7138 +
7139 + 2004-11-01 15:15  tim
7140 +
7141 +        * src/primitives/: Atom.cpp, Atom.hpp, Bend.cpp, Bond.cpp,
7142 +        CutoffGroup.hpp, DirectionalAtom.cpp, DirectionalAtom.hpp,
7143 +        GhostBend.cpp, Makefile, Molecule.cpp, Molecule.hpp, RigidBody.cpp,
7144 +        RigidBody.hpp, StuntDouble.cpp, StuntDouble.hpp, Torsion.cpp:
7145 +        break, break and break.....
7146 +
7147 + 2004-11-01 14:57  tim
7148 +
7149 +        * test/brains/: Atom.cpp, DirectioanlAtom.cpp, DirectionalAtom.cpp,
7150 +        DirectionalAtom.hpp, RigidBody.cpp, RigidBody.hpp, StuntDouble.cpp,
7151 +        StuntDouble.hpp: these core classes get compiled
7152 +
7153 + 2004-10-29 17:37  tim
7154 +
7155 +        * test/brains/: Molecule.cpp, Molecule.hpp: more work on Molecule
7156 +        class
7157 +
7158 + 2004-10-29 17:28  chrisfen
7159 +
7160 +        * src/: UseTheForce/DarkSide/atype.F90,
7161 +        UseTheForce/DarkSide/shapes.F90, math/RealSphericalHarmonic.cpp,
7162 +        types/ShapeAtomType.cpp: still debugging
7163 +
7164 + 2004-10-29 17:28  chrisfen
7165 +
7166 +        * src/UseTheForce/: ForceFields.hpp, Shapes_FF.cpp, doForces.F90:
7167 +        shapes rcut calculator added
7168 +
7169 + 2004-10-29 17:27  chrisfen
7170 +
7171 +        * samples/shape/linear.md: shorter run
7172 +
7173 + 2004-10-29 15:54  tim
7174 +
7175 +        * test/brains/: Molecule.cpp, Molecule.hpp: rewrite Molecule class.
7176 +
7177 + 2004-10-29 11:22  tim
7178 +
7179 +        * test/utils/: GenerateCombination.hpp, ReplaceWildCard.hpp,
7180 +        ReplaceWildCardTestCase.cpp, ReplaceWildCardTestCase.hpp: Remove
7181 +        some deprecated files
7182 +
7183 + 2004-10-29 11:20  tim
7184 +
7185 +        * test/brains/: Atom.cpp, Atom.hpp, DirectioanlAtom.cpp,
7186 +        DirectionalAtom.hpp, RigidBody.cpp, RigidBody.hpp, StuntDouble.hpp:
7187 +        More painful reconstruction is coming !!!
7188 +
7189 + 2004-10-28 17:34  tim
7190 +
7191 +        * src/brains/DataStorage.hpp, src/utils/next_combination.hpp,
7192 +        test/brains/DirectioanlAtom.cpp, test/brains/DirectionalAtom.hpp,
7193 +        test/brains/RigidBody.cpp, test/brains/RigidBody.hpp,
7194 +        test/brains/StuntDouble.hpp: More work on StuntDouble, Atom,
7195 +        DirectionalAtom and RigidBody
7196 +
7197 + 2004-10-28 17:26  tim
7198 +
7199 +        * ChangeLog, src/applications/simpleBuilder/BaseLattice.hpp,
7200 +        src/applications/simpleBuilder/MoLocator.cpp,
7201 +        src/applications/simpleBuilder/Vector3d.hpp,
7202 +        src/utils/GenericFactory.hpp, src/utils/next_combination.hpp:
7203 +        remove old Vector3d.hpp from application/simpleBuilder
7204 +
7205 + 2004-10-28 16:42  tim
7206 +
7207 +        * src/utils/next_combination.hpp: Minor change in next_combination
7208 +
7209 + 2004-10-28 16:28  tim
7210 +
7211 +        * src/utils/next_combination.hpp,
7212 +        test/utils/NextCombinationTestCase.cpp,
7213 +        test/utils/ReplaceWildCardTestCase.cpp: Done with combination
7214 +
7215 + 2004-10-28 16:11  tim
7216 +
7217 +        * src/utils/next_combination.hpp: change documentation of
7218 +        next_combination.hpp
7219 +
7220 + 2004-10-28 15:41  tim
7221 +
7222 +        * ChangeLog, src/utils/next_combination.hpp,
7223 +        test/utils/NextCombinationTestCase.cpp,
7224 +        test/utils/NextCombinationTestCase.hpp: ReplaceWildCard is working
7225 +
7226 + 2004-10-28 15:01  tim
7227 +
7228 +        * src/utils/next_combination.hpp: adding replace wildcard function
7229 +
7230 + 2004-10-28 14:33  tim
7231 +
7232 +        * src/utils/next_combination.hpp: Minor change
7233 +
7234 + 2004-10-28 14:06  tim
7235 +
7236 +        * ChangeLog, src/applications/simpleBuilder/MoLocator.hpp,
7237 +        src/applications/simpleBuilder/simpleBuilder.cpp,
7238 +        src/utils/next_combination.hpp, test/utils/Makefile,
7239 +        test/utils/NextCombinationTestCase.cpp,
7240 +        test/utils/ReplaceWildCardTestCase.cpp,
7241 +        test/utils/next_combination.hpp: STL next_permutation like
7242 +        next_combination is working
7243 +
7244 + 2004-10-28 12:22  chrisfen
7245 +
7246 +        * src/UseTheForce/WATER.cpp: fix of setDipoles
7247 +
7248 + 2004-10-28 12:20  gezelter
7249 +
7250 +        * src/UseTheForce/Shapes_FF.cpp: forgot to advance lines in the
7251 +        shapeFile
7252 +
7253 + 2004-10-28 12:20  gezelter
7254 +
7255 +        * samples/shape/linear.md: forgot the orientation line
7256 +
7257 + 2004-10-28 11:56  gezelter
7258 +
7259 +        * src/: UseTheForce/DUFF.cpp, UseTheForce/EAM_FF.cpp,
7260 +        UseTheForce/ForceFields.hpp, UseTheForce/LJFF.cpp,
7261 +        UseTheForce/WATER.cpp, types/AtomType.cpp: fixed duplicate
7262 +        declaration foo
7263 +
7264 + 2004-10-28 11:55  gezelter
7265 +
7266 +        * samples/lipid/5x5.md: uncommented .in line
7267 +
7268 + 2004-10-28 10:42  tim
7269 +
7270 +        * test/utils/: Makefile, NextCombinationTestCase.cpp,
7271 +        NextCombinationTestCase.hpp, next_combination.hpp: next_combination
7272 +        in progress
7273 +
7274 + 2004-10-28 10:15  tim
7275 +
7276 +        * test/utils/: NextCombinationTestCase.cpp,
7277 +        NextCombinationTestCase.hpp: adding next_combination test case
7278 +
7279 + 2004-10-28 10:02  tim
7280 +
7281 +        * test/utils/next_combination.hpp: STL Compatible combination
7282 +        sequence generator
7283 +
7284 + 2004-10-28 01:23  tim
7285 +
7286 +        * test/utils/: GenerateCombination.hpp,
7287 +        ReplaceWildCardTestCase.cpp: bug fixed in GenerateCombination.hpp
7288 +
7289 + 2004-10-28 01:16  tim
7290 +
7291 +        * test/utils/GenerateCombination.hpp: a STL next_permutaion like
7292 +        next_combination function.
7293 +
7294 + 2004-10-27 22:27  tim
7295 +
7296 +        * test/utils/ReplaceWildCard.hpp: no message
7297 +
7298 + 2004-10-27 22:14  tim
7299 +
7300 +        * test/utils/: ReplaceWildCard.hpp, ReplaceWildCardTestCase.cpp:
7301 +        ReplaceWildCard(recursive version) is working, need refactoring. An
7302 +        iterative version is on the way
7303 +
7304 + 2004-10-27 21:28  tim
7305 +
7306 +        * test/utils/: Makefile, ReplaceWildCard.hpp,
7307 +        ReplaceWildCardTestCase.cpp: ReplaceWildCard in progress
7308 +
7309 + 2004-10-27 21:08  tim
7310 +
7311 +        * test/utils/: ReplaceWildCardTestCase.cpp,
7312 +        ReplaceWildCardTestCase.hpp: Adding Test Case for ReplaceWildCard
7313 +
7314 + 2004-10-27 18:17  tim
7315 +
7316 +        * test/utils/ReplaceWildCard.hpp: adding ReplaceWildCard.hpp, need
7317 +        test
7318 +
7319 + 2004-10-27 01:25  tim
7320 +
7321 +        * src/utils/TupleMatcher.hpp: Adding Generic TupleMatcher, wild
7322 +        char matching is on the way
7323 +
7324 + 2004-10-27 01:07  tim
7325 +
7326 +        * src/utils/Tuple.hpp: Adding Generic Tuple3 and Tuple4
7327 +
7328 + 2004-10-26 22:00  gezelter
7329 +
7330 +        * src/UseTheForce/: EAM_FF.cpp, ForceFields.hpp: bug fix
7331 +
7332 + 2004-10-26 21:20  gezelter
7333 +
7334 +        * src/UseTheForce/ForceFields.hpp: subclass foo
7335 +
7336 + 2004-10-26 21:16  gezelter
7337 +
7338 +        * src/UseTheForce/: EAM_FF.cpp, LJFF.cpp, WATER.cpp: more char* ->
7339 +        string conversion
7340 +
7341 + 2004-10-26 19:01  gezelter
7342 +
7343 +        * src/: UseTheForce/DUFF.cpp, UseTheForce/EAM_FF.cpp,
7344 +        UseTheForce/ForceFields.hpp, brains/SimSetup.cpp,
7345 +        brains/SimSetup.hpp: char* -> string
7346 +
7347 + 2004-10-26 17:25  gezelter
7348 +
7349 +        * src/types/: AtomType.cpp, AtomType.hpp, DirectionalAtomType.hpp,
7350 +        Makefile, ShapeAtomType.cpp, ShapeAtomType.hpp, ShapeType.cpp,
7351 +        ShapeType.hpp: Making ShapeType into a ShapeAtomType, fixing some
7352 +        isXXX
7353 +
7354 + 2004-10-26 17:25  gezelter
7355 +
7356 +        * src/math/: RealSphericalHarmonic.cpp, RealSphericalHarmonic.hpp:
7357 +        define name collision
7358 +
7359 + 2004-10-26 17:24  gezelter
7360 +
7361 +        * src/: UseTheForce/DUFF.cpp, UseTheForce/EAM_FF.cpp,
7362 +        UseTheForce/ForceFields.hpp, UseTheForce/LJFF.cpp,
7363 +        UseTheForce/Makefile, UseTheForce/Shapes_FF.cpp,
7364 +        UseTheForce/WATER.cpp, UseTheForce/doForces.F90,
7365 +        UseTheForce/DarkSide/shapes_interface.h, brains/SimSetup.cpp:
7366 +        forcefield refactoring for shapes
7367 +
7368 + 2004-10-26 17:24  gezelter
7369 +
7370 +        * samples/shape/: 5CB.shape, 8CB.shape, C60.shape, C70.shape,
7371 +        Shapes.frc, cholesterol.shape, ethylBenzene.shape, linear.in,
7372 +        linear.md, linear.shape, toluene.shape: adding sample shape
7373 +        directory
7374 +
7375 + 2004-10-26 17:19  tim
7376 +
7377 +        * ChangeLog, src/brains/DataStorage.cpp,
7378 +        src/brains/DataStorage.hpp, src/brains/Snapshot.hpp,
7379 +        test/brains/DataStorageTestCase.cpp,
7380 +        test/brains/DataStorageTestCase.hpp, test/brains/Makefile:
7381 +        DataStorage passes unit test
7382 +
7383 + 2004-10-26 13:03  chrisfen
7384 +
7385 +        * src/UseTheForce/DarkSide/: shapes.F90, shapes_interface.h:
7386 +        Changes to help advance shapes
7387 +
7388 + 2004-10-26 13:02  chrisfen
7389 +
7390 +        * src/UseTheForce/: ForceFields.hpp, Shapes_FF.cpp: Changes to
7391 +        Shapes force field reader
7392 +
7393 + 2004-10-26 12:28  tim
7394 +
7395 +        * src/brains/Snapshot.hpp, test/brains/RigidBody.hpp: Snaphot and
7396 +        SnapshotTestCase in progress
7397 +
7398 + 2004-10-25 17:46  tim
7399 +
7400 +        * ChangeLog, src/math/RectMatrix.hpp, src/math/SquareMatrix.hpp,
7401 +        src/math/SquareMatrix3.hpp, src/math/Vector.hpp,
7402 +        src/math/Vector3.hpp, test/brains/StuntDouble.hpp,
7403 +        test/math/RectMatrixTestCase.cpp, test/math/Vector3TestCase.cpp,
7404 +        test/math/VectorTestCase.cpp: add getArray function to  RectMatrix
7405 +        and Vector classes
7406 +
7407 + 2004-10-25 12:03  tim
7408 +
7409 +        * ChangeLog, src/utils/GenericFactory.hpp,
7410 +        test/utils/GenericFactoryTestCase.cpp,
7411 +        test/utils/GenericFactoryTestCase.hpp, test/utils/Makefile: adding
7412 +        GenericFactory Test Case. GenericFactory now can bed used to creat
7413 +        ForcefieldFactory and IntegratorFactory etc.
7414 +
7415 + 2004-10-24 23:08  tim
7416 +
7417 +        * src/: brains/SimModel.hpp, brains/SimSnapshotManager.cpp,
7418 +        brains/SimSnapshotManager.hpp, brains/Snapshot.hpp,
7419 +        brains/SnapshotManager.hpp, utils/GenericFactory.hpp: more classes
7420 +        get reconstructed
7421 +
7422 + 2004-10-24 02:55  tim
7423 +
7424 +        * src/utils/GenericFactory.hpp: GenericFactory pass unit test
7425 +
7426 + 2004-10-23 18:09  tim
7427 +
7428 +        * test/brains/: Atom.hpp, DirectionalAtom.hpp, RigidBody.hpp,
7429 +        StuntDouble.cpp, StuntDouble.hpp, Atom.cpp, DirectioanlAtom.cpp,
7430 +        RigidBody.cpp: Refactoring in progress
7431 +
7432 + 2004-10-22 18:09  tim
7433 +
7434 +        * ChangeLog, src/brains/Snapshot.hpp,
7435 +        src/brains/SnapshotManager.hpp, src/math/SquareMatrix.hpp,
7436 +        test/brains/SnapshotTestCase.cpp, test/brains/SnapshotTestCase.hpp,
7437 +        test/brains/StuntDouble.hpp: more work in Snapshot
7438 +
7439 + 2004-10-22 17:59  chrisfen
7440 +
7441 +        * src/: UseTheForce/LJFF.cpp,
7442 +        UseTheForce/DarkSide/atype_interface.h, types/AtomType.cpp: Dear
7443 +        god!  It runs and conserves energy!
7444 +
7445 + 2004-10-22 17:54  chrisfen
7446 +
7447 +        * src/types/: AtomType.cpp, AtomType.hpp: strDUP not strCOPY
7448 +
7449 + 2004-10-22 17:53  chrisfen
7450 +
7451 +        * src/: UseTheForce/DUFF.cpp, UseTheForce/EAM_FF.cpp,
7452 +        UseTheForce/LJFF.cpp, UseTheForce/Shapes_FF.cpp,
7453 +        UseTheForce/WATER.cpp, UseTheForce/doForces.F90,
7454 +        brains/SimInfo.cpp, brains/SimInfo.hpp: fixey fixey the breakey
7455 +        breakey
7456 +
7457 + 2004-10-22 17:53  chrisfen
7458 +
7459 +        * make/Makefile.in: compiler flags
7460 +
7461 + 2004-10-22 16:20  gezelter
7462 +
7463 +        * src/: UseTheForce/DUFF.cpp, UseTheForce/EAM_FF.cpp,
7464 +        UseTheForce/LJFF.cpp, UseTheForce/doForces.F90,
7465 +        brains/fSimulation.h, types/AtomType.hpp,
7466 +        types/DirectionalAtomType.hpp: fixey fixey
7467 +
7468 + 2004-10-22 15:22  gezelter
7469 +
7470 +        * src/UseTheForce/DarkSide/: LJ.F90, atype.F90, atype_interface.h,
7471 +        charge.F90, charge_interface.h, dipole.F90, dipole_interface.h,
7472 +        lj_interface.h, shapes.F90, simulation.F90: Added un-busticated
7473 +        fortran files and c/Fortran interfaces
7474 +
7475 + 2004-10-22 15:21  gezelter
7476 +
7477 +        * src/types/: AtomType.cpp, AtomType.hpp, AtomTypeProperties.h,
7478 +        DirectionalAtomType.hpp, Makefile: More on AtomType and
7479 +        DirectionalAtomType
7480 +
7481 + 2004-10-22 09:47  gezelter
7482 +
7483 +        * src/types/AtomType.hpp: Adding AtomType
7484 +
7485 + 2004-10-21 16:31  tim
7486 +
7487 +        * ChangeLog, src/brains/Snapshot.hpp,
7488 +        src/brains/SnapshotManager.hpp, src/math/RectMatrix.hpp,
7489 +        src/math/SquareMatrix.hpp, src/math/SquareMatrix3.hpp,
7490 +        src/math/Vector.hpp, src/math/Vector3.hpp,
7491 +        test/math/RectMatrixTestCase.cpp, test/math/VectorTestCase.cpp:
7492 +        Snapshot and SnapshotManager in progress
7493 +
7494 + 2004-10-21 16:30  tim
7495 +
7496 +        * test/brains/: BrainsTest.cpp, Makefile,
7497 +        SnapshotManagerTestCase.cpp, SnapshotManagerTestCase.hpp,
7498 +        SnapshotTestCase.cpp, SnapshotTestCase.hpp: adding test case for
7499 +        Snapshot and snapshotManager.
7500 +
7501 + 2004-10-21 15:15  gezelter
7502 +
7503 +        * src/: UseTheForce/DUFF.cpp, UseTheForce/EAM_FF.cpp,
7504 +        UseTheForce/ForceFields.cpp, UseTheForce/ForceFields.hpp,
7505 +        UseTheForce/LJFF.cpp, UseTheForce/Shapes_FF.cpp,
7506 +        UseTheForce/WATER.cpp, UseTheForce/doForces.F90,
7507 +        UseTheForce/doForces_interface.h, UseTheForce/fForceField.h,
7508 +        UseTheForce/DarkSide/LJ.F90, UseTheForce/DarkSide/lj_interface.h,
7509 +        brains/SimSetup.cpp, types/AtomTypeProperties.h: Breaky Breaky.  
7510 +        Fixey Fixey.
7511 +
7512 + 2004-10-21 11:32  tim
7513 +
7514 +        * src/utils/GenericData.cpp, src/utils/Makefile,
7515 +        test/utils/Makefile, test/utils/UtilTest: remove some junk files
7516 +
7517 + 2004-10-21 11:24  tim
7518 +
7519 +        * test/utils/GenericData.hpp: remove backup of  GenericData.hpp
7520 +
7521 + 2004-10-21 11:22  tim
7522 +
7523 +        * ChangeLog, src/brains/SimSetup.cpp,
7524 +        src/constraints/ZConstraint.cpp, src/constraints/ZconsData.hpp,
7525 +        src/integrators/NPT.cpp, src/integrators/NPTf.cpp,
7526 +        src/integrators/NPTi.cpp, src/integrators/NPTxyz.cpp,
7527 +        src/integrators/NVT.cpp, src/io/DumpReader.cpp,
7528 +        src/io/InitializeFromFile.cpp, src/io/ZConsReader.cpp,
7529 +        src/io/ZConsWriter.hpp, src/primitives/StuntDouble.hpp,
7530 +        src/utils/GenericData.cpp, src/utils/GenericData.hpp,
7531 +        src/visitors/AtomData.hpp, src/visitors/AtomVisitor.cpp,
7532 +        src/visitors/AtomVisitor.hpp, src/visitors/CompositeVisitor.cpp,
7533 +        src/visitors/CompositeVisitor.hpp, src/visitors/OtherVisitor.cpp,
7534 +        src/visitors/OtherVisitor.hpp, src/visitors/RigidBodyVisitor.cpp,
7535 +        src/visitors/RigidBodyVisitor.hpp, src/visitors/ZconsVisitor.cpp,
7536 +        src/visitors/ZconsVisitor.hpp: replace old GebericData with  new
7537 +        GenericData
7538 +
7539 + 2004-10-21 10:25  chuckv
7540 +
7541 +        * src/UseTheForce/DarkSide/: LJ.F90, eam.F90: Added newLJtype to lj
7542 +        module.
7543 +
7544 + 2004-10-21 10:24  chuckv
7545 +
7546 +        * src/UseTheForce/DarkSide/lj_interface.h: Added interface for
7547 +        fortran lj module.
7548 +
7549 + 2004-10-20 17:54  tim
7550 +
7551 +        * ChangeLog, src/utils/PropertyMap.cpp, src/utils/PropertyMap.hpp,
7552 +        test/utils/GenericDataTestCase.cpp, test/utils/Makefile,
7553 +        test/utils/PropertyMapTestCase.cpp,
7554 +        test/utils/PropertyMapTestCase.hpp, test/utils/UtilTest:
7555 +        GenericData and PropertyMap  pass unit test.
7556 +
7557 + 2004-10-20 16:52  gezelter
7558 +
7559 +        * src/UseTheForce/: DUFF.cpp, WATER.cpp, DarkSide/sticky.F90,
7560 +        DarkSide/sticky_interface.h: fixed a fortran name problem
7561 +
7562 + 2004-10-20 16:38  tim
7563 +
7564 +        * test/utils/: GenericData.hpp, GenericDataTestCase.cpp,
7565 +        GenericDataTestCase.hpp, Makefile, PropertyMapTestCase.hpp,
7566 +        UtilTest, UtilTest.cpp: adding generic data test case
7567 +
7568 + 2004-10-20 16:16  chuckv
7569 +
7570 +        * configure, ac-tools/aclocal.m4,
7571 +        src/UseTheForce/DarkSide/Makefile,
7572 +        src/UseTheForce/DarkSide/mpiSimulation.F90,
7573 +        src/UseTheForce/DarkSide/mpiSimulation_interface.h,
7574 +        src/UseTheForce/DarkSide/simParallel.F90,
7575 +        src/UseTheForce/DarkSide/simParallel_interface.h,
7576 +        src/brains/mpiSimulation.cpp, src/brains/mpiSimulation.hpp:
7577 +        Fortran/C++ interface de-obfuscation project appears to be
7578 +        complete!  Woo hoo!
7579 +
7580 + 2004-10-20 15:47  chuckv
7581 +
7582 +        * src/UseTheForce/: fortranWrapDefines.hpp, fortranWrappers.cpp,
7583 +        fortranWrappers.hpp: Fortran/C++ interface de-obfuscation project
7584 +        continues
7585 +
7586 + 2004-10-20 15:46  chuckv
7587 +
7588 +        * src/: UseTheForce/DUFF.cpp, UseTheForce/EAM_FF.cpp,
7589 +        UseTheForce/ForceFields.cpp, UseTheForce/ForceFields.hpp,
7590 +        UseTheForce/LJFF.cpp, UseTheForce/Makefile, UseTheForce/WATER.cpp,
7591 +        UseTheForce/doForces_interface.h,
7592 +        UseTheForce/notifyCutoffs_interface.h, UseTheForce/wrappers.F90,
7593 +        UseTheForce/DarkSide/atype_interface.h,
7594 +        UseTheForce/DarkSide/eam_interface.h,
7595 +        UseTheForce/DarkSide/gb_interface.h,
7596 +        UseTheForce/DarkSide/mpiSimulation_interface.h,
7597 +        UseTheForce/DarkSide/shapes_interface.h,
7598 +        UseTheForce/DarkSide/simulation_interface.h,
7599 +        UseTheForce/DarkSide/sticky_interface.h, brains/ForceFields.cpp,
7600 +        brains/SimInfo.cpp, brains/SimInfo.hpp: Fortran/C++ interface
7601 +        de-obfuscation project (It is a very long story)
7602 +
7603 + 2004-10-20 13:07  tim
7604 +
7605 +        * ChangeLog, src/math/SquareMatrix.hpp, src/math/SquareMatrix3.hpp,
7606 +        test/math/SquareMatrix3TestCase.cpp,
7607 +        test/math/SquareMatrixTestCase.cpp,
7608 +        test/math/SquareMatrixTestCase.hpp: Math library pass the unit test
7609 +
7610 + 2004-10-20 00:52  tim
7611 +
7612 +        * src/brains/: Snapshot.hpp, SnapshotManager.hpp: Snapshot and
7613 +        SnapshotManager in design phase
7614 +
7615 + 2004-10-19 23:54  gezelter
7616 +
7617 +        * src/: brains/SimSetup.cpp, utils/StringUtils.cpp: namespace
7618 +        problem prevented linking
7619 +
7620 + 2004-10-19 23:54  gezelter
7621 +
7622 +        * src/UseTheForce/Shapes_FF.cpp: fixed include
7623 +
7624 + 2004-10-19 23:26  gezelter
7625 +
7626 +        * src/utils/: Makefile, definitions.F90, definitions_module.F90,
7627 +        oopseMPI.F90, oopseMPI_module.F90, status.F90, status_module.F90:
7628 +        more fortran name mangling
7629 +
7630 + 2004-10-19 23:23  gezelter
7631 +
7632 +        * src/profiling/timing.F90: yet more fortran renaming
7633 +
7634 + 2004-10-19 23:19  gezelter
7635 +
7636 +        * src/UseTheForce/: Makefile, doForces.F90, doForces_interface.h,
7637 +        do_Forces.F90, do_Forces.h, notifyCutoffs.F90,
7638 +        notifyCutoffs_interface.h, notifycutoffs_module_interface.h,
7639 +        wrappers.F90: Fortran name cleanup continues
7640 +
7641 + 2004-10-19 23:12  gezelter
7642 +
7643 +        * src/UseTheForce/DarkSide/: atype.F90, simulation.F90: fixing some
7644 +        broken fortran stuff
7645 +
7646 + 2004-10-19 23:02  gezelter
7647 +
7648 +        * src/UseTheForce/DarkSide/: LJ.F90, Makefile, atype.F90,
7649 +        atype_interface.h, atype_module.F90, atype_module_interface.h,
7650 +        calc_LJ_FF.F90, calc_charge_charge.F90, calc_dipole_dipole.F90,
7651 +        calc_eam.F90, calc_gb.F90, calc_reaction_field.F90,
7652 +        calc_shapes.F90, calc_sticky_pair.F90, charge.F90, dipole.F90,
7653 +        eam.F90, eam_interface.h, eam_module_inteface.h, gb.F90,
7654 +        gb_interface.h, gb_module_interface.h, mpiSimulation.F90,
7655 +        mpiSimulation_interface.h, mpiSimulation_module.F90,
7656 +        mpisimulation_module_interface.h, reactionField.F90, shapes.F90,
7657 +        shapes_interface.h, shapes_module.h, simulation.F90,
7658 +        simulation_interface.h, simulation_module.F90,
7659 +        simulation_module_interface.h, sticky.F90, sticky_interface.h,
7660 +        sticky_pair_module_interface.h, switch_module.F90, switcheroo.F90:
7661 +        name sanity on the fortran side
7662 +
7663 + 2004-10-19 19:18  tim
7664 +
7665 +        * test/math/SquareMatrix3TestCase.hpp: [no log message]
7666 +
7667 + 2004-10-19 18:01  tim
7668 +
7669 +        * src/math/RectMatrix.hpp, src/math/SquareMatrix.hpp,
7670 +        src/math/SquareMatrix3.hpp, test/math/SquareMatrix3TestCase.cpp:
7671 +        except diagonalize(), all of functions in math library pass the
7672 +        test
7673 +
7674 + 2004-10-19 17:43  chuckv
7675 +
7676 +        * src/UseTheForce/do_Forces.h: Added correct prototypes for
7677 +        C-fortran interface functions.
7678 +
7679 + 2004-10-19 17:37  chuckv
7680 +
7681 +        * src/UseTheForce/DarkSide/: atype_module_interface.h,
7682 +        eam_module_inteface.h, gb_module_interface.h,
7683 +        mpisimulation_module_interface.h, simulation_module_interface.h,
7684 +        sticky_pair_module_interface.h: Added correct prototypes for
7685 +        C-fortran interface functions.
7686 +
7687 + 2004-10-19 16:28  tim
7688 +
7689 +        * ChangeLog, src/math/Quaternion.hpp, src/math/RectMatrix.hpp,
7690 +        src/math/SquareMatrix.hpp, src/math/Vector.hpp,
7691 +        test/math/QuaternionTestCase.cpp, test/math/QuaternionTestCase.hpp,
7692 +        test/math/RectMatrixTestCase.cpp,
7693 +        test/math/SquareMatrix3TestCase.cpp, test/math/Vector3TestCase.cpp,
7694 +        test/math/Vector3TestCase.hpp, test/math/VectorTestCase.cpp: more
7695 +        bugs get fixed at math library
7696 +
7697 + 2004-10-19 15:43  chuckv
7698 +
7699 +        * src/UseTheForce/: DarkSide/atype_module_interface.h,
7700 +        DarkSide/eam_module_inteface.h, DarkSide/gb_module_interface.h,
7701 +        DarkSide/mpisimulation_module_interface.h,
7702 +        DarkSide/simulation_module_interface.h,
7703 +        DarkSide/sticky_pair_module_interface.h, DarkSide/calc_eam.F90,
7704 +        DarkSide/atype_module.F90, DarkSide/calc_gb.F90,
7705 +        DarkSide/calc_sticky_pair.F90, DarkSide/mpiSimulation_module.F90,
7706 +        DarkSide/simulation_module.F90, do_Forces.F90,
7707 +        fortranWrapDefines.hpp, mpiComponentPlan.h, notifyCutoffs.F90,
7708 +        notifycutoffs_module_interface.h: Added new files for fortran
7709 +        interface.
7710 +
7711 + 2004-10-19 15:43  gezelter
7712 +
7713 +        * src/UseTheForce/Makefile: regressing
7714 +
7715 + 2004-10-19 15:40  gezelter
7716 +
7717 +        * src/: UseTheForce/DarkSide/calc_shapes.F90,
7718 +        UseTheForce/DarkSide/shapes_module.h, utils/StringUtils.cpp:
7719 +        working on shapes for portability
7720 +
7721 + 2004-10-19 15:40  gezelter
7722 +
7723 +        * src/UseTheForce/: Makefile, Shapes_FF.cpp: working on shapes
7724 +
7725 + 2004-10-19 13:21  chrisfen
7726 +
7727 +        * src/utils/: StringUtils.cpp, StringUtils.hpp: changed around
7728 +        findBegin
7729 +
7730 + 2004-10-18 23:34  tim
7731 +
7732 +        * src/math/Vector.hpp, test/math/RectMatrixTestCase.cpp: more bugs
7733 +        are fixed in Vector class
7734 +
7735 + 2004-10-18 23:28  tim
7736 +
7737 +        * test/math/: RectMatrixTestCase.cpp, RectMatrixTestCase.hpp: fix
7738 +        some bugs in RectMatrixTestCase
7739 +
7740 + 2004-10-18 23:21  tim
7741 +
7742 +        * src/math/Vector.hpp, test/math/RectMatrixTestCase.cpp,
7743 +        test/math/RectMatrixTestCase.hpp, test/math/Vector3TestCase.cpp,
7744 +        test/math/Vector3TestCase.hpp, test/math/VectorTestCase.cpp,
7745 +        test/math/VectorTestCase.hpp: implement more test cases
7746 +
7747 + 2004-10-18 18:13  tim
7748 +
7749 +        * ChangeLog, make/Doxyfile, src/math/Matrix3x3d.hpp,
7750 +        src/math/RectMatrix.hpp, src/math/SquareMatrix.hpp,
7751 +        src/math/SquareMatrix3.hpp, src/math/Vector.hpp,
7752 +        src/utils/StringTokenizer.hpp, test/math/Makefile,
7753 +        test/math/VectorTestCase.cpp, test/math/VectorTestCase.hpp: more
7754 +        tests on math library
7755 +
7756 + 2004-10-18 16:03  tim
7757 +
7758 +        * test/math/: Makefile, QuaternionTestCase.cpp,
7759 +        QuaternionTestCase.hpp, RectMatrixTestCase.cpp,
7760 +        SquareMatrix3TestCase.cpp, Vector3TestCase.cpp,
7761 +        Vector3TestCase.hpp, VectorTestCase.cpp, VectorTestCase.hpp: adding
7762 +        more testing units
7763 +
7764 + 2004-10-18 12:07  tim
7765 +
7766 +        * src/: brains/SimSetup.hpp, io/FileReader.hpp, math/Euler3.cpp,
7767 +        math/Euler3.hpp, math/Quaternion.hpp, math/SquareMatrix3.hpp,
7768 +        math/Vector3.hpp, types/ShapeType.cpp, types/ShapeType.hpp,
7769 +        utils/GenericFactory.hpp: fix some bugs in Quaternion class
7770 +
7771 + 2004-10-18 11:30  gezelter
7772 +
7773 +        * src/math/: RealSphericalHarmonic.cpp, RealSphericalHarmonic.hpp:
7774 +        Your basic run of the mill real-valued versions of Y_l^m(\theta,
7775 +        \phi)
7776 +
7777 + 2004-10-18 11:29  gezelter
7778 +
7779 +        * src/: math/Makefile, math/Matrix3x3d.hpp, math/Vector3.hpp,
7780 +        types/Makefile, types/ShapeType.cpp, types/ShapeType.hpp,
7781 +        utils/StringUtils.cpp, utils/StringUtils.hpp: Working on getting
7782 +        Shapes into OOPSE
7783 +
7784 + 2004-10-18 10:21  gezelter
7785 +
7786 +        * src/types/: ShapeType.cpp, ShapeType.hpp: Added ShapeType
7787 +
7788 + 2004-10-18 00:23  tim
7789 +
7790 +        * test/math/VectorTestCase.hpp: adding  vector test case
7791 +
7792 + 2004-10-18 00:23  tim
7793 +
7794 +        * src/utils/GenericFactory.hpp: adding generic factory and vector
7795 +        test case
7796 +
7797   2004-10-16 20:19  tim
7798  
7799          * src/math/: Quaternion.hpp, RectMatrix.hpp, SquareMatrix.hpp,

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines