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 2337 by chrisfen, Wed Sep 28 18:46:04 2005 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
# Line 544 | Line 2475
2475  
2476   2005-05-22 16:36  chuckv
2477  
2478 <        * samples/metals/nanorod/Au_nanoparticle_FCC.md,
2479 <        src/applications/nanoRodBuilder/Geometry.cpp,
2480 <        src/applications/nanoRodBuilder/GeometryBuilder.cpp,
2481 <        src/applications/nanoRodBuilder/GeometryFactory.cpp,
2482 <        src/applications/nanoRodBuilder/GeometryFactory.hpp,
2483 <        src/applications/nanoRodBuilder/nanorodBuilder.cpp,
553 <        src/integrators/VelocityVerletIntegrator.cpp: Fix to print pressure
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
# Line 1219 | Line 3149
3149  
3150          * src/utils/vector_class.F90: Added code to delete vector.
3151  
1222 2005-04-11 17:03  chuckv
1223
1224        * samples/metals/nanorod/: Au_nanoparticle.md,
1225        Au_nanoparticle_FCC.md, Au_nanoparticle_linux.md, metals.md: Why
1226        aren't these here?
1227
3152   2005-04-11 16:58  tim
3153  
3154          * src/io/basic_ifstrstream.hpp: avoid multiple inherit in
# Line 6233 | Line 8157
8157  
8158   2004-09-29 12:56  gezelter
8159  
8160 <        * make/: Make.conf.in, Makefile.in: Working on make stuff
8160 >        * make/: Make.conf.in, Makefile.in, _files/style.css: Working on
8161 >        make stuff
8162  
8163   2004-09-29 12:46  tim
8164  
# Line 6499 | Line 8424
8424          src/visitors/OtherVisitor.cpp, src/visitors/OtherVisitor.hpp,
8425          src/visitors/RigidBodyVisitor.cpp,
8426          src/visitors/RigidBodyVisitor.hpp, src/visitors/ZconsVisitor.cpp,
8427 <        src/visitors/ZconsVisitor.hpp, make/Makefile, samples/Makefile.in,
8427 >        src/visitors/ZconsVisitor.hpp, make/Makefile,
8428 >        make/_files/style.css, samples/Makefile.in,
8429          samples/metals/Au-Core-Ag-Shell_Nanoparticle.in,
8430          samples/metals/Au-Core-Ag-Shell_Nanoparticle.md,
8431          samples/metals/Au_bulk_FBD.md, samples/metals/Au_bulk_voter.md,
# Line 6674 | Line 8600
8600          src/visitors/OtherVisitor.cpp, src/visitors/OtherVisitor.hpp,
8601          src/visitors/RigidBodyVisitor.cpp,
8602          src/visitors/RigidBodyVisitor.hpp, src/visitors/ZconsVisitor.cpp,
8603 <        src/visitors/ZconsVisitor.hpp, make/Makefile, samples/Makefile.in,
8603 >        src/visitors/ZconsVisitor.hpp, make/Makefile,
8604 >        make/_files/style.css, samples/Makefile.in,
8605          samples/metals/Au-Core-Ag-Shell_Nanoparticle.in,
8606          samples/metals/Au-Core-Ag-Shell_Nanoparticle.md,
8607          samples/metals/Au_bulk_FBD.md, samples/metals/Au_bulk_voter.md,

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines