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 2727 by chrisfen, Fri Apr 21 19:32:07 2006 UTC vs.
Revision 3131 by chrisfen, Wed May 2 00:18:08 2007 UTC

# Line 1 | Line 1
1 < 2006-04-20 23:19  chrisfen
1 > 2007-05-01 10:59  chuckv
2 >
3 >        * samples/bond-order/: Readme.txt, surface_icosahedron.md: Added md
4 >        file for half of a icosahedron.
5 >
6 > 2007-04-20 11:15  chrisfen
7 >
8 >        * src/: UseTheForce/doForces.F90,
9 >        UseTheForce/doForces_interface.F90,
10 >        UseTheForce/doForces_interface.h, UseTheForce/DarkSide/LJ.F90,
11 >        brains/SimInfo.cpp, brains/SimInfo.hpp,
12 >        hydrodynamics/Ellipsoid.cpp, integrators/LDForceManager.cpp,
13 >        restraints/Restraints.cpp, types/TorsionStamp.hpp: SF Lennard-Jones
14 >        was added for everyones' enjoyment.  The behavior is tethered to
15 >        the electrostaticSummationMethod keyword.
16 >
17 > 2007-04-11 16:27  chuckv
18 >
19 >        * src/applications/staticProps/: BOPofR.cpp, BOPofR.hpp, Makefile,
20 >        StaticProps.cpp, StaticProps.ggo, StaticPropsCmd.c,
21 >        StaticPropsCmd.h: Added Bond Order Parameter as a function of
22 >        radius.
23 >
24 > 2007-04-09 11:24  gezelter
25 >
26 >        * src/UseTheForce/: doForces.F90, DarkSide/LJ.F90: more changes for
27 >        atomic virials and Lennard-Jones force switching
28 >
29 > 2007-04-06 14:53  gezelter
30 >
31 >        * src/: UseTheForce/doForces.F90, UseTheForce/DarkSide/LJ.F90,
32 >        UseTheForce/DarkSide/simulation.F90, brains/ForceManager.cpp,
33 >        brains/ForceManager.hpp, brains/SimInfo.cpp, brains/SimInfo.hpp,
34 >        brains/Stats.cpp, brains/Stats.hpp, brains/Thermo.cpp,
35 >        brains/fSimulation.h, integrators/LDForceManager.cpp,
36 >        integrators/LDForceManager.hpp,
37 >        integrators/VelocityVerletIntegrator.cpp, io/Globals.cpp,
38 >        io/Globals.hpp, primitives/RigidBody.cpp, primitives/RigidBody.hpp:
39 >        Massive update to do virials (both atomic and cutoff-group)
40 >        correctly.  The rigid body constraint contributions had been
41 >        missing and this was masked by the use of cutoff groups...
42 >
43 > 2007-03-07 15:07  gezelter
44 >
45 >        * samples/water/ice_surfaces/secondary_prism.md: Adding a starter
46 >        file for the secondary prism {1,1,-2,0} face.
47 >
48 > 2007-03-07 11:29  gezelter
49 >
50 >        * samples/water/ice_surfaces/: basal.md, prism2.md, water.md:
51 >        adding new ice surface files
52 >
53 > 2007-03-05 16:01  chrisfen
54 >
55 >        * src/applications/utilities/waterBoxer: forgot a tolerance for
56 >        simple cubic lattice magic number determination
57 >
58 > 2007-02-27 16:53  chuckv
59 >
60 >        * src/UseTheForce/DarkSide/electrostatic.F90: Fixed conversion bug
61 >        in self_self, when adding self energy to mypot, energy needs to be
62 >        converted by pre11.
63 >
64 > 2007-02-25 20:45  chuckv
65 >
66 >        * src/: UseTheForce/DarkSide/neighborLists_interface.h,
67 >        brains/SimInfo.cpp: Fixed a bug in NeighborListNeighbors.
68 >
69 > 2007-02-02 10:55  chuckv
70 >
71 >        * src/integrators/LDForceManager.cpp: Spherical boundary
72 >        conditions.
73 >
74 > 2007-01-22 14:27  gezelter
75 >
76 >        * src/applications/utilities/: md-solvator, waterBoxer: fixed a bug
77 >        in waterBoxer
78 >
79 > 2007-01-16 14:18  chuckv
80 >
81 >        * src/visitors/: OtherVisitor.cpp, OtherVisitor.hpp: Support for
82 >        printPosOnly in Dump2XYZ.
83 >
84 > 2007-01-16 14:17  chuckv
85 >
86 >        * src/applications/dump2Xyz/: Dump2XYZ.cpp, Dump2XYZ.ggo,
87 >        Dump2XYZCmd.c, Dump2XYZCmd.h: Added printPosOnly to Dump2XYZ as a
88 >        userbase(BETH) request.
89 >
90 > 2007-01-11 13:46  gezelter
91 >
92 >        * src/applications/utilities/md-solvator: adding md-solvator
93 >
94 > 2007-01-08 19:42  gezelter
95 >
96 >        * src/applications/utilities/waterBoxer: Added the ability of
97 >        waterBoxer to deal with non-cubical boxes.
98 >
99 > 2007-01-08 13:32  chuckv
100 >
101 >        * src/applications/dynamicProps/: ThetaCorrFunc.cpp,
102 >        ThetaCorrFunc.hpp: Added thetacorr functions to dynamic props.
103 >
104 > 2007-01-08 13:29  chuckv
105 >
106 >        * src/UseTheForce/DarkSide/simParallel.F90: Added more error
107 >        reporting to simParallel.
108 >
109 > 2007-01-03 12:46  chuckv
110 >
111 >        * src/: applications/dynamicProps/DynamicProps.cpp,
112 >        applications/dynamicProps/DynamicProps.ggo,
113 >        applications/dynamicProps/DynamicPropsCmd.c,
114 >        applications/dynamicProps/DynamicPropsCmd.h,
115 >        applications/dynamicProps/Makefile,
116 >        applications/dynamicProps/RadialRCorrFunc.cpp,
117 >        applications/dynamicProps/RadialRCorrFunc.hpp, brains/Snapshot.cpp,
118 >        brains/Snapshot.hpp, io/DumpReader.cpp, primitives/StuntDouble.hpp:
119 >        Changes to add thetacorr to dynamic props and fixes to radial
120 >        rcorr.
121 >
122 > 2007-01-02 20:40  chuckv
123 >
124 >        * src/applications/dynamicProps/Makefile: Remove snapshotcentroid
125 >        from makefile.
126 >
127 > 2007-01-02 20:40  chuckv
128 >
129 >        * src/applications/dynamicProps/: RadialRCorrFunc.cpp,
130 >        RadialRCorrFunc.hpp, SnapshotCentroid.cpp, SnapshotCentroid.hpp:
131 >        Removeing snapshot centroid and adding support for COM calculaton
132 >        from snapshot.
133 >
134 > 2007-01-02 12:42  chuckv
135 >
136 >        * src/applications/utilities/mdSplit: More changes to mdsplit.
137 >
138 > 2007-01-02 12:30  chuckv
139 >
140 >        * src/applications/utilities/mdSplit: Breaking more mdsplit
141 >        stuff....
142 >
143 > 2007-01-02 12:12  chuckv
144 >
145 >        * src/applications/utilities/mdSplit: Changed how mdsplit gets file
146 >        names. Full path is now removed from name.
147 >
148 > 2006-12-29 13:57  gezelter
149 >
150 >        * src/brains/: BlockSnapshotManager.cpp, BlockSnapshotManager.hpp:
151 >        Fixing an implementation problem
152 >
153 > 2006-12-29 13:51  gezelter
154 >
155 >        * src/brains/BlockSnapshotManager.hpp: BSM has to talk to reader
156 >        about center of mass properties
157 >
158 > 2006-12-29 13:43  gezelter
159 >
160 >        * src/: applications/dynamicProps/TimeCorrFunc.hpp,
161 >        brains/DataStorage.cpp, brains/DataStorage.hpp,
162 >        brains/Snapshot.cpp, brains/Snapshot.hpp, io/DumpReader.cpp,
163 >        io/DumpReader.hpp: Adding the ability to compute Center of Mass
164 >        properties on reading in a dump file.  DumpReader must be told if
165 >        it needs to do this, however.
166 >
167 > 2006-12-29 12:21  chuckv
168 >
169 >        * src/brains/: SimInfo.cpp, SimInfo.hpp: Added function to
170 >        calculate volume based on ellipsoid definded by radius of gyration.
171 >
172 > 2006-12-21 12:50  gezelter
173 >
174 >        * samples/bond-order/: Readme.txt, bcc.md, icosahedron.md, sc.md,
175 >        tet.md: new ideal structures
176 >
177 > 2006-12-20 18:20  gezelter
178 >
179 >        * samples/bond-order/: Ag_Cu_bulkslab_lattice.md, Readme.txt,
180 >        bcc.md, fcc.md, hcp.md, icosahedron.md, metals.md, tet.md: Added a
181 >        bunch of bond order parameter test cases.
182 >
183 > 2006-12-20 13:03  gezelter
184 >
185 >        * src/applications/staticProps/BondOrderParameter.cpp: bug fixing
186 >        Wigner 3-j import to C++
187 >
188 > 2006-12-19 07:45  gezelter
189 >
190 >        * configure, ac-tools/configure.in, src/math/Makefile,
191 >        src/math/Makefile.in: fixed a configuration error
192 >
193 > 2006-12-14 11:38  chuckv
194 >
195 >        * src/applications/dynamicProps/: DynamicProps.cpp,
196 >        DynamicProps.ggo, DynamicPropsCmd.c, DynamicPropsCmd.h,
197 >        RadialRCorrFunc.hpp: Code to run radial rcorr.
198 >
199 > 2006-12-14 11:32  chuckv
200 >
201 >        * src/math/: ConvexHull.cpp, ConvexHull.hpp, Makefile: Added
202 >        preliminary support for CGAL and computation of convex hull.
203 >
204 > 2006-12-05 17:05  chuckv
205 >
206 >        * src/applications/dynamicProps/: Makefile, RadialRCorrFunc.cpp,
207 >        RadialRCorrFunc.hpp, SnapshotCentroid.cpp, SnapshotCentroid.hpp:
208 >        Adding support for radial rcorr.
209 >
210 > 2006-12-04 16:17  chuckv
211 >
212 >        * src/: UseTheForce/DarkSide/Makefile,
213 >        UseTheForce/DarkSide/neighborLists.F90,
214 >        UseTheForce/DarkSide/neighborLists_interface.F90,
215 >        UseTheForce/DarkSide/neighborLists_interface.h, brains/SimInfo.cpp,
216 >        io/Globals.cpp, io/Globals.hpp: Added interface to change number of
217 >        neighbors in calculating neighbor list.
218 >
219 > 2006-11-21 12:44  gezelter
220 >
221 >        * src/applications/staticProps/BondOrderParameter.cpp: fixes for
222 >        BOP
223 >
224 > 2006-11-20 15:12  chuckv
225 >
226 >        * src/applications/staticProps/Makefile: Fix to makefile.
227 >
228 > 2006-11-17 11:45  chuckv
229 >
230 >        * src/applications/staticProps/RhoR.cpp: Histogram bin change.
231 >
232 > 2006-11-10 10:45  chuckv
233 >
234 >        * src/applications/staticProps/: Makefile, RhoR.cpp, RhoR.hpp,
235 >        StaticProps.cpp, StaticProps.ggo, StaticPropsCmd.c,
236 >        StaticPropsCmd.h: Added support for nanoparticle density profile.
237 >
238 > 2006-11-03 14:02  gezelter
239 >
240 >        * src/applications/staticProps/BondOrderParameter.cpp: possible fix
241 >        for unnormalized BO
242 >
243 > 2006-11-01 14:22  chrisfen
244 >
245 >        * src/brains/SimInfo.cpp: user selected dampingAlpha now gets set
246 >
247 > 2006-10-29 14:41  chrisfen
248 >
249 >        * src/UseTheForce/DarkSide/electrostatic.F90: returned to half
250 >        self-term values
251 >
252 > 2006-10-23 13:27  chuckv
253 >
254 >        * src/applications/nanoRodBuilder/GeometryBuilder.hpp: Support for
255 >        OOPSE RealType.
256 >
257 > 2006-10-23 11:21  gezelter
258 >
259 >        * make/Makefile.in: fixes for CGAL
260 >
261 > 2006-10-23 11:11  chuckv
262 >
263 >        * configure, ac-tools/configure.in,
264 >        src/applications/nanoRodBuilder/nanorodBuilder.cpp: Changes to
265 >        nanorod builder for new dump format. Changes to configure to test
266 >        for new version of cgal.
267 >
268 > 2006-10-20 08:40  gezelter
269 >
270 >        * src/: brains/Register.cpp, openbabel/amberformat.hpp,
271 >        openbabel/fingerprintformat.hpp, openbabel/gromos96format.hpp,
272 >        openbabel/pdbformat.hpp, openbabel/povrayformat.hpp,
273 >        openbabel/smilesformat.hpp, openbabel/tinkerformat.hpp,
274 >        openbabel/xyzformat.hpp: fixes for open babel
275 >
276 > 2006-10-20 07:59  gezelter
277 >
278 >        * make/Makefile.in, samples/builders/runMe,
279 >        src/applications/thermalizer/Makefile,
280 >        src/applications/thermalizer/thermalizer.cpp,
281 >        src/applications/thermalizer/thermalizer.ggo,
282 >        src/applications/thermalizer/thermalizerCmd.c,
283 >        src/applications/thermalizer/thermalizerCmd.h,
284 >        src/applications/velocitizer/Makefile,
285 >        src/applications/velocitizer/velocitizer.cpp,
286 >        src/applications/velocitizer/velocitizer.ggo,
287 >        src/applications/velocitizer/velocitizerCmd.c,
288 >        src/applications/velocitizer/velocitizerCmd.h: more openbabel
289 >        updates, also changing velocitizer to thermalizer to avoid a
290 >        filename collision on case-insensitve file systems
291 >
292 > 2006-10-19 13:50  gezelter
293 >
294 >        * src/openbabel/: amberformat.hpp, fingerprintformat.hpp,
295 >        gromos96format.hpp, pdbformat.hpp, povrayformat.hpp,
296 >        smilesformat.hpp, tinkerformat.hpp, xyzformat.hpp: Updating
297 >        OpenBabel to version 2.0.2.  These files aren't used anymore
298 >
299 > 2006-10-19 13:49  gezelter
300 >
301 >        * forceFields/SMARTS_InteLigand.txt,
302 >        forceFields/SMARTS_InteLigand_051110.txt, forceFields/atomtyp.txt,
303 >        forceFields/extable.txt, forceFields/phmodel.txt,
304 >        forceFields/resdata.txt, forceFields/types.txt, src/config.h.in,
305 >        src/openbabel/amberformat.cpp, src/openbabel/chains.cpp,
306 >        src/openbabel/chains.hpp, src/openbabel/data.cpp,
307 >        src/openbabel/dlhandler.hpp, src/openbabel/fingerprint.cpp,
308 >        src/openbabel/fingerprint.hpp, src/openbabel/fingerprintformat.cpp,
309 >        src/openbabel/gromos96format.cpp, src/openbabel/kekulize.cpp,
310 >        src/openbabel/matrix3x3.cpp, src/openbabel/matrix3x3.hpp,
311 >        src/openbabel/mol.cpp, src/openbabel/mol.hpp,
312 >        src/openbabel/obconversion.cpp, src/openbabel/obconversion.hpp,
313 >        src/openbabel/oberror.cpp, src/openbabel/obiter.cpp,
314 >        src/openbabel/obutil.cpp, src/openbabel/obutil.hpp,
315 >        src/openbabel/parsmart.cpp, src/openbabel/parsmart.hpp,
316 >        src/openbabel/patty.cpp, src/openbabel/pdbformat.cpp,
317 >        src/openbabel/phmodel.cpp, src/openbabel/povrayformat.cpp,
318 >        src/openbabel/rotor.cpp, src/openbabel/smilesformat.cpp,
319 >        src/openbabel/tinkerformat.cpp, src/openbabel/typer.cpp,
320 >        src/openbabel/vector3.cpp, src/openbabel/vector3.hpp,
321 >        src/openbabel/xyzformat.cpp, src/openbabel/zipstream.hpp,
322 >        src/openbabel/zipstreamimpl.hpp: updated OpenBabel to version 2.0.2
323 >
324 > 2006-10-19 12:51  gezelter
325 >
326 >        * src/openbabel/oopseformat.cpp: Slight changes to oopseformat to
327 >        allow importing of openbabel's perceived atom types into OOPSE md
328 >        files
329 >
330 > 2006-10-19 08:57  gezelter
331 >
332 >        * make/Makefile.in, samples/builders/Makefile,
333 >        samples/builders/runMe, src/Makefile, src/applications/Makefile,
334 >        src/applications/velocitizer/Makefile,
335 >        src/applications/velocitizer/velocitizer.cpp,
336 >        src/applications/velocitizer/velocitizer.ggo,
337 >        src/applications/velocitizer/velocitizerCmd.c,
338 >        src/applications/velocitizer/velocitizerCmd.h,
339 >        src/integrators/Velocitizer.cpp: Added velocitizer utility program,
340 >        added samples of its use to the builder samples.
341 >
342 > 2006-10-18 14:58  gezelter
343 >
344 >        * src/: applications/staticProps/BondOrderParameter.cpp,
345 >        applications/staticProps/DensityPlot.cpp,
346 >        applications/staticProps/GofAngle2.cpp,
347 >        applications/staticProps/GofR.cpp,
348 >        applications/staticProps/GofRAngle.cpp,
349 >        applications/staticProps/GofXyz.cpp,
350 >        applications/staticProps/Hxy.cpp,
351 >        applications/staticProps/P2OrderParameter.cpp,
352 >        applications/staticProps/RhoZ.cpp,
353 >        applications/staticProps/SCDOrderParameter.cpp,
354 >        applications/staticProps/SCDOrderParameter.hpp,
355 >        applications/staticProps/StaticAnalyser.hpp, brains/SimInfo.cpp,
356 >        io/Globals.cpp, io/Globals.hpp: fixing a wrapVector problem in
357 >        staticProps, also making Shifted force and electrostatic damping
358 >        the default behavior
359 >
360 > 2006-10-18 12:35  gezelter
361 >
362 >        * src/applications/: nanoparticleBuilder/nanoparticleBuilder.cpp,
363 >        nanoparticleBuilder/nanoparticleBuilder.ggo,
364 >        nanoparticleBuilder/nanoparticleBuilderCmd.c,
365 >        nanoparticleBuilder/nanoparticleBuilderCmd.h,
366 >        randomBuilder/randomBuilder.cpp: bug fixes for vacancies
367 >
368 > 2006-10-18 12:34  gezelter
369 >
370 >        * samples/builders/: bimetallic.md, gold.md, metals.md, runMe:
371 >        Adding samples for builders
372 >
373 > 2006-10-17 10:51  gezelter
374 >
375 >        * src/applications/nanoparticleBuilder/nanoparticleBuilder.cpp: bug
376 >        fixes
377 >
378 > 2006-10-17 08:24  gezelter
379 >
380 >        * src/:
381 >        applications/nanoparticleBuilder/shapedLatticeSpherical.cpp,
382 >        lattice/shapedLattice.cpp, lattice/shapedLattice.hpp: bugfixing
383 >        shapedLattice to have crystal origin at one of the occupied lattice
384 >        sites
385 >
386 > 2006-10-15 11:02  chuckv
387 >
388 >        * src/applications/utilities/mdSplit: More typos...
389 >
390 > 2006-10-15 10:59  chuckv
391 >
392 >        * src/applications/utilities/mdSplit: Typo in mdSplit.
393 >
394 > 2006-10-15 10:02  chuckv
395 >
396 >        * src/applications/utilities/mdSplit: Fixed printing of OOPSE
397 >        version at header and trailer.
398 >
399 > 2006-10-14 13:21  gezelter
400 >
401 >        * samples/argon/500.md,
402 >        src/applications/nanoparticleBuilder/nanoparticleBuilder.cpp,
403 >        src/applications/nanoparticleBuilder/shapedLatticeSpherical.cpp,
404 >        src/applications/nanoparticleBuilder/shapedLatticeSpherical.hpp,
405 >        src/lattice/shapedLattice.cpp, src/lattice/shapedLattice.hpp: fixed
406 >        a few bugs
407 >
408 > 2006-10-13 13:16  chuckv
409 >
410 >        * src/applications/nanoparticleBuilder/: nanoparticleBuilder.cpp,
411 >        nanoparticleBuilder.ggo, nanoparticleBuilderCmd.c,
412 >        nanoparticleBuilderCmd.h: Changed nanoparticle builder for new dump
413 >        syntax.
414 >
415 > 2006-10-11 12:24  chrisfen
416 >
417 >        * src/applications/utilities/solvator: now the -n command works
418 >
419 > 2006-10-10 11:34  gezelter
420 >
421 >        * samples/builders/one_component.md, samples/builders/runMe,
422 >        src/applications/randomBuilder/randomBuilder.cpp,
423 >        src/applications/randomBuilder/randomBuilder.ggo,
424 >        src/applications/randomBuilder/randomBuilderCmd.c,
425 >        src/applications/randomBuilder/randomBuilderCmd.h,
426 >        src/applications/simpleBuilder/simpleBuilder.cpp,
427 >        src/applications/simpleBuilder/simpleBuilder.ggo,
428 >        src/applications/simpleBuilder/simpleBuilderCmd.c,
429 >        src/applications/simpleBuilder/simpleBuilderCmd.h: fixing missing
430 >        lattice arguments, adding a builder sample
431 >
432 > 2006-10-10 08:55  gezelter
433 >
434 >        * make/Makefile.in, samples/builders/Makefile,
435 >        samples/builders/lj.md, samples/builders/runMe,
436 >        samples/builders/three_component.md: adding builder samples
437 >
438 > 2006-10-10 07:52  gezelter
439 >
440 >        * src/applications/randomBuilder/randomBuilder.cpp: nearly complete
441 >        rewrite of randomBuilder
442 >
443 > 2006-10-10 07:36  chrisfen
444 >
445 >        * ChangeLog, configure, ac-tools/configure.in,
446 >        src/applications/utilities/affineScale: oops with the affineScale
447 >
448 > 2006-10-10 07:08  chrisfen
449 >
450 >        * src/applications/utilities/: affineScale, affineScale.in,
451 >        solvator, solvator.in, waterBoxer, waterBoxer.in: who needs .in
452 >        files for perl?  using env
453 >
454 > 2006-10-09 19:44  gezelter
455 >
456 >        * src/: applications/randomBuilder/randomBuilder.cpp,
457 >        applications/randomBuilder/randomBuilder.ggo,
458 >        applications/randomBuilder/randomBuilderCmd.c,
459 >        applications/randomBuilder/randomBuilderCmd.h, utils/MoLocator.cpp:
460 >        fixing bugs in randomBuilder
461 >
462 > 2006-10-09 15:16  gezelter
463 >
464 >        * samples/argon/lj.md,
465 >        src/applications/randomBuilder/randomBuilder.cpp,
466 >        src/applications/simpleBuilder/Makefile,
467 >        src/applications/simpleBuilder/randomBuilder.cpp,
468 >        src/applications/simpleBuilder/randomBuilder.ggo,
469 >        src/applications/simpleBuilder/randomBuilderCmd.c,
470 >        src/applications/simpleBuilder/randomBuilderCmd.h: Fixing the
471 >        builders to prepare for OOPSE-4 release
472  
473 + 2006-10-06 14:29  chuckv
474 +
475 +        * src/applications/utilities/mdSplit: Added utility to split dump
476 +        file frames into md files.
477 +
478 + 2006-10-03 15:39  chrisfen
479 +
480 +        * src/applications/utilities/Makefile: forgot to adjust the
481 +        makefile
482 +
483 + 2006-10-03 15:38  chrisfen
484 +
485 +        * src/applications/utilities/: solvator.in, waterBoxer.in: added
486 +        solvator and adjusted waterBoxer
487 +
488 + 2006-10-02 16:54  chrisfen
489 +
490 +        * src/applications/utilities/waterBoxer.in: improvements to
491 +        waterBoxer
492 +
493 + 2006-10-02 16:27  chrisfen
494 +
495 +        * src/applications/utilities/waterBoxer.in: fixed a bug in
496 +        waterBoxer for invalid water names
497 +
498 + 2006-09-26 14:55  gezelter
499 +
500 +        * AUTHORS, README: Starting cleanup for 4.0 release
501 +
502 + 2006-09-26 09:08  gezelter
503 +
504 +        * src/applications/staticProps/: BondOrderParameter.cpp,
505 +        BondOrderParameter.hpp: Cleaned up the code for BondOrderParameter
506 +        and added a bunch of comments.  Fixed a memory leak or ten.
507 +
508 + 2006-09-26 07:33  gezelter
509 +
510 +        * src/applications/staticProps/: BondOrderParameter.cpp,
511 +        BondOrderParameter.hpp: Some efficiency fixes (now computes Wigner
512 +        3-j coefficients only once in the constructor).
513 +
514 + 2006-09-25 18:30  gezelter
515 +
516 +        * src/applications/staticProps/: BondOrderParameter.cpp,
517 +        BondOrderParameter.hpp, StaticProps.cpp, StaticProps.ggo,
518 +        StaticPropsCmd.c, StaticPropsCmd.h: Mostly done with
519 +        BondOrderParameter.  Only a few performance tweaks remain
520 +
521 + 2006-09-25 15:08  gezelter
522 +
523 +        * src/: applications/staticProps/BondOrderParameter.cpp,
524 +        applications/staticProps/BondOrderParameter.hpp,
525 +        applications/staticProps/StaticProps.cpp, brains/SimCreator.cpp,
526 +        math/SphericalHarmonic.cpp: fixing bond order parameter code
527 +
528 + 2006-09-22 15:19  chrisfen
529 +
530 +        * src/: UseTheForce/DarkSide/simulation.F90, brains/SimInfo.cpp,
531 +        brains/fSimulation.h, io/ForceFieldOptions.cpp,
532 +        io/ForceFieldOptions.hpp, io/Globals.cpp, io/Globals.hpp: refined
533 +        the reaction field dielectric passing
534 +
535 + 2006-09-21 18:41  gezelter
536 +
537 +        * src/applications/staticProps/: BondOrderParameter.cpp,
538 +        BondOrderParameter.hpp: bug fixes (still broken, however)
539 +
540 + 2006-09-21 18:36  gezelter
541 +
542 +        * src/applications/staticProps/: BondOrderParameter.cpp,
543 +        BondOrderParameter.hpp: Following Rein ten Wolde article
544 +
545 + 2006-09-21 14:47  gezelter
546 +
547 +        * src/applications/staticProps/: BondOrderParameter.cpp,
548 +        BondOrderParameter.hpp: more bug fixes
549 +
550 + 2006-09-21 13:43  gezelter
551 +
552 +        * src/applications/staticProps/BondOrderParameter.cpp: more changes
553 +        to BOP and SH
554 +
555 + 2006-09-21 11:25  chrisfen
556 +
557 +        * src/: UseTheForce/DarkSide/electrostatic.F90, brains/SimInfo.cpp,
558 +        io/Globals.cpp: fixed the half self term for wolf electrostatics
559 +        and OOPSE now chooses a cutoff radius dependent alpha for damped
560 +        electrostatics
561 +
562 + 2006-09-21 11:04  gezelter
563 +
564 +        * src/applications/staticProps/BondOrderParameter.cpp: Fixed a bug
565 +        in Wl code in BondOrderParameter
566 +
567 + 2006-09-21 07:45  gezelter
568 +
569 +        * src/: applications/staticProps/BondOrderParameter.cpp,
570 +        math/SphericalHarmonic.cpp, math/SphericalHarmonic.hpp: Bugfixes in
571 +        BondOrderParameter and SphericalHarmonic
572 +
573 + 2006-09-20 15:16  gezelter
574 +
575 +        * src/: applications/staticProps/BondOrderParameter.cpp,
576 +        math/Makefile, math/SphericalHarmonic.cpp,
577 +        math/SphericalHarmonic.hpp: added SphericalHarmonics, fixed a few
578 +        problems with BondOrderParameter
579 +
580 + 2006-09-20 13:13  gezelter
581 +
582 +        * src/applications/staticProps/: BondOrderParameter.cpp,
583 +        BondOrderParameter.hpp, GofAngle2.cpp, StaticProps.cpp,
584 +        StaticProps.ggo, StaticPropsCmd.c, StaticPropsCmd.h: fixed bugs
585 +        (mostly in BondOrderParameter)
586 +
587 + 2006-09-19 14:20  gezelter
588 +
589 +        * src/applications/staticProps/: BondOrderParameter.cpp,
590 +        BondOrderParameter.hpp: Adding BondOrderParameter to StaticProps
591 +
592 + 2006-09-19 14:14  gezelter
593 +
594 +        * src/applications/staticProps/: BondOrderParameter.cpp,
595 +        BondOrderParameter.hpp, Makefile, StaticProps.cpp, StaticProps.ggo,
596 +        StaticPropsCmd.c, StaticPropsCmd.h: Working on BondOrderParameter
597 +
598 + 2006-09-18 14:31  chuckv
599 +
600 +        * src/applications/staticProps/: BondOrderParameter.cpp,
601 +        BondOrderParameter.hpp: Latest Version
602 +
603 + 2006-09-08 09:13  gezelter
604 +
605 +        * src/: brains/BlockSnapshotManager.cpp, io/DumpReader.cpp,
606 +        utils/residentMem.c: fixed a DumpReader bug, took out extra
607 +        printing statements in residentMem and BlockSnapshotManager
608 +
609 + 2006-09-04 06:37  gezelter
610 +
611 +        * configure, ac-tools/configure.in,
612 +        src/applications/utilities/Makefile: changing configure script to
613 +        process the new utilities
614 +
615 + 2006-09-01 15:58  chrisfen
616 +
617 +        * src/applications/utilities/waterBoxer.in: added some features to
618 +        waterBoxer
619 +
620 + 2006-09-01 14:08  chrisfen
621 +
622 +        * src/applications/utilities/: Makefile, affineScale.in,
623 +        waterBoxer.in: added the waterBoxer script
624 +
625 + 2006-09-01 12:22  chrisfen
626 +
627 +        * src/applications/utilities/affineScale.in: added comment info
628 +
629 + 2006-09-01 12:16  gezelter
630 +
631 +        * src/: applications/nanoparticleBuilder/nanoparticleBuilder.cpp,
632 +        brains/Register.cpp, integrators/Makefile, integrators/NgammaT.cpp,
633 +        integrators/NgammaT.hpp, io/Globals.cpp: adding NgammaT integrator
634 +
635 + 2006-09-01 11:29  chrisfen
636 +
637 +        * src/applications/utilities/affineScale.in: modified affineScale
638 +        to work with the new OOPSE files
639 +
640 + 2006-09-01 07:15  chrisfen
641 +
642 +        * src/io/: RestReader.cpp, RestWriter.cpp: fixed TI MPI bug
643 +
644 + 2006-08-31 15:34  chrisfen
645 +
646 +        * src/: integrators/VelocityVerletIntegrator.cpp,
647 +        restraints/ThermoIntegrationForceManager.cpp: fixes to zang writing
648 +
649 + 2006-08-31 13:12  chrisfen
650 +
651 +        * samples/alkane/butane.in, samples/alkane/butane.md,
652 +        samples/argon/500.in, samples/argon/500.md, samples/argon/ar864.in,
653 +        samples/argon/ar864.md, samples/argon/argonNVT.in,
654 +        samples/argon/argonNVT.md, samples/cutoff/GB-Ar-max.md,
655 +        samples/cutoff/GB-Ar-mix.md, samples/cutoff/GB-Ar-traditional.md,
656 +        samples/cutoff/cutoff_test.in, samples/cutoff/cutoff_test.md,
657 +        samples/cutoff/gb-ar.in, samples/cutoff/max.md,
658 +        samples/cutoff/mix.md, samples/cutoff/traditional.md,
659 +        samples/dipole/splitInWater.in, samples/dipole/splitInWater.md,
660 +        samples/dipole/split_SSD.in, samples/dipole/split_SSD.md,
661 +        samples/dipole/twoSplitDipole.in, samples/dipole/twoSplitDipole.md,
662 +        samples/gbljtest/2gb.in, samples/gbljtest/2gb.md,
663 +        samples/gbljtest/gb2lj1.in, samples/gbljtest/gb2lj1.md,
664 +        samples/gbljtest/gbRotRoundX.in, samples/gbljtest/gbRotRoundX.md,
665 +        samples/gbljtest/gbRotRoundY.in, samples/gbljtest/gbRotRoundY.md,
666 +        samples/gbljtest/gbRotRoundZ.in, samples/gbljtest/gbRotRoundZ.md,
667 +        samples/lipid/5x5.in, samples/lipid/5x5.md,
668 +        samples/metals/EAM/Au_bulk.in, samples/metals/EAM/Au_bulk_FBD.md,
669 +        samples/metals/EAM/Au_bulk_voter.md,
670 +        samples/metals/EAM/nanoparticle/Au-Core-Ag-Shell_Nanoparticle.in,
671 +        samples/metals/EAM/nanoparticle/Au-Core-Ag-Shell_Nanoparticle.md,
672 +        samples/metals/EAM/nanoparticle/Au_nanoparticle.in,
673 +        samples/metals/EAM/nanoparticle/Au_nanoparticle.md,
674 +        samples/metals/EAM/nanorod/Au_nanoparticle.in,
675 +        samples/metals/EAM/nanorod/Au_nanoparticle_FCC.md,
676 +        samples/metals/Sutton-Chen/Au_bulk.in,
677 +        samples/metals/Sutton-Chen/Au_bulk_QSC.md,
678 +        samples/metals/Sutton-Chen/Au_bulk_SC.md,
679 +        samples/minimizer/WATER.frc, samples/minimizer/ssdEM.in,
680 +        samples/minimizer/ssdEM.md, samples/minimizer/tip4p_two.md,
681 +        samples/thermoIntegration/liquid/ssde.in,
682 +        samples/thermoIntegration/liquid/ssde.md,
683 +        samples/thermoIntegration/solid/ssde.in,
684 +        samples/thermoIntegration/solid/ssde.md, samples/water/dimer/cl.in,
685 +        samples/water/dimer/cl.md, samples/water/dimer/mix.in,
686 +        samples/water/dimer/mix.md, samples/water/dimer/mix2.in,
687 +        samples/water/dimer/mix2.md, samples/water/dimer/ssd.in,
688 +        samples/water/dimer/ssd.md, samples/water/dimer/tap.in,
689 +        samples/water/dimer/tap.md, samples/water/dimer/two.in,
690 +        samples/water/dimer/two.md, samples/water/spce/spce.in,
691 +        samples/water/spce/spce.md, samples/water/ssd/ssd.in,
692 +        samples/water/ssd/ssd.md, samples/water/ssd-ion/ssd-ion.md,
693 +        samples/water/ssd-ion/ssdCl.in, samples/water/ssd-ion/ssdCl.md,
694 +        samples/water/ssde/ssde.in, samples/water/ssde/ssde.md,
695 +        samples/water/ssdrf/ssdrf.in, samples/water/ssdrf/ssdrf.md,
696 +        samples/water/tap/tap.in, samples/water/tap/tap.md,
697 +        samples/water/tip3p_ice/tp3.in, samples/water/tip3p_ice/tp3.md,
698 +        samples/water/tip4p/tp4.in, samples/water/tip4p/tp4.md,
699 +        samples/zcons/zconsFixed.in, samples/zcons/zconsFixed.md,
700 +        samples/zcons/zconsMoving.in, samples/zcons/zconsMoving.md,
701 +        src/restraints/ThermoIntegrationForceManager.cpp: converted samples
702 +        over to the OOPSE-4 file format
703 +        
704 +        Fixed an MPI bug in thermodynamic integration
705 +
706 + 2006-08-30 14:13  gezelter
707 +
708 +        * src/applications/hydrodynamics/Hydro.cpp: removed extra file in
709 +        Hydro.cpp
710 +
711 + 2006-08-30 14:04  gezelter
712 +
713 +        * src/: applications/dump2Xyz/Dump2XYZ.cpp,
714 +        applications/dynamicProps/DynamicProps.cpp,
715 +        applications/staticProps/StaticProps.cpp,
716 +        applications/utilities/dumpConverter, openbabel/oopseformat.cpp:
717 +        Changing utility programs to use the new file format
718 +
719 + 2006-08-30 13:33  gezelter
720 +
721 +        * src/: brains/SimCreator.cpp, io/DumpReader.cpp,
722 +        io/DumpWriter.cpp: fixed some bugs in DumpWriter, eliminated some
723 +        extra printing of debugging information
724 +
725 + 2006-08-30 11:42  tim
726 +
727 +        * configure, ac-tools/OOPSE.m4, forceFields/Au.u3.funcfl,
728 +        forceFields/Ni.u3.funcfl, samples/argon/lj.md,
729 +        src/brains/Register.cpp, src/brains/SimCreator.cpp,
730 +        src/brains/SimCreator.hpp, src/brains/SimInfo.cpp,
731 +        src/brains/SimInfo.hpp, src/io/DumpReader.cpp,
732 +        src/io/DumpReader.hpp, src/io/DumpWriter.cpp,
733 +        src/io/DumpWriter.hpp, src/io/Globals.cpp, src/io/Globals.hpp,
734 +        src/mdParser/SimplePreprocessor.hpp, src/openbabel/Makefile,
735 +        src/openbabel/oopseformat.cpp, src/primitives/StuntDouble.cpp,
736 +        src/primitives/StuntDouble.hpp, src/utils/StringUtils.cpp,
737 +        src/utils/StringUtils.hpp: Massive changes preparing for release of
738 +        OOPSE-4: The main difference is that the new MD file format (.md,
739 +        .dump, .eor) now contains meta-data information along with the
740 +        configuration information.
741 +
742 + 2006-08-24 10:42  xsun
743 +
744 +        * src/io/Globals.cpp: change the globals.cpp to make sure we can
745 +        set targetPressure and surfaceTension to be negative.
746 +
747 + 2006-08-14 13:32  chrisfen
748 +
749 +        * src/UseTheForce/DarkSide/electrostatic.F90: fixed an ordering
750 +        issue in quadrupole-charge interactions
751 +
752 + 2006-08-02 12:40  gezelter
753 +
754 +        * make/Makefile.in, samples/water/ssde/ssde.md, src/config.h.in,
755 +        src/antlr/Makefile, src/applications/atom2md/atom2md.cpp,
756 +        src/brains/Snapshot.cpp, src/brains/Snapshot.hpp,
757 +        src/openbabel/Makefile, src/openbabel/oopseformat.cpp,
758 +        src/openbabel/oopseformat.hpp: starting change of file formats
759 +
760 + 2006-08-02 11:06  gezelter
761 +
762 +        * src/applications/: atom2md/Makefile, atom2md/atom2md.cpp,
763 +        atom2mdin/Makefile, atom2mdin/atom2mdin.cpp: Changing atom2mdin
764 +        into atom2md to reflect new unified file format
765 +
766 + 2006-07-27 14:02  chrisfen
767 +
768 +        * src/applications/utilities/dumpConverter: fixed a pvf bug
769 +
770 + 2006-07-27 13:36  tim
771 +
772 +        * src/applications/utilities/dumpConverter: fixed dumpConverter
773 +        problems
774 +
775 + 2006-07-27 12:05  gezelter
776 +
777 +        * src/applications/utilities/dumpConverter: added dumpConverter
778 +
779 + 2006-07-26 14:45  gezelter
780 +
781 +        * make/Makefile.in: removed shapes sample
782 +
783 + 2006-07-26 14:45  gezelter
784 +
785 +        * src/applications/utilities/affineScale.in: fixed a spelling bug
786 +
787 + 2006-07-26 14:01  gezelter
788 +
789 +        * configure: added perl interpreter to affineScale script
790 +
791 + 2006-07-26 14:01  gezelter
792 +
793 +        * ac-tools/configure.in: added perl substitution for affineScale
794 +        script
795 +
796 + 2006-07-26 14:00  gezelter
797 +
798 +        * make/Makefile.in: added install target for scripts
799 +
800 + 2006-07-26 14:00  gezelter
801 +
802 +        * src/applications/utilities/: Makefile, affineScale.in: Adding a
803 +        directory for scripts Adding affineScale script
804 +
805 + 2006-07-24 07:51  xsun
806 +
807 +        * src/UseTheForce/DarkSide/gb.F90: fixed a getSigma bug
808 +
809 + 2006-07-19 05:46  chrisfen
810 +
811 +        * samples/: thermoIntegration/liquid/water.md,
812 +        thermoIntegration/solid/water.md, water/dimer/water.md,
813 +        water/spce/water.md, water/ssd/water.md, water/ssd-ion/water.md,
814 +        water/ssde/water.md, water/ssdrf/water.md, water/tap/water.md,
815 +        water/tip3p_ice/water.md, water/tip4p/water.md: Added tred to
816 +        sample water.md files
817 +
818 + 2006-07-19 05:35  chrisfen
819 +
820 +        * src/visitors/: AtomVisitor.cpp, AtomVisitor.hpp,
821 +        RigidBodyVisitor.cpp, RigidBodyVisitor.hpp: Added TRED water
822 +        visitor for Dump2XYZ visualization
823 +
824 + 2006-07-19 05:33  chrisfen
825 +
826 +        * forceFields/DUFF2.frc: Added TRED parameters to forcefield
827 +
828 + 2006-07-17 11:13  xsun
829 +
830 +        * src/UseTheForce/DarkSide/gb.F90: fixed d / sigma0 confusion
831 +
832 + 2006-07-15 19:48  gezelter
833 +
834 +        * src/io/ForceFieldOptions.cpp: testing commit logger
835 +
836 + 2006-07-15 19:46  gezelter
837 +
838 +        * src/io/ForceFieldOptions.cpp: removed printing of GBN and GBM
839 +        from previous debugging
840 +
841 + 2006-07-14 07:47  xsun
842 +
843 +        * configure, ac-tools/OOPSE.m4: Fixed a bug in the fftw part of the
844 +        configure script.
845 +
846 + 2006-07-07 12:44  gezelter
847 +
848 +        * configure, ac-tools/configure.in, samples/gbljtest/2gb.md,
849 +        src/UseTheForce/DarkSide/gb.F90: removed icc from C++ search lines,
850 +        did some formatting work on GB module, mucked around with a GB
851 +        example
852 +
853 + 2006-07-07 07:18  chuckv
854 +
855 +        * src/applications/staticProps/: BondOrderParameter.cpp,
856 +        BondOrderParameter.hpp: Adding more changes to orientational bond
857 +        order parameter.
858 +
859 + 2006-07-03 12:40  chuckv
860 +
861 +        * src/math/Wigner3jm.F90: Added utility function to winger3jm from
862 +        slatac.
863 +
864 + 2006-07-03 07:06  chrisfen
865 +
866 +        * src/UseTheForce/DarkSide/mpole.F90: Added the multipole
867 +        interaction routine.  It doesn't work yet, so it's not included in
868 +        the build.
869 +
870 + 2006-07-03 06:18  chrisfen
871 +
872 +        * src/: UseTheForce/doForces.F90,
873 +        UseTheForce/doForces_interface.F90,
874 +        UseTheForce/doForces_interface.h,
875 +        UseTheForce/DarkSide/electrostatic.F90,
876 +        UseTheForce/DarkSide/simulation.F90, brains/ForceManager.cpp,
877 +        brains/SimInfo.cpp, brains/SimInfo.hpp, brains/Stats.cpp,
878 +        brains/Stats.hpp, brains/Thermo.cpp, brains/Thermo.hpp,
879 +        brains/fSimulation.h, integrators/VelocityVerletIntegrator.cpp,
880 +        io/Globals.cpp, io/Globals.hpp,
881 +        restraints/ThermoIntegrationForceManager.cpp: Added simulation box
882 +        dipole moment accumulation for the purposes of calculating
883 +        dielectric constants
884 +
885 + 2006-07-01 15:27  kdaily
886 +
887 +        * src/UseTheForce/DarkSide/gb.F90: fixed forces and torques for GB
888 +
889 + 2006-06-28 07:35  chrisfen
890 +
891 +        * src/io/: DumpReader.cpp, RestReader.cpp, RestReader.hpp: more
892 +        efficient file reading for thermodynamic integration, and fixed
893 +        some formatting
894 +
895 + 2006-06-27 09:36  chuckv
896 +
897 +        * src/applications/staticProps/: BondOrderParameter.cpp,
898 +        BondOrderParameter.hpp: Beginnings of a order parameter.
899 +
900 + 2006-06-27 09:19  chuckv
901 +
902 +        * src/applications/staticProps/: BondOrderParameter.cpp,
903 +        BondOrderParameter.hpp: Adding code for bond orientational
904 +        parameters.
905 +
906 + 2006-06-22 08:21  chrisfen
907 +
908 +        * src/: applications/oopse/oopse.cpp, integrators/Integrator.cpp,
909 +        integrators/VelocityVerletIntegrator.cpp, io/RestWriter.cpp,
910 +        io/RestWriter.hpp, restraints/ThermoIntegrationForceManager.cpp:
911 +        MPI thermodynamic integration works now.
912 +
913 + 2006-06-21 11:28  chrisfen
914 +
915 +        * src/visitors/AtomVisitor.cpp: fixed a build problem...
916 +        GB_12b_ratio no longer exists (replaced with BG_l).
917 +
918 + 2006-06-19 10:55  chuckv
919 +
920 +        * src/math/: Makefile, Wigner3jm.F90, Wigner3jm_interface.h: Added
921 +        support for Winger3jm coefficients.
922 +
923 + 2006-06-18 18:36  chrisfen
924 +
925 +        * src/: io/RestReader.cpp, io/RestWriter.cpp,
926 +        restraints/ThermoIntegrationForceManager.cpp: fixes for mpi
927 +        thermodynamic integration, close to fully working...
928 +
929 + 2006-06-17 10:02  tim
930 +
931 +        * src/visitors/AtomVisitor.cpp: output the principle axis of GB
932 +
933 + 2006-06-15 11:38  gezelter
934 +
935 +        * configure, ac-tools/OOPSE.m4, ac-tools/configure.in,
936 +        samples/water/tip4p/tp4.md: added mpi compilers, demoted pg
937 +        compilers after pathscale
938 +
939 + 2006-06-09 11:26  chrisfen
940 +
941 +        * src/UseTheForce/DarkSide/electrostatic.F90: reformulated some of
942 +        the electrostatics
943 +
944 + 2006-06-07 15:49  chrisfen
945 +
946 +        * samples/water/ssd/ssd.md,
947 +        src/UseTheForce/DarkSide/electrostatic.F90: damping now works for
948 +        charge-quadrupole and dipole-dipole
949 +
950 + 2006-06-07 11:05  chrisfen
951 +
952 +        * src/: UseTheForce/DarkSide/simParallel.F90, io/RestReader.cpp:
953 +        Fixed a spelling error and a bug in MPI Thermodynamic Integration
954 +        on file read-in
955 +
956 + 2006-06-06 11:26  chrisfen
957 +
958 +        * src/io/: DumpReader.cpp, MultipoleAtomTypesSectionParser.cpp:
959 +        fixed some typos
960 +
961 + 2006-06-06 10:43  gezelter
962 +
963 +        * forceFields/DUFF2.frc, samples/gbljtest/2gb.in,
964 +        samples/gbljtest/2gb.md, samples/gbljtest/gb.md,
965 +        samples/gbljtest/gb2lj1.in, samples/gbljtest/gb2lj1.md,
966 +        samples/gbljtest/gbRotRoundX.in, samples/gbljtest/gbRotRoundX.md,
967 +        samples/gbljtest/gbRotRoundY.in, samples/gbljtest/gbRotRoundY.md,
968 +        samples/gbljtest/gbRotRoundZ.in, samples/gbljtest/gbRotRoundZ.md,
969 +        src/UseTheForce/DarkSide/gb.F90,
970 +        src/integrators/LDForceManager.cpp,
971 +        src/integrators/LDForceManager.hpp, src/io/ForceFieldOptions.cpp,
972 +        src/utils/interpolation.F90, src/visitors/AtomVisitor.hpp: testing
973 +        GB, removing CM drift in Langevin Dynamics, fixing a memory leak,
974 +        adding a visitor
975 +
976 + 2006-06-05 11:44  gezelter
977 +
978 +        * src/UseTheForce/DarkSide/: fForceOptions.F90, gb.F90: Added
979 +        methods to access GB_mu and GB_nu from the force field options
980 +
981 + 2006-06-05 11:24  gezelter
982 +
983 +        * forceFields/DUFF2.frc, src/UseTheForce/DUFF.cpp,
984 +        src/UseTheForce/doForces.F90, src/UseTheForce/fForceOptions.h,
985 +        src/UseTheForce/DarkSide/gb.F90,
986 +        src/UseTheForce/DarkSide/gb_interface.F90,
987 +        src/UseTheForce/DarkSide/gb_interface.h,
988 +        src/applications/hydrodynamics/AnalyticalModel.cpp,
989 +        src/applications/hydrodynamics/ApproximationModel.cpp,
990 +        src/applications/hydrodynamics/ApproximationModel.hpp,
991 +        src/applications/hydrodynamics/CompositeShape.cpp,
992 +        src/applications/hydrodynamics/CompositeShape.hpp,
993 +        src/applications/hydrodynamics/HydrodynamicsModel.cpp,
994 +        src/applications/hydrodynamics/HydrodynamicsModel.hpp,
995 +        src/applications/hydrodynamics/ShapeBuilder.cpp,
996 +        src/hydrodynamics/Ellipsoid.cpp, src/hydrodynamics/Ellipsoid.hpp,
997 +        src/hydrodynamics/HydroProp.cpp, src/hydrodynamics/HydroProp.hpp,
998 +        src/hydrodynamics/Makefile, src/hydrodynamics/Shape.hpp,
999 +        src/hydrodynamics/Sphere.cpp, src/hydrodynamics/Sphere.hpp,
1000 +        src/integrators/LDForceManager.cpp,
1001 +        src/integrators/LDForceManager.hpp, src/io/ForceFieldOptions.cpp,
1002 +        src/io/ForceFieldOptions.hpp,
1003 +        src/io/GayBerneAtomTypesSectionParser.cpp,
1004 +        src/io/GayBerneAtomTypesSectionParser.hpp,
1005 +        src/types/DirectionalAtomType.cpp,
1006 +        src/types/DirectionalAtomType.hpp, src/utils/HydroProps.hpp:
1007 +        Massive changes for GB code with multiple ellipsoid types (a la
1008 +        Cleaver's paper).
1009 +        
1010 +        Also, changes in hydrodynamics code to make HydroProp a somewhat
1011 +        smarter class (rather than just a struct).
1012 +
1013 + 2006-06-01 11:06  xsun
1014 +
1015 +        * src/applications/staticProps/: Makefile, RippleOP.cpp,
1016 +        RippleOP.hpp, StaticProps.cpp, StaticProps.ggo, StaticPropsCmd.c,
1017 +        StaticPropsCmd.h: Add the RippleOP to calculate the orderparameter
1018 +        of the ripples.
1019 +
1020 + 2006-05-25 14:40  chrisfen
1021 +
1022 +        * forceFields/DUFF2.frc, samples/thermoIntegration/liquid/water.md,
1023 +        samples/thermoIntegration/solid/water.md,
1024 +        samples/water/dimer/water.md, samples/water/spce/water.md,
1025 +        samples/water/ssd/water.md, samples/water/ssd-ion/water.md,
1026 +        samples/water/ssde/water.md, samples/water/ssdrf/water.md,
1027 +        samples/water/tap/water.md, samples/water/tip3p_ice/water.md,
1028 +        samples/water/tip4p/water.md, src/io/Globals.cpp: Added TIP5P-E and
1029 +        fixed a bug for Thermodynamic integration (you can now have a
1030 +        lambda of 0)
1031 +
1032 + 2006-05-25 10:02  tim
1033 +
1034 +        * src/applications/hydrodynamics/ApproximationModel.cpp: Fix a type
1035 +        promotion problem
1036 +
1037 + 2006-05-25 09:27  tim
1038 +
1039 +        * src/applications/hydrodynamics/: AnalyticalModel.hpp,
1040 +        ApproximationModel.cpp, Hydro.cpp, HydrodynamicsModel.hpp: replace
1041 +        double with RealType
1042 +
1043 + 2006-05-25 08:27  gezelter
1044 +
1045 +        * configure: What?
1046 +
1047 + 2006-05-25 08:24  gezelter
1048 +
1049 +        * ac-tools/OOPSE.m4: more changes
1050 +
1051 + 2006-05-25 08:19  gezelter
1052 +
1053 +        * configure, ac-tools/OOPSE.m4: more changes for MPICH with
1054 +        profiling libraries required
1055 +
1056 + 2006-05-25 07:54  gezelter
1057 +
1058 +        * configure, ac-tools/OOPSE.m4: MPI stuff
1059 +
1060 + 2006-05-24 11:31  gezelter
1061 +
1062 +        * configure, ac-tools/OOPSE.m4, src/config.h.in,
1063 +        src/applications/hydrodynamics/AnalyticalModel.cpp,
1064 +        src/applications/hydrodynamics/AnalyticalModel.hpp,
1065 +        src/applications/hydrodynamics/ApproximationModel.cpp,
1066 +        src/applications/hydrodynamics/ApproximationModel.hpp,
1067 +        src/applications/hydrodynamics/CompositeShape.cpp,
1068 +        src/applications/hydrodynamics/CompositeShape.hpp,
1069 +        src/applications/hydrodynamics/Ellipsoid.cpp,
1070 +        src/applications/hydrodynamics/Ellipsoid.hpp,
1071 +        src/applications/hydrodynamics/Hydro.cpp,
1072 +        src/applications/hydrodynamics/HydrodynamicsModel.cpp,
1073 +        src/applications/hydrodynamics/HydrodynamicsModel.hpp,
1074 +        src/applications/hydrodynamics/RoughShell.cpp,
1075 +        src/applications/hydrodynamics/RoughShell.hpp,
1076 +        src/applications/hydrodynamics/Shape.hpp,
1077 +        src/applications/hydrodynamics/ShapeBuilder.cpp,
1078 +        src/applications/hydrodynamics/ShapeBuilder.hpp,
1079 +        src/applications/hydrodynamics/Spheric.cpp,
1080 +        src/applications/hydrodynamics/Spheric.hpp: fixes for Hydrodynamics
1081 +
1082 + 2006-05-24 09:18  tim
1083 +
1084 +        * src/integrators/LDForceManager.cpp: fix a bug in parsing
1085 +        HydroProp file
1086 +
1087 + 2006-05-24 08:24  gezelter
1088 +
1089 +        * src/integrators/LDForceManager.cpp: Fixed a bug when spherical
1090 +        boundary conditions were off.
1091 +
1092 + 2006-05-23 14:12  xsun
1093 +
1094 +        * src/applications/staticProps/Hxy.cpp: fixed an initialization bug
1095 +        of Hxy.cpp.
1096 +
1097 + 2006-05-23 11:46  tim
1098 +
1099 +        * src/applications/dump2Xyz/Dump2XYZ.cpp: wrapping back to PBC by
1100 +        molecule instead of by individual atom
1101 +
1102 + 2006-05-22 08:30  xsun
1103 +
1104 +        * src/applications/staticProps/: Hxy.cpp, Hxy.hpp, StaticProps.ggo,
1105 +        StaticPropsCmd.c, StaticPropsCmd.h: fixed the bugs of Hxy.cpp.
1106 +
1107 + 2006-05-19 14:26  chrisfen
1108 +
1109 +        * ChangeLog, src/io/DumpWriter.cpp: Last bug showed up in 2 places,
1110 +        fixed the other one.
1111 +
1112 + 2006-05-19 13:45  tim
1113 +
1114 +        * src/io/DumpWriter.cpp: Fix a bug of printing empty line in
1115 +        DumpWriter
1116 +
1117 + 2006-05-19 08:11  tim
1118 +
1119 +        * make/Makefile.in: change the order of include path and library
1120 +        path
1121 +
1122 + 2006-05-17 14:51  tim
1123 +
1124 +        * ChangeLog, samples/water/ssd/ssd.md, src/config.h.in,
1125 +        src/UseTheForce/EAM_FF.cpp, src/UseTheForce/EAM_FF.hpp,
1126 +        src/UseTheForce/ForceField.cpp, src/UseTheForce/ForceField.hpp,
1127 +        src/UseTheForce/SHAPES_FF.cpp, src/UseTheForce/SHAPES_FF.hpp,
1128 +        src/UseTheForce/doForces_interface.h,
1129 +        src/UseTheForce/fForceOptions.h,
1130 +        src/UseTheForce/DarkSide/eam_interface.h,
1131 +        src/UseTheForce/DarkSide/electrostatic_interface.h,
1132 +        src/UseTheForce/DarkSide/gb_interface.h,
1133 +        src/UseTheForce/DarkSide/lj_interface.h,
1134 +        src/UseTheForce/DarkSide/shapes_interface.h,
1135 +        src/UseTheForce/DarkSide/simulation_interface.h,
1136 +        src/UseTheForce/DarkSide/sticky_interface.h,
1137 +        src/UseTheForce/DarkSide/suttonchen_interface.h,
1138 +        src/applications/dynamicProps/CrossTimeCorrFunc.cpp,
1139 +        src/applications/dynamicProps/CrossTimeCorrFunc.hpp,
1140 +        src/applications/dynamicProps/DipoleCorrFunc.cpp,
1141 +        src/applications/dynamicProps/DipoleCorrFunc.hpp,
1142 +        src/applications/dynamicProps/LegendreCorrFunc.cpp,
1143 +        src/applications/dynamicProps/LegendreCorrFunc.hpp,
1144 +        src/applications/dynamicProps/ParticleTimeCorrFunc.cpp,
1145 +        src/applications/dynamicProps/ParticleTimeCorrFunc.hpp,
1146 +        src/applications/dynamicProps/RCorrFunc.cpp,
1147 +        src/applications/dynamicProps/RCorrFunc.hpp,
1148 +        src/applications/dynamicProps/TimeCorrFunc.hpp,
1149 +        src/applications/dynamicProps/VCorrFunc.cpp,
1150 +        src/applications/dynamicProps/VCorrFunc.hpp,
1151 +        src/applications/hydrodynamics/Makefile,
1152 +        src/applications/nanoRodBuilder/GeometryBuilder.cpp,
1153 +        src/applications/nanoRodBuilder/GeometryBuilder.hpp,
1154 +        src/applications/nanoRodBuilder/nanorodBuilder.cpp,
1155 +        src/applications/randomBuilder/randomBuilder.cpp,
1156 +        src/applications/simpleBuilder/randomBuilder.cpp,
1157 +        src/applications/staticProps/DensityPlot.cpp,
1158 +        src/applications/staticProps/DensityPlot.hpp,
1159 +        src/applications/staticProps/GofAngle2.cpp,
1160 +        src/applications/staticProps/GofAngle2.hpp,
1161 +        src/applications/staticProps/GofR.cpp,
1162 +        src/applications/staticProps/GofR.hpp,
1163 +        src/applications/staticProps/GofRAngle.cpp,
1164 +        src/applications/staticProps/GofRAngle.hpp,
1165 +        src/applications/staticProps/GofXyz.cpp,
1166 +        src/applications/staticProps/GofXyz.hpp,
1167 +        src/applications/staticProps/Hxy.cpp,
1168 +        src/applications/staticProps/Hxy.hpp,
1169 +        src/applications/staticProps/P2OrderParameter.cpp,
1170 +        src/applications/staticProps/P2OrderParameter.hpp,
1171 +        src/applications/staticProps/RhoZ.cpp,
1172 +        src/applications/staticProps/RhoZ.hpp,
1173 +        src/applications/staticProps/SCDOrderParameter.cpp,
1174 +        src/applications/staticProps/SCDOrderParameter.hpp,
1175 +        src/applications/staticProps/StaticProps.cpp,
1176 +        src/brains/BlockSnapshotManager.cpp, src/brains/DataStorage.cpp,
1177 +        src/brains/DataStorage.hpp, src/brains/ForceManager.cpp,
1178 +        src/brains/SimCreator.cpp, src/brains/SimInfo.cpp,
1179 +        src/brains/SimInfo.hpp, src/brains/Snapshot.cpp,
1180 +        src/brains/Snapshot.hpp, src/brains/Stats.hpp,
1181 +        src/brains/Thermo.cpp, src/brains/Thermo.hpp,
1182 +        src/brains/fSimulation.h, src/constraints/ConstraintElem.hpp,
1183 +        src/constraints/ConstraintPair.hpp, src/constraints/Rattle.cpp,
1184 +        src/constraints/Rattle.hpp, src/constraints/ZconsStruct.hpp,
1185 +        src/constraints/ZconstraintForceManager.cpp,
1186 +        src/constraints/ZconstraintForceManager.hpp,
1187 +        src/hydrodynamics/Ellipsoid.cpp, src/hydrodynamics/Ellipsoid.hpp,
1188 +        src/hydrodynamics/Shape.hpp, src/hydrodynamics/Sphere.cpp,
1189 +        src/hydrodynamics/Sphere.hpp, src/integrators/DLM.cpp,
1190 +        src/integrators/DLM.hpp, src/integrators/Integrator.hpp,
1191 +        src/integrators/LDForceManager.cpp,
1192 +        src/integrators/LDForceManager.hpp,
1193 +        src/integrators/LangevinDynamics.cpp,
1194 +        src/integrators/LangevinDynamics.hpp, src/integrators/NPAT.cpp,
1195 +        src/integrators/NPAT.hpp, src/integrators/NPT.cpp,
1196 +        src/integrators/NPT.hpp, src/integrators/NPTf.cpp,
1197 +        src/integrators/NPTf.hpp, src/integrators/NPTi.cpp,
1198 +        src/integrators/NPTi.hpp, src/integrators/NPTxyz.cpp,
1199 +        src/integrators/NPTxyz.hpp, src/integrators/NPrT.cpp,
1200 +        src/integrators/NPrT.hpp, src/integrators/NVE.cpp,
1201 +        src/integrators/NVE.hpp, src/integrators/NVT.cpp,
1202 +        src/integrators/NVT.hpp, src/integrators/RotationAlgorithm.hpp,
1203 +        src/integrators/Velocitizer.cpp, src/integrators/Velocitizer.hpp,
1204 +        src/integrators/VelocityVerletIntegrator.cpp,
1205 +        src/integrators/VelocityVerletIntegrator.hpp,
1206 +        src/io/AtomTypesSectionParser.cpp,
1207 +        src/io/BendTypesSectionParser.cpp,
1208 +        src/io/BondTypesSectionParser.cpp,
1209 +        src/io/ChargeAtomTypesSectionParser.cpp,
1210 +        src/io/DirectionalAtomTypesSectionParser.cpp,
1211 +        src/io/DumpReader.cpp, src/io/DumpWriter.cpp,
1212 +        src/io/EAMAtomTypesSectionParser.cpp,
1213 +        src/io/EAMAtomTypesSectionParser.hpp, src/io/ForceFieldOptions.hpp,
1214 +        src/io/Globals.hpp, src/io/MultipoleAtomTypesSectionParser.cpp,
1215 +        src/io/RestReader.cpp, src/io/RestReader.hpp,
1216 +        src/io/RestWriter.cpp, src/io/TorsionTypesSectionParser.cpp,
1217 +        src/io/ZConsReader.hpp, src/io/ZConsWriter.cpp,
1218 +        src/lattice/CubicLattice.cpp, src/lattice/CubicLattice.hpp,
1219 +        src/lattice/FCCLattice.cpp, src/lattice/Lattice.cpp,
1220 +        src/lattice/Lattice.hpp, src/lattice/shapedLattice.cpp,
1221 +        src/lattice/shapedLattice.hpp, src/math/ChebyshevPolynomials.hpp,
1222 +        src/math/CholeskyDecomposition.hpp,
1223 +        src/math/LegendrePolynomial.cpp, src/math/LegendrePolynomial.hpp,
1224 +        src/math/MatVec3.c, src/math/MatVec3.h,
1225 +        src/math/MersenneTwister.hpp, src/math/Polynomial.hpp,
1226 +        src/math/Quaternion.hpp, src/math/RandNumGen.hpp,
1227 +        src/math/RealSphericalHarmonic.cpp,
1228 +        src/math/RealSphericalHarmonic.hpp, src/math/SquareMatrix.hpp,
1229 +        src/math/SquareMatrix3.hpp, src/math/Vector.hpp,
1230 +        src/math/Vector3.hpp, src/mdParser/MDTreeParser.cpp,
1231 +        src/mdParser/MDTreeParser.g, src/mdParser/MDTreeParser.hpp,
1232 +        src/minimizers/CGFamilyMinimizer.cpp,
1233 +        src/minimizers/CGFamilyMinimizer.hpp, src/minimizers/Minimizer.cpp,
1234 +        src/minimizers/Minimizer.hpp,
1235 +        src/minimizers/MinimizerParameterSet.hpp, src/minimizers/PRCG.cpp,
1236 +        src/minimizers/SDMinimizer.cpp, src/minimizers/SDMinimizer.hpp,
1237 +        src/primitives/Atom.cpp, src/primitives/Atom.hpp,
1238 +        src/primitives/Bend.cpp, src/primitives/Bend.hpp,
1239 +        src/primitives/Bond.hpp, src/primitives/CutoffGroup.hpp,
1240 +        src/primitives/DirectionalAtom.cpp,
1241 +        src/primitives/DirectionalAtom.hpp, src/primitives/GhostBend.cpp,
1242 +        src/primitives/GhostBend.hpp, src/primitives/GhostTorsion.cpp,
1243 +        src/primitives/GhostTorsion.hpp, src/primitives/Molecule.cpp,
1244 +        src/primitives/Molecule.hpp, src/primitives/RigidBody.cpp,
1245 +        src/primitives/RigidBody.hpp, src/primitives/StuntDouble.hpp,
1246 +        src/primitives/Torsion.cpp, src/primitives/Torsion.hpp,
1247 +        src/primitives/UreyBradleyBend.cpp,
1248 +        src/primitives/UreyBradleyBend.hpp, src/profiling/mdProfile.cpp,
1249 +        src/restraints/Restraints.cpp, src/restraints/Restraints.hpp,
1250 +        src/restraints/ThermoIntegrationForceManager.hpp,
1251 +        src/selection/DistanceFinder.cpp, src/selection/DistanceFinder.hpp,
1252 +        src/selection/SelectionEvaluator.cpp,
1253 +        src/selection/SelectionEvaluator.hpp, src/types/AtomStamp.cpp,
1254 +        src/types/AtomStamp.hpp, src/types/AtomType.cpp,
1255 +        src/types/AtomType.hpp, src/types/AtomTypeProperties.h,
1256 +        src/types/BendType.hpp, src/types/BondType.hpp,
1257 +        src/types/CharmmTorsionType.hpp, src/types/CubicBendType.hpp,
1258 +        src/types/CubicBondType.hpp, src/types/CubicTorsionType.hpp,
1259 +        src/types/DirectionalAtomType.cpp,
1260 +        src/types/DirectionalAtomType.hpp, src/types/FixedBondType.hpp,
1261 +        src/types/HarmonicBendType.hpp, src/types/HarmonicBondType.hpp,
1262 +        src/types/MorseBondType.hpp, src/types/OplsTorsionType.hpp,
1263 +        src/types/PolynomialBendType.hpp, src/types/PolynomialBondType.hpp,
1264 +        src/types/PolynomialTorsionType.hpp, src/types/QuarticBendType.hpp,
1265 +        src/types/QuarticBondType.hpp, src/types/QuarticTorsionType.hpp,
1266 +        src/types/ShapeAtomType.cpp, src/types/ShapeAtomType.hpp,
1267 +        src/types/TorsionType.hpp, src/types/UreyBradleyBendType.hpp,
1268 +        src/types/ZconsStamp.hpp, src/utils/Algorithm.hpp,
1269 +        src/utils/GenericData.hpp, src/utils/MoLocator.cpp,
1270 +        src/utils/MoLocator.hpp, src/utils/NumericConstant.hpp,
1271 +        src/utils/OOPSEConstant.hpp, src/utils/ParameterManager.hpp,
1272 +        src/utils/StringTokenizer.cpp, src/utils/StringTokenizer.hpp,
1273 +        src/utils/Utility.hpp, src/utils/physmem.c, src/utils/physmem.h,
1274 +        src/utils/residentMem.c, src/utils/residentMem.h,
1275 +        src/visitors/ZconsVisitor.cpp, src/visitors/ZconsVisitor.hpp:
1276 +        Adding single precision capabilities to c++ side
1277 +
1278 + 2006-05-17 12:54  gezelter
1279 +
1280 +        * configure, ac-tools/configure.in, make/Makefile.in,
1281 +        src/UseTheForce/doForces.F90,
1282 +        src/UseTheForce/DarkSide/neighborLists.F90,
1283 +        src/UseTheForce/DarkSide/shapes.F90,
1284 +        src/UseTheForce/DarkSide/simParallel.F90,
1285 +        src/UseTheForce/DarkSide/simulation_interface.F90,
1286 +        src/utils/definitions.F90: Adding single precision capabilities to
1287 +        the fortran side
1288 +
1289 + 2006-05-17 09:10  gezelter
1290 +
1291 +        * configure, ac-tools/configure.in, src/config.h.in: adding
1292 +        --enable-single to configure script
1293 +
1294 + 2006-05-17 08:37  gezelter
1295 +
1296 +        * ac-tools/aclocal.m4, src/UseTheForce/doForces.F90,
1297 +        src/UseTheForce/DarkSide/LJ.F90, src/UseTheForce/DarkSide/eam.F90,
1298 +        src/UseTheForce/DarkSide/electrostatic.F90,
1299 +        src/UseTheForce/DarkSide/electrostatic_interface.F90,
1300 +        src/UseTheForce/DarkSide/gb.F90,
1301 +        src/UseTheForce/DarkSide/lj_interface.F90,
1302 +        src/UseTheForce/DarkSide/shapes.F90,
1303 +        src/UseTheForce/DarkSide/sticky.F90,
1304 +        src/UseTheForce/DarkSide/suttonchen.F90,
1305 +        src/UseTheForce/DarkSide/suttonchen_interface.F90,
1306 +        src/UseTheForce/DarkSide/switcheroo.F90, src/math/derfc.F90,
1307 +        src/math/erfc.F90, src/utils/interpolation.F90: Getting fortran
1308 +        side prepped for single precision...
1309 +
1310 + 2006-05-17 07:03  chrisfen
1311 +
1312 +        * samples/water/ssd-ion/ssdCl.md,
1313 +        src/UseTheForce/DarkSide/electrostatic.F90: electrostatic
1314 +        refinement
1315 +
1316 + 2006-05-16 20:03  gezelter
1317 +
1318 +        * configure, ac-tools/OOPSE.m4, make/Makefile.in: zlib fixes
1319 +
1320 + 2006-05-16 13:38  gezelter
1321 +
1322 +        * configure, ac-tools/OOPSE.m4, ac-tools/config.guess,
1323 +        ac-tools/config.sub, ac-tools/configure.in, ac-tools/install-sh,
1324 +        ac-tools/missing, ac-tools/mkinstalldirs, make/Makefile.in,
1325 +        src/config.h.in, src/applications/staticProps/Hxy.cpp,
1326 +        src/applications/staticProps/Hxy.hpp,
1327 +        src/applications/staticProps/StaticProps.cpp: Autoconf fixes for
1328 +        FFTW.  Multiple FFTW version support.
1329 +
1330 + 2006-05-15 19:06  gezelter
1331 +
1332 +        * README, configure, ac-tools/aclocal.m4, ac-tools/configure.in,
1333 +        make/Makefile.in, src/config.h.in,
1334 +        src/applications/hydrodynamics/AnalyticalModel.cpp,
1335 +        src/applications/hydrodynamics/AnalyticalModel.hpp,
1336 +        src/applications/staticProps/Hxy.cpp,
1337 +        src/applications/staticProps/Hxy.hpp,
1338 +        src/applications/staticProps/StaticProps.cpp,
1339 +        src/hydrodynamics/Ellipsoid.cpp, src/hydrodynamics/Ellipsoid.hpp,
1340 +        src/hydrodynamics/Makefile, src/hydrodynamics/Shape.hpp,
1341 +        src/hydrodynamics/Sphere.cpp, src/hydrodynamics/Sphere.hpp,
1342 +        src/integrators/LDForceManager.cpp,
1343 +        src/integrators/LDForceManager.hpp, src/math/SquareMatrix.hpp,
1344 +        src/utils/HydroProps.hpp: [no log message]
1345 +
1346 + 2006-05-12 14:34  xsun
1347 +
1348 +        * src/applications/staticProps/: Hxy.cpp, Hxy.hpp, Makefile,
1349 +        StaticProps.cpp, StaticPropsCmd.c, StaticPropsCmd.h: Changes to
1350 +        calculate undulation spectrum
1351 +
1352 + 2006-05-09 18:44  tim
1353 +
1354 +        * src/: applications/dump2Xyz/Dump2XYZ.cpp,
1355 +        applications/dump2Xyz/Dump2XYZ.ggo,
1356 +        applications/dump2Xyz/Dump2XYZCmd.c,
1357 +        applications/dump2Xyz/Dump2XYZCmd.h,
1358 +        applications/hydrodynamics/ApproximationModel.cpp,
1359 +        visitors/AtomVisitor.cpp, visitors/AtomVisitor.hpp: adding a
1360 +        gay-berne switch to Dump2XYZ
1361 +
1362 + 2006-05-05 10:58  gezelter
1363 +
1364 +        * src/UseTheForce/DarkSide/qpole.F90: Adding qpole
1365 +
1366 + 2006-05-05 07:34  tim
1367 +
1368 +        * ac-tools/aclocal.m4: finding ifort arguments that won't die under
1369 +        two different versions of the intel fortran compiler
1370 +
1371 + 2006-05-03 06:15  chrisfen
1372 +
1373 +        * src/applications/randomBuilder/Makefile: missing makefile was
1374 +        hanging up 'make clean'
1375 +
1376 + 2006-04-25 15:59  chuckv
1377 +
1378 +        * src/applications/randomBuilder/: randomBuilder.cpp,
1379 +        randomBuilder.ggo, randomBuilderCmd.c, randomBuilderCmd.h: Added
1380 +        random builder to cvs.
1381 +
1382 + 2006-04-25 15:54  chuckv
1383 +
1384 +        * src/applications/nanoparticleBuilder/nanoparticleBuilder.cpp:
1385 +        Change in siminfo used in nanoparticleBuilder.
1386 +
1387 + 2006-04-25 15:30  chuckv
1388 +
1389 +        * make/Makefile.in: Added random builder
1390 +
1391 + 2006-04-25 15:29  chuckv
1392 +
1393 +        * src/applications/simpleBuilder/: Makefile, randomBuilder.cpp,
1394 +        randomBuilder.ggo, randomBuilderCmd.c, randomBuilderCmd.h: Added a
1395 +        random builder to oopse.
1396 +
1397 + 2006-04-25 06:35  gezelter
1398 +
1399 +        * src/applications/hydrodynamics/: BeadModel.cpp, BeadModel.hpp,
1400 +        ShapeBuilder.cpp, ShapeBuilder.hpp: Using OpenBabel element table
1401 +        to pick vdw radii for hydrodynamics if the LJ sigma can't be found.
1402 +
1403 + 2006-04-24 19:09  gezelter
1404 +
1405 +        * configure, ac-tools/aclocal.m4, src/UseTheForce/DarkSide/LJ.F90,
1406 +        src/applications/hydrodynamics/Hydro.cpp, src/brains/Register.cpp,
1407 +        src/brains/SimCreator.cpp, src/brains/SimInfo.cpp,
1408 +        src/brains/SimInfo.hpp, src/brains/Thermo.cpp,
1409 +        src/brains/Thermo.hpp, src/integrators/LDForceManager.cpp,
1410 +        src/integrators/LDForceManager.hpp,
1411 +        src/integrators/LangevinDynamics.cpp, src/io/Globals.cpp,
1412 +        src/io/Globals.hpp, src/primitives/StuntDouble.hpp: Adding
1413 +        spherical boundary conditions to LD integrator
1414 +
1415 + 2006-04-24 19:06  gezelter
1416 +
1417 +        * src/applications/hydrodynamics/: BeadModel.cpp, ShapeBuilder.cpp:
1418 +        Added EAM atom types to Hydro models
1419 +
1420 + 2006-04-21 13:02  chrisfen
1421 +
1422 +        * src/UseTheForce/DarkSide/eam.F90: put spline subroutines in the
1423 +        EAM module
1424 +
1425 + 2006-04-21 12:32  chrisfen
1426 +
1427 +        * ChangeLog, samples/shape/5CB.shape, samples/shape/8CB.shape,
1428 +        samples/shape/C60.shape, samples/shape/C70.shape,
1429 +        samples/shape/Makefile, samples/shape/Shapes.frc,
1430 +        samples/shape/cholesterol.shape, samples/shape/ethylBenzene.shape,
1431 +        samples/shape/linear.in, samples/shape/linear.md,
1432 +        samples/shape/linear.shape, samples/shape/toluene.shape,
1433 +        samples/thermoIntegration/liquid/ssde.md,
1434 +        samples/thermoIntegration/solid/ssde.md,
1435 +        samples/water/spce/spce.md, samples/water/ssd/ssd.md,
1436 +        samples/water/ssd-ion/ssdCl.md, samples/water/ssde/ssde.md,
1437 +        samples/water/ssdrf/ssdrf.md, samples/water/tip3p_ice/tp3.md,
1438 +        samples/water/tip4p/tp4.md, src/UseTheForce/doForces.F90,
1439 +        src/UseTheForce/DarkSide/LJ.F90: Removed sqrt splines and shape
1440 +        stuff (doesn't work, so why was it in there?).  Changed some of the
1441 +        water samples to use shifted_force.  Probably should set the
1442 +        defaults to use the damped version now that we sped it up.
1443 +
1444 + 2006-04-20 20:19  chrisfen
1445 +
1446          * samples/water/spce/spce.md,
1447          src/UseTheForce/DarkSide/electrostatic.F90: Electrosplines added...
1448  
1449 < 2006-04-20 17:02  chrisfen
1449 > 2006-04-20 14:02  chrisfen
1450  
1451          * samples/argon/500.md, src/UseTheForce/DarkSide/sticky.F90,
1452          src/UseTheForce/DarkSide/switcheroo.F90: splined up sticky
1453  
1454 < 2006-04-20 14:24  gezelter
1454 > 2006-04-20 11:24  gezelter
1455  
1456          * samples/metals/EAM/Au_bulk_voter.md,
1457          samples/metals/Sutton-Chen/Au_bulk_SC.md,
# Line 23 | Line 1466
1466          src/utils/interpolation.F90: Complete rewrite of spline code and
1467          everything that uses it.
1468  
1469 < 2006-04-17 17:49  gezelter
1469 > 2006-04-17 14:49  gezelter
1470  
1471          * configure, ac-tools/aclocal.m4, samples/argon/500.md,
1472          samples/metals/EAM/Au_bulk_voter.md,
# Line 41 | Line 1484
1484          src/mdParser/SimplePreprocessor.hpp, src/types/DataHolder.hpp,
1485          src/utils/interpolation.F90: Many performance improvements
1486  
1487 < 2006-04-15 22:51  chrisfen
1487 > 2006-04-15 19:51  chrisfen
1488  
1489          * configure, samples/argon/500.md, src/UseTheForce/doForces.F90,
1490          src/UseTheForce/fSwitchingFunction.h,
# Line 49 | Line 1492
1492          src/UseTheForce/DarkSide/switcheroo.F90: added a cubic spline to
1493          switcheroo
1494  
1495 < 2006-04-15 17:58  chrisfen
1495 > 2006-04-15 14:58  chrisfen
1496  
1497          * src/utils/Makefile.in: Since status.F90 is used by
1498          interpolation.F90, the former needs to be listed above the later in
1499          the Makefile.
1500  
1501 < 2006-04-14 17:59  gezelter
1501 > 2006-04-14 14:59  gezelter
1502  
1503          * src/utils/interpolation.F90: changed the interface a bit
1504  
1505 < 2006-04-14 17:49  gezelter
1505 > 2006-04-14 14:49  gezelter
1506  
1507          * src/utils/interpolation.F90: added some logical flags
1508  
1509 < 2006-04-14 17:06  chrisfen
1509 > 2006-04-14 14:06  chrisfen
1510  
1511          * src/utils/interpolation.F90: Wiped the spline with derivatives
1512          and corrected a boundary comparision error by eliminating the
1513          check.  This algorithm REQUIRES known first derivatives at the
1514          endpoints.
1515  
1516 < 2006-04-14 16:04  gezelter
1516 > 2006-04-14 13:04  gezelter
1517  
1518          * src/utils/: Makefile.in, interpolation.F90: bug fixes for
1519          interpolation module
1520  
1521 < 2006-04-14 15:57  gezelter
1521 > 2006-04-14 12:57  gezelter
1522  
1523          * src/utils/interpolation.F90: Heavily modified interpolation
1524          module, also moved to "utils"
1525  
1526 < 2006-04-12 17:15  chuckv
1526 > 2006-04-12 14:15  chuckv
1527  
1528          * src/UseTheForce/DarkSide/interpolation.F90: Added interpolation
1529          module.
1530  
1531 < 2006-04-11 11:33  gezelter
1531 > 2006-04-11 08:33  gezelter
1532  
1533          * src/applications/staticProps/: StaticProps.ggo, StaticPropsCmd.c,
1534          StaticPropsCmd.h: [no log message]
1535  
1536 < 2006-04-03 11:37  chuckv
1536 > 2006-04-03 08:37  chuckv
1537  
1538          * configure, ac-tools/aclocal.m4, make/Makefile.in,
1539          src/UseTheForce/DarkSide/simParallel.F90: Added status module to
1540          simParallel for error reporting.
1541  
1542 < 2006-03-31 13:09  tim
1542 > 2006-03-31 10:09  tim
1543  
1544          * src/: integrators/NPrT.cpp, io/Globals.cpp: NPrT might work now
1545  
1546 < 2006-03-30 16:08  chuckv
1546 > 2006-03-30 13:08  chuckv
1547  
1548          * src/UseTheForce/DarkSide/suttonchen.F90: Fixed memory leak bug
1549          where SCList capacity was not reset to zero on destruction.
1550  
1551 < 2006-03-30 14:37  chuckv
1551 > 2006-03-30 11:37  chuckv
1552  
1553          * src/applications/nanoparticleBuilder/nanoparticleBuilder.cpp:
1554          More testing of nanoparticleBuilder.
1555  
1556 < 2006-03-29 17:24  chuckv
1556 > 2006-03-29 14:24  chuckv
1557  
1558          * src/mdParser/SimplePreprocessor.hpp: Added check to make sure md
1559          file exists.
1560  
1561 < 2006-03-29 14:17  chuckv
1561 > 2006-03-29 11:17  chuckv
1562  
1563          * src/: applications/nanoparticleBuilder/nanoparticleBuilder.cpp,
1564          lattice/shapedLattice.cpp, lattice/shapedLattice.hpp: Fixed
1565          latticeOrt in shapedlatice and latticebuilder.
1566  
1567 < 2006-03-29 13:11  tim
1567 > 2006-03-29 10:11  tim
1568  
1569          * src/applications/dynamicProps/: DipoleCorrFunc.cpp,
1570          LegendreCorrFunc.cpp, VCorrFunc.cpp: Fix the normalization problem
1571          in calculating correlation functions
1572  
1573 < 2006-03-29 13:09  tim
1573 > 2006-03-29 10:09  tim
1574  
1575          * src/applications/hydrodynamics/: ApproximationModel.cpp,
1576          ApproximationModel.hpp, CompositeShape.cpp, Hydro.cpp, Hydro.ggo,
# Line 135 | Line 1578
1578          RoughShell Model is working; (20)Adding a new option into Hydro
1579          which allows user to generate the beads only
1580  
1581 < 2006-03-27 11:21  chuckv
1581 > 2006-03-27 08:21  chuckv
1582  
1583          * src/applications/nanoparticleBuilder/Makefile: Makefile for
1584          nanoparticle builder.
1585  
1586 < 2006-03-27 11:03  chuckv
1586 > 2006-03-27 08:03  chuckv
1587  
1588          * make/Makefile.in, src/lattice/shapedLattice.cpp,
1589          src/lattice/shapedLattice.hpp: Added nanoparticle builder to
1590          makefile
1591  
1592 < 2006-03-24 15:46  chuckv
1592 > 2006-03-24 12:46  chuckv
1593  
1594          * src/applications/nanoparticleBuilder/nanoparticleBuilder.cpp:
1595          Debugging changes to nanoparticle builder.
1596  
1597 < 2006-03-24 12:29  tim
1597 > 2006-03-24 09:29  tim
1598  
1599          * src/applications/dynamicProps/: DynamicProps.cpp,
1600          DynamicProps.ggo, DynamicPropsCmd.c, DynamicPropsCmd.h, Makefile,
1601          RCorrFunc.cpp, RMSD.cpp, RMSD.hpp: back to previous DynamicProps
1602  
1603 < 2006-03-24 11:49  tim
1603 > 2006-03-24 08:49  tim
1604  
1605          * src/applications/dynamicProps/: DynamicProps.cpp,
1606          DynamicProps.ggo, DynamicPropsCmd.c, DynamicPropsCmd.h, Makefile,
# Line 166 | Line 1609
1609          --rcorr is for position correlation and --rmsd is for mean square
1610          displacement.
1611  
1612 < 2006-03-23 10:03  tim
1612 > 2006-03-23 07:03  tim
1613  
1614          * src/applications/hydrodynamics/: AnalyticalModel.cpp,
1615          AnalyticalModel.hpp, ApproximationModel.cpp,
1616          ApproximationModel.hpp, HydrodynamicsModel.hpp: update writeBeads
1617          method
1618  
1619 < 2006-03-23 10:02  tim
1619 > 2006-03-23 07:02  tim
1620  
1621          * src/io/Globals.hpp: remove a unknown method
1622  
1623 < 2006-03-23 10:00  tim
1623 > 2006-03-23 07:00  tim
1624  
1625          * src/math/CholeskyDecomposition.hpp: The off diagnal is not set
1626  
1627 < 2006-03-23 09:59  tim
1627 > 2006-03-23 06:59  tim
1628  
1629          * src/mdParser/SimplePreprocessor.hpp: Throw exception if the file
1630          can not be opened for preprocessing
1631  
1632 < 2006-03-22 15:57  chuckv
1632 > 2006-03-22 12:57  chuckv
1633  
1634          * src/applications/nanoparticleBuilder/: nanoparticleBuilder.cpp,
1635          shapedLatticeSpherical.cpp, shapedLatticeSpherical.hpp: Added
1636          shaped lattice.
1637  
1638 < 2006-03-21 10:33  tim
1638 > 2006-03-21 07:33  tim
1639  
1640          * src/applications/hydrodynamics/ApproximationModel.cpp: fix a bug
1641          in calculating hydrodynamics tensor when the radius of beads are
1642          not the same
1643  
1644 < 2006-03-20 19:26  tim
1644 > 2006-03-20 16:26  tim
1645  
1646          * src/: applications/hydrodynamics/AnalyticalModel.cpp,
1647          applications/hydrodynamics/BeadModel.cpp,
# Line 206 | Line 1649
1649          integrators/LDForceManager.cpp: Fix a bug in friction calculation
1650          for ellipsoid
1651  
1652 < 2006-03-20 14:12  tim
1652 > 2006-03-20 11:12  tim
1653  
1654          * src/: applications/hydrodynamics/AnalyticalModel.cpp,
1655          applications/hydrodynamics/Ellipsoid.cpp,
# Line 215 | Line 1658
1658          integrators/LDForceManager.cpp: Verify the correctness of
1659          Ellipsoid's hydrodynamics properties
1660  
1661 < 2006-03-17 18:51  tim
1661 > 2006-03-17 15:51  tim
1662  
1663          * src/applications/hydrodynamics/: Hydro.cpp, ShapeBuilder.cpp: New
1664          version of Hydro is working now.
1665  
1666 < 2006-03-17 18:20  tim
1666 > 2006-03-17 15:20  tim
1667  
1668          * src/: applications/hydrodynamics/AnalyticalModel.cpp,
1669          applications/hydrodynamics/AnalyticalModel.hpp,
# Line 254 | Line 1697
1697          io/Globals.cpp, io/Globals.hpp, math/SquareMatrix.hpp,
1698          utils/HydroProps.hpp: refactor Hydrodynamics module.
1699  
1700 < 2006-03-17 11:10  chuckv
1700 > 2006-03-17 08:10  chuckv
1701  
1702          * src/lattice/: shapedLattice.cpp, shapedLattice.hpp, Makefile:
1703          Generic Shaped Lattice for oopse. Can overload to get spherical or
1704          nanorod.
1705  
1706 < 2006-03-16 17:50  tim
1706 > 2006-03-16 14:50  tim
1707  
1708          * src/: applications/hydrodynamics/HydrodynamicsModel.cpp,
1709          integrators/LDForceManager.cpp, math/MersenneTwister.hpp:
1710          LagevinDynamics is working?
1711  
1712 < 2006-03-16 16:52  gezelter
1712 > 2006-03-16 13:52  gezelter
1713  
1714          * src/applications/hydrodynamics/RoughShell.hpp: fixed a const
1715          problem
1716  
1717 < 2006-03-15 17:08  tim
1717 > 2006-03-15 14:08  tim
1718  
1719          * src/applications/hydrodynamics/HydrodynamicsModel.cpp: unit
1720          conversion for diffusion tensor is wrong
1721  
1722 < 2006-03-15 16:28  tim
1722 > 2006-03-15 13:28  tim
1723  
1724          * src/: applications/hydrodynamics/HydrodynamicsModel.cpp,
1725          utils/NumericConstant.hpp: change the epsilon of numeric_limit
1726  
1727 < 2006-03-15 15:58  tim
1727 > 2006-03-15 12:58  tim
1728  
1729          * src/applications/hydrodynamics/HydrodynamicsModel.cpp: correcting
1730          the unit in HydrodynamicsModel
1731  
1732 < 2006-03-15 12:35  tim
1732 > 2006-03-15 09:35  tim
1733  
1734          * src/primitives/RigidBody.cpp: using setFrc in
1735          RigidBody::calcForcesAndTorques will discard if there are force and
1736          torque applied in rigid body itself. use addFrc instead.
1737  
1738 < 2006-03-15 10:51  tim
1738 > 2006-03-15 07:51  tim
1739  
1740          * src/applications/hydrodynamics/: BeadModel.cpp, BeadModel.hpp,
1741          RoughShell.cpp, RoughShell.hpp: Adding RoughShell and BeadModel
1742  
1743 < 2006-03-15 10:50  tim
1743 > 2006-03-15 07:50  tim
1744  
1745          * make/Makefile.in, src/applications/hydrodynamics/Makefile: adding
1746          hydrodynamics module into build system
1747  
1748 < 2006-03-14 18:46  tim
1748 > 2006-03-14 15:46  tim
1749  
1750          * src/math/CholeskyDecomposition.hpp: adding Cholesky Decomposition
1751  
1752 < 2006-03-13 17:42  tim
1752 > 2006-03-13 14:42  tim
1753  
1754          * src/: applications/hydrodynamics/HydrodynamicsModel.cpp,
1755          applications/hydrodynamics/HydrodynamicsModel.hpp,
# Line 319 | Line 1762
1762          math/RandNumGen.hpp, math/SquareMatrix3.hpp: LangevinDynamics in
1763          progress
1764  
1765 < 2006-03-07 11:43  gezelter
1765 > 2006-03-07 08:43  gezelter
1766  
1767          * src/applications/staticProps/: RhoZ.cpp, RhoZ.hpp: Fixed a
1768          double/int bug.  Surprised no one ever noticed before...
1769  
1770 < 2006-02-24 16:17  tim
1770 > 2006-02-24 13:17  tim
1771  
1772          * src/applications/hydrodynamics/HydrodynamicsModel.cpp: fix bugs
1773          in HydrodynamicsModel; (1) sign issue of Xirr calculation (2) out
1774          product of Rij
1775  
1776 < 2006-02-23 18:16  tim
1776 > 2006-02-23 15:16  tim
1777  
1778          * src/applications/hydrodynamics/: Hydro.cpp, Hydro.ggo,
1779          HydroCmd.c, HydroCmd.h, HydrodynamicsModel.cpp,
# Line 339 | Line 1782
1782          MoleculeShape.cpp, MoleculeShape.hpp, StuntDoubleShape.cpp,
1783          StuntDoubleShape.hpp: Bead Model is working
1784  
1785 < 2006-02-22 15:35  tim
1785 > 2006-02-22 12:35  tim
1786  
1787          * src/: applications/hydrodynamics/Hydro.cpp,
1788          applications/hydrodynamics/Hydro.ggo,
# Line 356 | Line 1799
1799          math/RectMatrix.hpp, math/SquareMatrix3.hpp: Adding Hydrodynamics
1800          Module
1801  
1802 < 2006-02-16 17:05  gezelter
1802 > 2006-02-16 14:05  gezelter
1803  
1804          * src/brains/Snapshot.cpp: fixed a spelling error
1805  
1806 < 2006-02-16 16:40  gezelter
1806 > 2006-02-16 13:40  gezelter
1807  
1808          * src/: UseTheForce/doForces.F90,
1809          UseTheForce/DarkSide/simulation.F90, math/Makefile,
# Line 368 | Line 1811
1811          larger than 1/2 the length of the shortest box dimension.  added a
1812          few fortran utility routines
1813  
1814 < 2006-02-15 15:46  chuckv
1814 > 2006-02-15 12:46  chuckv
1815  
1816          * src/applications/nanoparticleBuilder/: sphericalNanoparticle.cpp,
1817          sphericalNanoparticle.hpp: Changed Names of class files.
1818  
1819 < 2006-02-10 10:45  kdaily
1819 > 2006-02-10 07:45  kdaily
1820  
1821          * src/applications/dynamicProps/LegendreCorrFunc.cpp: [no log
1822          message]
1823  
1824 < 2006-02-10 10:12  tim
1824 > 2006-02-10 07:12  tim
1825  
1826          * src/math/: LegendrePolynomial.cpp, Vector.hpp: fix a bug in
1827          converting integer to double
1828  
1829 < 2006-02-08 13:21  chrisfen
1829 > 2006-02-08 10:21  chrisfen
1830  
1831          * forceFields/DUFF2.frc: added DPD molecule type parameters
1832  
1833 < 2006-02-07 11:39  tim
1833 > 2006-02-07 08:39  tim
1834  
1835          * src/applications/dynamicProps/: DipoleCorrFunc.cpp,
1836          LegendreCorrFunc.cpp: Fixing a bug which reads the wrong frame of
1837          trajectory file during analysis
1838  
1839 < 2006-02-02 12:14  tim
1839 > 2006-02-02 09:14  tim
1840  
1841          * src/: math/Polynomial.hpp, math/SquareMatrix3.hpp,
1842          types/AtomStamp.cpp: adding transpose into SquareMatrix3; fix a bug
1843          in AtomStamp where orientation is not set correctly.
1844  
1845 < 2006-02-02 11:49  gezelter
1845 > 2006-02-02 08:49  gezelter
1846  
1847          * src/primitives/RigidBody.cpp: fixed a bug in rigid bodies that
1848          contain directional atoms
1849  
1850 < 2006-02-02 10:49  xsun
1850 > 2006-02-02 07:49  xsun
1851  
1852          * src/: applications/dump2Xyz/Dump2XYZ.cpp,
1853          visitors/AtomVisitor.cpp, visitors/AtomVisitor.hpp: Adding visitor
1854          for GBlipid atom type
1855  
1856 < 2006-02-01 21:57  gezelter
1856 > 2006-02-01 18:57  gezelter
1857  
1858          * make/Makefile.in: added CXXFLAGS to the LinkOptions to allow
1859          compilation with icc9 (skipping the gcc-4 std c++ libraries).
1860  
1861 < 2006-02-01 16:06  chrisfen
1861 > 2006-02-01 13:06  chrisfen
1862  
1863          * src/brains/SimInfo.cpp: Missing brace caused the last commit not
1864          to build
1865  
1866 < 2006-02-01 15:54  chrisfen
1866 > 2006-02-01 12:54  chrisfen
1867  
1868          * samples/water/spce/spce.md, src/brains/SimInfo.cpp: Changes to
1869          cutoff radius setting to a more logical procedure - still may
1870          change...
1871  
1872 < 2006-02-01 12:26  gezelter
1872 > 2006-02-01 09:26  gezelter
1873  
1874          * src/: math/Polynomial.hpp, utils/GenericData.hpp, utils/any.hpp:
1875          Fixing some compile-time warnings and bugs for icc 9.1 on Mac OS X
1876  
1877 < 2006-01-30 17:25  tim
1877 > 2006-01-30 14:25  tim
1878  
1879          * src/: applications/dynamicProps/DipoleCorrFunc.cpp,
1880          applications/dynamicProps/DynamicProps.cpp,
# Line 444 | Line 1887
1887          math/LegendrePolynomial.hpp, math/Makefile, math/Polynomial.hpp:
1888          Adding :LegendrePolynomial
1889  
1890 < 2006-01-19 17:54  chuckv
1890 > 2006-01-19 14:54  chuckv
1891  
1892          * src/applications/nanoparticleBuilder/: Makefile,
1893          nanoparticleBuilder.cpp, sphericalNanoparticle.hpp: Changes to
1894          nanoparticle builder
1895  
1896 < 2006-01-18 16:08  chuckv
1896 > 2006-01-18 13:08  chuckv
1897  
1898          * src/applications/nanoparticleBuilder/Makefile: Added Makefile for
1899          nanoparticle builder.
1900  
1901 < 2006-01-17 11:16  gezelter
1901 > 2006-01-17 08:16  gezelter
1902  
1903          * AUTHORS, README: Cleaning up for 3.0.1 release
1904  
1905 < 2006-01-17 10:50  gezelter
1905 > 2006-01-17 07:50  gezelter
1906  
1907          * ChangeLog: Prepping 3.0.1 release
1908  
1909 < 2006-01-17 10:32  gezelter
1909 > 2006-01-17 07:32  gezelter
1910  
1911          * src/config.h.in: new version number
1912  
1913 < 2006-01-17 10:32  gezelter
1913 > 2006-01-17 07:32  gezelter
1914  
1915          * doc/: OOPSE.pdf, SelectionExpression.html, cppstyle.html,
1916          definition.jpg, gofr.jpg, gofrtheta.jpg, heirarchy.png,
1917          oopseManual.pdf: Updated Documentation
1918  
1919 < 2006-01-16 18:10  gezelter
1919 > 2006-01-16 15:10  gezelter
1920  
1921          * ChangeLog, README: Getting ready for release!
1922  
1923 < 2006-01-16 10:26  gezelter
1923 > 2006-01-16 07:26  gezelter
1924  
1925          * configure: Testing commit
1926  
1927 < 2006-01-13 16:57  chuckv
1927 > 2006-01-13 13:57  chuckv
1928  
1929          * src/: UseTheForce/SC_FF.cpp,
1930          applications/nanoparticleBuilder/sphericalNanoparticle.cpp,
1931          io/Globals.cpp, io/Globals.hpp: Removed MixingRule from Globals.
1932          Handled by forceField now.
1933  
1934 < 2006-01-13 14:17  chuckv
1934 > 2006-01-13 11:17  chuckv
1935  
1936          * src/io/Globals.cpp: Added NPAT to Globals integrators.
1937  
1938 < 2006-01-13 11:33  gezelter
1938 > 2006-01-13 08:33  gezelter
1939  
1940          * Makefile: [no log message]
1941  
1942 < 2006-01-13 11:26  gezelter
1942 > 2006-01-13 08:26  gezelter
1943  
1944          * Makefile: testing to make sure GNU make is the make that was used
1945          to build OOPSE
1946  
1947 < 2006-01-13 10:48  gezelter
1947 > 2006-01-13 07:48  gezelter
1948  
1949          * configure, ac-tools/configure.in: changed compiler search order
1950  
1951 < 2006-01-12 19:09  chuckv
1951 > 2006-01-12 16:09  chuckv
1952  
1953          * forceFields/SuttonChen.QSC.frc, forceFields/SuttonChen.frc,
1954          samples/metals/Sutton-Chen/Au_bulk.in,
# Line 513 | Line 1956
1956          samples/metals/Sutton-Chen/Au_bulk_SC.md: Changes in Sutton-Chen
1957          units
1958  
1959 < 2006-01-12 16:16  gezelter
1959 > 2006-01-12 13:16  gezelter
1960  
1961          * LICENSE, configure, src/applications/oopse/oopse.cpp: fixed some
1962          version info and the copyright date
1963  
1964 < 2006-01-12 15:52  gezelter
1964 > 2006-01-12 12:52  gezelter
1965  
1966          * src/config.h.in: added some missing checks for header files
1967          (particularly zlib.h), used autoheader to help generate config.h.in
1968  
1969 < 2006-01-12 15:51  gezelter
1969 > 2006-01-12 12:51  gezelter
1970  
1971          * configure, ac-tools/configure.in: added some missing checks for
1972          header files (particularly zlib.h)
1973  
1974 < 2006-01-12 15:19  gezelter
1974 > 2006-01-12 12:19  gezelter
1975  
1976          * make/Makefile.in: fixed a dependency problem for the Executable
1977          builds
1978  
1979 < 2006-01-12 15:02  gezelter
1979 > 2006-01-12 12:02  gezelter
1980  
1981          * samples/gbljtest/Makefile: Missing Makefile in this sample
1982          directory
1983  
1984 < 2006-01-12 15:01  gezelter
1984 > 2006-01-12 12:01  gezelter
1985  
1986          * make/Makefile.in, samples/Makefile.in, samples/cutoff/Makefile:
1987          Old makefile.in no longer required
1988  
1989 < 2006-01-12 15:01  gezelter
1989 > 2006-01-12 12:01  gezelter
1990  
1991          * forceFields/: Makefile, Makefile.in: All of the OpenBabel stuff
1992          needs to be installed
1993  
1994 < 2006-01-12 14:56  chuckv
1994 > 2006-01-12 11:56  chuckv
1995  
1996          * src/io/DumpWriter.cpp: Changed formating.
1997  
1998 < 2006-01-12 11:47  chrisfen
1998 > 2006-01-12 08:47  chrisfen
1999  
2000          * samples/water/tip4p/tp4.md,
2001          src/UseTheForce/DarkSide/electrostatic.F90,
# Line 560 | Line 2003
2003          src/UseTheForce/DarkSide/electrostatic_interface.h,
2004          src/brains/SimInfo.cpp: unifying function name in electrostatics
2005  
2006 < 2006-01-12 11:04  tim
2006 > 2006-01-12 08:04  tim
2007  
2008          * samples/metals/: EAM/nanoparticle/Makefile,
2009          EAM/nanorod/Au_nanoparticle.in, EAM/nanorod/Makefile,
2010          Sutton-Chen/Makefile: fix make install problem for metals samples
2011  
2012 < 2006-01-12 10:22  tim
2012 > 2006-01-12 07:22  tim
2013  
2014          * make/Makefile.in: remove samples/metals from install list.
2015  
2016 < 2006-01-12 09:31  tim
2016 > 2006-01-12 06:31  tim
2017  
2018          * src/io/: ForceFieldOptions.cpp, Globals.cpp: filepp can not
2019          handle multiple line macro, just convert multiple line macro into
2020          single line macro.
2021  
2022 < 2006-01-11 23:13  chrisfen
2022 > 2006-01-11 20:13  chrisfen
2023  
2024          * src/: UseTheForce/DarkSide/electrostatic.F90,
2025          UseTheForce/DarkSide/neighborLists.F90, io/Globals.cpp: Made some
2026          changes to electrostatics for shifted-potential and shifted-force
2027          with mono and multipoles
2028  
2029 < 2006-01-11 18:04  gezelter
2029 > 2006-01-11 15:04  gezelter
2030  
2031          * src/config.h.in, src/UseTheForce/doForces_interface.h,
2032          src/UseTheForce/DarkSide/atype_interface.h,
# Line 602 | Line 2045
2045          src/utils/fError.c, configure, make/Makefile.in: autoconf
2046          modernization and cruft removal
2047  
2048 < 2006-01-11 18:04  gezelter
2048 > 2006-01-11 15:04  gezelter
2049  
2050          * ac-tools/: aclocal.m4, configure.in, fortran90.m4: autoconf
2051          modernization and cruft-removal
2052  
2053 < 2006-01-11 17:50  tim
2053 > 2006-01-11 14:50  tim
2054  
2055          * src/types/: BendStamp.hpp, BondStamp.hpp, TorsionStamp.hpp: fix
2056          some error messages
2057  
2058 < 2006-01-11 14:01  tim
2058 > 2006-01-11 11:01  tim
2059  
2060          * src/: applications/staticProps/RhoZ.cpp, brains/SimCreator.cpp,
2061          io/Globals.cpp, types/AtomStamp.cpp, types/BendStamp.hpp,
# Line 621 | Line 2064
2064          utils/StringUtils.hpp: instead of printing to std::cout, throwing
2065          an exception when error is found.
2066  
2067 < 2006-01-11 13:41  gezelter
2067 > 2006-01-11 10:41  gezelter
2068  
2069          * src/types/: AtomStamp.hpp, MoleculeStamp.cpp: Fixed a spelling
2070          error
2071  
2072 < 2006-01-10 17:55  chuckv
2072 > 2006-01-10 14:55  chuckv
2073  
2074          * forceFields/SuttonChen.frc: Changed conversion factor.
2075  
2076 < 2006-01-10 16:14  chuckv
2076 > 2006-01-10 13:14  chuckv
2077  
2078          * samples/metals/Sutton-Chen/Au_bulk_SC.md,
2079          src/UseTheForce/DarkSide/suttonchen.F90: Sutton and Chen should be
2080          working now.
2081  
2082 < 2006-01-09 17:22  chuckv
2082 > 2006-01-09 14:22  chuckv
2083  
2084          * src/UseTheForce/doForces.F90: Fixed SC bug with SIM_uses_SC
2085  
2086 < 2006-01-09 17:14  tim
2086 > 2006-01-09 14:14  tim
2087  
2088          * src/applications/staticProps/: Makefile, RhoZ.cpp, RhoZ.hpp,
2089          StaticProps.cpp, StaticProps.ggo, StaticPropsCmd.c,
2090          StaticPropsCmd.h: fixing RhoZ
2091  
2092 < 2006-01-09 14:26  chuckv
2092 > 2006-01-09 11:26  chuckv
2093  
2094          * forceFields/SuttonChen.frc,
2095          samples/metals/Sutton-Chen/Au_bulk_SC.md,
# Line 654 | Line 2097
2097          src/io/SCAtomTypesSectionParser.cpp: Added energy scaling to
2098          section parsers.
2099  
2100 < 2006-01-09 14:11  tim
2100 > 2006-01-09 11:11  tim
2101  
2102          * src/: io/ForceFieldOptions.hpp, utils/StringUtils.cpp,
2103          utils/StringUtils.hpp: replace isType<int> with isInteger
2104  
2105 < 2006-01-06 16:15  tim
2105 > 2006-01-06 13:15  tim
2106  
2107          * src/UseTheForce/: SC_FF.cpp, SC_FF.hpp: remove extra
2108          forceFieldOptions from SC_FF
2109  
2110 < 2006-01-06 15:27  chuckv
2110 > 2006-01-06 12:27  chuckv
2111  
2112          * forceFields/SuttonChen.frc: Add force file.
2113  
2114 < 2005-12-31 17:42  chuckv
2114 > 2005-12-31 14:42  chuckv
2115  
2116          * src/UseTheForce/DarkSide/suttonchen.F90: Sutton-Chen no longer
2117          segfaults or produces 0 potential, but rather produces Inf for the
2118          potential. Progress....
2119  
2120 < 2005-12-30 18:15  chuckv
2120 > 2005-12-30 15:15  chuckv
2121  
2122          * samples/metals/Sutton-Chen/Au_bulk_SC.md,
2123          src/UseTheForce/SC_FF.cpp, src/UseTheForce/doForces.F90,
# Line 682 | Line 2125
2125          src/io/ForceFieldOptions.cpp, src/io/ForceFieldOptions.hpp: More
2126          Sutton-Chen bug fixes.
2127  
2128 < 2005-12-30 16:25  tim
2128 > 2005-12-30 13:25  tim
2129  
2130          * src/: UseTheForce/doForces.F90, brains/Thermo.cpp: Long range
2131          potential return from fortran is already accumulated, it should not
2132          be accumulated again; nGroupTypesCol is not initialized;
2133          GroupMaxCutoffCol is not allocated;
2134  
2135 < 2005-12-30 10:32  tim
2135 > 2005-12-30 07:32  tim
2136  
2137          * make/Makefile.in, src/brains/SimCreator.cpp: In order to compile
2138          MPI version, we need to cast const char* to void* for
2139          stringstream.str(); Previous Makefile use bjects of single version
2140          to make the MPI library;
2141  
2142 < 2005-12-29 19:18  chuckv
2142 > 2005-12-29 16:18  chuckv
2143  
2144          * make/Makefile.in, samples/metals/Makefile,
2145          src/UseTheForce/SC_FF.cpp, src/UseTheForce/doForces.F90,
2146          src/UseTheForce/DarkSide/suttonchen.F90: Sutton-Chen bug fixes.
2147          Almost there...
2148  
2149 < 2005-12-29 15:19  chuckv
2149 > 2005-12-29 12:19  chuckv
2150  
2151          * forceFields/: SuttonChen.QSC.frc, SuttonChen.SC.frc: Changes in
2152          forcefield.
2153  
2154 < 2005-12-29 15:07  chuckv
2154 > 2005-12-29 12:07  chuckv
2155  
2156          * samples/metals/Sutton-Chen/: Au_bulk.in, Au_bulk_SC.md, Makefile,
2157          metals.md: added files for sutton-chen
2158  
2159 < 2005-12-29 11:37  chuckv
2159 > 2005-12-29 08:37  chuckv
2160  
2161          * samples/metals/EAM/nanorod/: Au_nanoparticle_FCC.md, Makefile,
2162          metals.md: More cvs changing.
2163  
2164 < 2005-12-29 11:34  chuckv
2164 > 2005-12-29 08:34  chuckv
2165  
2166          * samples/metals/Au_nanoparticle.in: More moving...
2167  
2168 < 2005-12-29 11:33  chuckv
2168 > 2005-12-29 08:33  chuckv
2169  
2170          * samples/metals/EAM/nanoparticle/:
2171          Au-Core-Ag-Shell_Nanoparticle.in, Au-Core-Ag-Shell_Nanoparticle.md,
2172          Au_nanoparticle.in, Au_nanoparticle.md, Makefile, metals.md: More
2173          changes to directory structure.
2174  
2175 < 2005-12-29 11:21  chuckv
2175 > 2005-12-29 08:21  chuckv
2176  
2177          * samples/metals/EAM/: Au_bulk.in, Au_bulk_FBD.md,
2178          Au_bulk_voter.md, Makefile, metals.md: More Directory changes...
2179  
2180 < 2005-12-29 11:17  chuckv
2180 > 2005-12-29 08:17  chuckv
2181  
2182          * samples/metals/: Au-Core-Ag-Shell_Nanoparticle.in,
2183          Au-Core-Ag-Shell_Nanoparticle.md, Au_bulk.in, Au_bulk_FBD.md,
2184          Au_bulk_voter.md, Au_nanoparticle.md, metals.md: More changing of
2185          directory structure
2186  
2187 < 2005-12-29 11:03  chuckv
2187 > 2005-12-29 08:03  chuckv
2188  
2189          * src/: UseTheForce/DarkSide/fForceOptions_interface.F90,
2190          brains/SimCreator.cpp: Fixed issue with symbol naming and added
2191          call to set force options in SimCreator.
2192  
2193 < 2005-12-28 16:44  chuckv
2193 > 2005-12-28 13:44  chuckv
2194  
2195          * src/io/: ForceFieldOptions.cpp, ForceFieldOptions.hpp: More
2196          changes to forcefield options.
2197  
2198 < 2005-12-28 16:42  chuckv
2198 > 2005-12-28 13:42  chuckv
2199  
2200          * src/UseTheForce/: ForceField.cpp, ForceField.hpp: Force options
2201          passed to fortran.
2202  
2203 < 2005-12-23 18:04  chuckv
2203 > 2005-12-23 15:04  chuckv
2204  
2205          * src/: UseTheForce/DarkSide/fForceOptions_interface.h,
2206          io/ForceFieldOptions.cpp, io/ForceFieldOptions.hpp: Force option
2207          changes.
2208  
2209 < 2005-12-16 16:52  tim
2209 > 2005-12-16 13:52  tim
2210  
2211          * configure, ac-tools/aclocal.m4, ac-tools/configure.in,
2212          src/config.h.in, src/UseTheForce/DarkSide/gb.F90,
# Line 786 | Line 2229
2229          autoconf test to check for __func__ usability.  Changed some
2230          default compile flags for the Sun architecture
2231  
2232 < 2005-12-16 14:01  gezelter
2232 > 2005-12-16 11:01  gezelter
2233  
2234          * ac-tools/AC_CXX_HAVE_STL.m4: added the STL check
2235  
2236 < 2005-12-16 13:55  tim
2236 > 2005-12-16 10:55  tim
2237  
2238          * src/utils/: CaseConversion.hpp, ParameterManager.hpp: make minor
2239          change to build oopse under solaris
2240  
2241 < 2005-12-16 13:26  tim
2241 > 2005-12-16 10:26  tim
2242  
2243          * src/: brains/SimCreator.cpp, io/Globals.cpp,
2244          types/MoleculeStamp.cpp, utils/Predicate.hpp: the standard library
# Line 803 | Line 2246
2246          define a macro to handle it. Adding exception handling to
2247          SimCreator.
2248  
2249 < 2005-12-16 10:53  gezelter
2249 > 2005-12-16 07:53  gezelter
2250  
2251          * samples/cutoff/: GB-Ar-max.md, GB-Ar-mix.md,
2252          GB-Ar-traditional.md, gb-ar.in: Removed one parasitic argon atom
2253          which was living inside the GB particle.  No alien-like ripping out
2254          of the stomach was required.
2255  
2256 < 2005-12-15 21:57  tim
2256 > 2005-12-15 18:57  tim
2257  
2258          * src/mdParser/: MDLexer.cpp, MDLexer.hpp, MDParser.cpp,
2259          MDParser.g, MDParser.hpp, MDTokenTypes.hpp, MDTreeParser.cpp,
2260          MDTreeParser.g, MDTreeParser.hpp, MDTreeParserTokenTypes.hpp:
2261          replace grammar for numerical parsing
2262  
2263 < 2005-12-15 16:43  gezelter
2263 > 2005-12-15 13:43  gezelter
2264  
2265          * src/UseTheForce/doForces.F90: fixed a cutoff bug
2266  
2267 < 2005-12-15 09:48  gezelter
2267 > 2005-12-15 06:48  gezelter
2268  
2269          * src/antlr/: CharScanner.hpp, config.hpp: Removing compiler
2270          dependencies and replacing them with real autoconf checks
2271  
2272 < 2005-12-15 09:47  gezelter
2272 > 2005-12-15 06:47  gezelter
2273  
2274          * configure, ac-tools/AC_CXX_NAMESPACES.m4, ac-tools/AC_CXX_STD.m4,
2275          ac-tools/configure.in, src/config.h.in: Adding checks for various
2276          features used by ANTLR
2277  
2278 < 2005-12-14 13:02  tim
2278 > 2005-12-14 10:02  tim
2279  
2280          * src/mdParser/: MDLexer.cpp, MDLexer.hpp, MDParser.cpp,
2281          MDParser.g, MDParser.hpp, MDTokenTypes.hpp, MDTreeParser.cpp,
2282          MDTreeParser.g, MDTreeParser.hpp, MDTreeParserTokenTypes.hpp: fix a
2283          nasty negative integer parsing problem by refining the grammar
2284  
2285 < 2005-12-12 14:32  gezelter
2285 > 2005-12-12 11:32  gezelter
2286  
2287          * src/: UseTheForce/doForces_interface.F90,
2288          UseTheForce/doForces_interface.h,
# Line 851 | Line 2294
2294          some minor changes to allow compilation with the portland group
2295          compilers
2296  
2297 < 2005-12-10 11:54  tim
2297 > 2005-12-10 08:54  tim
2298  
2299          * src/: types/MoleculeStamp.cpp, utils/Tuple.hpp: fixed compilation
2300          problem for icc7
2301  
2302 < 2005-12-09 16:18  gezelter
2302 > 2005-12-09 13:18  gezelter
2303  
2304          * src/utils/CaseConversion.hpp: added missing include
2305  
2306 < 2005-12-09 12:11  gezelter
2306 > 2005-12-09 09:11  gezelter
2307  
2308          * configure, ac-tools/aclocal.m4: added some checks for pathscale
2309          compiler
2310  
2311 < 2005-12-08 17:05  gezelter
2311 > 2005-12-08 14:05  gezelter
2312  
2313          * src/io/ForceFieldOptions.cpp: added copyright
2314  
2315 < 2005-12-08 17:04  gezelter
2315 > 2005-12-08 14:04  gezelter
2316  
2317          * src/UseTheForce/doForces.F90: added info printout
2318  
2319 < 2005-12-08 17:04  gezelter
2319 > 2005-12-08 14:04  gezelter
2320  
2321          * configure, ac-tools/configure.in: added pathscale
2322  
2323 < 2005-12-08 10:38  chuckv
2323 > 2005-12-08 07:38  chuckv
2324  
2325          * src/: UseTheForce/CLAYFF.cpp, UseTheForce/DUFF.cpp,
2326          UseTheForce/EAM_FF.cpp, UseTheForce/SC_FF.cpp,
# Line 903 | Line 2346
2346          Wow thats alot o' files. Now passing forceFieldOptions to all of
2347          the parsers.
2348  
2349 < 2005-12-07 18:10  chuckv
2349 > 2005-12-07 15:10  chuckv
2350  
2351          * src/UseTheForce/: CLAYFF.cpp, DUFF.cpp, EAM_FF.cpp, EAM_FF.hpp,
2352          SHAPES_FF.cpp, SHAPES_FF.hpp: This should really break things....
2353          Started adding support for ForceOptions to section parsers.
2354  
2355 < 2005-12-07 18:01  gezelter
2355 > 2005-12-07 15:01  gezelter
2356  
2357          * src/UseTheForce/DarkSide/gb_interface.h: [no log message]
2358  
2359 < 2005-12-07 18:00  chuckv
2359 > 2005-12-07 15:00  chuckv
2360  
2361          * src/io/: LennardJonesAtomTypesSectionParser.cpp,
2362          LennardJonesAtomTypesSectionParser.hpp: Added forceOptions to
2363          section parser
2364  
2365 < 2005-12-07 14:58  chuckv
2365 > 2005-12-07 11:58  chuckv
2366  
2367          * src/UseTheForce/DarkSide/: LJ.F90, lj_interface.F90,
2368          lj_interface.h, suttonchen.F90, suttonchen_interface.F90,
# Line 927 | Line 2370
2370          individual modules and now use force options to detemine what the
2371          deal is.
2372  
2373 < 2005-12-07 14:46  chuckv
2373 > 2005-12-07 11:46  chuckv
2374  
2375          * src/UseTheForce/: fForceOptions.h, DarkSide/fForceOptions.F90:
2376          Further fixes for compiler issues.
2377  
2378 < 2005-12-07 14:44  chuckv
2378 > 2005-12-07 11:44  chuckv
2379  
2380          * src/UseTheForce/fForceOptions.h: Fixed ifc public-private issue.
2381  
2382 < 2005-12-07 14:38  chuckv
2382 > 2005-12-07 11:38  chuckv
2383  
2384          * src/UseTheForce/DarkSide/: Makefile, fForceOptions.F90,
2385          fForceOptions_interface.F90, fForceOptions_interface.h: Added
2386          support for fortran force options.
2387  
2388 < 2005-12-06 16:01  tim
2388 > 2005-12-06 13:01  tim
2389  
2390          * src/types/MoleculeStamp.cpp: Fixed a bug in checkTorsion
2391  
2392 < 2005-12-06 14:26  chuckv
2392 > 2005-12-06 11:26  chuckv
2393  
2394          * src/UseTheForce/: SC_FF.cpp, SC_FF.hpp: Changes to SC.
2395  
2396 < 2005-12-06 12:53  chuckv
2396 > 2005-12-06 09:53  chuckv
2397  
2398          * src/applications/nanoRodBuilder/: GeometryBuilder.cpp,
2399          GeometryBuilder.hpp, nanorodBuilder.cpp: Changes to build twinned
2400          crystal
2401  
2402 < 2005-12-06 12:52  chuckv
2402 > 2005-12-06 09:52  chuckv
2403  
2404          * src/io/: DumpWriter.cpp, DumpWriter.hpp: Overloaded interface for
2405          dumpwriter.
2406  
2407 < 2005-12-06 11:49  tim
2407 > 2005-12-06 08:49  tim
2408  
2409          * samples/: alkane/alkanes.md, alkane/butane.md, argon/500.md,
2410          argon/ar864.md, argon/argonNVT.md, argon/lj.md,
# Line 988 | Line 2431
2431          zcons/zconsFixed.md, zcons/zconsMoving.md: remove deprecated
2432          keywords from samples
2433  
2434 < 2005-12-05 18:37  tim
2434 > 2005-12-05 15:37  tim
2435  
2436          * src/io/: ForceFieldOptions.cpp, ForceFieldOptions.hpp,
2437          Globals.cpp, Makefile: Fix parsing error in OptionSectionParser
2438  
2439 < 2005-12-05 17:23  gezelter
2439 > 2005-12-05 14:23  gezelter
2440  
2441          * src/: UseTheForce/CLAYFF.cpp, UseTheForce/CLAYFF.hpp,
2442          UseTheForce/Makefile, brains/Register.cpp,
2443          io/ForceFieldOptions.hpp, io/OptionSectionParser.cpp: Adding
2444          handler for CLAY force field
2445  
2446 < 2005-12-05 16:45  chuckv
2446 > 2005-12-05 13:45  chuckv
2447  
2448          * src/openbabel/: zipstream.hpp, zipstreamimpl.hpp: Fixed build bug
2449          in openbabel.
2450  
2451 < 2005-12-05 14:10  tim
2451 > 2005-12-05 11:10  tim
2452  
2453          * src/types/MoleculeStamp.cpp: reformat error message
2454  
2455 < 2005-12-05 14:07  gezelter
2455 > 2005-12-05 11:07  gezelter
2456  
2457          * forceFields/CLAYFF.frc: Adding .frc file for CLAYFF
2458  
2459 < 2005-12-05 13:23  tim
2459 > 2005-12-05 10:23  tim
2460  
2461          * src/: types/AtomStamp.cpp, types/AtomStamp.hpp,
2462          types/BendStamp.hpp, types/MoleculeStamp.cpp,
2463          types/MoleculeStamp.hpp, types/TorsionStamp.hpp, utils/Tuple.hpp:
2464          adding more checking for topology
2465  
2466 < 2005-12-02 17:37  gezelter
2466 > 2005-12-02 14:37  gezelter
2467  
2468          * src/antlr/TokenStreamRewriteEngine.cpp: Spurious semicolon
2469          removal
2470  
2471 < 2005-12-02 17:37  gezelter
2471 > 2005-12-02 14:37  gezelter
2472  
2473          * src/config.h.in: We've made big changes.  This isn't 2.0 anymore.
2474  
2475 < 2005-12-02 17:37  gezelter
2475 > 2005-12-02 14:37  gezelter
2476  
2477          * samples/cutoff/: GB-Ar-max.md, GB-Ar-mix.md,
2478          GB-Ar-traditional.md, cutoff_test.md, gb.md, lj.md, max.md, mix.md,
2479          traditional.md: removing deprecated nAtoms and nComponents lines
2480  
2481 < 2005-12-02 15:34  tim
2481 > 2005-12-02 12:34  tim
2482  
2483          * src/selection/SelectionToken.cpp: adding SelectionToken.cpp
2484  
2485 < 2005-12-02 15:18  tim
2485 > 2005-12-02 12:18  tim
2486  
2487          * src/types/: FragmentStamp.cpp, FragmentStamp.hpp: Adding
2488          FragmentStamp
2489  
2490 < 2005-12-02 15:11  gezelter
2490 > 2005-12-02 12:11  gezelter
2491  
2492          * src/openbabel/: matrix3x3.cpp, matrix3x3.hpp: Errors are no
2493          longer thrown with consts (fixes compilation bug on the Mac).
2494  
2495 < 2005-12-02 15:10  gezelter
2495 > 2005-12-02 12:10  gezelter
2496  
2497          * src/integrators/VelocityVerletIntegrator.cpp: Got rid of spurious
2498          printing out of timestep
2499  
2500 < 2005-12-02 15:10  gezelter
2500 > 2005-12-02 12:10  gezelter
2501  
2502          * src/brains/ForceManager.cpp: Got rid of spurious printing out of
2503          junk
2504  
2505 < 2005-12-02 15:10  gezelter
2505 > 2005-12-02 12:10  gezelter
2506  
2507          * make/Makefile.in: Change build process for libOOPSE.a so that the
2508          libraries aren't unpacked.  libOOPSE.a is now made directly from
2509          the object files
2510  
2511 < 2005-12-02 15:09  gezelter
2511 > 2005-12-02 12:09  gezelter
2512  
2513          * configure, ac-tools/configure.in: added check for egrep (grep -E)
2514          needed for new build of libOOPSE.a
2515  
2516 < 2005-12-02 13:43  tim
2516 > 2005-12-02 10:43  tim
2517  
2518          * src/types/DataHolder.hpp: adding DataHolder
2519  
2520 < 2005-12-02 12:01  gezelter
2520 > 2005-12-02 09:01  gezelter
2521  
2522          * samples/cutoff/: GB-Ar-max.md, GB-Ar-mix.md,
2523          GB-Ar-traditional.md, gb-ar.in, gb.md: Added Gay-Berne / Argon test
2524          case for the cutoff policies
2525  
2526 < 2005-12-02 10:38  tim
2526 > 2005-12-02 07:38  tim
2527  
2528          * make/Makefile.in: update Makefile
2529  
2530 < 2005-12-02 10:38  tim
2530 > 2005-12-02 07:38  tim
2531  
2532          * src/: antlr/ANTLRException.hpp, antlr/ANTLRUtil.cpp,
2533          antlr/ANTLRUtil.hpp, antlr/AST.hpp, antlr/ASTArray.hpp,
# Line 1171 | Line 2614
2614          Link --> List Return of the Oject-Oriented replace yacc/lex parser
2615          with antlr parser
2616  
2617 < 2005-11-30 16:00  chuckv
2617 > 2005-11-30 13:00  chuckv
2618  
2619          * src/applications/staticProps/: RhoZ.cpp, RhoZ.hpp: Code to
2620          calculate rho(Z) to calculate density profiles for water slabs.
2621  
2622 < 2005-11-29 17:54  chuckv
2622 > 2005-11-29 14:54  chuckv
2623  
2624          * configure, ac-tools/configure.in: added checks for some functions
2625          to configure script
2626  
2627 < 2005-11-22 20:05  chuckv
2627 > 2005-11-22 17:05  chuckv
2628  
2629          * src/openbabel/: Makefile, atom.cpp, bond.cpp, obatom.cpp,
2630          obbond.cpp: Changed file names that conflict w/ oopse file name
2631          object files.
2632  
2633 < 2005-11-21 17:59  gezelter
2633 > 2005-11-21 14:59  gezelter
2634  
2635          * src/utils/residentMem.c: compilation bug
2636  
2637 < 2005-11-21 17:59  gezelter
2637 > 2005-11-21 14:59  gezelter
2638  
2639          * src/io/: ForceFieldOptions.hpp, Globals.cpp: parsing by filepp
2640  
2641 < 2005-11-21 17:59  gezelter
2641 > 2005-11-21 14:59  gezelter
2642  
2643          * src/brains/: SimInfo.cpp, SimInfo.hpp: Cutoff Mixing fixes
2644  
2645 < 2005-11-21 17:59  gezelter
2645 > 2005-11-21 14:59  gezelter
2646  
2647          * src/applications/atom2mdin/: Makefile, atom2mdin.cpp: compilation
2648          issue
2649  
2650 < 2005-11-21 17:58  gezelter
2650 > 2005-11-21 14:58  gezelter
2651  
2652          * src/UseTheForce/: ForceField.hpp, Makefile, doForces.F90,
2653          doForces_interface.F90, doForces_interface.h, fForceOptions.h,
# Line 1213 | Line 2656
2656          DarkSide/electrostatic.F90, DarkSide/gb.F90,
2657          DarkSide/suttonchen.F90: Cutoff mixing fixes have been made.
2658  
2659 < 2005-11-21 11:22  tim
2659 > 2005-11-21 08:22  tim
2660  
2661          * src/io/ParamConstraint.cpp: Adding  ParamConstraint.cpp
2662  
2663 < 2005-11-21 09:59  tim
2663 > 2005-11-21 06:59  tim
2664  
2665          * forceFields/: SMARTS_InteLigand_051110.txt, aromatic.txt,
2666          atomtyp.txt, bondtyp.txt, element.txt, extable.txt,
2667          isotope-small.txt, isotope.txt, patterns.txt, phmodel.txt,
2668          resdata.txt, torlib.txt, types.txt: adding openbabel data files
2669  
2670 < 2005-11-18 15:17  tim
2670 > 2005-11-18 12:17  tim
2671  
2672          * src/: applications/atom2mdin/Makefile, openbabel/oopseformat.cpp:
2673          adding support for soft linking
2674  
2675 < 2005-11-18 15:17  tim
2675 > 2005-11-18 12:17  tim
2676  
2677          * make/Makefile.in: Adding support for soft linking
2678  
2679 < 2005-11-18 12:50  gezelter
2679 > 2005-11-18 09:50  gezelter
2680  
2681          * make/Makefile.in: Adding linking stuff
2682  
2683 < 2005-11-18 11:38  tim
2683 > 2005-11-18 08:38  tim
2684  
2685          * make/Makefile.in, src/applications/atom2mdin/Makefile,
2686          src/applications/atom2mdin/atom2mdin.cpp,
# Line 1246 | Line 2689
2689          src/openbabel/oopseformat.cpp, src/openbabel/oopseformat.hpp:
2690          rename mdinConverter to atom2mdin
2691  
2692 < 2005-11-17 15:44  gezelter
2692 > 2005-11-17 12:44  gezelter
2693  
2694          * src/openbabel/obconversion.cpp: fixed a bug
2695  
2696 < 2005-11-17 15:39  gezelter
2696 > 2005-11-17 12:39  gezelter
2697  
2698          * configure: Adding some config checks for OpenBabel codes we are
2699          using
2700  
2701 < 2005-11-17 15:39  gezelter
2701 > 2005-11-17 12:39  gezelter
2702  
2703          * ac-tools/configure.in: Adding some checks for OpenBabel code
2704  
2705 < 2005-11-17 15:39  gezelter
2705 > 2005-11-17 12:39  gezelter
2706  
2707          * src/config.h.in: Unifying config.h stuff from OOPSE and OpenBabel
2708  
2709 < 2005-11-17 15:38  gezelter
2709 > 2005-11-17 12:38  gezelter
2710  
2711          * src/openbabel/: babelconfig.hpp, base.cpp, base.hpp, bitvec.hpp,
2712          bondtyper.cpp, config.h.in, config.hpp, data.cpp, data.hpp,
# Line 1275 | Line 2718
2718          find our default (and environment variable) Force Field
2719          directories.
2720  
2721 < 2005-11-17 13:35  tim
2721 > 2005-11-17 10:35  tim
2722  
2723          * src/io/ForceFieldOptions.hpp: adding ForceFieldOptions
2724  
2725 < 2005-11-16 18:10  tim
2725 > 2005-11-16 15:10  tim
2726  
2727          * src/: UseTheForce/DUFF.cpp, UseTheForce/ForceField.hpp,
2728          brains/Exclude.cpp, brains/Exclude.hpp, brains/ForceManager.cpp,
# Line 1300 | Line 2743
2743          types/TorsionType.hpp, utils/StringUtils.hpp: OptionSectionParser
2744          get compiled
2745  
2746 < 2005-11-16 16:37  chuckv
2746 > 2005-11-16 13:37  chuckv
2747  
2748          * src/: io/Globals.cpp, io/Globals.hpp, io/OptionSectionParser.cpp,
2749          io/OptionSectionParser.hpp, io/SCAtomTypesSectionParser.cpp,
2750          UseTheForce/SC_FF.cpp, utils/ParameterManager.hpp: ForceField
2751          optional parameters....
2752  
2753 < 2005-11-16 16:24  tim
2753 > 2005-11-16 13:24  tim
2754  
2755          * src/applications/mdinConverter/: Makefile, mdinConverter.cpp:
2756          adding mdinConverter
2757  
2758 < 2005-11-16 16:22  tim
2758 > 2005-11-16 13:22  tim
2759  
2760          * src/openbabel/: Makefile, amberformat.cpp, amberformat.hpp,
2761          fingerprint.hpp, fingerprintformat.cpp, fingerprintformat.hpp,
# Line 1322 | Line 2765
2765          tinkerformat.cpp, tinkerformat.hpp, xyzformat.cpp, xyzformat.hpp:
2766          adding more readers/writers
2767  
2768 < 2005-11-16 16:20  tim
2768 > 2005-11-16 13:20  tim
2769  
2770          * make/Makefile.in: adding openbabel
2771  
2772 < 2005-11-16 16:20  tim
2772 > 2005-11-16 13:20  tim
2773  
2774          * src/brains/: Register.cpp, Register.hpp: register openbabel
2775          readers/writers
2776  
2777 < 2005-11-16 14:57  chrisfen
2777 > 2005-11-16 11:57  chrisfen
2778  
2779          * src/UseTheForce/DarkSide/electrostatic.F90: included shifted
2780          potential self term
2781  
2782 < 2005-11-16 14:57  chrisfen
2782 > 2005-11-16 11:57  chrisfen
2783  
2784          * samples/water/spce/spce.md: just some parameters
2785  
2786 < 2005-11-16 14:42  tim
2786 > 2005-11-16 11:42  tim
2787  
2788          * src/openbabel/: Makefile, aromatic.hpp, atom.cpp, atomtyp.hpp,
2789          babelconfig.hpp, base.cpp, base.hpp, bitvec.cpp, bitvec.hpp,
# Line 1361 | Line 2804
2804          types.hpp, vector3.cpp, vector3.hpp, xyzformat.cpp, zipstream.hpp,
2805          zipstreamimpl.hpp: adding openbabel
2806  
2807 < 2005-11-15 14:42  chrisfen
2807 > 2005-11-15 11:42  chrisfen
2808  
2809          * src/UseTheForce/DarkSide/electrostatic.F90: removed unnecessary
2810          commented code
2811  
2812 < 2005-11-15 14:04  chrisfen
2812 > 2005-11-15 11:04  chrisfen
2813  
2814          * src/UseTheForce/DarkSide/electrostatic.F90: cleaned up the
2815          charge-charge interactions a bit...
2816  
2817 < 2005-11-15 14:03  chrisfen
2817 > 2005-11-15 11:03  chrisfen
2818  
2819          * samples/water/spce/: spce.md, water.md: just playing
2820  
2821 < 2005-11-15 11:38  chrisfen
2821 > 2005-11-15 08:38  chrisfen
2822  
2823          * src/UseTheForce/DarkSide/electrostatic.F90: fixed a bug in the
2824          shifted_potential case
2825  
2826 < 2005-11-15 11:37  chrisfen
2826 > 2005-11-15 08:37  chrisfen
2827  
2828          * samples/: argon/500.md, water/spce/spce.md, water/spce/water.md:
2829          just playing around - we need to refresh all the samples sometime
2830          soon...
2831  
2832 < 2005-11-15 11:18  chuckv
2832 > 2005-11-15 08:18  chuckv
2833  
2834          * src/UseTheForce/: SC_FF.cpp, DarkSide/suttonchen.F90: Made
2835          preforce calc public in suttonchen.
2836  
2837 < 2005-11-15 11:05  chuckv
2837 > 2005-11-15 08:05  chuckv
2838  
2839          * src/brains/: SimInfo.cpp, fSimulation.h: Sutton-Chen added to
2840          SimInfo
2841  
2842 < 2005-11-15 11:01  chuckv
2842 > 2005-11-15 08:01  chuckv
2843  
2844          * src/UseTheForce/: doForces.F90, DarkSide/fInteractionMap.h,
2845          DarkSide/simulation.F90: Added Sutton-Chen to force loop...
2846  
2847 < 2005-11-15 10:34  chuckv
2847 > 2005-11-15 07:34  chuckv
2848  
2849          * forceFields/Makefile: Added sutton-chen to makefile.
2850  
2851 < 2005-11-14 17:20  chuckv
2851 > 2005-11-14 14:20  chuckv
2852  
2853          * src/UseTheForce/DarkSide/: suttonchen.F90,
2854          suttonchen_interface.h: Build Fixes for sutton-chen.
2855  
2856 < 2005-11-14 17:03  chuckv
2856 > 2005-11-14 14:03  chuckv
2857  
2858          * src/io/Makefile: Missed makefile for sutton-chen.
2859  
2860 < 2005-11-14 17:03  chuckv
2860 > 2005-11-14 14:03  chuckv
2861  
2862          * src/UseTheForce/: Makefile, DarkSide/Makefile,
2863          DarkSide/atype.F90, DarkSide/atype_interface.F90: Sutton-chen stuff
2864  
2865 < 2005-11-14 16:29  chuckv
2865 > 2005-11-14 13:29  chuckv
2866  
2867          * src/: UseTheForce/SC_FF.cpp, UseTheForce/SC_FF.hpp,
2868          io/SCAtomTypesSectionParser.cpp, io/SCAtomTypesSectionParser.hpp,
# Line 1430 | Line 2873
2873          types/AtomTypeProperties.h: Sutton-Chen almost done. Just need to
2874          fix do_forces to use Sutton-Chen.
2875  
2876 < 2005-11-11 12:21  chrisfen
2876 > 2005-11-11 09:21  chrisfen
2877  
2878          * src/UseTheForce/DarkSide/: fSwitchingFunctionType.h,
2879          switcheroo_interface.F90, switcheroo_interface.h: Forgot to add
2880          some files
2881  
2882 < 2005-11-11 10:22  chrisfen
2882 > 2005-11-11 07:22  chrisfen
2883  
2884          * src/: brains/SimInfo.cpp, brains/SimInfo.hpp, io/DumpWriter.cpp,
2885          io/Globals.cpp, io/Globals.hpp: added in a 5th order polynomial
2886          switching function option
2887  
2888 < 2005-11-11 10:21  chrisfen
2888 > 2005-11-11 07:21  chrisfen
2889  
2890          * src/UseTheForce/DarkSide/: Makefile, switcheroo.F90: added in a
2891          5th order polynomial switching function
2892  
2893 < 2005-11-11 10:21  chrisfen
2893 > 2005-11-11 07:21  chrisfen
2894  
2895          * samples/water/ssd/ssd.md: playing with switching functions again
2896  
2897 < 2005-11-11 10:21  chrisfen
2897 > 2005-11-11 07:21  chrisfen
2898  
2899          * samples/argon/500.md: playing with switching functions
2900  
2901 < 2005-11-08 19:11  chuckv
2901 > 2005-11-08 16:11  chuckv
2902  
2903          * forceFields/: SuttonChen.QSC.frc, SuttonChen.SC.frc: Added force
2904          files for Sutton-Chen and Quantum Sutton-Chen
2905  
2906 < 2005-11-08 08:32  chrisfen
2906 > 2005-11-08 05:32  chrisfen
2907  
2908          * src/io/: DumpReader.cpp, DumpReader.hpp, DumpWriter.cpp,
2909          DumpWriter.hpp, Globals.cpp, Globals.hpp: Added a keyword and
2910          ability to output forces and torques
2911  
2912 < 2005-11-08 08:32  chrisfen
2912 > 2005-11-08 05:32  chrisfen
2913  
2914          * src/brains/: SimInfo.cpp, fSimulation.h: Added a keyword for
2915          output of forces and torques
2916  
2917 < 2005-11-08 08:31  chrisfen
2917 > 2005-11-08 05:31  chrisfen
2918  
2919          * src/UseTheForce/DarkSide/: electrostatic.F90, simulation.F90:
2920          Working on shifted_force...
2921  
2922 < 2005-11-08 08:31  chrisfen
2922 > 2005-11-08 05:31  chrisfen
2923  
2924          * samples/water/: spce/spce.md, ssde/ssde.md: Just testing...
2925  
2926 < 2005-11-03 18:22  chrisfen
2926 > 2005-11-03 15:22  chrisfen
2927  
2928          * src/UseTheForce/DarkSide/electrostatic.F90: removed a poorly
2929          commented section
2930  
2931 < 2005-11-03 18:12  chrisfen
2931 > 2005-11-03 15:12  chrisfen
2932  
2933          * src/: UseTheForce/DarkSide/electrostatic.F90,
2934          UseTheForce/DarkSide/fElectrostaticScreeningMethod.h,
2935          UseTheForce/DarkSide/fScreeningMethod.h, brains/SimInfo.cpp,
2936          io/Globals.cpp, io/Globals.hpp: improvements in shifted-force
2937  
2938 < 2005-11-03 18:11  chrisfen
2938 > 2005-11-03 15:11  chrisfen
2939  
2940          * samples/water/spce/spce.md: mmm...  damped shifted force...
2941  
2942 < 2005-11-03 18:06  chuckv
2942 > 2005-11-03 15:06  chuckv
2943  
2944          * src/UseTheForce/DarkSide/suttonchen.F90: More work on SC.
2945  
2946 < 2005-11-02 18:50  chuckv
2946 > 2005-11-02 15:50  chuckv
2947  
2948          * src/UseTheForce/DarkSide/suttonchen.F90: More work on suttonchen.
2949  
2950 < 2005-11-02 16:01  chrisfen
2950 > 2005-11-02 13:01  chrisfen
2951  
2952          * src/UseTheForce/: doForces.F90, DarkSide/electrostatic.F90:
2953          removed some test code
2954  
2955 < 2005-11-02 15:45  chrisfen
2955 > 2005-11-02 12:45  chrisfen
2956  
2957          * src/UseTheForce/DarkSide/fScreeningMethod.h: forgot to add the
2958          screening method header
2959  
2960 < 2005-11-02 15:36  chrisfen
2960 > 2005-11-02 12:36  chrisfen
2961  
2962          * src/brains/SimInfo.cpp: again, changing how we deal with
2963          summation and screening methods
2964  
2965 < 2005-11-02 15:36  chrisfen
2965 > 2005-11-02 12:36  chrisfen
2966  
2967          * src/: UseTheForce/DarkSide/electrostatic.F90,
2968          UseTheForce/DarkSide/electrostatic_interface.F90,
# Line 1528 | Line 2971
2971          io/Globals.cpp, io/Globals.hpp: changing how we deal with summation
2972          and screening methods
2973  
2974 < 2005-11-02 15:35  chrisfen
2974 > 2005-11-02 12:35  chrisfen
2975  
2976          * src/UseTheForce/doForces.F90: debug stuff for rf removed
2977  
2978 < 2005-11-01 18:32  chuckv
2978 > 2005-11-01 15:32  chuckv
2979  
2980          * src/: UseTheForce/DarkSide/atype.F90,
2981          UseTheForce/DarkSide/atype_interface.F90,
# Line 1540 | Line 2983
2983          types/AtomTypeProperties.h: Added suppport to atypes for MEAM and
2984          sutton-chen
2985  
2986 < 2005-11-01 14:24  chrisfen
2986 > 2005-11-01 11:24  chrisfen
2987  
2988          * src/UseTheForce/: doForces.F90, DarkSide/electrostatic.F90:
2989          removed some testing code...
2990  
2991 < 2005-11-01 14:14  chrisfen
2991 > 2005-11-01 11:14  chrisfen
2992  
2993          * src/: brains/Register.cpp, brains/SimInfo.cpp,
2994          brains/fSimulation.h, integrators/IntegratorFactory.hpp,
2995          io/Globals.cpp: fixed a capitalization problem with NPT integrator
2996          initialization
2997  
2998 < 2005-11-01 14:13  chrisfen
2998 > 2005-11-01 11:13  chrisfen
2999  
3000          * src/applications/oopse/oopse.cpp: nothing
3001  
3002 < 2005-11-01 14:09  chrisfen
3002 > 2005-11-01 11:09  chrisfen
3003  
3004          * src/UseTheForce/: doForces.F90, DarkSide/electrostatic.F90,
3005          DarkSide/simulation.F90: still fixing up wolf...
3006  
3007 < 2005-11-01 13:29  chuckv
3007 > 2005-11-01 10:29  chuckv
3008  
3009          * src/UseTheForce/DarkSide/: fInteractionMap.h, suttonchen.F90: In
3010          process of adding sutton-chen forcefield.
3011  
3012 < 2005-10-26 18:32  chrisfen
3012 > 2005-10-26 16:32  chrisfen
3013  
3014          * src/brains/SimInfo.cpp: changed the default switching radius to
3015          85% of rcut
3016  
3017 < 2005-10-26 18:31  chrisfen
3017 > 2005-10-26 16:31  chrisfen
3018  
3019          * src/UseTheForce/DarkSide/electrostatic.F90: reaction field looks
3020          to be working now - for charges and dipoles alike
3021  
3022 < 2005-10-26 18:31  chrisfen
3022 > 2005-10-26 16:31  chrisfen
3023  
3024          * src/UseTheForce/doForces.F90: reaction field looks to be working
3025          now
3026  
3027 < 2005-10-26 18:30  chrisfen
3027 > 2005-10-26 16:30  chrisfen
3028  
3029          * samples/water/ssdrf/water.md: added a test molecule
3030  
3031 < 2005-10-26 18:30  chrisfen
3031 > 2005-10-26 16:30  chrisfen
3032  
3033          * forceFields/DUFF2.frc: added a test atom type
3034  
3035 < 2005-10-24 09:06  chrisfen
3035 > 2005-10-24 07:06  chrisfen
3036  
3037          * src/UseTheForce/DarkSide/electrostatic.F90: added charge-dipole
3038          reaction field - don't know if it works...
3039  
3040 < 2005-10-23 16:08  chrisfen
3040 > 2005-10-23 14:08  chrisfen
3041  
3042          * src/: UseTheForce/doForces.F90,
3043          UseTheForce/DarkSide/electrostatic.F90, primitives/RigidBody.cpp:
# Line 1602 | Line 3045
3045          added reaction field for charges - still need to do charge-dipole
3046          RF
3047  
3048 < 2005-10-23 16:07  chrisfen
3048 > 2005-10-23 14:07  chrisfen
3049  
3050          * samples/water/ssdrf/ssdrf.md: minor changes when testing reaction
3051          field
3052  
3053 < 2005-10-23 16:06  chrisfen
3053 > 2005-10-23 14:06  chrisfen
3054  
3055          * samples/water/spce/spce.md: reaction field now works for charges
3056  
3057 < 2005-10-20 15:27  tim
3057 > 2005-10-20 13:27  tim
3058  
3059          * src/primitives/Torsion.cpp: Fix the other branch of force
3060          calculation in Torision.cpp
3061  
3062 < 2005-10-19 14:24  chrisfen
3062 > 2005-10-19 12:24  chrisfen
3063  
3064          * src/: UseTheForce/doForces.F90,
3065          UseTheForce/DarkSide/electrostatic.F90,
# Line 1624 | Line 3067
3067          brains/ForceManager.cpp, brains/SimInfo.cpp: Still had some globals
3068          toUpper problems - these changes should fix those...
3069  
3070 < 2005-10-19 14:23  chrisfen
3070 > 2005-10-19 12:23  chrisfen
3071  
3072          * samples/water/ssdrf/ssdrf.md: nothing
3073  
3074 < 2005-10-19 12:03  gezelter
3074 > 2005-10-19 10:03  gezelter
3075  
3076          * src/UseTheForce/DarkSide/gb.F90: fixed an MPI compilation bug in
3077          GayBerne
3078  
3079 < 2005-10-19 11:49  tim
3079 > 2005-10-19 09:49  tim
3080  
3081          * src/: UseTheForce/DarkSide/fInteractionMap.h,
3082          brains/ForceManager.cpp: fix an index mismathcing between c and
3083          fortran
3084  
3085 < 2005-10-18 18:03  gezelter
3085 > 2005-10-18 16:03  gezelter
3086  
3087          * samples/cutoff/: lj.md, max.md, mix.md, traditional.md: added
3088          samples for the cutoff methods that Yang Zheng has been working on
3089  
3090 < 2005-10-18 16:13  gezelter
3090 > 2005-10-18 14:13  gezelter
3091  
3092          * src/UseTheForce/DarkSide/gb.F90: fixed gb/lj and gb/gb torques
3093          and a rotation matrix bug
3094  
3095 < 2005-10-18 16:13  gezelter
3095 > 2005-10-18 14:13  gezelter
3096  
3097          * samples/gbljtest/: 2gb.in, 2gb.md, gb.md, gb2lj1.in, gb2lj1.md,
3098          gbRotRoundY.in, gbRotRoundY.md, gbRotRoundZ.in, gbRotRoundZ.md:
3099          added a few GB test cases
3100  
3101 < 2005-10-18 16:13  gezelter
3101 > 2005-10-18 14:13  gezelter
3102  
3103          * forceFields/DUFF2.frc: Fixing GB parameters
3104  
3105 < 2005-10-18 13:36  kdaily
3105 > 2005-10-18 11:36  kdaily
3106  
3107          * forceFields/DUFF2.frc: Changed the parameters for the Gay-Berne
3108          type
3109  
3110 < 2005-10-18 10:01  chrisfen
3110 > 2005-10-18 08:01  chrisfen
3111  
3112          * src/: UseTheForce/doForces.F90, UseTheForce/notifyCutoffs.F90,
3113          UseTheForce/DarkSide/Makefile,
# Line 1674 | Line 3117
3117          UseTheForce/DarkSide/reactionField.F90, brains/SimInfo.cpp: merged
3118          reaction field with electrostatics.F90
3119  
3120 < 2005-10-17 18:13  tim
3120 > 2005-10-17 16:13  tim
3121  
3122          * src/: brains/ForceManager.cpp, brains/Stats.cpp,
3123          brains/Stats.hpp, integrators/VelocityVerletIntegrator.cpp,
3124          io/BASS_interface.h, io/Globals.cpp, io/StatWriter.cpp,
3125          io/StatWriter.hpp: Customized StatWriter is working
3126  
3127 < 2005-10-17 17:42  kdaily
3127 > 2005-10-17 15:42  kdaily
3128  
3129          * src/UseTheForce/DarkSide/gb.F90: using notation from Cleaver
3130          paper
3131  
3132 < 2005-10-17 16:47  gezelter
3132 > 2005-10-17 14:47  gezelter
3133  
3134          * src/UseTheForce/DarkSide/gb.F90: bugtracking gb
3135  
3136 < 2005-10-17 14:24  tim
3136 > 2005-10-17 12:24  tim
3137  
3138          * src/io/ParamConstraint.hpp: Another bug fix
3139  
3140 < 2005-10-17 14:22  tim
3140 > 2005-10-17 12:22  tim
3141  
3142          * src/io/: Globals.hpp, ParamConstraint.hpp: fix some namespace
3143          issues in Globals
3144  
3145 < 2005-10-17 14:12  gezelter
3145 > 2005-10-17 12:12  gezelter
3146  
3147          * src/: UseTheForce/DUFF.cpp, UseTheForce/doForces.F90,
3148          UseTheForce/DarkSide/Makefile, UseTheForce/DarkSide/gb.F90,
# Line 1709 | Line 3152
3152          types/DirectionalAtomType.cpp, types/DirectionalAtomType.hpp:
3153          changing GB architecture
3154  
3155 < 2005-10-17 14:12  gezelter
3155 > 2005-10-17 12:12  gezelter
3156  
3157          * samples/gbljtest/: gbRotRoundX.in, gbRotRoundY.in,
3158          gbRotRoundZ.in: Adding samples for gb tests
3159  
3160 < 2005-10-16 22:06  tim
3160 > 2005-10-16 20:06  tim
3161  
3162          * src/io/: Globals.cpp, Globals.hpp: fix a seg fault when try copy
3163          a  string to event's err_msg, there are still tons of memory
3164          leaking problem in Globals
3165  
3166 < 2005-10-16 19:51  tim
3166 > 2005-10-16 17:51  tim
3167  
3168          * src/io/: Globals.cpp, Globals.hpp, ParamConstraint.hpp: Change
3169          error message in Globals
3170  
3171 < 2005-10-14 16:43  tim
3171 > 2005-10-14 14:43  tim
3172  
3173          * src/io/: Globals.cpp, ParamConstraint.hpp: Constraints for
3174          parameters are working now
3175  
3176 < 2005-10-14 11:43  gezelter
3176 > 2005-10-14 09:43  gezelter
3177  
3178          * samples/gbljtest/: gb.md, lj.md: Adding .md files for GB/LJ tests
3179  
3180 < 2005-10-14 11:05  gezelter
3180 > 2005-10-14 09:05  gezelter
3181  
3182          * samples/gbljtest/: gbRotRoundX.in, gbRotRoundX.md,
3183          gbRotRoundY.in, gbRotRoundY.md, gbRotRoundZ.in, gbRotRoundZ.md:
3184          Adding some Gay Berne tests
3185  
3186 < 2005-10-14 11:05  gezelter
3186 > 2005-10-14 09:05  gezelter
3187  
3188          * samples/cutoff/: cutoff_test.in, cutoff_test.md: Adding some
3189          cutoff tests
3190  
3191 < 2005-10-14 10:44  kdaily
3191 > 2005-10-14 08:44  kdaily
3192  
3193          * forceFields/DUFF2.frc, src/UseTheForce/DUFF.cpp,
3194          src/UseTheForce/doForces.F90, src/UseTheForce/DarkSide/gb.F90,
# Line 1753 | Line 3196
3196          src/UseTheForce/DarkSide/gb_interface.h: Add parts for the GayBerne
3197          LJ
3198  
3199 < 2005-10-14 09:48  tim
3199 > 2005-10-14 07:48  tim
3200  
3201          * src/io/ParamConstraint.hpp: Adding Parameter Constraint class
3202  
3203 < 2005-10-14 09:18  chrisfen
3203 > 2005-10-14 07:18  chrisfen
3204  
3205          * samples/thermoIntegration/liquid/ssde.md,
3206          samples/thermoIntegration/solid/ssde.md, src/io/Globals.cpp,
3207          src/restraints/Restraints.cpp: added default restraint spring
3208          constants into Globals
3209  
3210 < 2005-10-13 17:26  tim
3210 > 2005-10-13 15:26  tim
3211  
3212          * src/: applications/oopse/oopse.cpp, brains/ForceManager.cpp,
3213          brains/SimCreator.cpp, brains/SimInfo.cpp, brains/Snapshot.hpp,
# Line 1776 | Line 3219
3219          restraints/ThermoIntegrationForceManager.cpp,
3220          visitors/ZconsVisitor.cpp: rewrite Globals
3221  
3222 < 2005-10-12 16:57  chuckv
3222 > 2005-10-12 14:57  chuckv
3223  
3224          * src/brains/ForceManager.cpp: Fix to forceManager to pass
3225          potential array to fortran.
3226  
3227 < 2005-10-12 16:00  gezelter
3227 > 2005-10-12 14:00  gezelter
3228  
3229          * src/primitives/: DirectionalAtom.cpp, RigidBody.cpp: Don't
3230          remember what we did
3231  
3232 < 2005-10-12 16:00  gezelter
3232 > 2005-10-12 14:00  gezelter
3233  
3234          * src/UseTheForce/: doForces.F90, doForces_interface.F90,
3235          DarkSide/LJ.F90, DarkSide/eam.F90, DarkSide/fInteractionMap.h,
3236          DarkSide/force_globals.F90, DarkSide/gb.F90, DarkSide/shapes.F90,
3237          DarkSide/sticky.F90: simplifying long range potential array
3238  
3239 < 2005-10-12 16:00  gezelter
3239 > 2005-10-12 14:00  gezelter
3240  
3241          * samples/cutoff/: cutoff_test.in, cutoff_test.md: Testing new
3242          cutoff methods
3243  
3244 < 2005-10-12 16:00  gezelter
3244 > 2005-10-12 14:00  gezelter
3245  
3246          * forceFields/DUFF2.frc: Messing with 2-point water models
3247  
3248 < 2005-10-12 15:22  chuckv
3248 > 2005-10-12 13:22  chuckv
3249  
3250          * src/UseTheForce/doForces_interface.F90: Breaky, Breaky: c-fortran
3251          interface now expects an array for pot.
3252  
3253 < 2005-10-12 15:18  chuckv
3253 > 2005-10-12 13:18  chuckv
3254  
3255          * src/UseTheForce/: doForces.F90, DarkSide/gb.F90,
3256          DarkSide/shapes.F90, DarkSide/sticky.F90: More Change goodness for
3257          calculation of potential.
3258  
3259 < 2005-10-12 14:55  chuckv
3259 > 2005-10-12 12:55  chuckv
3260  
3261          * src/UseTheForce/doForces.F90: More changes to MPI potential
3262          calculations.
3263  
3264 < 2005-10-12 13:59  chuckv
3264 > 2005-10-12 11:59  chuckv
3265  
3266          * src/UseTheForce/: doForces.F90, DarkSide/LJ.F90,
3267          DarkSide/eam.F90, DarkSide/electrostatic.F90,
# Line 1826 | Line 3269
3269          DarkSide/gb.F90, DarkSide/shapes.F90, DarkSide/sticky.F90: Breaky
3270          Breaky: Add Support for seperating potential contributions.
3271  
3272 < 2005-10-11 17:00  chuckv
3272 > 2005-10-11 15:00  chuckv
3273  
3274          * src/UseTheForce/doForces.F90: Free some variables that weren't
3275          freed before.
3276  
3277 < 2005-10-11 16:59  chuckv
3277 > 2005-10-11 14:59  chuckv
3278  
3279          * src/applications/nanoRodBuilder/: Geometry.cpp, Geometry.hpp,
3280          GeometryCreator.hpp, GeometryFactory.cpp: Design change for nanoRod
3281          builder --twinned.
3282  
3283 < 2005-10-11 16:57  chuckv
3283 > 2005-10-11 14:57  chuckv
3284  
3285          * src/applications/nanoparticleBuilder/: nanoparticleBuilder.cpp,
3286          nanoparticleBuilder.ggo, nanoparticleBuilderCmd.c,
# Line 1845 | Line 3288
3288          sphericalNanoparticle.hpp: Added code for nanoparticle builder to
3289          cvs.
3290  
3291 < 2005-10-10 16:34  chuckv
3291 > 2005-10-10 14:34  chuckv
3292  
3293          * src/UseTheForce/doForces.F90: Bug fix, undeclared local variable
3294          in MPI.
3295  
3296 < 2005-10-10 16:20  chuckv
3296 > 2005-10-10 14:20  chuckv
3297  
3298          * src/UseTheForce/doForces.F90: Fixed MPI bug with Row and Column
3299          indexing of groupToGtype. We now have two seperate maps
3300          groupToGtypeRow and groupToGypeCol. GroupToGtypeCol is a pointer
3301          that is set to groupToGtypeRow in the single processor version.
3302  
3303 < 2005-10-06 13:44  chrisfen
3303 > 2005-10-06 11:44  chrisfen
3304  
3305          * samples/water/: dimer/water.md, spce/water.md, ssd/water.md,
3306          ssd-ion/water.md, ssde/water.md, ssdrf/water.md, tap/water.md,
3307          tip3p_ice/water.md, tip4p/water.md: fixing up the samples
3308  
3309 < 2005-10-05 16:12  tim
3309 > 2005-10-05 14:12  tim
3310  
3311          * src/primitives/RigidBody.cpp: There is still something wrong with
3312          inertia tensor projection
3313  
3314 < 2005-10-05 14:35  tim
3314 > 2005-10-05 12:35  tim
3315  
3316          * src/primitives/RigidBody.cpp: erase output of inertia tensor.
3317          There is still something wrong with current implementation.
3318  
3319 < 2005-10-05 14:34  tim
3319 > 2005-10-05 12:34  tim
3320  
3321          * src/brains/MoleculeCreator.cpp: fix a bug in creating
3322          cutoffGroup. When cutoffGroup is turned off, there is a mismatch
3323          between group and center of mass array
3324  
3325 < 2005-10-05 14:12  tim
3325 > 2005-10-05 12:12  tim
3326  
3327          * src/primitives/RigidBody.cpp: fix a bug in creating cutoffGroup.
3328          When cutoffGroup is turned off, there is a mismatch between group
3329          and center of mass array
3330  
3331 < 2005-10-04 14:34  chrisfen
3331 > 2005-10-04 12:34  chrisfen
3332  
3333          * src/brains/: ForceManager.cpp, SimInfo.cpp: fixed an annoying
3334          mass ratio bug that results in simulation failure with massless
3335          particles
3336  
3337 < 2005-10-04 14:33  chrisfen
3337 > 2005-10-04 12:33  chrisfen
3338  
3339          * src/UseTheForce/DarkSide/electrostatic.F90: maybe some work on
3340          wolf
3341  
3342 < 2005-10-04 14:32  chrisfen
3342 > 2005-10-04 12:32  chrisfen
3343  
3344          * samples/water/dimer/two.md, samples/water/dimer/water.md,
3345          samples/water/tip3p_ice/tp3.md, samples/water/tip3p_ice/water.md,
3346          samples/water/tip4p/tp4.md, src/UseTheForce/doForces.F90: just some
3347          random changes when testing
3348  
3349 < 2005-10-03 10:54  tim
3349 > 2005-10-03 08:54  tim
3350  
3351          * src/primitives/: DirectionalAtom.cpp, RigidBody.cpp: fix a bug in
3352          projecting the inertia tensor of directional atom in rigibody into
3353          rigidbody's body frame (previous commit is wrong)
3354  
3355 < 2005-10-03 09:31  tim
3355 > 2005-10-03 07:31  tim
3356  
3357          * src/primitives/RigidBody.cpp: fix a bug in projecting the inertia
3358          tensor of directional atom in rigibody into rigidbody's body frame
3359  
3360 < 2005-09-28 13:47  chrisfen
3360 > 2005-09-28 11:47  chrisfen
3361  
3362          * src/UseTheForce/DarkSide/electrostatic.F90: working on wolf
3363  
3364 < 2005-09-28 13:46  chrisfen
3364 > 2005-09-28 11:46  chrisfen
3365  
3366          * samples/water/: dimer/cl.md, dimer/mix.md, dimer/mix2.md,
3367          dimer/ssd.md, dimer/tap.md, dimer/two.md, spce/spce.md, ssd/ssd.md,
3368          ssd-ion/ssdCl.md, ssde/ssde.md, tap/tap.md, tip3p_ice/tp3.md,
3369          tip4p/tp4.md: fixed some samples
3370  
3371 < 2005-09-28 13:46  chrisfen
3371 > 2005-09-28 11:46  chrisfen
3372  
3373          * ChangeLog: updated
3374  
3375 < 2005-09-28 11:55  tim
3375 > 2005-09-28 09:55  tim
3376  
3377          * src/math/SquareMatrix3.hpp: using epsilon instead of 0.0 to avoid
3378          divergence in rotation matrix to quaternion transformation
3379  
3380 < 2005-09-28 11:32  gezelter
3380 > 2005-09-28 09:32  gezelter
3381  
3382          * src/primitives/RigidBody.cpp: Rotation matrix multiplication
3383          order error
3384  
3385 < 2005-09-28 11:32  gezelter
3385 > 2005-09-28 09:32  gezelter
3386  
3387          * src/io/DumpReader.cpp: tracking down quaternion bug
3388  
3389 < 2005-09-28 11:32  gezelter
3389 > 2005-09-28 09:32  gezelter
3390  
3391          * forceFields/DUFF2.frc: Added DIP atom types for 2-point water
3392          model
3393  
3394 < 2005-09-27 15:02  tim
3394 > 2005-09-27 13:02  tim
3395  
3396          * src/math/SquareMatrix3.hpp: fix a bug in convert rotation matrix
3397          to quaternion
3398  
3399 < 2005-09-26 13:38  chuckv
3399 > 2005-09-26 11:38  chuckv
3400  
3401          * src/UseTheForce/DarkSide/electrostatic.F90: Added define for ifc
3402          7 so derfc is external. Other compilers should treat erfc as
3403          intrinsic.
3404  
3405 < 2005-09-26 12:07  chuckv
3405 > 2005-09-26 10:07  chuckv
3406  
3407          * src/UseTheForce/DarkSide/electrostatic.F90: Changed erfc to derfc
3408          and declared it to be external to fix issure with ifc7. Hopefully
3409          this will not cause a problem with other compilers where derfc is
3410          an intrinsic function.
3411  
3412 < 2005-09-26 11:42  chuckv
3412 > 2005-09-26 09:42  chuckv
3413  
3414          * src/UseTheForce/DarkSide/simulation.F90: MPI fix for SimHasAtype
3415          in simulation module. We needed a seperate receive buffer.
3416  
3417 < 2005-09-26 10:58  chuckv
3417 > 2005-09-26 08:58  chuckv
3418  
3419          * src/: brains/SimInfo.cpp, io/Globals.cpp, io/Globals.hpp: Added
3420          support for skinThickness keyword to Globals.
3421  
3422 < 2005-09-26 10:56  tim
3422 > 2005-09-26 08:56  tim
3423  
3424          * src/io/DumpReader.cpp: fix a typo in DumpReader
3425  
3426 < 2005-09-26 09:27  chrisfen
3426 > 2005-09-26 07:27  chrisfen
3427  
3428          * samples/: minimizer/tip4p_two.md,
3429          thermoIntegration/liquid/ssde.md, thermoIntegration/solid/ssde.md,
# Line 1990 | Line 3433
3433          water/ssde/ssde.md, water/tap/tap.md, water/tip3p_ice/tp3.md,
3434          water/tip4p/tp4.md: fixing up some samples
3435  
3436 < 2005-09-24 12:39  chrisfen
3436 > 2005-09-24 10:39  chrisfen
3437  
3438          * src/UseTheForce/DarkSide/electrostatic.F90: slowdown fixed - now
3439          roughly the same speed as the old version when using dipoles
# Line 1998 | Line 3441
3441          energies are now exactly the same between the old version of OOPSE
3442          and this version
3443  
3444 < 2005-09-24 12:38  chrisfen
3444 > 2005-09-24 10:38  chrisfen
3445  
3446          * samples/water/ssdrf/ssdrf.md: turned rf on
3447  
3448 < 2005-09-23 15:31  chuckv
3448 > 2005-09-23 13:31  chuckv
3449  
3450          * src/UseTheForce/doForces.F90: Fixed "dum-dum" where we ignore the
3451          skin thickness and hardcode listSkin to be 1.0. We now get listskin
3452          from skin. This will get fixed to where we can manually set skin
3453          thickness.
3454  
3455 < 2005-09-22 13:50  gezelter
3455 > 2005-09-22 11:50  gezelter
3456  
3457          * src/math/derfc.F90: added error function
3458  
3459 < 2005-09-21 19:08  chuckv
3459 > 2005-09-21 17:08  chuckv
3460  
3461          * src/integrators/Velocitizer.cpp: Removed print statement for
3462          angular momentum and inertia tensor from velocitizer.
3463  
3464 < 2005-09-21 19:04  chuckv
3464 > 2005-09-21 17:04  chuckv
3465  
3466          * src/integrators/Velocitizer.cpp: Removed print statements for
3467          remove angular momentum.
3468  
3469 < 2005-09-21 18:45  chuckv
3469 > 2005-09-21 16:45  chuckv
3470  
3471          * src/UseTheForce/DarkSide/LJ.F90: Bug fix: If we are not using LJ
3472          (say we are using EAM), we probably shouldn't rebuild the LJ mixing
3473          map.
3474  
3475 < 2005-09-21 15:59  tim
3475 > 2005-09-21 13:59  tim
3476  
3477          * src/io/: DumpReader.cpp, DumpReader.hpp, DumpWriter.cpp:
3478          DumpReader using pure c++ io
3479  
3480 < 2005-09-21 12:20  chrisfen
3480 > 2005-09-21 10:20  chrisfen
3481  
3482          * src/UseTheForce/: doForces.F90, DarkSide/LJ.F90: Fixed a
3483          defaultCutoff bug (HEMES!)
3484  
3485 < 2005-09-20 17:13  gezelter
3485 > 2005-09-20 15:13  gezelter
3486  
3487          * make/Makefile.in: libz additions
3488  
3489 < 2005-09-20 17:03  gezelter
3489 > 2005-09-20 15:03  gezelter
3490  
3491          * configure, ac-tools/aclocal.m4, ac-tools/configure.in,
3492          src/config.h.in: added check for zlib in configure
3493  
3494 < 2005-09-20 16:22  tim
3494 > 2005-09-20 14:22  tim
3495  
3496          * src/io/: DumpWriter.cpp, DumpWriter.hpp, Makefile, gzstream.cpp,
3497          gzstream.hpp, zipstream.hpp: adding zlib support for DumpWriter
3498  
3499 < 2005-09-20 11:22  tim
3499 > 2005-09-20 09:22  tim
3500  
3501          * test/io/: ZipstreamTestCase.cpp, ZipstreamTestCase.hpp: adding
3502          testcase for zipstream
3503  
3504 < 2005-09-20 10:41  tim
3504 > 2005-09-20 08:41  tim
3505  
3506          * src/io/zipstream.hpp: adding zipstream.hpp
3507  
3508 < 2005-09-20 10:34  chrisfen
3508 > 2005-09-20 08:34  chrisfen
3509  
3510          * samples/: dipole/splitInWater.md, dipole/split_SSD.md,
3511          dipole/twoSplitDipole.md, minimizer/ssdEM.md,
3512          minimizer/tip4p_two.md, water/ssdrf/ssdrf.md, zcons/zconsFixed.md,
3513          zcons/zconsMoving.md: fixed up some sample md files
3514  
3515 < 2005-09-19 18:21  chrisfen
3515 > 2005-09-19 16:21  chrisfen
3516  
3517          * ChangeLog, samples/water/ssdrf/ssdrf.md,
3518          src/UseTheForce/doForces.F90,
# Line 2078 | Line 3521
3521          src/brains/fSimulation.h: Fixed bugs in reaction field, now it
3522          appears as though it really is working...
3523  
3524 < 2005-09-18 15:45  chrisfen
3524 > 2005-09-18 13:45  chrisfen
3525  
3526          * ChangeLog, samples/water/ssdrf/ssdrf.md,
3527          src/UseTheForce/doForces.F90,
# Line 2089 | Line 3532
3532          src/brains/SimInfo.cpp: reaction field seems to work now, still
3533          need to do some testing...
3534  
3535 < 2005-09-16 18:04  chuckv
3535 > 2005-09-16 16:04  chuckv
3536  
3537          * src/io/: Globals.cpp, Globals.hpp: Added keywords for compressed
3538          dump files.
3539  
3540 < 2005-09-16 16:07  chrisfen
3540 > 2005-09-16 14:07  chrisfen
3541  
3542          * src/: UseTheForce/doForces_interface.F90,
3543          UseTheForce/doForces_interface.h, brains/SimInfo.cpp: xlf found a
3544          bug that ifc missed...
3545  
3546 < 2005-09-16 15:36  chrisfen
3546 > 2005-09-16 13:36  chrisfen
3547  
3548          * src/UseTheForce/: doForces.F90, DarkSide/electrostatic.F90:
3549          fixing some summation method issues
3550  
3551 < 2005-09-16 14:35  chrisfen
3551 > 2005-09-16 12:35  chrisfen
3552  
3553          * src/brains/SimInfo.cpp: fixed a capitalization error
3554  
3555 < 2005-09-16 14:34  chrisfen
3555 > 2005-09-16 12:34  chrisfen
3556  
3557          * src/UseTheForce/: fElectrostaticSummationMethod.h,
3558          DarkSide/fElectrostaticSummationMethod.h: moved a header file
3559          around
3560  
3561 < 2005-09-16 14:00  chrisfen
3561 > 2005-09-16 12:00  chrisfen
3562  
3563          * src/: UseTheForce/DarkSide/electrostatic_interface.F90,
3564          brains/SimInfo.cpp, brains/SimInfo.hpp: it builds now, but there
3565          are known issues - particularly with reaction field...
3566  
3567 < 2005-09-16 11:07  chrisfen
3567 > 2005-09-16 09:07  chrisfen
3568  
3569          * src/: UseTheForce/DarkSide/electrostatic.F90, brains/SimInfo.cpp,
3570          io/Globals.cpp, io/Globals.hpp: some fixes but even more breaking
3571          (cutting out the old way to do reaction field)
3572  
3573 < 2005-09-15 17:05  gezelter
3573 > 2005-09-15 15:05  gezelter
3574  
3575          * src/UseTheForce/: doForces.F90, fCoulombicCorrection.h,
3576          fElectrostaticSummationMethod.h, DarkSide/electrostatic.F90,
3577          DarkSide/electrostatic_interface.F90,
3578          DarkSide/electrostatic_interface.h: Working on adding WOLF
3579  
3580 < 2005-09-15 14:17  tim
3580 > 2005-09-15 12:17  tim
3581  
3582          * src/io/DumpReader.cpp: Fix a bug in DumpReader in case readFrame
3583          is called without calling getNFrames
3584  
3585 < 2005-09-15 08:47  chrisfen
3585 > 2005-09-15 06:47  chrisfen
3586  
3587          * src/UseTheForce/fCoulombicCorrection.h: forgot to add a header
3588  
3589 < 2005-09-14 21:48  chuckv
3589 > 2005-09-14 19:48  chuckv
3590  
3591          * src/UseTheForce/doForces.F90: Fixed bug where gtypeMaxCutoff was
3592          not initialized after creation. When maxval(gtypeMaxCutoff) was
3593          called, the largest random garbage value was returned from the
3594          array.
3595  
3596 < 2005-09-14 19:14  chrisfen
3596 > 2005-09-14 17:14  chrisfen
3597  
3598          * src/: brains/SimInfo.cpp, brains/SimInfo.hpp, io/Globals.cpp,
3599          io/Globals.hpp: changes to include the coulombicCorrection selector
3600  
3601 < 2005-09-14 19:13  chrisfen
3601 > 2005-09-14 17:13  chrisfen
3602  
3603          * src/UseTheForce/DarkSide/: Makefile, electrostatic.F90,
3604          reactionField.F90: added in the undamped wolf, in the process of
3605          doing the damped wolf
3606  
3607 < 2005-09-14 19:13  chrisfen
3607 > 2005-09-14 17:13  chrisfen
3608  
3609          * src/UseTheForce/: doForces.F90, doForces_interface.F90,
3610          doForces_interface.h, notifyCutoffs.F90: some changes to activate
3611          the coulombicCorrection selector
3612  
3613 < 2005-09-14 19:11  chrisfen
3613 > 2005-09-14 17:11  chrisfen
3614  
3615          * samples/water/dimer/: cl.in, cl.md, water.md: just some testing
3616  
3617 < 2005-09-14 19:11  chrisfen
3617 > 2005-09-14 17:11  chrisfen
3618  
3619          * samples/argon/: 500.in, 500.md: Equilibrated the sample
3620  
3621 < 2005-09-14 19:10  chrisfen
3621 > 2005-09-14 17:10  chrisfen
3622  
3623          * forceFields/DUFF2.frc: re-added Cl- and Na+
3624  
3625 < 2005-09-14 15:31  chuckv
3625 > 2005-09-14 13:31  chuckv
3626  
3627          * src/UseTheForce/DarkSide/eam.F90: EAM now uses eamlist to lookup
3628          eamAtypes instead of assuming a 1-1 correspondence to atypes.
3629  
3630 < 2005-09-14 15:28  gezelter
3630 > 2005-09-14 13:28  gezelter
3631  
3632          * src/UseTheForce/doForces.F90: fix to put back calculation of r in
3633          do_prepair
3634  
3635 < 2005-09-14 14:02  gezelter
3635 > 2005-09-14 12:02  gezelter
3636  
3637          * src/UseTheForce/DarkSide/LJ.F90: fixed a bug in the
3638          createMixingMap routine.  It should now set doShift correctly
3639  
3640 < 2005-09-07 17:44  chuckv
3640 > 2005-09-07 15:44  chuckv
3641  
3642          * src/UseTheForce/doForces.F90: Added nGroupsInRow for mpi build.
3643  
3644 < 2005-09-07 17:23  chuckv
3644 > 2005-09-07 15:23  chuckv
3645  
3646          * src/UseTheForce/DarkSide/simParallel.F90: Added access to mpi
3647          logical variables
3648  
3649 < 2005-09-07 17:08  gezelter
3649 > 2005-09-07 15:08  gezelter
3650  
3651          * src/UseTheForce/doForces.F90: bugfix on the grouptype finding
3652          algorithm
3653  
3654 < 2005-09-07 15:46  gezelter
3654 > 2005-09-07 13:46  gezelter
3655  
3656          * src/: UseTheForce/doForces.F90,
3657          UseTheForce/doForces_interface.F90, UseTheForce/notifyCutoffs.F90,
# Line 2217 | Line 3660
3660          io/Globals.cpp, io/Globals.hpp: adding c-side interface to change
3661          cutoff Policy
3662  
3663 < 2005-09-07 14:18  gezelter
3663 > 2005-09-07 12:18  gezelter
3664  
3665          * src/UseTheForce/doForces.F90: Some bug hunting
3666  
3667 < 2005-09-07 14:18  gezelter
3667 > 2005-09-07 12:18  gezelter
3668  
3669          * samples/argon/argonNVT.md: Just a longer test
3670  
3671 < 2005-09-06 12:32  chuckv
3671 > 2005-09-06 10:32  chuckv
3672  
3673          * src/UseTheForce/doForces.F90: Added allocation for gtypeCutoffmap
3674          etc..
3675  
3676 < 2005-09-01 17:56  gezelter
3676 > 2005-09-01 15:56  gezelter
3677  
3678          * src/UseTheForce/doForces.F90: initialized atomTypeMaxCutoff(i) to
3679          zero
3680  
3681 < 2005-09-01 15:17  gezelter
3681 > 2005-09-01 13:17  gezelter
3682  
3683          * src/UseTheForce/: doForces.F90, doForces_interface.F90: wrote
3684          createGtypeCutoffMap
3685  
3686 < 2005-08-30 13:23  chrisfen
3686 > 2005-08-30 11:23  chrisfen
3687  
3688          * src/: UseTheForce/doForces.F90,
3689          UseTheForce/doForces_interface.F90,
# Line 2250 | Line 3693
3693          brains/fSimulation.h, io/Globals.cpp, io/Globals.hpp: made some
3694          changes for implementing the wolf potential
3695  
3696 < 2005-08-26 17:39  chrisfen
3696 > 2005-08-26 15:39  chrisfen
3697  
3698          * src/UseTheForce/DarkSide/eam.F90: updated getEAMCut
3699  
3700 < 2005-08-26 16:30  chrisfen
3700 > 2005-08-26 14:30  chrisfen
3701  
3702          * src/UseTheForce/: doForces.F90, DarkSide/eam.F90,
3703          DarkSide/gb.F90, DarkSide/shapes.F90, DarkSide/sticky.F90: added
3704          some probably nonfunctional get*cut routines
3705  
3706 < 2005-08-26 15:34  chuckv
3706 > 2005-08-26 13:34  chuckv
3707  
3708          * src/UseTheForce/DarkSide/eam.F90: Added eamType map to atid map.
3709  
3710 < 2005-08-26 11:36  gezelter
3710 > 2005-08-26 09:36  gezelter
3711  
3712          * src/UseTheForce/doForces.F90: fixing some of the problems in the
3713          interactionHash and gtypeCutoff routines
3714  
3715 < 2005-08-17 10:26  gezelter
3715 > 2005-08-17 08:26  gezelter
3716  
3717          * src/UseTheForce/: doForces.F90, fCutoffPolicy.h,
3718          DarkSide/simulation.F90: added fCutoffPolicy.h
3719  
3720 < 2005-08-11 16:04  gezelter
3720 > 2005-08-11 14:04  gezelter
3721  
3722          * src/UseTheForce/: doForces.F90, notifyCutoffs.F90: breakage in
3723          progress
3724  
3725 < 2005-08-10 14:17  gezelter
3725 > 2005-08-10 12:17  gezelter
3726  
3727          * src/primitives/StuntDouble.hpp: putting spaceballs back where
3728          they belong
3729  
3730 < 2005-08-09 17:33  gezelter
3730 > 2005-08-09 15:33  gezelter
3731  
3732          * src/UseTheForce/DarkSide/LJ.F90: Complete rewrite of Lennard
3733          Jones module
3734  
3735 < 2005-08-09 17:33  gezelter
3735 > 2005-08-09 15:33  gezelter
3736  
3737          * src/UseTheForce/doForces.F90: Breaky Breaky BREAKY breaky breaky
3738  
3739 < 2005-08-09 14:40  chuckv
3739 > 2005-08-09 12:40  chuckv
3740  
3741          * src/UseTheForce/doForces.F90: In process of re-write for group
3742          based cutoff....
3743  
3744 < 2005-07-29 14:38  gezelter
3744 > 2005-07-29 12:38  gezelter
3745  
3746          * src/UseTheForce/doForces.F90: fixes in progress
3747  
3748 < 2005-07-29 12:34  tim
3748 > 2005-07-29 10:34  tim
3749  
3750          * src/UseTheForce/doForces.F90: fix a bug which does not update
3751          me_i and me_j correctly
3752  
3753 < 2005-07-28 17:12  chuckv
3753 > 2005-07-28 15:12  chuckv
3754  
3755          * src/UseTheForce/: doForces.F90, notifyCutoffs.F90: Changed
3756          cutoffs... Segfaults nicely now...
3757  
3758 < 2005-07-20 12:04  gezelter
3758 > 2005-07-20 10:04  gezelter
3759  
3760          * configure, ac-tools/aclocal.m4: fixed ACX_MPI to ignore some text
3761          error messages from pathscale compiler
3762  
3763 < 2005-07-13 11:48  tim
3763 > 2005-07-13 09:48  tim
3764  
3765          * src/applications/staticProps/DensityPlot.cpp: std::bind2nd is in
3766          <functional>
3767  
3768 < 2005-07-13 10:54  tim
3768 > 2005-07-13 08:54  tim
3769  
3770          * src/: UseTheForce/fSwitchingFunction.h,
3771          UseTheForce/mpiComponentPlan.h,
# Line 2334 | Line 3777
3777          utils/simError.c, utils/simError.h: replace c++ style comment in c
3778          files
3779  
3780 < 2005-07-03 15:53  chuckv
3780 > 2005-07-03 13:53  chuckv
3781  
3782          * src/: UseTheForce/doForces.F90, UseTheForce/notifyCutoffs.F90,
3783          UseTheForce/DarkSide/simulation.F90, utils/oopseMPI.F90: Added
# Line 2342 | Line 3785
3785          simulation.F90 to determine if a particular atype is present in a
3786          simulation.
3787  
3788 < 2005-06-28 08:58  gezelter
3788 > 2005-06-28 06:58  gezelter
3789  
3790          * src/UseTheForce/doForces.F90: [no log message]
3791  
3792 < 2005-06-27 17:21  chuckv
3792 > 2005-06-27 15:21  chuckv
3793  
3794          * src/UseTheForce/doForces.F90: More breaking and destruction of
3795          force code. Does not build at this point...
3796  
3797 < 2005-06-27 16:01  gezelter
3797 > 2005-06-27 14:01  gezelter
3798  
3799          * src/: UseTheForce/doForces.F90, UseTheForce/DarkSide/atype.F90,
3800          UseTheForce/DarkSide/fInteractionMap.h,
3801          UseTheForce/DarkSide/interactions.F90, utils/definitions.F90:
3802          Breaky breaky!
3803  
3804 < 2005-06-20 11:03  gezelter
3804 > 2005-06-20 09:03  gezelter
3805  
3806          * samples/water/ssd/ssd.md,
3807          src/applications/staticProps/DensityPlot.cpp: fixed a bug and ran a
3808          simulation
3809  
3810 < 2005-06-13 13:25  tim
3810 > 2005-06-13 11:25  tim
3811  
3812          * src/: applications/staticProps/DensityPlot.cpp,
3813          applications/staticProps/DensityPlot.hpp,
# Line 2372 | Line 3815
3815          applications/staticProps/StaticProps.cpp,
3816          io/AtomTypesSectionParser.cpp: working version of DensityPlot
3817  
3818 < 2005-05-31 17:31  chuckv
3818 > 2005-05-31 15:31  chuckv
3819  
3820          * src/: brains/SimInfo.cpp, integrators/Velocitizer.cpp: Changes to
3821          remove angular momentum.
3822  
3823 < 2005-05-31 12:34  chuckv
3823 > 2005-05-31 10:34  chuckv
3824  
3825          * src/applications/nanoRodBuilder/nanorodBuilder.cpp: Fixed bug in
3826          typo in nanorodBuilder.
3827  
3828 < 2005-05-30 09:01  chuckv
3828 > 2005-05-30 07:01  chuckv
3829  
3830          * src/: applications/nanoRodBuilder/nanorodBuilder.cpp,
3831          brains/SimInfo.cpp, brains/SimInfo.hpp, brains/Stats.cpp,
# Line 2391 | Line 3834
3834          momentum to velocitizer and added method to calculate system
3835          angular momentum to siminfo.
3836  
3837 < 2005-05-29 16:16  chrisfen
3837 > 2005-05-29 14:16  chrisfen
3838  
3839          * src/UseTheForce/DarkSide/: electrostatic.F90, sticky.F90: Removed
3840          balance from the Darkside (files)
3841  
3842 < 2005-05-29 16:15  chrisfen
3842 > 2005-05-29 14:15  chrisfen
3843  
3844          * src/UseTheForce/doForces.F90: Removed balance from doForces
3845  
3846 < 2005-05-29 16:15  chrisfen
3846 > 2005-05-29 14:15  chrisfen
3847  
3848          * samples/water/tap/: tap.in, tap.md: Updated tap sample
3849  
3850 < 2005-05-29 16:15  chrisfen
3850 > 2005-05-29 14:15  chrisfen
3851  
3852          * samples/water/dimer/: Makefile, tap.in, tap.md: Included a tap
3853          dimer for testing purposes
3854  
3855 < 2005-05-29 16:14  chrisfen
3855 > 2005-05-29 14:14  chrisfen
3856  
3857          * forceFields/DUFF2.frc: Re-entered the TIP4P-Ew water model. It
3858          was apparently wiped earlier this month...
3859  
3860 < 2005-05-29 16:13  chrisfen
3860 > 2005-05-29 14:13  chrisfen
3861  
3862          * ChangeLog: ran make cvslog
3863  
3864 < 2005-05-28 19:16  tim
3864 > 2005-05-28 17:16  tim
3865  
3866          * src/visitors/: AtomNameVisitor.cpp, AtomNameVisitor.hpp: adding
3867          AtomNameVisitor
3868  
3869 < 2005-05-28 19:09  tim
3869 > 2005-05-28 17:09  tim
3870  
3871          * src/integrators/Integrator.cpp: dding resetIntegrator
3872  
3873 < 2005-05-28 19:06  tim
3873 > 2005-05-28 17:06  tim
3874  
3875          * src/integrators/: Integrator.cpp, Integrator.hpp, NPT.cpp,
3876          NPT.hpp, NPTi.cpp, NPTi.hpp, NVT.cpp, NVT.hpp,
3877          VelocityVerletIntegrator.cpp, VelocityVerletIntegrator.hpp: adding
3878          resetIntegrator
3879  
3880 < 2005-05-27 16:11  tim
3880 > 2005-05-27 14:11  tim
3881  
3882          * src/applications/staticProps/: DensityPlot.cpp, DensityPlot.hpp,
3883          Makefile, P2OrderParameter.cpp, SCDOrderParameter.cpp,
# Line 2442 | Line 3885
3885          StaticPropsCmd.c, StaticPropsCmd.h: adding DensityPlot into
3886          StaticProps
3887  
3888 < 2005-05-26 23:41  tim
3888 > 2005-05-26 21:41  tim
3889  
3890          * src/: applications/staticProps/Makefile,
3891          applications/staticProps/P2OrderParameter.cpp,
# Line 2453 | Line 3896
3896          applications/staticProps/StaticPropsCmd.h, utils/StringUtils.cpp,
3897          utils/StringUtils.hpp: adding SCDOrderParameter into StaticProps
3898  
3899 < 2005-05-26 17:45  tim
3899 > 2005-05-26 15:45  tim
3900  
3901          * src/: applications/dump2Xyz/Dump2XYZ.cpp,
3902          applications/dump2Xyz/Dump2XYZCmd.c,
# Line 2473 | Line 3916
3916          wrappingvisitor now wrap back to the center of the mass; adding
3917          P2OrderParameter into StaticProps
3918  
3919 < 2005-05-22 16:36  chuckv
3919 > 2005-05-22 14:36  chuckv
3920  
3921          * src/: applications/nanoRodBuilder/Geometry.cpp,
3922          applications/nanoRodBuilder/GeometryBuilder.cpp,
# Line 2483 | Line 3926
3926          integrators/VelocityVerletIntegrator.cpp: Fix to print pressure
3927          tensor.
3928  
3929 < 2005-05-22 16:05  tim
3929 > 2005-05-22 14:05  tim
3930  
3931          * src/: brains/Stats.cpp, brains/Stats.hpp, brains/Thermo.cpp,
3932          integrators/VelocityVerletIntegrator.cpp, io/Globals.cpp,
3933          io/Globals.hpp, io/SectionParserManager.cpp: adding keyword
3934          printPressureTensor
3935  
3936 < 2005-05-20 14:27  tim
3936 > 2005-05-20 12:27  tim
3937  
3938          * src/integrators/NPrT.cpp: NPrT in progress
3939  
3940 < 2005-05-20 11:01  tim
3940 > 2005-05-20 09:01  tim
3941  
3942          * src/: integrators/NPrT.cpp, io/Globals.cpp,
3943          utils/OOPSEConstant.hpp: NPrT in progress
3944  
3945 < 2005-05-19 16:31  tim
3945 > 2005-05-19 14:31  tim
3946  
3947          * src/: brains/Thermo.cpp, brains/Thermo.hpp, integrators/NPAT.cpp,
3948          integrators/NPrT.cpp, integrators/NPrT.hpp, io/Globals.cpp,
3949          io/Globals.hpp: NPAT is working
3950  
3951 < 2005-05-19 10:49  tim
3951 > 2005-05-19 08:49  tim
3952  
3953          * src/: UseTheForce/DarkSide/LJ.F90, integrators/Makefile,
3954          integrators/NPrT.cpp, io/Globals.cpp: fix bug in NPAT and NPrT
3955  
3956 < 2005-05-18 23:28  tim
3956 > 2005-05-18 21:28  tim
3957  
3958          * src/: brains/Register.cpp, integrators/NPAT.cpp,
3959          integrators/NPAT.hpp, integrators/NPrT.cpp, integrators/NPrT.hpp,
3960          io/Globals.cpp, io/Globals.hpp: adding NPAT and NPrT integrators
3961  
3962 < 2005-05-18 14:06  chrisfen
3962 > 2005-05-18 12:06  chrisfen
3963  
3964          * forceFields/DUFF2.frc, src/UseTheForce/DarkSide/sticky.F90: just
3965          some tap changes
3966  
3967 < 2005-05-18 13:31  chrisfen
3967 > 2005-05-18 11:31  chrisfen
3968  
3969          * src/UseTheForce/: doForces.F90, DarkSide/electrostatic.F90,
3970          DarkSide/sticky.F90: Modifications to temper the dipolar strength
3971          in the first solvation shell for tap
3972  
3973 < 2005-05-18 07:35  chrisfen
3973 > 2005-05-18 05:35  chrisfen
3974  
3975          * samples/water/tap/: tap.in, tap.md, water.md: added a tap example
3976          for testing purposes
3977  
3978 < 2005-05-17 17:35  chrisfen
3978 > 2005-05-17 15:35  chrisfen
3979  
3980          * ChangeLog, forceFields/DUFF2.frc, samples/water/dimer/ssd.md,
3981          samples/water/dimer/water.md, src/UseTheForce/DUFF.cpp,
# Line 2542 | Line 3985
3985          src/UseTheForce/DarkSide/sticky.F90: Modifications to tap.  Also
3986          correcting changes to the previous merge that were not caught
3987  
3988 < 2005-05-16 23:20  chuckv
3988 > 2005-05-16 21:20  chuckv
3989  
3990          * src/types/: DirectionalAtomType.cpp, DirectionalAtomType.hpp:
3991          Fixed merge issues between Kyle and Chris so OOPSE will actually
3992          build.
3993  
3994 < 2005-05-16 22:46  kdaily
3994 > 2005-05-16 20:46  kdaily
3995  
3996          * src/io/: GayBerneAtomTypesSectionParser.cpp,
3997          GayBerneAtomTypesSectionParser.hpp, Makefile: help
3998  
3999 < 2005-05-16 21:08  kdaily
3999 > 2005-05-16 19:08  kdaily
4000  
4001          * forceFields/DUFF2.frc, src/UseTheForce/doForces.F90,
4002          src/UseTheForce/DarkSide/gb.F90, src/io/Makefile,
4003          src/types/DirectionalAtomType.cpp,
4004          src/types/DirectionalAtomType.hpp: added gb
4005  
4006 < 2005-05-13 15:36  chrisfen
4006 > 2005-05-13 13:36  chrisfen
4007  
4008          * forceFields/DUFF2.frc: Better tap
4009  
4010 < 2005-05-12 14:43  chrisfen
4010 > 2005-05-12 12:43  chrisfen
4011  
4012          * forceFields/DUFF2.frc, samples/water/dimer/ssd.in,
4013          samples/water/dimer/ssd.md, src/UseTheForce/DarkSide/sticky.F90,
# Line 2572 | Line 4015
4015          src/visitors/AtomVisitor.hpp: Couple of changes for TAP water.
4016          Need to parametrize.
4017  
4018 < 2005-05-11 18:15  chuckv
4018 > 2005-05-11 16:15  chuckv
4019  
4020          * src/: io/ShapeAtomTypesSectionParser.cpp,
4021          math/RealSphericalHarmonic.cpp, utils/CaseConversion.hpp: Fixed
4022          build issues under ifc7.
4023  
4024 < 2005-05-09 17:07  chuckv
4024 > 2005-05-09 15:07  chuckv
4025  
4026          * src/applications/nanoRodBuilder/Geometry.hpp: More geometry
4027          builder changes.
4028  
4029 < 2005-05-05 10:06  chrisfen
4029 > 2005-05-05 08:06  chrisfen
4030  
4031          * forceFields/DUFF2.frc, samples/water/ssde/water.md: Changed SHED
4032          to TAP
4033  
4034 < 2005-05-05 09:47  chrisfen
4034 > 2005-05-05 07:47  chrisfen
4035  
4036          * forceFields/DUFF2.frc, samples/water/ssde/ssde.md,
4037          samples/water/ssde/water.md, src/UseTheForce/DUFF.cpp,
# Line 2606 | Line 4049
4049          src/types/DirectionalAtomType.hpp: OOPSE setup for TAP water.  It's
4050          not parametrized, but OOPSE will now let me run it...
4051  
4052 < 2005-05-03 17:55  chuckv
4052 > 2005-05-03 15:55  chuckv
4053  
4054          * src/applications/nanoRodBuilder/: Geometry.cpp, Geometry.hpp,
4055          GeometryCreator.hpp, GeometryFactory.cpp, GeometryFactory.hpp:
4056          Adding support for generic geometry to nanorodbuilder.
4057  
4058 < 2005-05-03 12:55  chuckv
4058 > 2005-05-03 10:55  chuckv
4059  
4060          * src/applications/nanoRodBuilder/: GeometryBuilder.cpp,
4061          nanorodBuilder.cpp, nanorodBuilder.ggo, nanorodBuilderCmd.c,
4062          nanorodBuilderCmd.h: More changes to nanoRodBuilder....
4063  
4064 < 2005-04-29 14:16  gezelter
4064 > 2005-04-29 12:16  gezelter
4065  
4066          * make/Makefile.in: [no log message]
4067  
4068 < 2005-04-29 11:26  chrisfen
4068 > 2005-04-29 09:26  chrisfen
4069  
4070          * forceFields/DUFF2.frc, samples/water/spce/water.md,
4071          samples/water/ssd/water.md, samples/water/ssd-ion/ssdCl.md,
# Line 2630 | Line 4073
4073          samples/water/ssdrf/water.md, samples/water/tip3p_ice/water.md,
4074          samples/water/tip4p/water.md: Added TIP4P-Ew
4075  
4076 < 2005-04-27 19:24  chuckv
4076 > 2005-04-27 17:24  chuckv
4077  
4078          * src/applications/nanoRodBuilder/: GeometryBuilder.cpp,
4079          GeometryBuilder.hpp, nanorodBuilder.cpp, nanorodBuilder.ggo,
4080          nanorodBuilderCmd.c, nanorodBuilderCmd.h: Fixed issues with
4081          nanoRodBuilder....
4082  
4083 < 2005-04-27 15:13  chrisfen
4083 > 2005-04-27 13:13  chrisfen
4084  
4085          * samples/shape/Shapes.frc, samples/shape/linear.shape,
4086          src/UseTheForce/DarkSide/atype.F90,
# Line 2646 | Line 4089
4089          src/types/AtomType.cpp, src/types/ShapeAtomType.cpp: Got rid of
4090          write statements and am closer to a working shapes
4091  
4092 < 2005-04-22 16:57  chuckv
4092 > 2005-04-22 14:57  chuckv
4093  
4094          * src/utils/Predicate.hpp: Fixed gcc4 bug...
4095  
4096 < 2005-04-22 16:52  tim
4096 > 2005-04-22 14:52  tim
4097  
4098          * src/utils/: CaseConversion.hpp, Predicate.hpp, Trim.cpp,
4099          Trim.hpp: adding CharClassificationFunctor to fix the locale
4100          problem  of c++
4101  
4102 < 2005-04-21 09:12  chrisfen
4102 > 2005-04-21 07:12  chrisfen
4103  
4104          * samples/shape/Shapes.frc, samples/shape/linear.in,
4105          samples/shape/linear.md, src/UseTheForce/ForceField.hpp,
# Line 2676 | Line 4119
4119          bounds overwrite (I think...). At least the parser loads the
4120          forcefield fine...
4121  
4122 < 2005-04-18 10:44  chrisfen
4122 > 2005-04-18 08:44  chrisfen
4123  
4124          * src/UseTheForce/Shapes_FF.cpp: axed because file causes havoc on
4125          Mac (capitalization confusion of filenames)
4126  
4127 < 2005-04-17 22:50  chrisfen
4127 > 2005-04-17 20:50  chrisfen
4128  
4129          * src/: UseTheForce/SHAPES_FF.cpp, UseTheForce/SHAPES_FF.hpp,
4130          UseTheForce/Shapes_FF.cpp,
# Line 2689 | Line 4132
4132          io/ShapeAtomTypesSectionParser.cpp,
4133          io/ShapeAtomTypesSectionParser.hpp: Working on the shapes parser...
4134  
4135 < 2005-04-15 17:43  gezelter
4135 > 2005-04-15 15:43  gezelter
4136  
4137          * README: gmake in case people forget
4138  
4139 < 2005-04-15 17:40  gezelter
4139 > 2005-04-15 15:40  gezelter
4140  
4141          * src/applications/oopse/oopse.cpp: fixed the spacing on the
4142          banner.  Vanity.
4143  
4144 < 2005-04-15 17:22  gezelter
4144 > 2005-04-15 15:22  gezelter
4145  
4146          * src/: config.h.in, applications/oopse/oopse.cpp: Version string
4147          in banner (and version numbers in config.h)
4148  
4149 < 2005-04-15 17:22  gezelter
4149 > 2005-04-15 15:22  gezelter
4150  
4151          * ChangeLog, LICENSE, README: Documentation changes
4152  
4153 < 2005-04-15 17:03  gezelter
4153 > 2005-04-15 15:03  gezelter
4154  
4155          * src/: UseTheForce/DUFF.cpp, UseTheForce/DUFF.hpp,
4156          UseTheForce/EAM_FF.cpp, UseTheForce/EAM_FF.hpp,
# Line 2928 | Line 4371
4371          visitors/ZconsVisitor.cpp, visitors/ZconsVisitor.hpp: xemacs has
4372          been drafted to perform our indentation services
4373  
4374 < 2005-04-15 17:03  gezelter
4374 > 2005-04-15 15:03  gezelter
4375  
4376          * configure, ac-tools/configure.in: Jedi mind-trick warning
4377          messages have been added to make users ignore CGAL.
4378  
4379 < 2005-04-15 13:41  tim
4379 > 2005-04-15 11:41  tim
4380  
4381          * make/Makefile.in: fix make install
4382  
4383 < 2005-04-15 13:41  tim
4383 > 2005-04-15 11:41  tim
4384  
4385          * samples/: dipole/Makefile, shape/Makefile, water/dimer/Makefile:
4386          add  Makefile of samples
4387  
4388 < 2005-04-15 13:33  tim
4388 > 2005-04-15 11:33  tim
4389  
4390          * samples/: lipid/Makefile, water/dimer/Makefile,
4391          water/ssd-ion/Makefile, water/ssdrf/Makefile: some samples are not
4392          installed correctly
4393  
4394 < 2005-04-14 16:41  gezelter
4394 > 2005-04-14 14:41  gezelter
4395  
4396          * ChangeLog, configure, ac-tools/aclocal.m4, ac-tools/configure.in,
4397          make/Makefile.in, scripts/cvs2cl, scripts/cvs2cl.pl,
4398          scripts/filepp, scripts/filepp.in: configure now searches for perl
4399          to use with filepp
4400  
4401 < 2005-04-14 16:20  gezelter
4401 > 2005-04-14 14:20  gezelter
4402  
4403          * src/utils/MoLocator.cpp: Fixed a bug in RigidBodyStamp section of
4404          MoLocator
4405  
4406 < 2005-04-14 14:12  gezelter
4406 > 2005-04-14 12:12  gezelter
4407  
4408          * LICENSE: [no log message]
4409  
4410 < 2005-04-14 11:10  chuckv
4410 > 2005-04-14 09:10  chuckv
4411  
4412          * src/applications/nanoRodBuilder/nanorodBuilder.cpp:
4413          nanorodbuilder now exit's when libCGAL is not present.
4414  
4415 < 2005-04-14 10:20  tim
4415 > 2005-04-14 08:20  tim
4416  
4417          * src/io/make_nodes.h: fix one more warning message in make_nodes
4418  
4419 < 2005-04-13 18:36  chuckv
4419 > 2005-04-13 16:36  chuckv
4420  
4421          * src/UseTheForce/DarkSide/electrostatic_interface.F90: Changed
4422          interface name for SGI Compiler
4423  
4424 < 2005-04-13 18:29  chrisfen
4424 > 2005-04-13 16:29  chrisfen
4425  
4426          * samples/water/ssde/ssde.md: oops...  bad sample
4427  
4428 < 2005-04-13 18:00  chuckv
4428 > 2005-04-13 16:00  chuckv
4429  
4430          * src/config.h.in: Change typo in CGAL.
4431  
4432 < 2005-04-13 17:43  tim
4432 > 2005-04-13 15:43  tim
4433  
4434          * src/: brains/SnapshotManager.hpp, primitives/Torsion.hpp,
4435          selection/SelectionCompiler.hpp: fix some warning messages
4436  
4437 < 2005-04-13 17:30  gezelter
4437 > 2005-04-13 15:30  gezelter
4438  
4439          * configure, ac-tools/aclocal.m4, ac-tools/configure.in,
4440          make/Makefile.in, src/config.h.in,
# Line 3000 | Line 4443
4443          src/applications/nanoRodBuilder/nanorodBuilder.cpp: added CGAL
4444          checks
4445  
4446 < 2005-04-13 15:36  chuckv
4446 > 2005-04-13 13:36  chuckv
4447  
4448          * src/UseTheForce/: DUFF.cpp, DUFF.hpp, Shapes_FF.cpp,
4449          DarkSide/LJ.F90, DarkSide/electrostatic.F90,
# Line 3010 | Line 4453
4453          DarkSide/sticky_interface.F90, DarkSide/sticky_interface.h: Added
4454          destroy methods for Fortran modules.
4455  
4456 < 2005-04-13 15:17  chuckv
4456 > 2005-04-13 13:17  chuckv
4457  
4458          * src/UseTheForce/DarkSide/: shapes.F90, shapes_interface.F90,
4459          shapes_interface.h: Added destroy method to clean up memory
4460  
4461 < 2005-04-13 13:41  tim
4461 > 2005-04-13 11:41  tim
4462  
4463          * src/: applications/nanoRodBuilder/nanorodBuilder.cpp,
4464          brains/SimCreator.cpp, brains/SimInfo.cpp, brains/SimInfo.hpp,
# Line 3024 | Line 4467
4467          types/MakeStamps.hpp, utils/MoLocator.cpp: more memory leak are
4468          fixed
4469  
4470 < 2005-04-12 17:44  chuckv
4470 > 2005-04-12 15:44  chuckv
4471  
4472          * src/applications/nanoRodBuilder/nanoBuilder.ggo: File not needed
4473          for nanoRodBuilder.
4474  
4475 < 2005-04-12 17:42  tim
4475 > 2005-04-12 15:42  tim
4476  
4477          * src/applications/: nanoRodBuilder/nanorodBuilder.cpp,
4478          simpleBuilder/simpleBuilder.cpp: fix memory leak in nanorodBuilder
4479          and simpleBuilder(forget to delete lattice)
4480  
4481 < 2005-04-12 17:33  tim
4481 > 2005-04-12 15:33  tim
4482  
4483          * src/: applications/nanoRodBuilder/nanorodBuilder.cpp,
4484          applications/simpleBuilder/simpleBuilder.cpp, brains/Register.cpp:
4485          refactory lattice
4486  
4487 < 2005-04-12 17:07  tim
4487 > 2005-04-12 15:07  tim
4488  
4489          * src/lattice/: BaseLattice.cpp, BaseLattice.hpp, CubicLattice.cpp,
4490          CubicLattice.hpp, FCCLattice.cpp, FCCLattice.hpp, Lattice.cpp,
4491          Lattice.hpp, Makefile, FCCLattice.hpp, Lattice.hpp: refactory
4492          LatticeFactory and LatticeCreator
4493  
4494 < 2005-04-12 16:58  tim
4494 > 2005-04-12 14:58  tim
4495  
4496          * src/: applications/nanoRodBuilder/nanorodBuilder.cpp,
4497          applications/simpleBuilder/simpleBuilder.cpp, brains/Register.cpp,
# Line 3057 | Line 4500
4500          lattice/LatticeFactory.cpp, lattice/LatticeFactory.hpp,
4501          lattice/Makefile: refactory LatticeFactory and LatticeCreator
4502  
4503 < 2005-04-12 16:28  gezelter
4503 > 2005-04-12 14:28  gezelter
4504  
4505          * src/utils/: Makefile.in, MoLocator.cpp, MoLocator.hpp,
4506          vector_class.F90: cleaned up vector_class memory leak fix by
4507          deallocating in reverse order of how we allocated.  Also migrated
4508          MoLocator into utils directory
4509  
4510 < 2005-04-12 16:27  gezelter
4510 > 2005-04-12 14:27  gezelter
4511  
4512          * src/lattice/: BaseLattice.cpp, BaseLattice.hpp, Lattice.cpp,
4513          Lattice.hpp, LatticeCreator.cpp, LatticeCreator.hpp,
4514          LatticeFactory.cpp, LatticeFactory.hpp, Makefile: added lattice
4515          directory
4516  
4517 < 2005-04-12 16:27  gezelter
4517 > 2005-04-12 14:27  gezelter
4518  
4519          * src/applications/: nanoRodBuilder/BaseLattice.cpp,
4520          nanoRodBuilder/BaseLattice.hpp, nanoRodBuilder/Lattice.cpp,
# Line 3089 | Line 4532
4532          simpleBuilder/simpleBuilder.cpp: added lattice directory, so all of
4533          these files are now redundant
4534  
4535 < 2005-04-12 16:27  gezelter
4535 > 2005-04-12 14:27  gezelter
4536  
4537          * src/UseTheForce/DarkSide/: atype_interface.F90,
4538          atype_interface.h: cleaned up memory leak fix
4539  
4540 < 2005-04-12 16:26  gezelter
4540 > 2005-04-12 14:26  gezelter
4541  
4542          * make/Makefile.in: added lattice subdirectory
4543  
4544 < 2005-04-12 15:57  chrisfen
4544 > 2005-04-12 13:57  chrisfen
4545  
4546          * src/UseTheForce/Shapes_FF.cpp: no real changes here, maybe added
4547          a space by accident
4548  
4549 < 2005-04-12 15:56  chrisfen
4549 > 2005-04-12 13:56  chrisfen
4550  
4551          * samples/water/ssd-ion/: ssdCl.in, ssdCl.md, water.md: added
4552          quadrupole sample
4553  
4554 < 2005-04-12 15:56  chrisfen
4554 > 2005-04-12 13:56  chrisfen
4555  
4556          * samples/water/dimer/: cl.in, cl.md, cl2.in, cl2.md: updating
4557          samples
4558  
4559 < 2005-04-12 13:30  tim
4559 > 2005-04-12 11:30  tim
4560  
4561          * src/UseTheForce/: ForceField.cpp, ForceField.hpp: destory atom
4562          type in fortran side
4563  
4564 < 2005-04-12 12:45  chuckv
4564 > 2005-04-12 10:45  chuckv
4565  
4566          * src/utils/vector_class.F90: Further changes to vector_class
4567          destroy function.
4568  
4569 < 2005-04-12 12:39  chuckv
4569 > 2005-04-12 10:39  chuckv
4570  
4571          * src/utils/vector_class.F90: Fixed pointer memory leak in
4572          vector_class.
4573  
4574 < 2005-04-12 12:12  chuckv
4574 > 2005-04-12 10:12  chuckv
4575  
4576          * src/UseTheForce/: EAM_FF.cpp, EAM_FF.hpp,
4577          DarkSide/atype_interface.F90, DarkSide/atype_interface.h,
4578          DarkSide/eam.F90, DarkSide/eam_interface.F90,
4579          DarkSide/eam_interface.h: Updates to deallocate object in fortran.
4580  
4581 < 2005-04-12 09:24  chrisfen
4581 > 2005-04-12 07:24  chrisfen
4582  
4583          * src/integrators/VelocityVerletIntegrator.cpp: minor change to TI
4584          output
4585  
4586 < 2005-04-11 19:29  chuckv
4586 > 2005-04-11 17:29  chuckv
4587  
4588          * src/: UseTheForce/DarkSide/atype.F90,
4589          applications/nanoRodBuilder/Makefile: Changes to delete atypes...
4590  
4591 < 2005-04-11 19:28  chuckv
4591 > 2005-04-11 17:28  chuckv
4592  
4593          * src/utils/vector_class.F90: Added code to delete vector.
4594  
4595 < 2005-04-11 16:58  tim
4595 > 2005-04-11 14:58  tim
4596  
4597          * src/io/basic_ifstrstream.hpp: avoid multiple inherit in
4598          basic_ifstrstream
4599  
4600 < 2005-04-11 16:37  chuckv
4600 > 2005-04-11 14:37  chuckv
4601  
4602          * make/Makefile.in,
4603          src/applications/nanoRodBuilder/BaseLattice.cpp,
# Line 3178 | Line 4621
4621          nanoRodBuilder application (may not work yet).  ((Doesn't work
4622          yet.)) (((May never work....)))
4623  
4624 < 2005-04-11 15:54  tim
4624 > 2005-04-11 13:54  tim
4625  
4626          * src/applications/dump2Xyz/Dump2XYZ.cpp: forget to delete
4627          prepareVisitor in Dump2XYZ
4628  
4629 < 2005-04-11 15:19  chrisfen
4629 > 2005-04-11 13:19  chrisfen
4630  
4631          * src/UseTheForce/DarkSide/electrostatic.F90: fixing of the
4632          quadrupoles.  look!  it's divide by 3 like stone says!
4633  
4634 < 2005-04-11 15:18  chrisfen
4634 > 2005-04-11 13:18  chrisfen
4635  
4636          * forceFields/DUFF2.frc: fixing of the quadrupoles
4637  
4638 < 2005-04-11 15:16  tim
4638 > 2005-04-11 13:16  tim
4639  
4640          * src/selection/Token.hpp: change the parameter name in
4641          constructors
4642  
4643 < 2005-04-11 14:49  gezelter
4643 > 2005-04-11 12:49  gezelter
4644  
4645          * make/Makefile.in: One more bug fix for GNU make versions < 3.80
4646  
4647 < 2005-04-11 14:06  gezelter
4647 > 2005-04-11 12:06  gezelter
4648  
4649          * make/Makefile.in: Fixed the uc and lc functions for GNU make
4650          versions < 3.80
4651  
4652 < 2005-04-11 11:13  gezelter
4652 > 2005-04-11 09:13  gezelter
4653  
4654          * make/Makefile.in, src/UseTheForce/Makefile,
4655          src/UseTheForce/DarkSide/Makefile, src/utils/Makefile.in: added
4656          some stuff to clean out module files during "make clean"
4657  
4658 < 2005-04-08 17:13  chrisfen
4658 > 2005-04-08 15:13  chrisfen
4659  
4660          * src/UseTheForce/DarkSide/electrostatic.F90: quadrupole
4661          interactions should be working with a remaining question of
4662          interaction magnitude
4663  
4664 < 2005-04-08 17:12  chrisfen
4664 > 2005-04-08 15:12  chrisfen
4665  
4666          * samples/water/dimer/: cl.in, cl.md, ssd.in, ssd.md: messing with
4667          samples
4668  
4669 < 2005-04-08 13:48  chrisfen
4669 > 2005-04-08 11:48  chrisfen
4670  
4671          * samples/water/ssd/ssd.md: oops...  messed up a sample
4672  
4673 < 2005-04-08 09:43  chrisfen
4673 > 2005-04-08 07:43  chrisfen
4674  
4675          * src/UseTheForce/DarkSide/electrostatic.F90: Altered signs to fix
4676          charge-dipole interactions
4677  
4678 < 2005-04-08 09:42  chrisfen
4678 > 2005-04-08 07:42  chrisfen
4679  
4680          * samples/water/: dimer/cl.in, dimer/cl.md, dimer/water.md,
4681          ssd/ssd.md, ssd/water.md: changes during debug of charge-dipole
4682  
4683 < 2005-04-08 09:41  chrisfen
4683 > 2005-04-08 07:41  chrisfen
4684  
4685          * forceFields/DUFF2.frc: added Cl- and Na+
4686  
4687 < 2005-04-06 18:59  tim
4687 > 2005-04-06 16:59  tim
4688  
4689          * src/io/BASSlex.l: reinitialize buffer_stack_ptr in BASS parser
4690  
4691 < 2005-04-05 18:09  tim
4691 > 2005-04-05 16:09  tim
4692  
4693          * src/selection/: NameFinder.cpp, SelectionCompiler.cpp,
4694          SelectionCompiler.hpp, Token.hpp, TokenMap.cpp: support '+' and '-'
4695          in atom type name;clean the code a little bit
4696  
4697 < 2005-03-29 16:00  tim
4697 > 2005-03-29 13:00  tim
4698  
4699          * src/math/: ChebyshevPolynomials.cpp, SquareMatrix3.hpp: fix a bug
4700          in converting rotation matrix to quaternion
4701  
4702 < 2005-03-28 17:41  tim
4702 > 2005-03-28 14:41  tim
4703  
4704          * src/visitors/LipidTransVisitor.cpp: fixed the wrapping
4705  
4706 < 2005-03-28 17:30  tim
4706 > 2005-03-28 14:30  tim
4707  
4708          * src/visitors/LipidTransVisitor.cpp: LipidTranVisitor should do
4709          the wrapping
4710  
4711 < 2005-03-28 10:54  tim
4711 > 2005-03-28 07:54  tim
4712  
4713          * src/applications/staticProps/GofXyz.cpp: fix a bug in getting the
4714          dimension of histogram
4715  
4716 < 2005-03-22 11:38  tim
4716 > 2005-03-22 08:38  tim
4717  
4718          * make/Makefile.in, src/applications/dump2Xyz/Makefile,
4719          src/applications/dynamicProps/Makefile,
# Line 3280 | Line 4723
4723          executable for dump2XYZ, simpleBuilder, staticProps and
4724          dynamicProps
4725  
4726 < 2005-03-21 17:34  chrisfen
4726 > 2005-03-21 14:34  chrisfen
4727  
4728          * forceFields/: DUFF2.frc, WATER.frc: Corrected changes to the
4729          forcefield files
4730  
4731 < 2005-03-21 15:51  chrisfen
4731 > 2005-03-21 12:51  chrisfen
4732  
4733          * src/UseTheForce/: doForces.F90, DarkSide/electrostatic.F90,
4734          DarkSide/reactionField.F90: Make sure electrostatic_module provides
4735          data for reaction_field
4736  
4737 < 2005-03-21 15:50  chrisfen
4737 > 2005-03-21 12:50  chrisfen
4738  
4739          * forceFields/: DUFF2.frc, WATER.frc: Chris debugging stuff.  HE
4740          WILL CHANGE THIS BACK, RIGHT?
4741  
4742 < 2005-03-21 14:23  gezelter
4742 > 2005-03-21 11:23  gezelter
4743  
4744          * src/UseTheForce/DarkSide/electrostatic.F90: constant back to
4745          correct value
4746  
4747 < 2005-03-21 14:22  gezelter
4747 > 2005-03-21 11:22  gezelter
4748  
4749          * make/Makefile.in: fixed an install-related bug.
4750          $(InstallCommand) had been set to $(InstallData)
4751  
4752 < 2005-03-15 09:21  gezelter
4752 > 2005-03-15 06:21  gezelter
4753  
4754          * src/integrators/Integrator.cpp: VelocityVerletIntegrator already
4755          deletes and Nullifies restWriter, so Integrator shouldn't do it.
4756  
4757 < 2005-03-15 09:20  gezelter
4757 > 2005-03-15 06:20  gezelter
4758  
4759          * src/UseTheForce/DarkSide/electrostatic.F90: fixed three typos
4760  
4761 < 2005-03-13 02:39  gezelter
4761 > 2005-03-12 23:39  gezelter
4762  
4763          * src/UseTheForce/DarkSide/electrostatic.F90: first run at
4764          charge-quadrupole interactions
4765  
4766 < 2005-03-12 14:12  chrisfen
4766 > 2005-03-12 11:12  chrisfen
4767  
4768          * samples/: Makefile.in, thermoIntegration/liquid/Makefile,
4769          thermoIntegration/solid/Makefile: forgot a couple of makefiles
4770  
4771 < 2005-03-12 14:05  chrisfen
4771 > 2005-03-12 11:05  chrisfen
4772  
4773          * samples/thermoIntegration/liquid/ssde.in,
4774          samples/thermoIntegration/liquid/ssde.md,
# Line 3340 | Line 4783
4783          src/restraints/ThermoIntegrationForceManager.cpp: added some
4784          samples
4785  
4786 < 2005-03-11 12:50  tim
4786 > 2005-03-11 09:50  tim
4787  
4788          * src/: brains/SimCreator.cpp,
4789          io/MultipoleAtomTypesSectionParser.cpp: fix a typo in
4790          MultipoleAtomTypesSectionParser
4791  
4792 < 2005-03-11 10:55  tim
4792 > 2005-03-11 07:55  tim
4793  
4794          * src/brains/SimInfo.cpp: pairs inside cutoff group should not be
4795          excluded
4796  
4797 < 2005-03-11 10:53  gezelter
4797 > 2005-03-11 07:53  gezelter
4798  
4799          * src/UseTheForce/DarkSide/electrostatic.F90: settled on a unit for
4800          quadrupoles
4801  
4802 < 2005-03-11 10:52  gezelter
4802 > 2005-03-11 07:52  gezelter
4803  
4804          * forceFields/DUFF2.frc: quadrupoles for SSD models
4805  
4806 < 2005-03-11 10:00  tim
4806 > 2005-03-11 07:00  tim
4807  
4808          * ChangeLog, doc/SelectionExpression.html,
4809          doc/classoopse_1_1StuntDouble.png, doc/definition.jpg,
# Line 3370 | Line 4813
4813          src/selection/TokenMap.cpp: clean up SimInfo; modify the images of
4814          SelectionExpression.html
4815  
4816 < 2005-03-10 19:43  chrisfen
4816 > 2005-03-10 16:43  chrisfen
4817  
4818          * samples/water/ssde/ssde.md, samples/water/tip3p_ice/tp3.md,
4819          src/io/RestReader.cpp, src/restraints/Restraints.cpp,
4820          src/restraints/ThermoIntegrationForceManager.cpp: fixed a bug in
4821          MPI restraints
4822  
4823 < 2005-03-10 18:56  tim
4823 > 2005-03-10 15:56  tim
4824  
4825          * doc/SelectionExpression.html, src/brains/SimInfo.cpp,
4826          src/primitives/CutoffGroup.hpp: adding exclude pairs for rigidbody
4827          and cutoff group
4828  
4829 < 2005-03-10 17:06  gezelter
4829 > 2005-03-10 14:06  gezelter
4830  
4831          * src/types/MorseBondType.hpp: fixed a doxygen problem
4832  
4833 < 2005-03-10 16:51  gezelter
4833 > 2005-03-10 13:51  gezelter
4834  
4835          * samples/dipole/: split_SSD.md, twoSplitDipole.md: messing with
4836          the split dipole test cases
4837  
4838 < 2005-03-10 16:51  gezelter
4838 > 2005-03-10 13:51  gezelter
4839  
4840          * doc/SelectionExpression.html: updated some documentation
4841  
4842 < 2005-03-10 15:40  gezelter
4842 > 2005-03-10 12:40  gezelter
4843  
4844          * src/io/: Globals.hpp, LinkedCommand.cpp, LinkedCommand.hpp,
4845          Makefile: LinkedList removal project starts now
4846  
4847 < 2005-03-10 15:28  tim
4847 > 2005-03-10 12:28  tim
4848  
4849          * src/: UseTheForce/DUFF.cpp, UseTheForce/EAM_FF.cpp,
4850          io/EAMAtomTypesSectionParser.cpp, io/Globals.cpp, io/Globals.hpp:
4851          using map to replace link list
4852  
4853 < 2005-03-10 14:11  tim
4853 > 2005-03-10 11:11  tim
4854  
4855          * samples/dipole/: splitInWater.in, splitInWater.md: adding test
4856          case  of split dipole
4857  
4858 < 2005-03-10 14:10  chrisfen
4858 > 2005-03-10 11:10  chrisfen
4859  
4860          * samples/water/tip3p_ice/tp3.md, src/io/RestReader.cpp,
4861          src/io/RestWriter.cpp,
4862          src/restraints/ThermoIntegrationForceManager.cpp: Oops...  MPI now
4863          builds...
4864  
4865 < 2005-03-10 13:44  tim
4865 > 2005-03-10 10:44  tim
4866  
4867          * samples/dipole/: Lipid.frc, splitDipole.md, split_SSD.in,
4868          split_SSD.md, twoSplitDipole.in, twoSplitDipole.md, water.md:
4869          adding test case for split dipole
4870  
4871 < 2005-03-10 12:54  gezelter
4871 > 2005-03-10 09:54  gezelter
4872  
4873          * src/UseTheForce/DarkSide/electrostatic.F90: added fortran-side
4874          support for split dipoles
4875  
4876 < 2005-03-10 11:27  chrisfen
4876 > 2005-03-10 08:27  chrisfen
4877  
4878          * samples/water/tip3p_ice/tp3.md,
4879          src/restraints/ThermoIntegrationForceManager.cpp: fixes to
4880          restraints
4881  
4882 < 2005-03-10 11:15  chrisfen
4882 > 2005-03-10 08:15  chrisfen
4883  
4884          * samples/water/tip3p_ice/tp3.md, src/UseTheForce/ForceFields.cpp,
4885          src/UseTheForce/ForceFields.hpp,
4886          src/restraints/ThermoIntegrationForceManager.cpp: fixing restraints
4887  
4888 < 2005-03-10 11:14  tim
4888 > 2005-03-10 08:14  tim
4889  
4890          * ChangeLog, doc/SelectionExpression.html, forceFields/DUFF2.frc,
4891          src/io/MultipoleAtomTypesSectionParser.cpp,
4892          src/selection/SelectionEvaluator.cpp: minor change
4893  
4894 < 2005-03-10 10:10  chrisfen
4894 > 2005-03-10 07:10  chrisfen
4895  
4896          * make/Makefile.in, samples/water/tip3p_ice/tp3.md,
4897          src/brains/SimCreator.cpp, src/brains/SimInfo.hpp,
# Line 3465 | Line 4908
4908          src/restraints/ThermoIntegrationForceManager.hpp: First commit of
4909          the new restraints code
4910  
4911 < 2005-03-09 13:48  tim
4911 > 2005-03-09 10:48  tim
4912  
4913          * src/selection/: IndexFinder.cpp, IndexFinder.hpp: adding
4914          IndexFinder
4915  
4916 < 2005-03-09 13:46  tim
4916 > 2005-03-09 10:46  tim
4917  
4918          * src/: applications/dump2Xyz/Dump2XYZ.ggo,
4919          applications/dump2Xyz/Dump2XYZCmd.c,
# Line 3478 | Line 4921
4921          selection/SelectionCompiler.cpp, selection/SelectionEvaluator.cpp:
4922          fix compilation issue
4923  
4924 < 2005-03-09 12:58  tim
4924 > 2005-03-09 09:58  tim
4925  
4926          * forceFields/DUFF2.frc, scripts/filepp,
4927          src/UseTheForce/EAM_FF.cpp,
# Line 3486 | Line 4929
4929          src/io/SectionParser.cpp, test/math/testRandNumGen.cpp: fix a bug
4930          in SectionParser (lineNo is not updated)
4931  
4932 < 2005-03-09 12:30  tim
4932 > 2005-03-09 09:30  tim
4933  
4934          * src/: UseTheForce/DUFF.cpp, applications/dump2Xyz/Dump2XYZ.cpp,
4935          applications/dump2Xyz/Dump2XYZ.ggo,
# Line 3508 | Line 4951
4951          MultipoleAtomTypesSectionParser;remove print dipole option from
4952          Dump2XYZ;
4953  
4954 < 2005-03-09 12:28  tim
4954 > 2005-03-09 09:28  tim
4955  
4956          * forceFields/DUFF2.frc: change the format of DUFF2
4957  
4958 < 2005-03-09 10:44  gezelter
4958 > 2005-03-09 07:44  gezelter
4959  
4960          * src/UseTheForce/DarkSide/: electrostatic.F90,
4961          electrostatic_interface.F90, electrostatic_interface.h: new
4962          electrostatic module
4963  
4964 < 2005-03-09 09:26  gezelter
4964 > 2005-03-09 06:26  gezelter
4965  
4966          * src/types/: AtomType.cpp, AtomType.hpp, AtomTypeProperties.h,
4967          DirectionalAtomType.cpp, DirectionalAtomType.hpp: added splitDipole
4968          and fixed quadrupole stuff
4969  
4970 < 2005-03-09 09:25  gezelter
4970 > 2005-03-09 06:25  gezelter
4971  
4972          * src/UseTheForce/: DUFF.cpp, EAM_FF.cpp: removed #include lines
4973          for outdated charge and dipole interfaces
4974  
4975 < 2005-03-08 16:08  gezelter
4975 > 2005-03-08 13:08  gezelter
4976  
4977          * samples/water/dimer/: cl.in, cl.md, cl2.in, cl2.md, mix.in,
4978          mix.md, mix2.in, mix2.md, ssd.in, ssd.md: addded a few fun
4979          charge-dipole test cases
4980  
4981 < 2005-03-08 16:07  gezelter
4981 > 2005-03-08 13:07  gezelter
4982  
4983          * src/visitors/: AtomData.hpp, AtomVisitor.cpp, OtherVisitor.cpp,
4984          OtherVisitor.hpp, RigidBodyVisitor.cpp, ZconsVisitor.cpp: fixing a
4985          strange icc8 bug (we think).
4986  
4987 < 2005-03-08 16:07  gezelter
4987 > 2005-03-08 13:07  gezelter
4988  
4989          * src/utils/: StringUtils.cpp, StringUtils.hpp: OOPSE_itoa!
4990  
4991 < 2005-03-08 16:07  gezelter
4991 > 2005-03-08 13:07  gezelter
4992  
4993          * src/types/: AtomType.cpp, DirectionalAtomType.cpp: Electrostatic
4994          Unification Project
4995  
4996 < 2005-03-08 16:07  gezelter
4996 > 2005-03-08 13:07  gezelter
4997  
4998          * src/io/Globals.cpp: Dunno
4999  
5000 < 2005-03-08 16:06  gezelter
5000 > 2005-03-08 13:06  gezelter
5001  
5002          * src/brains/: MoleculeCreator.cpp, SimCreator.cpp: Using
5003          OOPSE_itoa and checking a NULL left over from the LinkedList days
5004  
5005 < 2005-03-08 16:06  gezelter
5005 > 2005-03-08 13:06  gezelter
5006  
5007          * src/UseTheForce/DarkSide/: LJ.F90, Makefile, atype.F90,
5008          atype_interface.F90, atype_interface.h, charge.F90,
# Line 3567 | Line 5010
5010          dipole_interface.F90, dipole_interface.h: electrostatic unification
5011          project fixed an uninitialized variable in Lennard Jones mixing map
5012  
5013 < 2005-03-08 16:05  gezelter
5013 > 2005-03-08 13:05  gezelter
5014  
5015          * src/UseTheForce/doForces.F90: electrostatic unification project
5016  
5017 < 2005-03-08 16:05  gezelter
5017 > 2005-03-08 13:05  gezelter
5018  
5019          * samples/water/dimer/: two.md, water.md: making some cool test
5020          cases
5021  
5022 < 2005-03-08 16:05  gezelter
5022 > 2005-03-08 13:05  gezelter
5023  
5024          * forceFields/DUFF2.frc: Added a charge for Chlorine
5025  
5026 < 2005-03-07 17:39  tim
5026 > 2005-03-07 14:39  tim
5027  
5028          * src/: brains/SimInfo.cpp, io/DumpReader.cpp,
5029          math/ParallelRandNumGen.cpp, math/ParallelRandNumGen.hpp,
5030          primitives/Molecule.cpp, utils/BitSet.cpp, utils/MemoryUtils.hpp:
5031          Fixing a bug in BitSet.cpp
5032  
5033 < 2005-03-04 10:28  gezelter
5033 > 2005-03-04 07:28  gezelter
5034  
5035          * src/config.h.in: Cleaning up config.h.in by adding comments
5036  
5037 < 2005-03-04 10:28  gezelter
5037 > 2005-03-04 07:28  gezelter
5038  
5039          * configure, ac-tools/configure.in, make/Makefile.in,
5040          src/brains/SimCreator.cpp: SPRNG eradication project
5041  
5042 < 2005-03-03 09:40  tim
5042 > 2005-03-03 06:40  tim
5043  
5044          * src/io/DumpWriter.cpp: avoid using const char*(hope can fixed the
5045          missing atom type problem)
5046  
5047 < 2005-03-02 11:29  tim
5047 > 2005-03-02 08:29  tim
5048  
5049          * src/math/RandNumGen.hpp: adding base class of Random Number
5050          generator
5051  
5052 < 2005-03-02 11:28  tim
5052 > 2005-03-02 08:28  tim
5053  
5054          * src/: brains/SimCreator.cpp, integrators/Velocitizer.cpp,
5055          math/ParallelRandNumGen.hpp, math/SeqRandNumGen.hpp: info_ in
5056          Velocitizer is not initialized which causes a seg fault
5057  
5058 < 2005-03-02 10:36  tim
5058 > 2005-03-02 07:36  tim
5059  
5060          * src/: brains/SimCreator.cpp, integrators/Velocitizer.cpp,
5061          integrators/Velocitizer.hpp, math/Makefile,
# Line 3622 | Line 5065
5065          MersenneTwister.hpp which causes all kinds of trouble.  Refactory
5066          random number generator
5067  
5068 < 2005-03-02 02:32  tim
5068 > 2005-03-01 23:32  tim
5069  
5070          * test/math/testRandNumGen.cpp: Adding unit test for random number
5071          generator
5072  
5073 < 2005-03-01 18:17  tim
5073 > 2005-03-01 15:17  tim
5074  
5075          * src/brains/Thermo.hpp: fixed a file inclusion problem
5076  
5077 < 2005-03-01 18:17  tim
5077 > 2005-03-01 15:17  tim
5078  
5079          * test/math/: Makefile, OOPSERandNumGenTestCase.cpp,
5080          OOPSERandNumGenTestCase.hpp, ParallelandNumGenTestCase.cpp,
5081          ParallelandNumGenTestCase.hpp, RandNumGenTestCase.cpp,
5082          RandNumGenTestCase.hpp: fixed compilation problem
5083  
5084 < 2005-03-01 18:02  tim
5084 > 2005-03-01 15:02  tim
5085  
5086          * src/: brains/SimCreator.cpp, integrators/Velocitizer.cpp,
5087          integrators/Velocitizer.hpp, math/Makefile,
# Line 3646 | Line 5089
5089          math/ParallelRandNumGen.hpp, math/mt19937ar.c,
5090          math/randomSPRNG.cpp, math/randomSPRNG.hpp: replace SPRNG by MTRand
5091  
5092 < 2005-03-01 18:00  tim
5092 > 2005-03-01 15:00  tim
5093  
5094          * test/math/: Makefile, ParallelandNumGenTestCase.cpp,
5095          ParallelandNumGenTestCase.hpp: Change the name of test case
5096  
5097 < 2005-03-01 16:00  tim
5097 > 2005-03-01 13:00  tim
5098  
5099          * test/math/: Makefile, OOPSERandNumGenTestCase.cpp,
5100          OOPSERandNumGenTestCase.hpp: adding testcase for random number
5101          generator
5102  
5103 < 2005-03-01 15:10  tim
5103 > 2005-03-01 12:10  tim
5104  
5105          * src/: UseTheForce/ForceFieldCreator.hpp, brains/SimCreator.hpp,
5106          integrators/IntegratorCreator.hpp, math/MersenneTwister.hpp,
# Line 3668 | Line 5111
5111          utils/TypeContainer.hpp, visitors/AtomVisitor.cpp,
5112          visitors/RigidBodyVisitor.cpp: fix compilation problem for g++ 3.4
5113  
5114 < 2005-03-01 14:11  tim
5114 > 2005-03-01 11:11  tim
5115  
5116          * src/: brains/SimCreator.cpp, brains/SimInfo.hpp,
5117          integrators/Velocitizer.cpp, integrators/Velocitizer.hpp,
5118          math/MersenneTwister.hpp, math/OOPSERandNumGen.hpp: adding
5119          OOPSERandNumGen
5120  
5121 < 2005-03-01 10:44  gezelter
5121 > 2005-03-01 07:44  gezelter
5122  
5123          * make/Makefile.in: Fixed the damned build problem with the
5124          libraries not being removed in make clean and make distclean (at
5125          least we think it is fixed).
5126  
5127 < 2005-03-01 10:26  gezelter
5127 > 2005-03-01 07:26  gezelter
5128  
5129          * src/math/MersenneTwister.hpp: Making small modifications to allow
5130          for use on MPI machines
5131  
5132 < 2005-03-01 09:45  tim
5132 > 2005-03-01 06:45  tim
5133  
5134          * src/: applications/dump2Xyz/Dump2XYZ.cpp, brains/SimCreator.cpp,
5135          integrators/Velocitizer.cpp, io/DumpReader.cpp,
5136          math/MersenneTwister.hpp: adding MersenneTwister random number
5137          generator
5138  
5139 < 2005-02-28 22:55  tim
5139 > 2005-02-28 19:55  tim
5140  
5141          * src/math/MersenneTwister.hpp: Adding a modified version of
5142          MersenneTwister.hpp
5143  
5144 < 2005-02-28 12:24  tim
5144 > 2005-02-28 09:24  tim
5145  
5146          * doc/: SelectionExpression.html, classoopse_1_1StuntDouble.png,
5147          definition.jpg: selection expression
5148  
5149 < 2005-02-25 16:22  tim
5149 > 2005-02-25 13:22  tim
5150  
5151          * src/: UseTheForce/DarkSide/LJ.F90,
5152          UseTheForce/DarkSide/lj_interface.F90,
# Line 3711 | Line 5154
5154          io/LennardJonesAtomTypesSectionParser.cpp, types/AtomType.cpp,
5155          types/AtomType.hpp: adding soft potential to LJ Module
5156  
5157 < 2005-02-25 11:38  tim
5157 > 2005-02-25 08:38  tim
5158  
5159          * doc/SelectionExpression.html: adding documentation for selection
5160          expression
5161  
5162 < 2005-02-24 15:55  tim
5162 > 2005-02-24 12:55  tim
5163  
5164          * src/: applications/simpleBuilder/simpleBuilder.cpp,
5165          integrators/VelocityVerletIntegrator.cpp, io/DumpWriter.cpp,
# Line 3724 | Line 5167
5167          adding basic_teebuf which can operate on multiple stream
5168          simutaneously.
5169  
5170 < 2005-02-22 14:26  chrisfen
5170 > 2005-02-22 11:26  chrisfen
5171  
5172          * samples/water/ssdrf/: ssdrf.in, ssdrf.md, water.md: Added ssdrf
5173          sample
5174  
5175 < 2005-02-22 13:56  tim
5175 > 2005-02-22 10:56  tim
5176  
5177          * src/: UseTheForce/DarkSide/reactionField.F90,
5178          primitives/RigidBody.cpp: reactionfield get fixed
5179  
5180 < 2005-02-21 11:57  tim
5180 > 2005-02-21 08:57  tim
5181  
5182          * src/: applications/staticProps/GofRAngle.cpp,
5183          visitors/LipidTransVisitor.cpp, visitors/LipidTransVisitor.hpp: Fix
5184          a bug in GofRAngle
5185  
5186 < 2005-02-21 10:28  tim
5186 > 2005-02-21 07:28  tim
5187  
5188          * src/primitives/Molecule.cpp: Fix for compilation on the Sun
5189  
5190 < 2005-02-21 10:22  tim
5190 > 2005-02-21 07:22  tim
5191  
5192          * src/utils/next_combination.hpp: fix for compilation on the Sun
5193  
5194 < 2005-02-21 10:21  tim
5194 > 2005-02-21 07:21  tim
5195  
5196          * src/utils/GenericData.hpp: fix problem in sun
5197  
5198 < 2005-02-18 18:07  tim
5198 > 2005-02-18 15:07  tim
5199  
5200          * src/: applications/dump2Xyz/Dump2XYZ.cpp,
5201          applications/dump2Xyz/Dump2XYZ.ggo,
# Line 3769 | Line 5212
5212          visitors/LipidTransVisitor.cpp, visitors/LipidTransVisitor.hpp,
5213          visitors/Makefile: adding LipidTransVisitor, GofXyz is working now
5214  
5215 < 2005-02-18 10:58  gezelter
5215 > 2005-02-18 07:58  gezelter
5216  
5217          * src/brains/Register.cpp: Corrected filename collision for EAM on
5218          Mac OS X
5219  
5220 < 2005-02-18 10:58  gezelter
5220 > 2005-02-18 07:58  gezelter
5221  
5222          * src/applications/oopse/oopse.cpp: Updated copyright information
5223  
5224 < 2005-02-18 10:58  gezelter
5224 > 2005-02-18 07:58  gezelter
5225  
5226          * src/UseTheForce/: EAM.cpp, EAM.hpp, EAM_FF.cpp, EAM_FF.hpp,
5227          Makefile: corrected filename collision for EAM on operating systems
5228          which are not case sensitive (aka Mac OS X)
5229  
5230 < 2005-02-17 15:15  tim
5230 > 2005-02-17 12:15  tim
5231  
5232          * src/applications/staticProps/GofXyz.cpp: more bug get fixed
5233  
5234 < 2005-02-17 14:50  tim
5234 > 2005-02-17 11:50  tim
5235  
5236          * src/applications/staticProps/: GofXyz.cpp, GofXyz.hpp: fix a bug
5237          in GofXyz
5238  
5239 < 2005-02-17 14:09  tim
5239 > 2005-02-17 11:09  tim
5240  
5241          * src/applications/staticProps/RadialDistrFunc.hpp: make
5242          processHistogram non-abstrct function
5243  
5244 < 2005-02-17 13:41  tim
5244 > 2005-02-17 10:41  tim
5245  
5246          * src/applications/staticProps/GofXyz.cpp: [no log message]
5247  
5248 < 2005-02-17 13:30  tim
5248 > 2005-02-17 10:30  tim
5249  
5250          * src/applications/staticProps/: GofR.cpp, GofRAngle.cpp,
5251          GofXyz.cpp, GofXyz.hpp, RadialDistrFunc.cpp, RadialDistrFunc.hpp:
5252          finish GofXyz
5253  
5254 < 2005-02-17 11:21  tim
5254 > 2005-02-17 08:21  tim
5255  
5256          * src/applications/staticProps/: GofAngle2.cpp, GofR.cpp,
5257          GofRAngle.cpp, GofXyz.cpp: change the output format of 2D radial
5258          distribution function
5259  
5260 < 2005-02-17 10:23  tim
5260 > 2005-02-17 07:23  tim
5261  
5262          * src/utils/BitSet.hpp: forget the const correctness for BitSet
5263  
5264 < 2005-02-17 10:18  tim
5264 > 2005-02-17 07:18  tim
5265  
5266          * src/: brains/BlockSnapshotManager.cpp,
5267          selection/DistanceFinder.cpp: The change of interface of BitSet
5268          cause a bug in SelectionEvaluation
5269  
5270 < 2005-02-16 16:13  tim
5270 > 2005-02-16 13:13  tim
5271  
5272          * src/utils/residentMem.c: return residentMem in byte
5273  
5274 < 2005-02-16 16:00  tim
5274 > 2005-02-16 13:00  tim
5275  
5276          * src/applications/staticProps/: GofAngle2.cpp, GofRAngle.cpp: fix
5277          a bug in writing out the value of cosang
5278  
5279 < 2005-02-16 15:43  tim
5279 > 2005-02-16 12:43  tim
5280  
5281          * src/brains/BlockSnapshotManager.cpp: using PhysMem - RSSMem to
5282          estimate avaliable memory
5283  
5284 < 2005-02-16 15:30  tim
5284 > 2005-02-16 12:30  tim
5285  
5286          * src/: applications/staticProps/GofAngle2.cpp,
5287          applications/staticProps/GofAngle2.hpp,
# Line 3854 | Line 5297
5297          applications/staticProps/StaticPropsCmd.h,
5298          brains/BlockSnapshotManager.cpp: change the default bin number
5299  
5300 < 2005-02-16 14:36  tim
5300 > 2005-02-16 11:36  tim
5301  
5302          * src/: applications/dynamicProps/DipoleCorrFunc.cpp,
5303          applications/dynamicProps/RCorrFunc.cpp,
# Line 3871 | Line 5314
5314          utils/BitSet.cpp, utils/BitSet.hpp: change the suffix of output
5315          files;fix the problem of counting in staticProps
5316  
5317 < 2005-02-15 14:39  tim
5317 > 2005-02-15 11:39  tim
5318  
5319          * src/brains/BlockSnapshotManager.cpp: fix a bug in
5320          BlockSnapshotManager
5321  
5322 < 2005-02-15 14:36  tim
5322 > 2005-02-15 11:36  tim
5323  
5324          * src/: applications/dynamicProps/TimeCorrFunc.cpp,
5325          applications/staticProps/RadialDistrFunc.cpp,
# Line 3884 | Line 5327
5327          selection/SelectionEvaluator.cpp: BlockSnapshotManager is using
5328          reference counting now
5329  
5330 < 2005-02-15 12:49  tim
5330 > 2005-02-15 09:49  tim
5331  
5332          * src/selection/: SelectionEvaluator.cpp, SelectionEvaluator.hpp:
5333          replace std::make_pair by VariablesType::value_type to make Sun
5334          Compiler happy
5335  
5336 < 2005-02-15 12:35  tim
5336 > 2005-02-15 09:35  tim
5337  
5338          * src/selection/: TokenMap.cpp, TokenMap.hpp: adding typedef to
5339          TokenMap, using TokenMapType::value_type instead of std::make_pair
5340          to make Sun compiler happy
5341  
5342 < 2005-02-15 12:24  tim
5342 > 2005-02-15 09:24  tim
5343  
5344          * src/applications/staticProps/: GofRAngle.cpp,
5345          RadialDistrFunc.cpp, RadialDistrFunc.hpp: bug fix in StaticProps
5346  
5347 < 2005-02-15 12:11  tim
5347 > 2005-02-15 09:11  tim
5348  
5349          * src/: applications/staticProps/GofR.cpp,
5350          applications/staticProps/RadialDistrFunc.cpp,
# Line 3910 | Line 5353
5353          #ifdef __RWSTD to make sun compiler happy (2) fix pair density
5354          calculation problem when two selections intersect with each other
5355  
5356 < 2005-02-15 10:24  gezelter
5356 > 2005-02-15 07:24  gezelter
5357  
5358          * src/brains/BlockSnapshotManager.cpp: cast of NULL to satisfy
5359          xlc++
5360  
5361 < 2005-02-15 10:17  gezelter
5361 > 2005-02-15 07:17  gezelter
5362  
5363          * configure, ac-tools/configure.in, src/config.h.in,
5364          src/utils/residentMem.c: [no log message]
5365  
5366 < 2005-02-15 01:17  gezelter
5366 > 2005-02-14 22:17  gezelter
5367  
5368          * src/utils/residentMem.c: bug fix for null termination
5369  
5370 < 2005-02-15 01:11  gezelter
5370 > 2005-02-14 22:11  gezelter
5371  
5372          * configure, ac-tools/configure.in, src/utils/residentMem.c:
5373          bugfixing residentMem
5374  
5375 < 2005-02-15 00:59  gezelter
5375 > 2005-02-14 21:59  gezelter
5376  
5377          * configure, ac-tools/configure.in, src/config.h.in,
5378          src/utils/residentMem.c: bugfixes for residentMem on LINUX
5379  
5380 < 2005-02-15 00:08  gezelter
5380 > 2005-02-14 21:08  gezelter
5381  
5382          * src/utils/Makefile.in: added residentMem
5383  
5384 < 2005-02-15 00:05  gezelter
5384 > 2005-02-14 21:05  gezelter
5385  
5386          * configure, ac-tools/configure.in, make/Makefile.in,
5387          src/config.h.in, src/utils/physmem.h, src/utils/residentMem.c,
# Line 3946 | Line 5389
5389          other processes autoconf fixes ps syntax checking config.h file
5390          cleaning
5391  
5392 < 2005-02-14 18:26  gezelter
5392 > 2005-02-14 15:26  gezelter
5393  
5394          * configure, ac-tools/configure.in, make/Makefile.in: ps niceness
5395  
5396 < 2005-02-14 18:16  gezelter
5396 > 2005-02-14 15:16  gezelter
5397  
5398          * configure, ac-tools/aclocal.m4, ac-tools/configure.in: ps
5399          strangeness
5400  
5401 < 2005-02-14 14:42  tim
5401 > 2005-02-14 11:42  tim
5402  
5403          * src/brains/BlockSnapshotManager.cpp: fix a bug in
5404          BlockSnapshotManager.hpp
5405  
5406 < 2005-02-14 13:51  tim
5406 > 2005-02-14 10:51  tim
5407  
5408          * src/applications/staticProps/: StaticProps.cpp, StaticProps.ggo,
5409          StaticPropsCmd.c: default length for staticProps is 1/2 smallest
5410          length of first frame
5411  
5412 < 2005-02-14 13:12  tim
5412 > 2005-02-14 10:12  tim
5413  
5414          * src/integrators/VelocityVerletIntegrator.cpp: fix a bug in
5415          VelocityVerletIntegrator : last frame is written twice
5416  
5417 < 2005-02-14 12:57  tim
5417 > 2005-02-14 09:57  tim
5418  
5419          * src/: applications/dynamicProps/TimeCorrFunc.cpp,
5420          brains/SimInfo.cpp, primitives/RigidBody.cpp,
5421          primitives/StuntDouble.hpp: begin bug fix
5422  
5423 < 2005-02-14 12:35  tim
5423 > 2005-02-14 09:35  tim
5424  
5425          * src/applications/dynamicProps/: CorrelationFunction.cpp,
5426          CorrelationFunction.hpp, CrossTimeCorrFunc.cpp,
# Line 3987 | Line 5430
5430          RCorrFunc.hpp, TimeCorrFunc.cpp, TimeCorrFunc.hpp, VCorrFunc.cpp,
5431          VCorrFunc.hpp: refactory CorrelationFunction
5432  
5433 < 2005-02-14 10:18  gezelter
5433 > 2005-02-14 07:18  gezelter
5434  
5435          * src/applications/dynamicProps/CorrelationFunction.cpp: bug fix
5436          and start of switch for type of correlation function
5437  
5438 < 2005-02-13 16:18  tim
5438 > 2005-02-13 13:18  tim
5439  
5440          * src/brains/: DataStorage.cpp, SimInfo.cpp: fix a bug in
5441          calculating  bytes per stuntdouble
5442  
5443 < 2005-02-13 16:03  tim
5443 > 2005-02-13 13:03  tim
5444  
5445          * src/applications/dynamicProps/CorrelationFunction.cpp: more fix
5446  
5447 < 2005-02-13 15:57  tim
5447 > 2005-02-13 12:57  tim
5448  
5449          * src/applications/dynamicProps/CorrelationFunction.cpp: fixed a
5450          bug in CorrelationFunction
5451  
5452 < 2005-02-13 15:36  tim
5452 > 2005-02-13 12:36  tim
5453  
5454          * src/: applications/staticProps/GofR.cpp,
5455          applications/staticProps/GofRAngle.cpp, brains/SimInfo.cpp: fixed a
5456          bug in SimInfo::getCutoff()
5457  
5458 < 2005-02-13 15:08  tim
5458 > 2005-02-13 12:08  tim
5459  
5460          * make/Makefile.in: adding staticProps and dynamicProps into
5461          Makefile.in
5462  
5463 < 2005-02-13 15:05  tim
5463 > 2005-02-13 12:05  tim
5464  
5465          * src/: applications/dynamicProps/CorrelationFunction.cpp,
5466          applications/dynamicProps/CorrelationFunction.hpp,
# Line 4028 | Line 5471
5471          brains/SimInfo.hpp, integrators/Integrator.cpp: maximum length
5472          defaults to the cutoff radius
5473  
5474 < 2005-02-13 14:14  tim
5474 > 2005-02-13 11:14  tim
5475  
5476          * src/utils/Algorithm.hpp: adding Algorithm.hpp
5477  
5478 < 2005-02-13 14:10  tim
5478 > 2005-02-13 11:10  tim
5479  
5480          * src/: applications/dump2Xyz/Dump2XYZ.cpp,
5481          applications/dynamicProps/CorrelationFunction.cpp,
# Line 4046 | Line 5489
5489          utils/BitSet.cpp, utils/BitSet.hpp, utils/physmem.h,
5490          visitors/OtherVisitor.cpp: dynamicProps get built
5491  
5492 < 2005-02-13 10:56  tim
5492 > 2005-02-13 07:56  tim
5493  
5494          * src/: applications/dynamicProps/CorrelationFunction.cpp,
5495          brains/BlockSnapshotManager.cpp, brains/BlockSnapshotManager.hpp,
5496          brains/DataStorage.cpp, brains/DataStorage.hpp: dynamicProps in
5497          progress
5498  
5499 < 2005-02-13 03:04  tim
5499 > 2005-02-13 00:04  tim
5500  
5501          * src/: applications/dynamicProps/CorrelationFunction.hpp,
5502          brains/BlockSnapshotManager.cpp, brains/BlockSnapshotManager.hpp,
# Line 4061 | Line 5504
5504          brains/SimSnapshotManager.hpp, brains/SnapshotManager.hpp: more
5505          work in dynamicProps
5506  
5507 < 2005-02-13 02:25  tim
5507 > 2005-02-12 23:25  tim
5508  
5509          * src/applications/dynamicProps/DynamicProps.cpp: adding
5510          dynamicProps
5511  
5512 < 2005-02-13 02:14  tim
5512 > 2005-02-12 23:14  tim
5513  
5514          * src/applications/dynamicProps/: DynamicPropsCmd.c,
5515          DynamicPropsCmd.h: adding command line option to DynamicProps
5516  
5517 < 2005-02-13 02:13  tim
5517 > 2005-02-12 23:13  tim
5518  
5519          * src/applications/dynamicProps/: DynamicProps.ggo, Makefile:
5520          adding command line option for DynamicProps
5521  
5522 < 2005-02-13 01:57  tim
5522 > 2005-02-12 22:57  tim
5523  
5524          * src/: applications/dynamicProps/CorrelationFunction.cpp,
5525          applications/dynamicProps/CorrelationFunction.hpp,
# Line 4093 | Line 5536
5536          primitives/RigidBody.cpp, primitives/RigidBody.hpp: adding
5537          dynamicProps
5538  
5539 < 2005-02-12 15:09  tim
5539 > 2005-02-12 12:09  tim
5540  
5541          * src/selection/SelectionManager.cpp: adding SelectionManager.cpp
5542  
5543 < 2005-02-11 17:41  tim
5543 > 2005-02-11 14:41  tim
5544  
5545          * src/brains/: SimInfo.cpp, SimInfo.hpp, Snapshot.hpp: adding one
5546          more constructor to Snapshot to create customized DataStorage
5547  
5548 < 2005-02-11 17:39  tim
5548 > 2005-02-11 14:39  tim
5549  
5550          * src/selection/: DistanceFinder.hpp, Makefile,
5551          SelectionManager.hpp: adding beginSelected, nextSelected method to
5552          SelectionManager
5553  
5554 < 2005-02-11 17:36  tim
5554 > 2005-02-11 14:36  tim
5555  
5556          * src/config.h.in, configure: adding support for physmem
5557  
5558 < 2005-02-11 17:35  tim
5558 > 2005-02-11 14:35  tim
5559  
5560          * ac-tools/configure.in: adding supprot for physmem
5561  
5562 < 2005-02-11 17:35  tim
5562 > 2005-02-11 14:35  tim
5563  
5564          * src/utils/: BitSet.hpp, Makefile.in, physmem.c, physmem.h: adding
5565          physmem
5566  
5567 < 2005-02-10 17:37  tim
5567 > 2005-02-10 14:37  tim
5568  
5569          * src/applications/staticProps/: GofAngle2.cpp, GofAngle2.hpp,
5570          GofR.cpp, GofR.hpp, GofRAngle.cpp, GofRAngle.hpp, GofXyz.cpp,
# Line 4129 | Line 5572
5572          StaticProps.cpp, StaticProps.ggo, StaticPropsCmd.c,
5573          StaticPropsCmd.h: more work in StaticProps
5574  
5575 < 2005-02-10 13:14  tim
5575 > 2005-02-10 10:14  tim
5576  
5577          * src/applications/staticProps/: GofAngle2.cpp, GofAngle2.hpp,
5578          GofR.cpp, GofR.ggo, GofR.hpp, GofRAngle.cpp, GofRAngle.hpp,
# Line 4138 | Line 5581
5581          StaticProps.cpp, StaticProps.ggo, StaticPropsCmd.c,
5582          StaticPropsCmd.h: change the filenames
5583  
5584 < 2005-02-10 09:15  tim
5584 > 2005-02-10 06:15  tim
5585  
5586          * src/applications/staticProps/: GofR.cpp, GofRAngle.cpp,
5587          GofRAngle.hpp, GofRMain.cpp, RadialDistrFunc.cpp,
5588          RadialDistrFunc.hpp: adding GofRAngle
5589  
5590 < 2005-02-09 13:21  tim
5590 > 2005-02-09 10:21  tim
5591  
5592          * src/applications/staticProps/: GofrCmd.c, GofrCmd.h: remove some
5593          useless files
5594  
5595 < 2005-02-09 13:12  tim
5595 > 2005-02-09 10:12  tim
5596  
5597          * src/applications/staticProps/: GofR.cpp, Makefile,
5598          RadialDistrFunc.cpp, RadialDistrFunc.hpp: staticProps in progress
5599  
5600 < 2005-02-09 12:08  tim
5600 > 2005-02-09 09:08  tim
5601  
5602          * src/applications/staticProps/: GofR.cpp, GofR.ggo, GofR.hpp,
5603          GofRCmd.c, GofRCmd.h, GofRMain.cpp, GofrCmd.c, GofrCmd.h,
5604          RadialDistrFunc.cpp, RadialDistrFunc.hpp: adding GofR
5605  
5606 < 2005-02-07 17:39  tim
5606 > 2005-02-07 14:39  tim
5607  
5608          * src/primitives/Molecule.hpp: add getRigidBodyAt  function into
5609          Molecule class
5610  
5611 < 2005-02-07 17:38  tim
5611 > 2005-02-07 14:38  tim
5612  
5613          * src/applications/dump2Xyz/Dump2XYZCmd.c: update help info
5614  
5615 < 2005-02-07 17:36  tim
5615 > 2005-02-07 14:36  tim
5616  
5617          * src/selection/: NameFinder.cpp, NameFinder.hpp,
5618          SelectionCompiler.cpp: support select internal index selection, for
5619          example, select DMPC.3
5620  
5621 < 2005-02-07 16:11  tim
5621 > 2005-02-07 13:11  tim
5622  
5623          * src/applications/dump2Xyz/: Dump2XYZCmd.c, Dump2XYZCmd.h: update
5624          help info for Dump2XYZ
5625  
5626 < 2005-02-07 15:39  chrisfen
5626 > 2005-02-07 12:39  chrisfen
5627  
5628          * src/selection/: SelectionEvaluator.cpp, SelectionEvaluator.hpp:
5629          selection librarys added
5630  
5631 < 2005-02-07 15:31  tim
5631 > 2005-02-07 12:31  tim
5632  
5633          * src/selection/Makefile, make/Makefile.in: adding Makefile
5634  
5635 < 2005-02-07 15:20  chrisfen
5635 > 2005-02-07 12:20  chrisfen
5636  
5637          * src/utils/wildcards.hpp: issue commented out in wildcards
5638  
5639 < 2005-02-07 15:06  tim
5639 > 2005-02-07 12:06  tim
5640  
5641          * src/selection/SelectionEvaluator.cpp: forget to reset the pc
5642          which cause reevaluate return NULL
5643  
5644 < 2005-02-07 14:14  tim
5644 > 2005-02-07 11:14  tim
5645  
5646          * src/brains/: SimCreator.cpp, SimSnapshotManager.cpp,
5647          SimSnapshotManager.hpp: fix a bug in determing the global index for
5648          rigidbodies
5649  
5650 < 2005-02-07 14:13  tim
5650 > 2005-02-07 11:13  tim
5651  
5652          * src/utils/: BitSet.cpp, BitSet.hpp, StringUtils.hpp: minor change
5653          in Bitset
5654  
5655 < 2005-02-07 14:13  tim
5655 > 2005-02-07 11:13  tim
5656  
5657          * src/selection/: DistanceFinder.cpp, DistanceFinder.hpp,
5658          SelectionCompiler.cpp, SelectionCompiler.hpp,
5659          SelectionEvaluator.cpp, SelectionEvaluator.hpp, Token.hpp,
5660          TokenMap.cpp: selection library is working
5661  
5662 < 2005-02-04 17:46  tim
5662 > 2005-02-04 14:46  tim
5663  
5664          * src/applications/dump2Xyz/Dump2XYZ.cpp: remove SelectionVisitor
5665  
5666 < 2005-02-04 17:45  tim
5666 > 2005-02-04 14:45  tim
5667  
5668          * src/visitors/: OtherVisitor.cpp, OtherVisitor.hpp: IgnoreVisitor
5669          and XYZVisitor now use selection library
5670  
5671 < 2005-02-04 17:44  tim
5671 > 2005-02-04 14:44  tim
5672  
5673          * src/brains/: MoleculeCreator.cpp, SimInfo.cpp, SimInfo.hpp:
5674          adding SelectionManager into SimInfo
5675  
5676 < 2005-02-04 17:43  tim
5676 > 2005-02-04 14:43  tim
5677  
5678          * src/applications/dump2Xyz/: Dump2XYZ.cpp, Dump2XYZ.ggo,
5679          Dump2XYZCmd.c, Dump2XYZCmd.h: dump2Xyz now take advantage of
5680          selection library
5681  
5682 < 2005-02-04 17:42  tim
5682 > 2005-02-04 14:42  tim
5683  
5684          * src/utils/: BitSet.hpp, Makefile.in, wildcards.cpp: minor change
5685          in BitSet
5686  
5687 < 2005-02-04 17:41  tim
5687 > 2005-02-04 14:41  tim
5688  
5689          * src/primitives/: Molecule.hpp, RigidBody.hpp: adding missing
5690          implementation
5691  
5692 < 2005-02-04 17:39  tim
5692 > 2005-02-04 14:39  tim
5693  
5694          * src/selection/: NameFinder.cpp, NameFinder.hpp,
5695          SelectionCompiler.cpp, SelectionCompiler.hpp,
# Line 4254 | Line 5697
5697          SelectionManager.hpp, Token.hpp: half of the selection utility is
5698          working need to debug within keyword and atomproperty keyword
5699  
5700 < 2005-02-04 00:42  tim
5700 > 2005-02-03 21:42  tim
5701  
5702          * src/selection/: NameFinder.cpp, NameFinder.hpp: selection library
5703          get built
5704  
5705 < 2005-02-04 00:42  tim
5705 > 2005-02-03 21:42  tim
5706  
5707          * src/utils/: BitSet.cpp, BitSet.hpp: fix BitSet
5708  
5709 < 2005-02-04 00:26  tim
5709 > 2005-02-03 21:26  tim
5710  
5711          * src/brains/: ForceFields.cpp, Migrator.hpp, SimCreator.cpp:
5712          remove some useless files
5713  
5714 < 2005-02-03 23:57  tim
5714 > 2005-02-03 20:57  tim
5715  
5716          * src/: primitives/RigidBody.hpp, selection/NameFinder.cpp,
5717          selection/NameFinder.hpp, utils/wildcards.cpp, utils/wildcards.hpp:
5718          adding wildcard class; NameFinder is finished
5719  
5720 < 2005-02-03 18:14  tim
5720 > 2005-02-03 15:14  tim
5721  
5722          * src/selection/: NameFinder.cpp, NameFinder.hpp,
5723          SelectionCompiler.cpp, SelectionCompiler.hpp,
# Line 4282 | Line 5725
5725          SelectionManager.hpp, Token.hpp, TokenMap.cpp: more work in
5726          selection library
5727  
5728 < 2005-02-03 09:04  tim
5728 > 2005-02-03 06:04  tim
5729  
5730          * src/selection/: SelectionEvaluator.cpp, SelectionEvaluator.hpp:
5731          selection in progress
5732  
5733 < 2005-02-02 18:13  tim
5733 > 2005-02-02 15:13  tim
5734  
5735          * src/selection/: SelectionCompiler.cpp, SelectionCompiler.hpp,
5736          SelectionEvaluator.cpp, SelectionEvaluator.hpp, Token.cpp,
5737          Token.hpp, TokenMap.cpp, TokenMap.hpp: selection library in
5738          progress, except SelectionEvaluator, other files are compiled
5739  
5740 < 2005-02-02 18:12  tim
5740 > 2005-02-02 15:12  tim
5741  
5742          * src/utils/: Makefile.in, any.hpp: adding boost::any
5743  
5744 < 2005-02-02 07:51  tim
5744 > 2005-02-02 04:51  tim
5745  
5746          * src/selection/SelectionCompiler.cpp: add SelectionCompiler.cpp
5747  
5748 < 2005-02-01 17:49  tim
5748 > 2005-02-01 14:49  tim
5749  
5750          * src/: utils/BitSet.cpp, utils/BitSet.hpp, utils/StringUtils.hpp,
5751          selection/SelectionCompiler.hpp, selection/SelectionEvaluator.cpp,
5752          selection/SelectionEvaluator.hpp, selection/SelectionManager.hpp,
5753          selection/Token.hpp: Selection in progress
5754  
5755 < 2005-02-01 01:55  tim
5755 > 2005-01-31 22:55  tim
5756  
5757          * src/: selection/SelectionCompiler.hpp,
5758          selection/SelectionEvaluator.cpp, selection/SelectionEvaluator.hpp,
5759          selection/SelectionManager.hpp, selection/Token.hpp,
5760          utils/BitSet.cpp, utils/BitSet.hpp: adding selection library
5761  
5762 < 2005-01-26 10:26  tim
5762 > 2005-01-26 07:26  tim
5763  
5764          * src/integrators/: Integrator.cpp, Integrator.hpp,
5765          VelocityVerletIntegrator.cpp, VelocityVerletIntegrator.hpp: forget
5766          to add eorWriter
5767  
5768 < 2005-01-26 10:15  tim
5768 > 2005-01-26 07:15  tim
5769  
5770          * src/: primitives/GhostTorsion.cpp, visitors/AtomVisitor.cpp:
5771          (1)Cast wrong atom to DirectionalAtom in GhostTorsion (2)get the
5772          wrong column of electroframe
5773  
5774 < 2005-01-25 16:59  tim
5774 > 2005-01-25 13:59  tim
5775  
5776          * src/: brains/SimInfo.cpp, io/DumpReader.cpp: fix a bug in
5777          SimInfo, use number of cutoff stamp as counter to loop over
5778          rigidbody stamp
5779  
5780 < 2005-01-25 12:45  tim
5780 > 2005-01-25 09:45  tim
5781  
5782          * src/: applications/dump2Xyz/Dump2XYZ.cpp,
5783          brains/MoleculeCreator.cpp, brains/SimCreator.cpp,
# Line 4354 | Line 5797
5797          inertial tensor from the directional atoms before calculate
5798          rigidbody's inertial tensor
5799  
5800 < 2005-01-17 17:17  tim
5800 > 2005-01-17 14:17  tim
5801  
5802          * forceFields/DUFF2.frc: forget to set dipole for lipid head group
5803  
5804 < 2005-01-17 11:58  tim
5804 > 2005-01-17 08:58  tim
5805  
5806          * src/integrators/NVT.cpp: fix a bug in loading initial extended
5807          system parameters
5808  
5809 < 2005-01-17 11:05  tim
5809 > 2005-01-17 08:05  tim
5810  
5811          * src/integrators/NVT.cpp: forget to set maxIterNum_ in NVT
5812  
5813 < 2005-01-14 17:02  tim
5813 > 2005-01-14 14:02  tim
5814  
5815          * src/UseTheForce/WATER.cpp: remove WATER.cpp
5816  
5817 < 2005-01-14 16:37  tim
5817 > 2005-01-14 13:37  tim
5818  
5819          * forceFields/Makefile: sync Makefile
5820  
5821 < 2005-01-14 16:13  gezelter
5821 > 2005-01-14 13:13  gezelter
5822  
5823          * make/Makefile.in, src/Makefile, src/UseTheForce/Makefile,
5824          src/UseTheForce/DarkSide/Makefile, src/applications/Makefile,
# Line 4389 | Line 5832
5832          src/visitors/Makefile: moved Package variable into subdirectory
5833          makefiles to speed up the building process
5834  
5835 < 2005-01-14 15:48  gezelter
5835 > 2005-01-14 12:48  gezelter
5836  
5837          * src/applications/oopse/oopse.cpp: Fixed publication details in
5838          banner
5839  
5840 < 2005-01-14 15:48  gezelter
5840 > 2005-01-14 12:48  gezelter
5841  
5842          * src/UseTheForce/DarkSide/: simParallel_interface.F90,
5843          simParallel_interface.h: added dummy subroutine to avoid empty
5844          unit, synchronized this dummy routine between C and fortran
5845  
5846 < 2005-01-14 15:31  gezelter
5846 > 2005-01-14 12:31  gezelter
5847  
5848          * src/UseTheForce/: Makefile, doForces.F90, doForces_interface.F90,
5849          notifyCutoffs.F90, notifyCutoffs_interface.F90, DarkSide/LJ.F90,
# Line 4416 | Line 5859
5859          DarkSide/sticky.F90, DarkSide/sticky_interface.F90: separating
5860          modules and C/Fortran interface subroutines
5861  
5862 < 2005-01-14 15:15  gezelter
5862 > 2005-01-14 12:15  gezelter
5863  
5864          * configure, ac-tools/aclocal.m4: more fixes for gnugetopt
5865  
5866 < 2005-01-14 15:09  gezelter
5866 > 2005-01-14 12:09  gezelter
5867  
5868          * configure, ac-tools/configure.in, src/config.h.in,
5869          src/utils/Makefile, src/utils/Makefile.in: fixing for gnugetopt
5870  
5871 < 2005-01-14 11:49  tim
5871 > 2005-01-14 08:49  tim
5872  
5873          * src/: io/EAMAtomTypesSectionParser.cpp,
5874          utils/StringTokenizer.cpp, utils/StringTokenizer.hpp,
5875          utils/StringUtils.hpp: using c library to do conversion instead of
5876          using iostream due to a bug in libstdc++(GCC 3.2)
5877  
5878 < 2005-01-13 21:40  tim
5878 > 2005-01-13 18:40  tim
5879  
5880          * src/brains/SimSetup.cpp: no message
5881  
5882 < 2005-01-13 20:56  tim
5882 > 2005-01-13 17:56  tim
5883  
5884          * src/primitives/Molecule.hpp: fix a bug in global index
5885  
5886 < 2005-01-13 20:04  tim
5886 > 2005-01-13 17:04  tim
5887  
5888          * src/minimizers/: Minimizer.cpp, Minimizer.hpp: remove include
5889          Integrator.hpp in Minimizer
5890  
5891 < 2005-01-13 17:14  gezelter
5891 > 2005-01-13 14:14  gezelter
5892  
5893          * src/utils/Makefile: compile getopt and getopt1 if we need to
5894  
5895 < 2005-01-13 16:56  gezelter
5895 > 2005-01-13 13:56  gezelter
5896  
5897          * make/Makefile.in: template flags
5898  
5899 < 2005-01-13 16:48  gezelter
5899 > 2005-01-13 13:48  gezelter
5900  
5901          * src/applications/oopse/Makefile: formatting
5902  
5903 < 2005-01-13 16:48  gezelter
5903 > 2005-01-13 13:48  gezelter
5904  
5905          * make/Makefile.in: fixed a MakeDir / MkDir problem added BinDir
5906          target
5907  
5908 < 2005-01-13 14:40  tim
5908 > 2005-01-13 11:40  tim
5909  
5910          * src/: UseTheForce/fSwitchingFunction.h,
5911          UseTheForce/mpiComponentPlan.h, brains/fSimulation.h, io/Makefile,
# Line 4470 | Line 5913
5913          primitives/RigidBody.cpp, types/AtomTypeProperties.h,
5914          types/CharmmTorsionType.cpp, utils/simError.h: port to SGI platform
5915  
5916 < 2005-01-13 13:26  tim
5916 > 2005-01-13 10:26  tim
5917  
5918          * make/Makefile.in: change the order of linking (object file comes
5919          first and then follow by user built library)
5920  
5921 < 2005-01-12 18:24  tim
5921 > 2005-01-12 15:24  tim
5922  
5923          * src/io/DumpWriter.cpp: remove useless debug info
5924  
5925 < 2005-01-12 18:21  tim
5925 > 2005-01-12 15:21  tim
5926  
5927          * src/applications/dump2Xyz/Dump2XYZ.cpp: minor fix
5928  
5929 < 2005-01-12 18:17  tim
5929 > 2005-01-12 15:17  tim
5930  
5931          * make/: Makefile.in, Makefile.in: missing tab
5932  
5933 < 2005-01-12 18:15  tim
5933 > 2005-01-12 15:15  tim
5934  
5935          * src/visitors/: AtomVisitor.cpp, AtomVisitor.hpp: LinearVisitor
5936          get fixed
5937  
5938 < 2005-01-12 17:40  gezelter
5938 > 2005-01-12 14:40  gezelter
5939  
5940          * make/Makefile.in, src/UseTheForce/DUFF.cpp,
5941          src/UseTheForce/DUFF.hpp, src/UseTheForce/EAM.cpp,
# Line 4702 | Line 6145
6145          src/visitors/ZconsVisitor.hpp: merging new_design branch into
6146          OOPSE-2.0
6147  
6148 < 2005-01-12 13:13  tim
6148 > 2005-01-12 10:13  tim
6149  
6150          * src/: io/SectionParserManager.cpp, primitives/RigidBody.cpp,
6151          utils/TypeContainer.hpp: forget to include <algorithm>
6152  
6153 < 2005-01-12 12:25  tim
6153 > 2005-01-12 09:25  tim
6154  
6155          * forceFields/: DUFF.frc, DipoleTest.frc, LJFF.frc, newEAM.VC.frc,
6156          newEAM.frc, newEAM.u3.frc, newEAM.u6.frc: remove some useless force
6157          fields
6158  
6159 < 2005-01-12 12:14  tim
6159 > 2005-01-12 09:14  tim
6160  
6161          * src/: UseTheForce/DUFF.cpp, UseTheForce/DUFF.hpp,
6162          UseTheForce/EAM.cpp, UseTheForce/EAM.hpp,
# Line 4875 | Line 6318
6318          visitors/RigidBodyVisitor.hpp, visitors/ZconsVisitor.cpp,
6319          visitors/ZconsVisitor.hpp: change license
6320  
6321 < 2005-01-12 12:14  tim
6321 > 2005-01-12 09:14  tim
6322  
6323          * src/brains/Snapshot.cpp: file Snapshot.cpp was initially added on
6324          branch new_design.
6325  
6326 < 2005-01-11 16:03  tim
6326 > 2005-01-11 13:03  tim
6327  
6328          * src/: constraints/ZconstraintForceManager.cpp,
6329          constraints/ZconstraintForceManager.hpp,
# Line 4888 | Line 6331
6331          minimizers/MinimizerParameterSet.hpp: change const static double
6332          data member to const double
6333  
6334 < 2005-01-11 15:50  tim
6334 > 2005-01-11 12:50  tim
6335  
6336          * src/io/basic_ifstrstream.hpp: forget namespace qualifier std::
6337  
6338 < 2005-01-11 15:39  tim
6338 > 2005-01-11 12:39  tim
6339  
6340          * src/: UseTheForce/DarkSide/atype.F90, types/AtomTypeProperties.h:
6341          change data type from logical to integer in AtomTypeProperties.h
6342  
6343 < 2005-01-11 11:36  tim
6343 > 2005-01-11 08:36  tim
6344  
6345          * forceFields/: EAM.VC.frc, EAM.frc, EAM.u3.frc, EAM.u6.frc: adding
6346          new format of EAM force field
6347  
6348 < 2005-01-11 11:24  tim
6348 > 2005-01-11 08:24  tim
6349  
6350          * src/UseTheForce/DUFF.cpp: change default name of DUFF force field
6351          to DUFF2.frc
6352  
6353 < 2005-01-11 11:23  tim
6353 > 2005-01-11 08:23  tim
6354  
6355          * forceFields/: DUFF2.frc, newDUFF.frc: rename newDUFF.frc to
6356          DUFF2.frc
6357  
6358 < 2005-01-11 11:09  tim
6358 > 2005-01-11 08:09  tim
6359  
6360          * make/Makefile.in: adding constraints and minimizers into
6361          Makefile.in
6362  
6363 < 2005-01-11 11:03  tim
6363 > 2005-01-11 08:03  tim
6364  
6365          * src/io/: ChargeAtomTypesSectionParser.cpp,
6366          ChargeAtomTypesSectionParser.hpp, DipoleAtomTypesSectionParser.cpp,
6367          DipoleAtomTypesSectionParser.hpp, Makefile: remove some useless
6368          files
6369  
6370 < 2005-01-11 10:59  tim
6370 > 2005-01-11 07:59  tim
6371  
6372          * src/io/ZConsWriter.cpp: [no log message]
6373  
6374 < 2005-01-11 10:53  tim
6374 > 2005-01-11 07:53  tim
6375  
6376          * src/UseTheForce/EAM.cpp: minor fix
6377  
6378 < 2005-01-11 10:52  tim
6378 > 2005-01-11 07:52  tim
6379  
6380          * src/constraints/Rattle.hpp: file Rattle.hpp was initially added
6381          on branch new_design.
6382  
6383 < 2005-01-11 10:52  tim
6383 > 2005-01-11 07:52  tim
6384  
6385          * src/constraints/Rattle.cpp: file Rattle.cpp was initially added
6386          on branch new_design.
6387  
6388 < 2005-01-11 10:52  tim
6388 > 2005-01-11 07:52  tim
6389  
6390          * src/constraints/: Rattle.cpp, Rattle.hpp: adding Rattle Algorithm
6391  
6392 < 2005-01-11 10:47  tim
6392 > 2005-01-11 07:47  tim
6393  
6394          * make/Makefile.in: forget a '$' sign
6395  
6396 < 2005-01-11 10:46  tim
6396 > 2005-01-11 07:46  tim
6397  
6398          * make/Makefile.in: missing tab in rules
6399  
6400 < 2005-01-10 17:04  tim
6400 > 2005-01-10 14:04  tim
6401  
6402          * src/: UseTheForce/ForceFieldCreator.cpp,
6403          UseTheForce/ForceFieldCreator.hpp,
# Line 4973 | Line 6416
6416          minimizers/MinimizerFactory.hpp: create a register module to
6417          register force fields, integrators and minimizers
6418  
6419 < 2005-01-10 17:04  tim
6419 > 2005-01-10 14:04  tim
6420  
6421          * src/brains/Register.cpp: file Register.cpp was initially added on
6422          branch new_design.
6423  
6424 < 2005-01-10 17:04  tim
6424 > 2005-01-10 14:04  tim
6425  
6426          * src/brains/Register.hpp: file Register.hpp was initially added on
6427          branch new_design.
6428  
6429 < 2005-01-10 15:52  tim
6429 > 2005-01-10 12:52  tim
6430  
6431          * src/: UseTheForce/ForceFieldFactory.cpp,
6432          applications/oopse/oopse.cpp, brains/ForceManager.hpp,
# Line 4995 | Line 6438
6438          visitors/ZconsVisitor.cpp, visitors/ZconsVisitor.hpp: zconstraint
6439          method is working now
6440  
6441 < 2005-01-10 13:05  tim
6441 > 2005-01-10 10:05  tim
6442  
6443          * src/: constraints/ConstraintElem.hpp,
6444          constraints/ConstraintPair.hpp, constraints/ZconsStruct.hpp,
# Line 5005 | Line 6448
6448          visitors/ZconsVisitor.cpp, visitors/ZconsVisitor.hpp: more work in
6449          zconstraint
6450  
6451 < 2005-01-10 13:05  tim
6451 > 2005-01-10 10:05  tim
6452  
6453          * src/constraints/ZconsStruct.hpp: file ZconsStruct.hpp was
6454          initially added on branch new_design.
6455  
6456 < 2005-01-07 16:50  tim
6456 > 2005-01-07 13:50  tim
6457  
6458          * src/constraints/ZconstraintForceManager.cpp: file
6459          ZconstraintForceManager.cpp was initially added on branch
6460          new_design.
6461  
6462 < 2005-01-07 16:50  tim
6462 > 2005-01-07 13:50  tim
6463  
6464          * src/constraints/ZconstraintForceManager.hpp: file
6465          ZconstraintForceManager.hpp was initially added on branch
6466          new_design.
6467  
6468 < 2005-01-07 16:50  tim
6468 > 2005-01-07 13:50  tim
6469  
6470          * src/: applications/simpleBuilder/BaseLattice.hpp,
6471          applications/simpleBuilder/Lattice.hpp,
# Line 5036 | Line 6479
6479          integrators/VelocityVerletIntegrator.cpp, primitives/Molecule.hpp,
6480          utils/NumericConstant.hpp: ZConstraintForceManager in progress
6481  
6482 < 2005-01-07 16:50  tim
6482 > 2005-01-07 13:50  tim
6483  
6484          * src/constraints/ConstraintElem.hpp: file ConstraintElem.hpp was
6485          initially added on branch new_design.
6486  
6487 < 2005-01-06 17:31  tim
6487 > 2005-01-06 14:31  tim
6488  
6489          * src/: brains/MoleculeCreator.cpp, brains/MoleculeCreator.hpp,
6490          brains/SimCreator.cpp, brains/SimInfo.cpp, brains/SimInfo.hpp,
# Line 5050 | Line 6493
6493          io/Globals.cpp, primitives/Molecule.cpp, primitives/Molecule.hpp:
6494          constraint is almost working
6495  
6496 < 2005-01-05 19:36  tim
6496 > 2005-01-05 16:36  tim
6497  
6498          * src/applications/simpleBuilder/MoLocator.cpp: simpleBuilder is
6499          working
6500  
6501 < 2005-01-05 19:16  tim
6501 > 2005-01-05 16:16  tim
6502  
6503          * src/: applications/dump2Xyz/Dump2XYZ.cpp,
6504          applications/oopse/oopse.cpp,
# Line 5070 | Line 6513
6513          minimizers/Minimizer.cpp, primitives/RigidBody.cpp: simpleBuilder
6514          in progress
6515  
6516 < 2005-01-05 12:35  tim
6516 > 2005-01-05 09:35  tim
6517  
6518          * src/minimizers/MinimizerFactory.hpp: file MinimizerFactory.hpp
6519          was initially added on branch new_design.
6520  
6521 < 2005-01-05 12:35  tim
6521 > 2005-01-05 09:35  tim
6522  
6523          * src/minimizers/Minimizer.cpp: file Minimizer.cpp was initially
6524          added on branch new_design.
6525  
6526 < 2005-01-05 12:35  tim
6526 > 2005-01-05 09:35  tim
6527  
6528          * src/minimizers/: CGFamilyMinimizer.cpp, CGFamilyMinimizer.hpp,
6529          Makefile, Minimizer.cpp, Minimizer.hpp, MinimizerCreator.cpp,
# Line 5088 | Line 6531
6531          OOPSEMinimizer.cpp, OOPSEMinimizer.hpp, SDMinimizer.cpp,
6532          SDMinimizer.hpp: minimizer in progress
6533  
6534 < 2005-01-05 12:35  tim
6534 > 2005-01-05 09:35  tim
6535  
6536          * src/minimizers/MinimizerFactory.cpp: file MinimizerFactory.cpp
6537          was initially added on branch new_design.
6538  
6539 < 2005-01-05 12:35  tim
6539 > 2005-01-05 09:35  tim
6540  
6541          * src/minimizers/MinimizerCreator.cpp: file MinimizerCreator.cpp
6542          was initially added on branch new_design.
6543  
6544 < 2005-01-05 12:35  tim
6544 > 2005-01-05 09:35  tim
6545  
6546          * src/minimizers/MinimizerCreator.hpp: file MinimizerCreator.hpp
6547          was initially added on branch new_design.
6548  
6549 < 2005-01-05 12:35  tim
6549 > 2005-01-05 09:35  tim
6550  
6551          * src/minimizers/Minimizer.hpp: file Minimizer.hpp was initially
6552          added on branch new_design.
6553  
6554 < 2005-01-04 17:18  tim
6554 > 2005-01-04 14:18  tim
6555  
6556          * src/: brains/ForceManager.cpp, brains/MoleculeCreator.cpp,
6557          brains/MoleculeCreator.hpp, brains/SimInfo.cpp, brains/Stats.hpp,
# Line 5119 | Line 6562
6562          primitives/Molecule.cpp, primitives/Molecule.hpp: constraints in
6563          progress
6564  
6565 < 2005-01-04 17:18  tim
6565 > 2005-01-04 14:18  tim
6566  
6567          * src/constraints/ConstraintPair.hpp: file ConstraintPair.hpp was
6568          initially added on branch new_design.
6569  
6570 < 2005-01-04 17:18  tim
6570 > 2005-01-04 14:18  tim
6571  
6572          * src/minimizers/MinimizerParameterSet.cpp: file
6573          MinimizerParameterSet.cpp was initially added on branch new_design.
6574  
6575 < 2005-01-04 17:18  tim
6575 > 2005-01-04 14:18  tim
6576  
6577          * src/minimizers/SDMinimizer.hpp: file SDMinimizer.hpp was
6578          initially added on branch new_design.
6579  
6580 < 2005-01-04 17:18  tim
6580 > 2005-01-04 14:18  tim
6581  
6582          * src/minimizers/CGFamilyMinimizer.hpp: file CGFamilyMinimizer.hpp
6583          was initially added on branch new_design.
6584  
6585 < 2005-01-04 17:18  tim
6585 > 2005-01-04 14:18  tim
6586  
6587          * src/minimizers/: CGFamilyMinimizer.cpp, CGFamilyMinimizer.hpp,
6588          Makefile, MinimizerParameterSet.cpp, MinimizerParameterSet.hpp,
6589          OOPSEMinimizer.cpp, OOPSEMinimizer.hpp, PRCG.cpp, PRCG.hpp,
6590          SDMinimizer.cpp, SDMinimizer.hpp: minimizers in progress
6591  
6592 < 2005-01-04 17:18  tim
6592 > 2005-01-04 14:18  tim
6593  
6594          * src/minimizers/PRCG.hpp: file PRCG.hpp was initially added on
6595          branch new_design.
6596  
6597 < 2004-12-20 15:50  chuckv
6597 > 2004-12-20 12:50  chuckv
6598  
6599          * make/Makefile.in: Fixed Makefile test bug under OSX and possibly
6600          other BSD's, replaced test -f *.mod with ls function since BSD test
6601          apparently doesn't support wildcards.
6602  
6603 < 2004-12-20 15:36  tim
6603 > 2004-12-20 12:36  tim
6604  
6605          * make/Makefile.in: fix a test command incompatiable problem
6606  
6607 < 2004-12-20 14:49  tim
6607 > 2004-12-20 11:49  tim
6608  
6609          * src/integrators/NPTi.cpp: NPT is working now
6610  
6611 < 2004-12-16 14:20  tim
6611 > 2004-12-16 11:20  tim
6612  
6613          * src/brains/SimInfo.cpp: Fix a bug in SimInfo which gives the
6614          invalid stamp id
6615  
6616 < 2004-12-16 14:00  tim
6616 > 2004-12-16 11:00  tim
6617  
6618          * forceFields/: newEAM.VC.frc, newEAM.frc, newEAM.u3.frc,
6619          newEAM.u6.frc: adding new EAM force field files
6620  
6621 < 2004-12-16 13:55  tim
6621 > 2004-12-16 10:55  tim
6622  
6623          * src/io/EAMAtomTypesSectionParser.cpp: parsing order three arrays
6624          in  EAM parameter file is incorrect
6625  
6626 < 2004-12-16 12:27  tim
6626 > 2004-12-16 09:27  tim
6627  
6628          * src/: UseTheForce/EAM.cpp, UseTheForce/EAM.hpp,
6629          brains/SimCreator.cpp, io/EAMAtomTypesSectionParser.cpp,
6630          utils/StringTokenizer.cpp: add getMaxRcutFromAtomType into EAM
6631  
6632 < 2004-12-15 17:34  tim
6632 > 2004-12-15 14:34  tim
6633  
6634          * src/: applications/simpleBuilder/BaseLattice.cpp,
6635          applications/simpleBuilder/BaseLattice.hpp,
# Line 5199 | Line 6642
6642          applications/simpleBuilder/simpleBuilder.cpp,
6643          io/basic_ifstrstream.hpp: fix a bug in basic_ifstrstream
6644  
6645 < 2004-12-15 16:07  tim
6645 > 2004-12-15 13:07  tim
6646  
6647          * src/: UseTheForce/DUFF.cpp, UseTheForce/DUFF.hpp,
6648          UseTheForce/EAM.cpp, UseTheForce/EAM.hpp, UseTheForce/Makefile,
6649          applications/dump2Xyz/Dump2XYZ.cpp, applications/oopse/oopse.cpp:
6650          add EAM Force Field
6651  
6652 < 2004-12-15 14:40  tim
6652 > 2004-12-15 11:40  tim
6653  
6654          * src/applications/oopse/oopse.cpp: add more force fields
6655  
6656 < 2004-12-15 11:44  tim
6656 > 2004-12-15 08:44  tim
6657  
6658          * src/brains/SimInfo.cpp: fix bugs in getCom and getComVel (forget
6659          to call All_reduce in MPI version)
6660  
6661 < 2004-12-15 11:13  tim
6661 > 2004-12-15 08:13  tim
6662  
6663          * src/: brains/SimCreator.cpp, brains/SimInfo.cpp,
6664          io/DumpReader.cpp: MPI in NVE is working
6665  
6666 < 2004-12-14 16:57  tim
6666 > 2004-12-14 13:57  tim
6667  
6668          * src/io/: DumpReader.cpp, DumpReader.hpp: fix a bug in DumpReader.
6669          Master nodes does not brocast the total number of frames
6670  
6671 < 2004-12-14 14:08  tim
6671 > 2004-12-14 11:08  tim
6672  
6673          * src/: brains/SimCreator.cpp, brains/SimSnapshotManager.hpp,
6674          integrators/NVE.hpp, io/DumpReader.cpp, io/DumpWriter.cpp,
# Line 5234 | Line 6677
6677          minimizers/OOPSEMinimizer.cpp, minimizers/OOPSEMinimizer.hpp,
6678          minimizers/SDMinimizer.cpp: more fix in MPI version
6679  
6680 < 2004-12-13 17:30  tim
6680 > 2004-12-13 14:30  tim
6681  
6682          * src/: UseTheForce/DarkSide/simParallel.F90,
6683          applications/oopse/oopse.cpp, brains/SimCreator.cpp,
# Line 5252 | Line 6695
6695          utils/PropertyMap.hpp, visitors/CompositeVisitor.cpp: MPI version
6696          is built
6697  
6698 < 2004-12-10 13:41  tim
6698 > 2004-12-10 10:41  tim
6699  
6700          * src/UseTheForce/WATER.cpp: fix another bug in WATER.cpp
6701  
6702 < 2004-12-10 11:14  tim
6702 > 2004-12-10 08:14  tim
6703  
6704          * src/: brains/ForceManager.cpp, primitives/StuntDouble.cpp,
6705          primitives/StuntDouble.hpp: forget to zero out the torque. Sticky
6706          and Dipole is working now
6707  
6708 < 2004-12-09 18:15  tim
6708 > 2004-12-09 15:15  tim
6709  
6710          * src/: UseTheForce/DarkSide/dipole.F90,
6711          UseTheForce/DarkSide/reactionField.F90, primitives/StuntDouble.hpp:
6712          fix an index problem in eFrame matrix
6713  
6714 < 2004-12-09 18:09  tim
6714 > 2004-12-09 15:09  tim
6715  
6716          * src/UseTheForce/WATER.cpp: fix a bug in WATER.cpp when
6717          initializing the new Charge AtomType
6718  
6719 < 2004-12-09 16:15  tim
6719 > 2004-12-09 13:15  tim
6720  
6721          * src/: UseTheForce/doForces.F90, UseTheForce/DarkSide/sticky.F90,
6722          types/DirectionalAtomType.cpp: sticky module get compiled
6723  
6724 < 2004-12-09 15:43  gezelter
6724 > 2004-12-09 12:43  gezelter
6725  
6726          * src/UseTheForce/DarkSide/: dipole.F90, force_globals.F90, gb.F90,
6727          reactionField.F90: u_l -> eFrame  for electrostatics u_l -> A for
6728          GB
6729  
6730 < 2004-12-09 15:42  gezelter
6730 > 2004-12-09 12:42  gezelter
6731  
6732          * src/UseTheForce/doForces.F90: u_l -> eFrame
6733  
6734 < 2004-12-09 15:27  gezelter
6734 > 2004-12-09 12:27  gezelter
6735  
6736          * src/UseTheForce/DarkSide/: sticky.F90, sticky_interface.h: sticky
6737          module now has the option for multiple sticky types
6738  
6739 < 2004-12-09 15:27  gezelter
6739 > 2004-12-09 12:27  gezelter
6740  
6741          * src/UseTheForce/doForces.F90: sticky
6742  
6743 < 2004-12-09 11:22  tim
6743 > 2004-12-09 08:22  tim
6744  
6745          * src/integrators/: NPT.cpp, NVT.cpp: fix an interface
6746          inconsistency in lab2Bidy
6747  
6748 < 2004-12-09 10:45  tim
6748 > 2004-12-09 07:45  tim
6749  
6750          * src/: math/SquareMatrix3.hpp, primitives/RigidBody.cpp: Fix a bug
6751          in calculating torque in rigid body
6752  
6753 < 2004-12-08 15:37  tim
6753 > 2004-12-08 12:37  tim
6754  
6755          * src/: UseTheForce/mpiForceField.c, UseTheForce/mpiForceField.h,
6756          brains/SnapShot.cpp, brains/Snapshot.hpp,
# Line 5315 | Line 6758
6758          io/ElectrostaticAtomTypesSectionParser.cpp, utils/MemoryUtils.hpp:
6759          fix a parsing bug in ElectroStaticAtomTypesSectionParser
6760  
6761 < 2004-12-08 12:03  tim
6761 > 2004-12-08 09:03  tim
6762  
6763          * src/integrators/: NVT.cpp, VelocityVerletIntegrator.cpp: Butane
6764          in  NVT is working
6765  
6766 < 2004-12-07 18:08  tim
6766 > 2004-12-07 15:08  tim
6767  
6768          * src/: UseTheForce/Makefile, brains/SimInfo.hpp,
6769          integrators/NPT.cpp, integrators/NPTf.cpp, integrators/NPTi.cpp,
6770          integrators/NPTxyz.cpp, integrators/NVT.cpp, integrators/NVT.hpp,
6771          io/DumpWriter.cpp: NPT in progress
6772  
6773 < 2004-12-07 09:43  tim
6773 > 2004-12-07 06:43  tim
6774  
6775          * test/utils/: Makefile, NextCombinationTestCase.hpp: [no log
6776          message]
6777  
6778 < 2004-12-07 00:12  tim
6778 > 2004-12-06 21:12  tim
6779  
6780          * src/integrators/: Integrator.cpp, NPT.cpp, NPTi.cpp: fix a bug in
6781          UseInitXSstate
6782  
6783 < 2004-12-07 00:00  tim
6783 > 2004-12-06 21:00  tim
6784  
6785          * src/: io/DumpReader.cpp, utils/StringTokenizer.hpp: no message
6786  
6787 < 2004-12-06 23:47  tim
6787 > 2004-12-06 20:47  tim
6788  
6789          * src/types/DirectionalAtomType.cpp: [no log message]
6790  
6791 < 2004-12-06 21:18  tim
6791 > 2004-12-06 18:18  tim
6792  
6793          * forceFields/newDUFF.frc: merge WATER force field into DUFF
6794  
6795 < 2004-12-06 20:33  tim
6795 > 2004-12-06 17:33  tim
6796  
6797          * forceFields/newDUFF.frc: change the force constant of bonds
6798  
6799 < 2004-12-06 18:29  tim
6799 > 2004-12-06 15:29  tim
6800  
6801          * src/: UseTheForce/DarkSide/charge.F90,
6802          UseTheForce/DarkSide/charge_interface.h,
# Line 5361 | Line 6804
6804          UseTheForce/DarkSide/dipole_interface.h, primitives/Torsion.cpp:
6805          fix atom type ident in Charge and Dipole Module
6806  
6807 < 2004-12-06 17:56  tim
6807 > 2004-12-06 14:56  tim
6808  
6809          * src/primitives/Torsion.cpp: butane is working now
6810  
6811 < 2004-12-06 15:15  tim
6811 > 2004-12-06 12:15  tim
6812  
6813          * src/: brains/MoleculeCreator.cpp, primitives/Bend.cpp,
6814          primitives/Bond.hpp, primitives/Torsion.cpp: short range
6815          interaction for butane is correct.Still something wrong with long
6816          range one
6817  
6818 < 2004-12-05 23:49  tim
6818 > 2004-12-05 20:49  tim
6819  
6820          * src/: brains/Exclude.cpp, brains/Exclude.hpp,
6821          brains/SimCreator.cpp, brains/SimInfo.cpp, brains/SimInfo.hpp,
# Line 5380 | Line 6823
6823          primitives/Atom.hpp, utils/NumericConstant.hpp,
6824          utils/TypeContainer.hpp: fix a bug in Exclude List
6825  
6826 < 2004-12-05 17:21  tim
6826 > 2004-12-05 14:21  tim
6827  
6828          * forceFields/newDUFF.frc: minor fix in DUFF
6829  
6830 < 2004-12-05 17:02  tim
6830 > 2004-12-05 14:02  tim
6831  
6832          * src/: brains/SimInfo.cpp, brains/Thermo.cpp, math/Vector.hpp,
6833          utils/StringTokenizer.cpp, utils/Utility.cpp, utils/Utility.hpp:
6834          fix a bug in filling MolMembership
6835  
6836 < 2004-12-05 12:12  tim
6836 > 2004-12-05 09:12  tim
6837  
6838          * forceFields/newDUFF.frc: minor fix in force field file
6839  
6840 < 2004-12-05 12:09  tim
6840 > 2004-12-05 09:09  tim
6841  
6842          * src/: applications/oopse/oopse.cpp, integrators/Integrator.cpp,
6843          integrators/NPTxyz.cpp, integrators/NVT.cpp: add Integrator.cpp
6844  
6845 < 2004-12-04 15:09  tim
6845 > 2004-12-04 12:09  tim
6846  
6847          * src/: UseTheForce/DarkSide/LJ.F90, math/Polynomial.hpp,
6848          math/Vector3.hpp: NVE is working now, get the same result as
6849          OOPSE-1.0
6850  
6851 < 2004-12-04 14:29  tim
6851 > 2004-12-04 11:29  tim
6852  
6853          * src/primitives/: Bend.cpp, Torsion.cpp: rewind to old copy
6854  
6855 < 2004-12-04 14:24  gezelter
6855 > 2004-12-04 11:24  gezelter
6856  
6857          * src/primitives/: Bend.cpp, Torsion.cpp: What?
6858  
6859 < 2004-12-04 14:24  gezelter
6859 > 2004-12-04 11:24  gezelter
6860  
6861          * src/UseTheForce/DarkSide/LJ.F90: atid / c_ident confusion
6862  
6863 < 2004-12-04 00:24  tim
6863 > 2004-12-03 21:24  tim
6864  
6865          * src/: UseTheForce/ForceField.cpp, brains/Thermo.cpp,
6866          integrators/Integrator.hpp,
# Line 5428 | Line 6871
6871          dipole, sticky Step 3 Butane in NVE to test Bond Bend Torsion Step
6872          4 EAM Step 5 Shape Step 6 Constraint & Restraint
6873  
6874 < 2004-12-03 19:01  tim
6874 > 2004-12-03 16:01  tim
6875  
6876          * src/: UseTheForce/DarkSide/LJ.F90,
6877          applications/dump2Xyz/Dump2XYZ.cpp, brains/DataStorage.cpp,
# Line 5437 | Line 6880
6880          io/StatWriter.hpp, primitives/Atom.cpp: Dump2Xyz is also working,
6881          energy of NVE is not conserved
6882  
6883 < 2004-12-03 17:36  tim
6883 > 2004-12-03 14:36  tim
6884  
6885          * src/: brains/DataStorage.hpp, brains/Snapshot.hpp,
6886          primitives/Molecule.cpp, primitives/StuntDouble.hpp: NVE is running
6887  
6888 < 2004-12-03 16:30  tim
6888 > 2004-12-03 13:30  tim
6889  
6890          * src/: applications/oopse/oopse.cpp, brains/SimInfo.cpp,
6891          brains/SimInfo.hpp, brains/Thermo.hpp, integrators/Makefile,
# Line 5450 | Line 6893
6893          primitives/Molecule.hpp, primitives/StuntDouble.hpp,
6894          primitives/Torsion.hpp: more missing function get implemented
6895  
6896 < 2004-12-03 15:30  tim
6896 > 2004-12-03 12:30  tim
6897  
6898          * src/brains/: MoleculeCreator.cpp, SimCreator.cpp, SimCreator.hpp,
6899          SimInfo.cpp, SimInfo.hpp: Change interface of SimInfo
6900  
6901 < 2004-12-03 12:59  tim
6901 > 2004-12-03 09:59  tim
6902  
6903          * src/: applications/oopse/oopse.cpp, brains/SimCreator.cpp,
6904          brains/SimCreator.hpp, brains/SimInfo.cpp, brains/SimInfo.hpp,
# Line 5464 | Line 6907
6907          io/SectionParserManager.cpp, utils/LocalIndexManager.hpp,
6908          utils/TypeContainer.hpp: begin to fix bugs
6909  
6910 < 2004-12-02 19:26  tim
6910 > 2004-12-02 16:26  tim
6911  
6912          * src/utils/Trim.cpp: file Trim.cpp was initially added on branch
6913          new_design.
6914  
6915 < 2004-12-02 19:26  tim
6915 > 2004-12-02 16:26  tim
6916  
6917          * src/: UseTheForce/DUFF.cpp, UseTheForce/DUFF.hpp,
6918          UseTheForce/ForceFieldCreator.cpp,
# Line 5480 | Line 6923
6923          utils/StringTokenizer.cpp, utils/Trim.cpp, utils/Trim.hpp: Fixed a
6924          bug in countTokens in StringTokenizer
6925  
6926 < 2004-12-02 19:06  tim
6926 > 2004-12-02 16:06  tim
6927  
6928          * forceFields/newDUFF.frc: minor fix
6929  
6930 < 2004-12-02 18:15  tim
6930 > 2004-12-02 15:15  tim
6931  
6932          * forceFields/newDUFF.frc: new ForceField format
6933  
6934 < 2004-12-02 17:15  tim
6934 > 2004-12-02 14:15  tim
6935  
6936          * src/: UseTheForce/DUFF.cpp, UseTheForce/DUFF.hpp,
6937          UseTheForce/ForceFieldCreator.cpp,
# Line 5507 | Line 6950
6950          types/Makefile: refine factory pattern to make it initialized
6951          correctly
6952  
6953 < 2004-12-02 17:15  tim
6953 > 2004-12-02 14:15  tim
6954  
6955          * src/UseTheForce/ForceFieldCreator.hpp: file ForceFieldCreator.hpp
6956          was initially added on branch new_design.
6957  
6958 < 2004-12-02 17:15  tim
6958 > 2004-12-02 14:15  tim
6959  
6960          * src/UseTheForce/ForceFieldCreator.cpp: file ForceFieldCreator.cpp
6961          was initially added on branch new_design.
6962  
6963 < 2004-12-02 17:15  tim
6963 > 2004-12-02 14:15  tim
6964  
6965          * src/integrators/IntegratorCreator.cpp: file IntegratorCreator.cpp
6966          was initially added on branch new_design.
6967  
6968 < 2004-12-02 17:15  tim
6968 > 2004-12-02 14:15  tim
6969  
6970          * src/integrators/IntegratorCreator.hpp: file IntegratorCreator.hpp
6971          was initially added on branch new_design.
6972  
6973 < 2004-12-02 11:53  tim
6973 > 2004-12-02 08:53  tim
6974  
6975          * src/: applications/dump2Xyz/Dump2XYZ.cpp, brains/Stats.cpp,
6976          types/DirectionalAtomType.cpp, types/Makefile: oopse get built
6977  
6978 < 2004-12-02 11:04  tim
6978 > 2004-12-02 08:04  tim
6979  
6980          * src/: applications/simpleBuilder/LatticeCreator.cpp,
6981          applications/simpleBuilder/LatticeCreator.hpp,
# Line 5556 | Line 6999
6999          visitors/RigidBodyVisitor.hpp, visitors/ZconsVisitor.cpp: still
7000          have two linking problem
7001  
7002 < 2004-12-02 00:17  tim
7002 > 2004-12-01 21:17  tim
7003  
7004          * src/: applications/dump2Xyz/Dump2XYZ.cpp,
7005          applications/simpleBuilder/Lattice.cpp,
# Line 5568 | Line 7011
7011          visitors/OtherVisitor.cpp, visitors/RigidBodyVisitor.cpp,
7012          visitors/ZconsVisitor.cpp: change endl to std::endl
7013  
7014 < 2004-12-02 00:14  tim
7014 > 2004-12-01 21:14  tim
7015  
7016          * src/: UseTheForce/Shapes_FF.cpp,
7017          applications/dump2Xyz/Dump2XYZ.cpp,
# Line 5584 | Line 7027
7027          visitors/CompositeVisitor.hpp, visitors/RigidBodyVisitor.cpp,
7028          visitors/RigidBodyVisitor.hpp: minor fix
7029  
7030 < 2004-12-02 00:09  tim
7030 > 2004-12-01 21:09  tim
7031  
7032          * src/utils/: Makefile, StreamTokenizer.cpp, StreamTokenizer.hpp:
7033          remove StreamTokenizer
7034  
7035 < 2004-12-02 00:06  tim
7035 > 2004-12-01 21:06  tim
7036  
7037          * src/: UseTheForce/Shapes_FF.cpp,
7038          applications/dump2Xyz/Dump2XYZ.cpp, applications/oopse/oopse.cpp,
# Line 5598 | Line 7041
7041          restraints/Restraints.cpp, utils/StreamTokenizer.cpp: remove using
7042          namespace std in .cpp file
7043  
7044 < 2004-12-02 00:04  tim
7044 > 2004-12-01 21:04  tim
7045  
7046          * src/: UseTheForce/Shapes_FF.cpp,
7047          applications/dump2Xyz/Dump2XYZ.cpp,
# Line 5622 | Line 7065
7065          visitors/RigidBodyVisitor.hpp, visitors/ZconsVisitor.cpp: adding
7066          qulified name prefix std
7067  
7068 < 2004-12-01 23:55  tim
7068 > 2004-12-01 20:55  tim
7069  
7070          * src/: UseTheForce/Shapes_FF.cpp,
7071          applications/dump2Xyz/Dump2XYZ.cpp,
# Line 5638 | Line 7081
7081          visitors/CompositeVisitor.hpp, visitors/RigidBodyVisitor.cpp,
7082          visitors/RigidBodyVisitor.hpp: replace string by std::string
7083  
7084 < 2004-12-01 22:12  tim
7084 > 2004-12-01 19:12  tim
7085  
7086          * make/Makefile.in, src/UseTheForce/ForceFieldFactory.hpp,
7087          src/applications/simpleBuilder/BaseLattice.hpp,
# Line 5659 | Line 7102
7102          test/brains/RigidBody.cpp: replace misuse of using namespace std in
7103          header files
7104  
7105 < 2004-12-01 21:23  tim
7105 > 2004-12-01 18:23  tim
7106  
7107          * src/: primitives/Atom.hpp, primitives/RigidBody.hpp,
7108          primitives/StuntDouble.hpp, utils/TypeContainer.hpp,
7109          utils/Utility.cpp, utils/Utility.hpp, utils/next_combination.hpp:
7110          begin to fix linking problem
7111  
7112 < 2004-12-01 21:08  tim
7112 > 2004-12-01 18:08  tim
7113  
7114          * src/: applications/oopse/oopse.cpp, brains/Stats.cpp,
7115          brains/Thermo.cpp, brains/Thermo.hpp, integrators/Makefile,
# Line 5678 | Line 7121
7121          utils/OOPSEConstant.hpp, utils/StringUtils.cpp: oopse get compiled,
7122          still has some linking problem
7123  
7124 < 2004-12-01 19:26  tim
7124 > 2004-12-01 16:26  tim
7125  
7126          * src/: integrators/NVT.cpp, integrators/NVT.hpp,
7127          utils/OOPSEConstant.hpp: NVT get built
7128  
7129 < 2004-12-01 19:09  tim
7129 > 2004-12-01 16:09  tim
7130  
7131          * src/integrators/DLM.cpp: file DLM.cpp was initially added on
7132          branch new_design.
7133  
7134 < 2004-12-01 19:09  tim
7134 > 2004-12-01 16:09  tim
7135  
7136          * src/integrators/DLM.hpp: file DLM.hpp was initially added on
7137          branch new_design.
7138  
7139 < 2004-12-01 19:09  tim
7139 > 2004-12-01 16:09  tim
7140  
7141          * src/: brains/SimSnapshotManager.cpp, brains/Snapshot.hpp,
7142          brains/Stats.cpp, brains/Stats.hpp, brains/Thermo.cpp,
# Line 5705 | Line 7148
7148          integrators/VelocityVerletIntegrator.hpp, io/DumpWriter.hpp: NVE
7149          get built
7150  
7151 < 2004-12-01 19:09  tim
7151 > 2004-12-01 16:09  tim
7152  
7153          * src/integrators/RotationAlgorithm.hpp: file RotationAlgorithm.hpp
7154          was initially added on branch new_design.
7155  
7156 < 2004-12-01 17:45  tim
7156 > 2004-12-01 14:45  tim
7157  
7158          * src/: UseTheForce/DarkSide/atype.F90, integrators/Integrator.hpp,
7159          integrators/IntegratorFactory.cpp,
# Line 5721 | Line 7164
7164          io/DumpWriter.cpp, io/DumpWriter.hpp, io/StatWriter.cpp,
7165          io/StatWriter.hpp: rename DumpWrite to DumpWriter
7166  
7167 < 2004-12-01 17:45  tim
7167 > 2004-12-01 14:45  tim
7168  
7169          * src/io/DumpWriter.hpp: file DumpWriter.hpp was initially added on
7170          branch new_design.
7171  
7172 < 2004-12-01 15:05  tim
7172 > 2004-12-01 12:05  tim
7173  
7174          * src/: io/Makefile, io/ZConsReader.cpp, io/ZConsReader.hpp,
7175          io/ZConsWriter.hpp, math/Vector3.hpp, utils/Makefile,
# Line 5735 | Line 7178
7178          visitors/OtherVisitor.hpp, visitors/ZconsVisitor.cpp,
7179          visitors/ZconsVisitor.hpp: visitors get built
7180  
7181 < 2004-12-01 14:32  chrisfen
7181 > 2004-12-01 11:32  chrisfen
7182  
7183          * samples/water/tip3p_ice/tp3.md: fixed a sample
7184  
7185 < 2004-12-01 14:10  tim
7185 > 2004-12-01 11:10  tim
7186  
7187          * src/math/RectMatrix.hpp, src/primitives/DirectionalAtom.cpp,
7188          src/primitives/DirectionalAtom.hpp, src/primitives/GhostBend.cpp,
# Line 5748 | Line 7191
7191          src/visitors/AtomVisitor.hpp, test/math/RectMatrixTestCase.cpp:
7192          spell check
7193  
7194 < 2004-12-01 13:42  tim
7194 > 2004-12-01 10:42  tim
7195  
7196          * src/: UseTheForce/DarkSide/atype.F90,
7197          io/ElectrostaticAtomTypesSectionParser.cpp,
# Line 5757 | Line 7200
7200          primitives/StuntDouble.hpp, types/AtomType.cpp: except integrator
7201          and constraint, other directories get built
7202  
7203 < 2004-12-01 12:38  tim
7203 > 2004-12-01 09:38  tim
7204  
7205          * src/: brains/DataStorage.cpp, brains/DataStorage.hpp,
7206          brains/ForceManager.cpp, brains/MoleculeCreator.cpp,
# Line 5770 | Line 7213
7213          types/DirectionalAtomType.cpp, types/DirectionalAtomType.hpp:
7214          refactory AtomType
7215  
7216 < 2004-11-30 22:11  tim
7216 > 2004-11-30 19:11  tim
7217  
7218          * src/: math/Vector.hpp, primitives/RigidBody.cpp: minor change
7219  
7220 < 2004-11-30 21:30  tim
7220 > 2004-11-30 18:30  tim
7221  
7222          * src/utils/: NumericConstant.cpp, NumericConstant.hpp: Change
7223          NumericConstant
7224  
7225 < 2004-11-30 21:24  tim
7225 > 2004-11-30 18:24  tim
7226  
7227          * src/: UseTheForce/ForceField.cpp, io/SectionParser.cpp,
7228          primitives/RigidBody.cpp: minor fix
7229  
7230 < 2004-11-30 18:14  tim
7230 > 2004-11-30 15:14  tim
7231  
7232          * src/: brains/Stats.hpp, io/DumpReader.cpp, io/DumpReader.hpp,
7233          io/DumpWrite.hpp, io/DumpWriter.cpp, io/Makefile,
7234          io/StatWriter.cpp, io/StatWriter.hpp, utils/StringTokenizer.hpp: io
7235          get built, next is integrator
7236  
7237 < 2004-11-30 17:43  tim
7237 > 2004-11-30 14:43  tim
7238  
7239          * src/: UseTheForce/DUFF.cpp, UseTheForce/DUFF.hpp,
7240          UseTheForce/ForceField.hpp, brains/SimCreator.cpp,
# Line 5799 | Line 7242
7242          io/BASS_interface.cpp, primitives/StuntDouble.hpp,
7243          utils/StringUtils.hpp: brains get built
7244  
7245 < 2004-11-30 15:50  tim
7245 > 2004-11-30 12:50  tim
7246  
7247          * src/: brains/ForceManager.cpp, brains/Makefile,
7248          brains/MoleculeCreator.cpp, brains/MoleculeCreator.hpp,
7249          primitives/RigidBody.cpp, primitives/RigidBody.hpp,
7250          utils/StringUtils.hpp: brains get built, io is next
7251  
7252 < 2004-11-30 14:58  tim
7252 > 2004-11-30 11:58  tim
7253  
7254          * src/: brains/Exclude.cpp, brains/Exclude.hpp,
7255          brains/ForceManager.cpp, brains/ForceManager.hpp,
# Line 5817 | Line 7260
7260          brains/Thermo.cpp, brains/Thermo.hpp, io/Makefile,
7261          math/SquareMatrix3.hpp, utils/OOPSEConstant.hpp: fix Thermo
7262  
7263 < 2004-11-30 14:58  tim
7263 > 2004-11-30 11:58  tim
7264  
7265          * src/utils/OOPSEConstant.hpp: file OOPSEConstant.hpp was initially
7266          added on branch new_design.
7267  
7268 < 2004-11-30 12:54  tim
7268 > 2004-11-30 09:54  tim
7269  
7270          * src/: primitives/Bend.hpp, primitives/Bond.hpp,
7271          primitives/StuntDouble.hpp, primitives/Torsion.hpp,
7272          utils/LocalIndexManager.hpp: more get fixed
7273  
7274 < 2004-11-30 00:03  tim
7274 > 2004-11-29 21:03  tim
7275  
7276          * src/utils/LocalIndexManager.hpp: file LocalIndexManager.hpp was
7277          initially added on branch new_design.
7278  
7279 < 2004-11-30 00:03  tim
7279 > 2004-11-29 21:03  tim
7280  
7281          * src/utils/: LocalIndexManager.hpp, LocalndexManager.hpp: rename
7282          LocalndexManager.hpp to LocalIndexManager.hpp
7283  
7284 < 2004-11-29 23:43  tim
7284 > 2004-11-29 20:43  tim
7285  
7286          * src/: io/BendTypesSectionParser.cpp,
7287          io/BendTypesSectionParser.hpp, io/BondTypesSectionParser.cpp,
# Line 5847 | Line 7290
7290          types/PolynomialBendType.hpp, types/PolynomialBondType.hpp,
7291          types/PolynomialTorsionType.hpp: Section Parsers get compiled
7292  
7293 < 2004-11-29 23:14  tim
7293 > 2004-11-29 20:14  tim
7294  
7295          * src/: io/BendTypesSectionParser.cpp,
7296          io/BendTypesSectionParser.hpp, io/BondTypesSectionParser.cpp,
# Line 5855 | Line 7298
7298          types/PolynomialBendType.hpp, types/PolynomialBondType.hpp: minor
7299          fixed
7300  
7301 < 2004-11-29 22:49  tim
7301 > 2004-11-29 19:49  tim
7302  
7303          * src/: io/TorsionTypesSectionParser.cpp,
7304          io/TorsionTypesSectionParser.hpp, types/CharmmTorsionType.hpp,
# Line 5863 | Line 7306
7306          types/PolynomialBondType.hpp, types/PolynomialTorsionType.hpp,
7307          types/QuarticTorsionType.hpp: minor fixed
7308  
7309 < 2004-11-29 22:32  tim
7309 > 2004-11-29 19:32  tim
7310  
7311          * src/: io/TorsionTypesSectionParser.cpp,
7312          types/PolynomialBendType.hpp, types/PolynomialBondType.hpp,
7313          types/PolynomialTorsionType.hpp: #inlcude statement can not be
7314          embedded
7315  
7316 < 2004-11-29 16:42  tim
7316 > 2004-11-29 13:42  tim
7317  
7318          * test/math/: Makefile, PolynomialTestCase.cpp,
7319          PolynomialTestCase.hpp: add PolynomialTestCase
7320  
7321 < 2004-11-29 16:42  tim
7321 > 2004-11-29 13:42  tim
7322  
7323          * src/math/Polynomial.hpp: Polynomial passes unit test
7324  
7325 < 2004-11-29 15:03  tim
7325 > 2004-11-29 12:03  tim
7326  
7327          * src/types/: QuarticTorsion.hpp, QuarticTorsionType.hpp: rename
7328          QuarticTorsion.hpp to QuarticTorsionType.hpp
7329  
7330 < 2004-11-29 15:03  tim
7330 > 2004-11-29 12:03  tim
7331  
7332          * src/types/QuarticTorsionType.hpp: file QuarticTorsionType.hpp was
7333          initially added on branch new_design.
7334  
7335 < 2004-11-29 14:56  tim
7335 > 2004-11-29 11:56  tim
7336  
7337          * src/types/CubicTorsionType.hpp: file CubicTorsionType.hpp was
7338          initially added on branch new_design.
7339  
7340 < 2004-11-29 14:56  tim
7340 > 2004-11-29 11:56  tim
7341  
7342          * src/types/: CubicTorsionType.hpp, QuarticTorsion.hpp: add
7343          CubicTorsionType and QuarticTorsionType
7344  
7345 < 2004-11-29 14:56  tim
7345 > 2004-11-29 11:56  tim
7346  
7347          * src/types/QuarticTorsion.hpp: file QuarticTorsion.hpp was
7348          initially added on branch new_design.
7349  
7350 < 2004-11-29 13:00  tim
7350 > 2004-11-29 10:00  tim
7351  
7352          * src/: brains/DataStorage.hpp, brains/Snapshot.hpp,
7353          types/CubicBendType.hpp, types/CubicBondType.hpp,
7354          types/QuarticBendType.hpp, types/QuarticBondType.hpp: more file get
7355          fixed
7356  
7357 < 2004-11-29 12:59  tim
7357 > 2004-11-29 09:59  tim
7358  
7359          * src/utils/Trim.hpp: file Trim.hpp was initially added on branch
7360          new_design.
7361  
7362 < 2004-11-29 12:59  tim
7362 > 2004-11-29 09:59  tim
7363  
7364          * src/utils/: StringUtils.cpp, StringUtils.hpp, Trim.hpp: add Trim
7365          Algorithm for std::string
7366  
7367 < 2004-11-29 10:52  tim
7367 > 2004-11-29 07:52  tim
7368  
7369          * src/UseTheForce/: EAM.cpp, EAM.hpp, LJFF.cpp, LJFF.hpp: remove
7370          some useless files
7371  
7372 < 2004-11-29 10:50  tim
7372 > 2004-11-29 07:50  tim
7373  
7374          * src/io/: BondTypesSectionParser.cpp,
7375          ChargeAtomTypesSectionParser.cpp, DipoleAtomTypesSectionParser.cpp,
# Line 5937 | Line 7380
7380          SectionParserManager.cpp, StickyAtomTypesSectionParser.cpp,
7381          StickyAtomTypesSectionParser.hpp: more files get fixed
7382  
7383 < 2004-11-29 10:27  tim
7383 > 2004-11-29 07:27  tim
7384  
7385          * src/io/: AtomTypesSectionParser.cpp, BendTypesSectionParser.cpp,
7386          DirectionalAtomTypesSectionParser.cpp,
# Line 5946 | Line 7389
7389          SectionParserManager.cpp, SectionParserManager.hpp: part of io get
7390          built
7391  
7392 < 2004-11-29 09:49  tim
7392 > 2004-11-29 06:49  tim
7393  
7394          * src/types/UreyBradleyBendType.hpp: types get built
7395  
7396 < 2004-11-29 09:40  tim
7396 > 2004-11-29 06:40  tim
7397  
7398          * src/types/: AtomType.cpp, AtomType.hpp, DirectionalAtomType.cpp:
7399          types  get built
7400  
7401 < 2004-11-25 21:13  tim
7401 > 2004-11-25 18:13  tim
7402  
7403          * src/: UseTheForce/ForceField.hpp,
7404          io/DirectionalAtomTypesSectionParser.cpp, math/Polynomial.hpp,
7405          types/CubicBendType.hpp, types/PolynomialBendType.hpp: rename some
7406          files
7407  
7408 < 2004-11-25 15:18  tim
7408 > 2004-11-25 12:18  tim
7409  
7410          * src/types/QuarticBondType.hpp: file QuarticBondType.hpp was
7411          initially added on branch new_design.
7412  
7413 < 2004-11-25 15:18  tim
7413 > 2004-11-25 12:18  tim
7414  
7415          * src/: io/AtomTypesSectionParser.cpp,
7416          io/BondTypesSectionParser.cpp,
# Line 5976 | Line 7419
7419          types/QuarticBendType.hpp, types/QuarticBondType.hpp: rename some
7420          files
7421  
7422 < 2004-11-25 15:18  tim
7422 > 2004-11-25 12:18  tim
7423  
7424          * src/types/QuarticBendType.hpp: file QuarticBendType.hpp was
7425          initially added on branch new_design.
7426  
7427 < 2004-11-24 17:12  tim
7427 > 2004-11-24 14:12  tim
7428  
7429          * src/: io/AtomTypesSectionParser.cpp,
7430          io/AtomTypesSectionParser.hpp, io/BendTypesSectionParser.cpp,
# Line 6004 | Line 7447
7447          io/TorsionTypesSectionParser.cpp, io/TorsionTypesSectionParser.hpp,
7448          utils/LocalndexManager.hpp, utils/TypeContainer.hpp: more get built
7449  
7450 < 2004-11-24 16:33  tim
7450 > 2004-11-24 13:33  tim
7451  
7452          * src/UseTheForce/: DUFF.cpp, DUFF.hpp, EAM.cpp, ForceField.cpp,
7453          ForceField.hpp, ForceFieldFactory.cpp, ForceFieldFactory.hpp,
7454          LJFF.cpp, Makefile: UseTheForce get built
7455  
7456 < 2004-11-24 15:55  tim
7456 > 2004-11-24 12:55  tim
7457  
7458          * src/: math/RectMatrix.hpp, primitives/Bend.cpp,
7459          primitives/Bend.hpp, primitives/Bond.hpp, primitives/GhostBend.cpp,
# Line 6020 | Line 7463
7463          primitives/Torsion.hpp, primitives/UreyBradleyBend.cpp,
7464          primitives/UreyBradleyBend.hpp: types and primitives get built
7465  
7466 < 2004-11-24 14:49  tim
7466 > 2004-11-24 11:49  tim
7467  
7468          * test/utils/: Makefile, NextCombinationTestCase.cpp,
7469          StringTokenizerTestCase.cpp, StringTokenizerTestCase.hpp: Addint
7470          StringTokenizerTestCase
7471  
7472 < 2004-11-24 14:49  tim
7472 > 2004-11-24 11:49  tim
7473  
7474          * src/utils/: GenericData.hpp, StringTokenizer.cpp,
7475          StringTokenizer.hpp: StringTokenizer passes unit test
7476  
7477 < 2004-11-24 13:20  tim
7477 > 2004-11-24 10:20  tim
7478  
7479          * ChangeLog, make/Makefile.in, src/UseTheForce/Makefile,
7480          src/io/Makefile, src/primitives/Makefile, src/utils/Makefile:
7481          change Makefile
7482  
7483 < 2004-11-24 13:06  chrisfen
7483 > 2004-11-24 10:06  chrisfen
7484  
7485          * src/io/RestraintReader.cpp: improved restraints - mpi should work
7486          fine
7487  
7488 < 2004-11-24 13:06  chrisfen
7488 > 2004-11-24 10:06  chrisfen
7489  
7490          * src/integrators/Integrator.cpp: improved restraints
7491  
7492 < 2004-11-24 13:05  chrisfen
7492 > 2004-11-24 10:05  chrisfen
7493  
7494          * samples/water/tip3p_ice/tp3.md: oops...
7495  
7496 < 2004-11-24 12:42  tim
7496 > 2004-11-24 09:42  tim
7497  
7498          * src/: applications/oopse/oopse.cpp, brains/DataStorage.cpp,
7499          brains/DataStorage.hpp, brains/SimCreator.cpp,
# Line 6059 | Line 7502
7502          primitives/DirectionalAtom.cpp: add SetForceManager method to
7503          integrator
7504  
7505 < 2004-11-23 18:12  tim
7505 > 2004-11-23 15:12  tim
7506  
7507          * src/: brains/MoleculeCreator.cpp, integrators/Integrator.hpp,
7508          integrators/NPT.cpp, integrators/NPT.hpp, integrators/NPTf.cpp,
# Line 6071 | Line 7514
7514          integrators/VelocityVerletIntegrator.hpp,
7515          types/UreyBradleyBendType.hpp: refactory NPT integrator
7516  
7517 < 2004-11-23 17:50  chrisfen
7517 > 2004-11-23 14:50  chrisfen
7518  
7519          * samples/water/tip3p_ice/tp3.md: Back to normal... Oh...
7520          Restraints should work in parallel now
7521  
7522 < 2004-11-23 17:48  chrisfen
7522 > 2004-11-23 14:48  chrisfen
7523  
7524          * src/: UseTheForce/ForceFields.cpp, UseTheForce/ForceFields.hpp,
7525          brains/ForceFields.cpp, brains/SimInfo.hpp, brains/SimSetup.cpp,
# Line 6086 | Line 7529
7529          restraints/Restraints.cpp, restraints/Restraints.hpp: Improvements
7530          to restraints
7531  
7532 < 2004-11-23 17:47  chrisfen
7532 > 2004-11-23 14:47  chrisfen
7533  
7534          * samples/water/tip3p_ice/tp3.md: just some testing changes, I'll
7535          return to the original on next commit
7536  
7537 < 2004-11-23 12:53  tim
7537 > 2004-11-23 09:53  tim
7538  
7539          * src/: UseTheForce/DUFF.cpp, UseTheForce/DUFF.hpp,
7540          UseTheForce/ForceField.cpp, UseTheForce/ForceField.hpp,
# Line 6104 | Line 7547
7547          io/SectionParser.hpp, types/DirectionalAtomType.cpp,
7548          utils/TypeContainer.hpp: add Electrostatic AtomType Section Parser
7549  
7550 < 2004-11-23 12:53  tim
7550 > 2004-11-23 09:53  tim
7551  
7552          * src/io/ElectrostaticAtomTypesSectionParser.hpp: file
7553          ElectrostaticAtomTypesSectionParser.hpp was initially added on
7554          branch new_design.
7555  
7556 < 2004-11-23 12:53  tim
7556 > 2004-11-23 09:53  tim
7557  
7558          * src/io/ElectrostaticAtomTypesSectionParser.cpp: file
7559          ElectrostaticAtomTypesSectionParser.cpp was initially added on
7560          branch new_design.
7561  
7562 < 2004-11-23 01:03  tim
7562 > 2004-11-22 22:03  tim
7563  
7564          * src/: io/EAMAtomTypesSectionParser.cpp,
7565          io/EAMAtomTypesSectionParser.hpp, types/AtomType.cpp,
7566          types/AtomType.hpp, types/DirectionalAtomType.cpp,
7567          types/DirectionalAtomType.hpp: add EAM AtomType Section Parser
7568  
7569 < 2004-11-23 01:03  tim
7569 > 2004-11-22 22:03  tim
7570  
7571          * src/types/DirectionalAtomType.cpp: file DirectionalAtomType.cpp
7572          was initially added on branch new_design.
7573  
7574 < 2004-11-23 01:03  tim
7574 > 2004-11-22 22:03  tim
7575  
7576          * src/io/EAMAtomTypesSectionParser.hpp: file
7577          EAMAtomTypesSectionParser.hpp was initially added on branch
7578          new_design.
7579  
7580 < 2004-11-23 01:03  tim
7580 > 2004-11-22 22:03  tim
7581  
7582          * src/io/EAMAtomTypesSectionParser.cpp: file
7583          EAMAtomTypesSectionParser.cpp was initially added on branch
7584          new_design.
7585  
7586 < 2004-11-22 23:35  tim
7586 > 2004-11-22 20:35  tim
7587  
7588          * src/io/TorsionTypesSectionParser.hpp: file
7589          TorsionTypesSectionParser.hpp was initially added on branch
7590          new_design.
7591  
7592 < 2004-11-22 23:35  tim
7592 > 2004-11-22 20:35  tim
7593  
7594          * src/io/BendTypesSectionParser.hpp: file
7595          BendTypesSectionParser.hpp was initially added on branch
7596          new_design.
7597  
7598 < 2004-11-22 23:35  tim
7598 > 2004-11-22 20:35  tim
7599  
7600          * src/io/BondTypesSectionParser.hpp: file
7601          BondTypesSectionParser.hpp was initially added on branch
7602          new_design.
7603  
7604 < 2004-11-22 23:35  tim
7604 > 2004-11-22 20:35  tim
7605  
7606          * src/io/BondTypesSectionParser.cpp: file
7607          BondTypesSectionParser.cpp was initially added on branch
7608          new_design.
7609  
7610 < 2004-11-22 23:35  tim
7610 > 2004-11-22 20:35  tim
7611  
7612          * src/io/TorsionTypesSectionParser.cpp: file
7613          TorsionTypesSectionParser.cpp was initially added on branch
7614          new_design.
7615  
7616 < 2004-11-22 23:35  tim
7616 > 2004-11-22 20:35  tim
7617  
7618          * src/io/: BendTypesSectionParser.cpp, BendTypesSectionParser.hpp,
7619          BondTypesSectionParser.cpp, BondTypesSectionParser.hpp,
# Line 6178 | Line 7621
7621          BondTypesSectionParser, BendTypesSectionParser and
7622          TorsionTypeSectionParser
7623  
7624 < 2004-11-22 23:35  tim
7624 > 2004-11-22 20:35  tim
7625  
7626          * src/io/BendTypesSectionParser.cpp: file
7627          BendTypesSectionParser.cpp was initially added on branch
7628          new_design.
7629  
7630 < 2004-11-22 18:04  tim
7630 > 2004-11-22 15:04  tim
7631  
7632          * src/UseTheForce/: DUFF.cpp, EAM.cpp, EAM.hpp: minor change in
7633          DUFF and EAM
7634  
7635 < 2004-11-22 18:02  tim
7635 > 2004-11-22 15:02  tim
7636  
7637          * src/io/: DirectionalAtomTypesParser.hpp,
7638          DirectionalAtomTypesSectionParser.hpp: adding section parsers
7639  
7640 < 2004-11-22 18:02  tim
7640 > 2004-11-22 15:02  tim
7641  
7642          * src/io/DirectionalAtomTypesSectionParser.hpp: file
7643          DirectionalAtomTypesSectionParser.hpp was initially added on branch
7644          new_design.
7645  
7646 < 2004-11-22 15:55  tim
7646 > 2004-11-22 12:55  tim
7647  
7648          * src/io/DipoleAtomTypesSectionParser.hpp: file
7649          DipoleAtomTypesSectionParser.hpp was initially added on branch
7650          new_design.
7651  
7652 < 2004-11-22 15:55  tim
7652 > 2004-11-22 12:55  tim
7653  
7654          * src/io/AtomTypesSectionParser.hpp: file
7655          AtomTypesSectionParser.hpp was initially added on branch
7656          new_design.
7657  
7658 < 2004-11-22 15:55  tim
7658 > 2004-11-22 12:55  tim
7659  
7660          * src/io/HarmonicBondTypesSectionParser.hpp: file
7661          HarmonicBondTypesSectionParser.hpp was initially added on branch
7662          new_design.
7663  
7664 < 2004-11-22 15:55  tim
7664 > 2004-11-22 12:55  tim
7665  
7666          * src/io/StickyAtomTypesSectionParser.cpp: file
7667          StickyAtomTypesSectionParser.cpp was initially added on branch
7668          new_design.
7669  
7670 < 2004-11-22 15:55  tim
7670 > 2004-11-22 12:55  tim
7671  
7672          * src/io/LennardJonesAtomTypesSectionParser.hpp: file
7673          LennardJonesAtomTypesSectionParser.hpp was initially added on
7674          branch new_design.
7675  
7676 < 2004-11-22 15:55  tim
7676 > 2004-11-22 12:55  tim
7677  
7678          * src/io/HarmonicBondTypesSectionParser.cpp: file
7679          HarmonicBondTypesSectionParser.cpp was initially added on branch
7680          new_design.
7681  
7682 < 2004-11-22 15:55  tim
7682 > 2004-11-22 12:55  tim
7683  
7684          * src/io/DirectionalAtomTypesSectionParser.cpp: file
7685          DirectionalAtomTypesSectionParser.cpp was initially added on branch
7686          new_design.
7687  
7688 < 2004-11-22 15:55  tim
7688 > 2004-11-22 12:55  tim
7689  
7690          * src/io/SectionParserManager.cpp: file SectionParserManager.cpp
7691          was initially added on branch new_design.
7692  
7693 < 2004-11-22 15:55  tim
7693 > 2004-11-22 12:55  tim
7694  
7695          * src/io/AtomTypesSectionParser.cpp: file
7696          AtomTypesSectionParser.cpp was initially added on branch
7697          new_design.
7698  
7699 < 2004-11-22 15:55  tim
7699 > 2004-11-22 12:55  tim
7700  
7701          * src/io/ChargeAtomTypesSectionParser.cpp: file
7702          ChargeAtomTypesSectionParser.cpp was initially added on branch
7703          new_design.
7704  
7705 < 2004-11-22 15:55  tim
7705 > 2004-11-22 12:55  tim
7706  
7707          * src/io/DipoleAtomTypesSectionParser.cpp: file
7708          DipoleAtomTypesSectionParser.cpp was initially added on branch
7709          new_design.
7710  
7711 < 2004-11-22 15:55  tim
7711 > 2004-11-22 12:55  tim
7712  
7713          * src/io/LennardJonesAtomTypesSectionParser.cpp: file
7714          LennardJonesAtomTypesSectionParser.cpp was initially added on
7715          branch new_design.
7716  
7717 < 2004-11-22 15:55  tim
7717 > 2004-11-22 12:55  tim
7718  
7719          * src/io/ChargeAtomTypesSectionParser.hpp: file
7720          ChargeAtomTypesSectionParser.hpp was initially added on branch
7721          new_design.
7722  
7723 < 2004-11-22 15:55  tim
7723 > 2004-11-22 12:55  tim
7724  
7725          * src/io/StickyAtomTypesSectionParser.hpp: file
7726          StickyAtomTypesSectionParser.hpp was initially added on branch
7727          new_design.
7728  
7729 < 2004-11-22 15:55  tim
7729 > 2004-11-22 12:55  tim
7730  
7731          * src/io/SectionParser.hpp: file SectionParser.hpp was initially
7732          added on branch new_design.
7733  
7734 < 2004-11-22 15:55  tim
7734 > 2004-11-22 12:55  tim
7735  
7736          * src/: UseTheForce/DUFF.cpp, UseTheForce/ForceField.hpp,
7737          brains/SimSnapshotManager.cpp, brains/SnapShot.cpp,
# Line 6310 | Line 7753
7753          types/AtomType.hpp, types/DirectionalAtomType.hpp,
7754          utils/GenericData.hpp: adding section parsers
7755  
7756 < 2004-11-22 15:55  tim
7756 > 2004-11-22 12:55  tim
7757  
7758          * src/io/DirectionalAtomTypesParser.hpp: file
7759          DirectionalAtomTypesParser.hpp was initially added on branch
7760          new_design.
7761  
7762 < 2004-11-22 15:55  tim
7762 > 2004-11-22 12:55  tim
7763  
7764          * src/io/SectionParserManager.hpp: file SectionParserManager.hpp
7765          was initially added on branch new_design.
7766  
7767 < 2004-11-22 15:55  tim
7767 > 2004-11-22 12:55  tim
7768  
7769          * src/io/SectionParser.cpp: file SectionParser.cpp was initially
7770          added on branch new_design.
7771  
7772 < 2004-11-19 17:12  tim
7772 > 2004-11-19 14:12  tim
7773  
7774          * src/types/FixedBondType.hpp: file FixedBondType.hpp was initially
7775          added on branch new_design.
7776  
7777 < 2004-11-19 17:12  tim
7777 > 2004-11-19 14:12  tim
7778  
7779          * src/: brains/SimState.cpp, brains/SimState.hpp,
7780          io/InitializeFromFile.cpp, types/FixBondType.hpp,
7781          types/FixedBondType.hpp: remove more useless files
7782  
7783 < 2004-11-19 16:47  tim
7783 > 2004-11-19 13:47  tim
7784  
7785          * src/: UseTheForce/EAM_FF.cpp, UseTheForce/WATER.cpp,
7786          integrators/Integrator.cpp, applications/Makedepend: remove more
7787          useless files
7788  
7789 < 2004-11-19 16:38  tim
7789 > 2004-11-19 13:38  tim
7790  
7791          * src/: UseTheForce/DUFF.cpp, UseTheForce/DUFF.hpp,
7792          UseTheForce/EAM.cpp, integrators/NPT.hpp, integrators/NPTf.hpp,
7793          integrators/NPTi.hpp, integrators/NPTxyz.hpp, integrators/NVT.cpp,
7794          integrators/NVT.hpp: refactory integrator
7795  
7796 < 2004-11-19 16:38  tim
7796 > 2004-11-19 13:38  tim
7797  
7798          * src/integrators/NPTi.hpp: file NPTi.hpp was initially added on
7799          branch new_design.
7800  
7801 < 2004-11-19 16:38  tim
7801 > 2004-11-19 13:38  tim
7802  
7803          * src/integrators/NPTf.hpp: file NPTf.hpp was initially added on
7804          branch new_design.
7805  
7806 < 2004-11-19 16:38  tim
7806 > 2004-11-19 13:38  tim
7807  
7808          * src/integrators/NPT.hpp: file NPT.hpp was initially added on
7809          branch new_design.
7810  
7811 < 2004-11-19 16:38  tim
7811 > 2004-11-19 13:38  tim
7812  
7813          * src/integrators/NPTxyz.hpp: file NPTxyz.hpp was initially added
7814          on branch new_design.
7815  
7816 < 2004-11-19 16:38  tim
7816 > 2004-11-19 13:38  tim
7817  
7818          * src/integrators/NVT.hpp: file NVT.hpp was initially added on
7819          branch new_design.
7820  
7821 < 2004-11-19 15:37  tim
7821 > 2004-11-19 12:37  tim
7822  
7823          * forceFields/newDUFF.frc: new DUFF forcefield
7824  
7825 < 2004-11-19 15:23  tim
7825 > 2004-11-19 12:23  tim
7826  
7827          * src/UseTheForce/EAM.hpp: file EAM.hpp was initially added on
7828          branch new_design.
7829  
7830 < 2004-11-19 15:23  tim
7830 > 2004-11-19 12:23  tim
7831  
7832          * src/: UseTheForce/DUFF.cpp, UseTheForce/EAM.cpp,
7833          UseTheForce/EAM.hpp, UseTheForce/ForceField.hpp,
7834          utils/TypeContainer.hpp: add EAM
7835  
7836 < 2004-11-19 15:23  tim
7836 > 2004-11-19 12:23  tim
7837  
7838          * src/UseTheForce/EAM.cpp: file EAM.cpp was initially added on
7839          branch new_design.
7840  
7841 < 2004-11-19 13:02  tim
7841 > 2004-11-19 10:02  tim
7842  
7843          * src/UseTheForce/: DUFF.cpp, DUFF.hpp: DUFF is almost done except
7844          error checking
7845  
7846 < 2004-11-19 12:56  tim
7846 > 2004-11-19 09:56  tim
7847  
7848          * src/integrators/IntegratorFactory.hpp: file IntegratorFactory.hpp
7849          was initially added on branch new_design.
7850  
7851 < 2004-11-19 12:56  tim
7851 > 2004-11-19 09:56  tim
7852  
7853          * src/integrators/IntegratorFactory.cpp: file IntegratorFactory.cpp
7854          was initially added on branch new_design.
7855  
7856 < 2004-11-19 12:56  tim
7856 > 2004-11-19 09:56  tim
7857  
7858          * src/types/FixBondType.hpp: file FixBondType.hpp was initially
7859          added on branch new_design.
7860  
7861 < 2004-11-19 12:56  tim
7861 > 2004-11-19 09:56  tim
7862  
7863          * src/: integrators/NVE.cpp, UseTheForce/DUFF.cpp,
7864          UseTheForce/DUFF.hpp, UseTheForce/ForceField.cpp,
# Line 6426 | Line 7869
7869          utils/StringTokenizer.cpp: DUFF is almost done except error
7870          checking
7871  
7872 < 2004-11-18 19:11  tim
7872 > 2004-11-18 16:11  tim
7873  
7874          * src/UseTheForce/DUFF.cpp: adding DUFF parser
7875  
7876 < 2004-11-18 18:26  tim
7876 > 2004-11-18 15:26  tim
7877  
7878          * src/integrators/Velocitizer.cpp: file Velocitizer.cpp was
7879          initially added on branch new_design.
7880  
7881 < 2004-11-18 18:26  tim
7881 > 2004-11-18 15:26  tim
7882  
7883          * src/: UseTheForce/DUFF.hpp, integrators/NVE.cpp,
7884          integrators/Velocitizer.cpp, integrators/Velocitizer.hpp,
# Line 6447 | Line 7890
7890          types/QuadraticBondType.hpp, types/UreyBradleyBendType.hpp: adding
7891          DUFF parser
7892  
7893 < 2004-11-18 16:42  tim
7893 > 2004-11-18 13:42  tim
7894  
7895          * forceFields/newDUFF.frc: adding new format DUFF force field
7896  
7897 < 2004-11-18 10:57  chrisfen
7897 > 2004-11-18 07:57  chrisfen
7898  
7899          * src/UseTheForce/DarkSide/LJ.F90: Fixed a mixing list bug that
7900          slowed down the force loop
7901  
7902 < 2004-11-18 00:42  tim
7902 > 2004-11-17 21:42  tim
7903  
7904          * src/utils/NumericConstant.cpp: file NumericConstant.cpp was
7905          initially added on branch new_design.
7906  
7907 < 2004-11-18 00:42  tim
7907 > 2004-11-17 21:42  tim
7908  
7909          * src/utils/NumericConstant.hpp: file NumericConstant.hpp was
7910          initially added on branch new_design.
7911  
7912 < 2004-11-18 00:42  tim
7912 > 2004-11-17 21:42  tim
7913  
7914          * src/: UseTheForce/DUFF.cpp, UseTheForce/LJFF.cpp,
7915          primitives/Bend.cpp, utils/NumericConstant.cpp,
7916          utils/NumericConstant.hpp: Adding NumericConstant class
7917  
7918 < 2004-11-17 23:16  tim
7918 > 2004-11-17 20:16  tim
7919  
7920          * src/: applications/quickLate.c, UseTheForce/ForceFields.cpp,
7921          UseTheForce/ForceFields.hpp: remove more junk files
7922  
7923 < 2004-11-17 23:12  tim
7923 > 2004-11-17 20:12  tim
7924  
7925          * src/: brains/ForceFields.cpp, brains/SimSetup.cpp,
7926          brains/SimSetup.hpp, constraints/AbstractClasses.hpp,
# Line 6486 | Line 7929
7929          primitives/BondExtensions.cpp, primitives/SRI.hpp,
7930          primitives/TorsionExtensions.cpp: remove some junk files
7931  
7932 < 2004-11-17 23:07  tim
7932 > 2004-11-17 20:07  tim
7933  
7934          * src/primitives/BendExtensions.cpp: remove some junk files
7935  
7936 < 2004-11-17 23:04  tim
7936 > 2004-11-17 20:04  tim
7937  
7938          * src/types/: PolynomialTorsionType.hpp, QuadraticBendType.hpp,
7939          QuadraticBondType.hpp: refine QudraticBond
7940  
7941 < 2004-11-17 22:57  tim
7941 > 2004-11-17 19:57  tim
7942  
7943          * src/types/QuadraticBendType.hpp: add QuadraticBendType.hpp
7944  
7945 < 2004-11-17 22:57  tim
7945 > 2004-11-17 19:57  tim
7946  
7947          * src/types/QuadraticBendType.hpp: file QuadraticBendType.hpp was
7948          initially added on branch new_design.
7949  
7950 < 2004-11-17 16:47  tim
7950 > 2004-11-17 13:47  tim
7951  
7952          * src/types/UreyBradleyBendType.hpp: file UreyBradleyBendType.hpp
7953          was initially added on branch new_design.
7954  
7955 < 2004-11-17 16:47  tim
7955 > 2004-11-17 13:47  tim
7956  
7957          * src/types/CubicBendType.hpp: file CubicBendType.hpp was initially
7958          added on branch new_design.
7959  
7960 < 2004-11-17 16:47  tim
7960 > 2004-11-17 13:47  tim
7961  
7962          * src/primitives/GhostBend.hpp: file GhostBend.hpp was initially
7963          added on branch new_design.
7964  
7965 < 2004-11-17 16:47  tim
7965 > 2004-11-17 13:47  tim
7966  
7967          * src/types/QuadraticBondType.hpp: file QuadraticBondType.hpp was
7968          initially added on branch new_design.
7969  
7970 < 2004-11-17 16:47  tim
7970 > 2004-11-17 13:47  tim
7971  
7972          * src/primitives/UreyBradleyBend.cpp: file UreyBradleyBend.cpp was
7973          initially added on branch new_design.
7974  
7975 < 2004-11-17 16:47  tim
7975 > 2004-11-17 13:47  tim
7976  
7977          * src/primitives/UreyBradleyBend.hpp: file UreyBradleyBend.hpp was
7978          initially added on branch new_design.
7979  
7980 < 2004-11-17 16:47  tim
7980 > 2004-11-17 13:47  tim
7981  
7982          * src/types/CubicBondType.hpp: file CubicBondType.hpp was initially
7983          added on branch new_design.
7984  
7985 < 2004-11-17 16:47  tim
7985 > 2004-11-17 13:47  tim
7986  
7987          * src/: math/ChebyshevPolynomials.cpp,
7988          math/ChebyshevPolynomials.hpp, primitives/Bend.cpp,
# Line 6551 | Line 7994
7994          types/QuadraticBondType.hpp, types/UreyBradleyBendType.hpp:
7995          UreyBradleyBend and GhostBend
7996  
7997 < 2004-11-17 13:58  tim
7997 > 2004-11-17 10:58  tim
7998  
7999          * src/math/ChebyshevPolynomials.cpp: file ChebyshevPolynomials.cpp
8000          was initially added on branch new_design.
8001  
8002 < 2004-11-17 13:58  tim
8002 > 2004-11-17 10:58  tim
8003  
8004          * src/math/ChebyshevPolynomials.hpp: file ChebyshevPolynomials.hpp
8005          was initially added on branch new_design.
8006  
8007 < 2004-11-17 13:58  tim
8007 > 2004-11-17 10:58  tim
8008  
8009          * src/: math/ChebyshevPolynomials.cpp,
8010          math/ChebyshevPolynomials.hpp, math/Polynomial.hpp,
# Line 6570 | Line 8013
8013          types/PolynomialTorsionType.hpp, types/TorsionType.hpp: more types
8014          stuff and Chebyshev Polynomial
8015  
8016 < 2004-11-17 13:58  tim
8016 > 2004-11-17 10:58  tim
8017  
8018          * src/types/OplsTorsionType.hpp: file OplsTorsionType.hpp was
8019          initially added on branch new_design.
8020  
8021 < 2004-11-17 01:37  tim
8021 > 2004-11-16 22:37  tim
8022  
8023          * src/types/PolynomialTorsionType.hpp: file
8024          PolynomialTorsionType.hpp was initially added on branch new_design.
8025  
8026 < 2004-11-17 01:37  tim
8026 > 2004-11-16 22:37  tim
8027  
8028          * src/types/CharmmTorsionType.cpp: file CharmmTorsionType.cpp was
8029          initially added on branch new_design.
8030  
8031 < 2004-11-17 01:37  tim
8031 > 2004-11-16 22:37  tim
8032  
8033          * src/: math/Polynomial.hpp, primitives/Bend.cpp,
8034          primitives/Bend.hpp, primitives/Torsion.cpp, types/BendType.hpp,
# Line 6599 | Line 8042
8042          CharmmTorsionType. Need to refine the design and add document for
8043          them
8044  
8045 < 2004-11-17 01:37  tim
8045 > 2004-11-16 22:37  tim
8046  
8047          * src/types/CharmmTorsionType.hpp: file CharmmTorsionType.hpp was
8048          initially added on branch new_design.
8049  
8050 < 2004-11-17 01:37  tim
8050 > 2004-11-16 22:37  tim
8051  
8052          * src/types/HarmonicBendType.hpp: file HarmonicBendType.hpp was
8053          initially added on branch new_design.
8054  
8055 < 2004-11-17 01:37  tim
8055 > 2004-11-16 22:37  tim
8056  
8057          * src/types/PolynomialBendType.hpp: file PolynomialBendType.hpp was
8058          initially added on branch new_design.
8059  
8060 < 2004-11-16 20:11  tim
8060 > 2004-11-16 17:11  tim
8061  
8062          * src/types/: BendType.hpp, PolynomialBondType.hpp,
8063          TorsionType.hpp: add PolynomialBondType
8064  
8065 < 2004-11-16 20:11  tim
8065 > 2004-11-16 17:11  tim
8066  
8067          * src/types/PolynomialBondType.hpp: file PolynomialBondType.hpp was
8068          initially added on branch new_design.
8069  
8070 < 2004-11-16 18:20  tim
8070 > 2004-11-16 15:20  tim
8071  
8072          * src/math/Polynomial.hpp: file Polynomial.hpp was initially added
8073          on branch new_design.
8074  
8075 < 2004-11-16 18:20  tim
8075 > 2004-11-16 15:20  tim
8076  
8077          * src/math/Polynomial.hpp: Adding Polynomial class
8078  
8079 < 2004-11-16 17:04  gezelter
8079 > 2004-11-16 14:04  gezelter
8080  
8081          * src/types/MorseBondType.hpp: file MorseBondType.hpp was initially
8082          added on branch new_design.
8083  
8084 < 2004-11-16 17:04  gezelter
8084 > 2004-11-16 14:04  gezelter
8085  
8086          * src/types/HarmonicBondType.hpp: file HarmonicBondType.hpp was
8087          initially added on branch new_design.
8088  
8089 < 2004-11-16 17:04  gezelter
8089 > 2004-11-16 14:04  gezelter
8090  
8091          * src/types/: BendType.hpp, BondType.hpp, HarmonicBondType.hpp,
8092          MorseBondType.hpp, TorsionType.hpp: added some new stuff
8093  
8094 < 2004-11-16 15:36  tim
8094 > 2004-11-16 12:36  tim
8095  
8096          * src/: primitives/Bend.cpp, primitives/Bend.hpp,
8097          primitives/Torsion.cpp, primitives/Torsion.hpp, types/BendType.hpp,
8098          types/BondType.hpp, types/TorsionType.hpp: BondType, BendType and
8099          TorsionType
8100  
8101 < 2004-11-15 21:07  tim
8101 > 2004-11-15 18:07  tim
8102  
8103          * src/UseTheForce/DUFF.hpp: file DUFF.hpp was initially added on
8104          branch new_design.
8105  
8106 < 2004-11-15 21:07  tim
8106 > 2004-11-15 18:07  tim
8107  
8108          * src/: UseTheForce/DUFF.cpp, UseTheForce/DUFF.hpp,
8109          UseTheForce/LJFF.cpp, UseTheForce/LJFF.hpp,
8110          utils/StringTokenizer.cpp: adding DUFF class; adding checking
8111          statement to nextTokenAsInt and nextTokenAsFloat in StringTokenizer
8112  
8113 < 2004-11-15 18:00  tim
8113 > 2004-11-15 15:00  tim
8114  
8115          * src/: UseTheForce/ForceField.cpp, UseTheForce/ForceField.hpp,
8116          UseTheForce/ForceFieldFactory.cpp,
# Line 6675 | Line 8118
8118          UseTheForce/LJFF.hpp, brains/SimCreator.cpp, types/AtomType.cpp,
8119          types/AtomType.hpp: adding ForceFieldFactory and LJFF classes
8120  
8121 < 2004-11-15 18:00  tim
8121 > 2004-11-15 15:00  tim
8122  
8123          * src/UseTheForce/ForceFieldFactory.cpp: file ForceFieldFactory.cpp
8124          was initially added on branch new_design.
8125  
8126 < 2004-11-15 18:00  tim
8126 > 2004-11-15 15:00  tim
8127  
8128          * src/UseTheForce/ForceFieldFactory.hpp: file ForceFieldFactory.hpp
8129          was initially added on branch new_design.
8130  
8131 < 2004-11-15 18:00  tim
8131 > 2004-11-15 15:00  tim
8132  
8133          * src/UseTheForce/LJFF.hpp: file LJFF.hpp was initially added on
8134          branch new_design.
8135  
8136 < 2004-11-15 13:02  tim
8136 > 2004-11-15 10:02  tim
8137  
8138          * src/integrators/Velocitizer.hpp: file Velocitizer.hpp was
8139          initially added on branch new_design.
8140  
8141 < 2004-11-15 13:02  tim
8141 > 2004-11-15 10:02  tim
8142  
8143          * src/io/DumpWrite.hpp: file DumpWrite.hpp was initially added on
8144          branch new_design.
8145  
8146 < 2004-11-15 13:02  tim
8146 > 2004-11-15 10:02  tim
8147  
8148          * src/io/DumpReader.hpp: file DumpReader.hpp was initially added on
8149          branch new_design.
8150  
8151 < 2004-11-15 13:02  tim
8151 > 2004-11-15 10:02  tim
8152  
8153          * src/: brains/SimInfo.cpp, brains/SimInfo.hpp,
8154          brains/Snapshot.hpp, io/DumpReader.cpp, io/DumpWriter.cpp,
# Line 6713 | Line 8156
8156          io/ReadWrite.hpp, utils/StringTokenizer.hpp: finish DumpReader,
8157          DumpWriter.Next Step is LJFF and integrators
8158  
8159 < 2004-11-13 00:08  tim
8159 > 2004-11-12 21:08  tim
8160  
8161          * src/: brains/ForceManager.cpp, brains/ForceManager.hpp,
8162          brains/SimCreator.cpp, brains/SimCreator.hpp, brains/SimInfo.cpp,
# Line 6721 | Line 8164
8164          primitives/Molecule.hpp, primitives/RigidBody.cpp: refactory,
8165          refactory, refactory
8166  
8167 < 2004-11-12 17:43  tim
8167 > 2004-11-12 14:43  tim
8168  
8169          * src/utils/: StreamTokenizer.cpp, StringTokenizer.hpp,
8170          StringTokenizer.cpp: bug fix in hasMoreTokens
8171  
8172 < 2004-11-12 17:28  tim
8172 > 2004-11-12 14:28  tim
8173  
8174          * src/utils/StringTokenizer.cpp: file StringTokenizer.cpp was
8175          initially added on branch new_design.
8176  
8177 < 2004-11-12 17:28  tim
8177 > 2004-11-12 14:28  tim
8178  
8179          * src/utils/: StringTokenizer.cpp, StringTokenizer.hpp: adding
8180          StringUtils, a c-style strtok like class, need unit test
8181  
8182 < 2004-11-12 12:40  tim
8182 > 2004-11-12 09:40  tim
8183  
8184          * src/: UseTheForce/ForceField.cpp, UseTheForce/ForceField.hpp,
8185          brains/SimCreator.cpp, brains/SimCreator.hpp, brains/SimInfo.cpp,
8186          brains/SimInfo.hpp: SimCreator and SimInfo are  ready for unit test
8187  
8188 < 2004-11-12 02:05  tim
8188 > 2004-11-11 23:05  tim
8189  
8190          * src/: brains/MoleculeCreator.cpp, brains/MoleculeCreator.hpp,
8191          primitives/CutoffGroup.hpp, primitives/Molecule.cpp:
8192          MoleculeCreator forget to create CutoffGroups for free atoms
8193  
8194 < 2004-11-12 01:19  tim
8194 > 2004-11-11 22:19  tim
8195  
8196          * src/: brains/MoleculeCreator.cpp, brains/SimCreator.cpp,
8197          brains/SimCreator.hpp, brains/SimInfo.cpp, brains/SimInfo.hpp,
# Line 6756 | Line 8199
8199          io/parse_me.h, primitives/Molecule.cpp, primitives/Molecule.hpp:
8200          OOPSE = Object-Obfuscated Parallel Simulation Engine
8201  
8202 < 2004-11-11 16:48  chrisfen
8202 > 2004-11-11 13:48  chrisfen
8203  
8204          * samples/water/tip3p_ice/tp3.md: working sample
8205  
8206 < 2004-11-11 16:47  chrisfen
8206 > 2004-11-11 13:47  chrisfen
8207  
8208          * src/restraints/Restraints.cpp: working towards parallel
8209          restraints
8210  
8211 < 2004-11-11 16:47  chrisfen
8211 > 2004-11-11 13:47  chrisfen
8212  
8213          * src/integrators/Integrator.cpp: Commented out some write
8214          statements
8215  
8216 < 2004-11-11 16:46  chrisfen
8216 > 2004-11-11 13:46  chrisfen
8217  
8218          * src/UseTheForce/: Shapes_FF.cpp, doForces.F90: Got rid of some
8219          write statements
8220  
8221 < 2004-11-11 16:46  chrisfen
8221 > 2004-11-11 13:46  chrisfen
8222  
8223          * samples/water/tip3p_ice/tp3.md: Fun with ice
8224  
8225 < 2004-11-11 11:41  tim
8225 > 2004-11-11 08:41  tim
8226  
8227          * src/: brains/Exclude.cpp, brains/Exclude.hpp,
8228          brains/SimCreator.cpp, brains/SimCreator.hpp, brains/SimInfo.cpp,
# Line 6788 | Line 8231
8231          io/StatWriter.hpp, utils/Utility.hpp: add Snapshot.cpp, remove
8232          useless mpiSimulation
8233  
8234 < 2004-11-11 11:41  tim
8234 > 2004-11-11 08:41  tim
8235  
8236          * src/brains/SnapShot.cpp: file SnapShot.cpp was initially added on
8237          branch new_design.
8238  
8239 < 2004-11-10 17:50  tim
8239 > 2004-11-10 14:50  tim
8240  
8241          * src/: brains/ForceManager.cpp, brains/SimInfo.cpp,
8242          brains/SimInfo.hpp, brains/Stats.hpp, brains/mpiSimulation.hpp,
8243          integrators/NVE.cpp, io/StatWriter.cpp: more work on SimInfo
8244  
8245 < 2004-11-10 17:01  tim
8245 > 2004-11-10 14:01  tim
8246  
8247          * src/: brains/SimCreator.cpp, brains/SimCreator.hpp,
8248          brains/SimInfo.cpp, brains/SimInfo.hpp, brains/SimSetup.cpp,
# Line 6813 | Line 8256
8256          BendType, TorsionType (4)Integrator (5)oopse.cpp (6)visitors &
8257          Dump2XYZ (7)SimpleBuilder (8)Constraint & ZConstraint
8258  
8259 < 2004-11-10 09:52  tim
8259 > 2004-11-10 06:52  tim
8260  
8261          * src/: brains/mpiSimulation.cpp, io/StatWriter.hpp: add a
8262          configurable StatWriter
8263  
8264 < 2004-11-10 09:52  tim
8264 > 2004-11-10 06:52  tim
8265  
8266          * src/io/StatWriter.hpp: file StatWriter.hpp was initially added on
8267          branch new_design.
8268  
8269 < 2004-11-09 21:58  tim
8269 > 2004-11-09 18:58  tim
8270  
8271          * src/brains/: mpiSimulation.cpp, mpiSimulation.hpp: mpiSimulation
8272          in progress
8273  
8274 < 2004-11-09 18:11  tim
8274 > 2004-11-09 15:11  tim
8275  
8276          * src/brains/ForceManager.cpp: file ForceManager.cpp was initially
8277          added on branch new_design.
8278  
8279 < 2004-11-09 18:11  tim
8279 > 2004-11-09 15:11  tim
8280  
8281          * src/integrators/VelocityVerletIntegrator.cpp: file
8282          VelocityVerletIntegrator.cpp was initially added on branch
8283          new_design.
8284  
8285 < 2004-11-09 18:11  tim
8285 > 2004-11-09 15:11  tim
8286  
8287          * src/: UseTheForce/mpiComponentPlan.h, brains/ForceManager.cpp,
8288          brains/ForceManager.hpp, brains/SimInfo.cpp, brains/SimInfo.hpp,
# Line 6848 | Line 8291
8291          integrators/NVE.cpp, integrators/VelocityVerletIntegrator.cpp,
8292          integrators/VelocityVerletIntegrator.hpp: adding ForceManager
8293  
8294 < 2004-11-09 18:11  tim
8294 > 2004-11-09 15:11  tim
8295  
8296          * src/brains/ForceManager.hpp: file ForceManager.hpp was initially
8297          added on branch new_design.
8298  
8299 < 2004-11-09 18:11  tim
8299 > 2004-11-09 15:11  tim
8300  
8301          * src/integrators/NVE.cpp: file NVE.cpp was initially added on
8302          branch new_design.
8303  
8304 < 2004-11-08 20:08  tim
8304 > 2004-11-08 17:08  tim
8305  
8306          * src/integrators/VelocityVerletIntegrator.hpp: file
8307          VelocityVerletIntegrator.hpp was initially added on branch
8308          new_design.
8309  
8310 < 2004-11-08 20:08  tim
8310 > 2004-11-08 17:08  tim
8311  
8312          * src/integrators/NVE.hpp: file NVE.hpp was initially added on
8313          branch new_design.
8314  
8315 < 2004-11-08 20:08  tim
8315 > 2004-11-08 17:08  tim
8316  
8317          * src/: brains/Exclude.hpp, brains/Stats.hpp,
8318          integrators/Integrator.hpp, integrators/NVE.hpp,
8319          integrators/VelocityVerletIntegrator.hpp, io/StatWriter.cpp,
8320          utils/TypeContainer.hpp: More to break
8321  
8322 < 2004-11-06 00:21  tim
8322 > 2004-11-05 21:21  tim
8323  
8324          * src/utils/TypeContainer.hpp: file TypeContainer.hpp was initially
8325          added on branch new_design.
8326  
8327 < 2004-11-06 00:21  tim
8327 > 2004-11-05 21:21  tim
8328  
8329          * src/: brains/SimCreator.hpp, UseTheForce/ForceField.cpp,
8330          UseTheForce/ForceField.hpp, io/basic_ifstrstream.hpp,
8331          utils/TypeContainer.hpp, utils/next_combination.hpp: adding
8332          ForceField and TypeContainer classes
8333  
8334 < 2004-11-05 18:38  tim
8334 > 2004-11-05 15:38  tim
8335  
8336          * src/brains/MoleculeCreator.cpp: file MoleculeCreator.cpp was
8337          initially added on branch new_design.
8338  
8339 < 2004-11-05 18:38  tim
8339 > 2004-11-05 15:38  tim
8340  
8341          * src/brains/MoleculeCreator.hpp: file MoleculeCreator.hpp was
8342          initially added on branch new_design.
8343  
8344 < 2004-11-05 18:38  tim
8344 > 2004-11-05 15:38  tim
8345  
8346          * src/: brains/Exclude.cpp, brains/Exclude.hpp,
8347          brains/MoleculeCreator.cpp, brains/MoleculeCreator.hpp,
# Line 6906 | Line 8349
8349          brains/SimInfo.hpp, primitives/Molecule.hpp,
8350          utils/LocalndexManager.hpp: Fix Exclude class etc.
8351  
8352 < 2004-11-05 16:45  chrisfen
8352 > 2004-11-05 13:45  chrisfen
8353  
8354          * src/: applications/dump2Xyz/Dump2XYZ.cpp,
8355          visitors/AtomVisitor.cpp, visitors/AtomVisitor.hpp: Added the
8356          linear visitor
8357  
8358 < 2004-11-05 16:04  chrisfen
8358 > 2004-11-05 13:04  chrisfen
8359  
8360          * src/UseTheForce/DarkSide/shapes.F90: current status of the
8361          debugging process
8362  
8363 < 2004-11-05 16:04  chrisfen
8363 > 2004-11-05 13:04  chrisfen
8364  
8365          * make/Makefile.in: included visitors and minimizer
8366  
8367 < 2004-11-05 16:03  chrisfen
8367 > 2004-11-05 13:03  chrisfen
8368  
8369          * ChangeLog: new changes
8370  
8371 < 2004-11-04 21:56  tim
8371 > 2004-11-04 18:56  tim
8372  
8373          * src/: brains/SimCreator.cpp, brains/SimCreator.hpp,
8374          primitives/Molecule.hpp: Pain......
8375  
8376 < 2004-11-04 15:55  tim
8376 > 2004-11-04 12:55  tim
8377  
8378          * ChangeLog, make/Makefile.in, src/brains/SimCreator.cpp,
8379          src/brains/SimCreator.hpp, src/brains/SimInfo.hpp,
8380          src/brains/Stats.hpp: time to break SimSetup
8381  
8382 < 2004-11-04 15:51  gezelter
8382 > 2004-11-04 12:51  gezelter
8383  
8384          * src/UseTheForce/: ForceField.cpp, ForceField.hpp: added new
8385          classes in progress
8386  
8387 < 2004-11-04 14:48  tim
8387 > 2004-11-04 11:48  tim
8388  
8389          * src/brains/Stats.cpp: file Stats.cpp was initially added on
8390          branch new_design.
8391  
8392 < 2004-11-04 14:48  tim
8392 > 2004-11-04 11:48  tim
8393  
8394          * src/brains/Stats.hpp: file Stats.hpp was initially added on
8395          branch new_design.
8396  
8397 < 2004-11-04 14:48  tim
8397 > 2004-11-04 11:48  tim
8398  
8399          * src/brains/: SimInfo.cpp, SimInfo.hpp, SimModel.cpp,
8400          SimModel.hpp, Snapshot.hpp, Stats.cpp, Stats.hpp: adding Stats
8401          class
8402  
8403 < 2004-11-04 11:22  gezelter
8403 > 2004-11-04 08:22  gezelter
8404  
8405          * src/primitives/: DirectionalAtom.cpp, DirectionalAtom.hpp,
8406          RigidBody.hpp, StuntDouble.cpp, StuntDouble.hpp: isLinear and
# Line 6966 | Line 8409
8409          false and "-1" but there should be logic to figure them out in the
8410          other two classes
8411  
8412 < 2004-11-04 11:20  gezelter
8412 > 2004-11-04 08:20  gezelter
8413  
8414          * src/: brains/ForceFields.cpp, integrators/Integrator.cpp: Don't
8415          remember what I did
8416  
8417 < 2004-11-04 11:20  gezelter
8417 > 2004-11-04 08:20  gezelter
8418  
8419          * src/UseTheForce/DarkSide/shapes.F90: Breaky Breaky
8420  
8421 < 2004-11-04 11:20  gezelter
8421 > 2004-11-04 08:20  gezelter
8422  
8423          * src/UseTheForce/: DUFF.cpp, WATER.cpp, doForces.F90: fixed useXXX
8424          in the entry_plug so that it only is set if the atoms really are in
8425          the simulation
8426  
8427 < 2004-11-04 11:20  gezelter
8427 > 2004-11-04 08:20  gezelter
8428  
8429          * samples/water/ssd/ssd.md: testing force fields
8430  
8431 < 2004-11-04 11:19  gezelter
8431 > 2004-11-04 08:19  gezelter
8432  
8433          * samples/shape/linear.in: testing shapes
8434  
8435 < 2004-11-03 14:56  tim
8435 > 2004-11-03 11:56  tim
8436  
8437          * src/brains/: SimCreator.cpp, SimCreator.hpp: Adding SimCreator
8438          class(similar as SimSetup)
8439  
8440 < 2004-11-03 14:56  tim
8440 > 2004-11-03 11:56  tim
8441  
8442          * src/brains/SimCreator.hpp: file SimCreator.hpp was initially
8443          added on branch new_design.
8444  
8445 < 2004-11-03 14:56  tim
8445 > 2004-11-03 11:56  tim
8446  
8447          * src/brains/SimCreator.cpp: file SimCreator.cpp was initially
8448          added on branch new_design.
8449  
8450 < 2004-11-03 13:00  tim
8450 > 2004-11-03 10:00  tim
8451  
8452          * src/: UseTheForce/DUFF.cpp, UseTheForce/EAM_FF.cpp,
8453          UseTheForce/ForceFields.cpp, UseTheForce/LJFF.cpp,
# Line 7014 | Line 8457
8457          visitors/BaseVisitor.hpp, visitors/ZconsVisitor.cpp: ForceFiled get
8458          compiled. Still a long way to go ......
8459  
8460 < 2004-11-03 11:08  tim
8460 > 2004-11-03 08:08  tim
8461  
8462          * ChangeLog, src/brains/SimInfo.cpp, src/brains/SimInfo.hpp,
8463          src/constraints/ZConstraint.cpp, src/integrators/NPT.cpp,
# Line 7029 | Line 8472
8472          src/visitors/OtherVisitor.cpp, src/visitors/RigidBodyVisitor.cpp,
8473          src/visitors/ZconsVisitor.cpp, test/utils/Makefile: mess up ......
8474  
8475 < 2004-11-02 17:41  tim
8475 > 2004-11-02 14:41  tim
8476  
8477          * src/: brains/Migrator.hpp, brains/SimModel.cpp,
8478          utils/LocalndexManager.hpp: Adding LocalIndexManager and Migrator.
8479          Need unit test
8480  
8481 < 2004-11-02 17:41  tim
8481 > 2004-11-02 14:41  tim
8482  
8483          * src/utils/LocalndexManager.hpp: file LocalndexManager.hpp was
8484          initially added on branch new_design.
8485  
8486 < 2004-11-02 17:41  tim
8486 > 2004-11-02 14:41  tim
8487  
8488          * src/brains/Migrator.hpp: file Migrator.hpp was initially added on
8489          branch new_design.
8490  
8491 < 2004-11-02 11:59  tim
8491 > 2004-11-02 08:59  tim
8492  
8493          * src/brains/SimModel.cpp: file SimModel.cpp was initially added on
8494          branch new_design.
8495  
8496 < 2004-11-02 11:59  tim
8496 > 2004-11-02 08:59  tim
8497  
8498          * src/brains/: SimModel.cpp, SimModel.hpp, SimSnapshotManager.cpp,
8499          SimSnapshotManager.hpp: SimModel in progress
8500  
8501 < 2004-11-02 10:28  chrisfen
8501 > 2004-11-02 07:28  chrisfen
8502  
8503          * src/: UseTheForce/DarkSide/shapes.F90,
8504          primitives/StuntDouble.cpp, primitives/StuntDouble.hpp: Shapes
8505          looks like it's working
8506  
8507 < 2004-11-02 10:27  tim
8507 > 2004-11-02 07:27  tim
8508  
8509          * src/utils/MemoryUtils.hpp: adding MemoryUtils which provide some
8510          functions for dealing with memory issue
8511  
8512 < 2004-11-02 10:27  tim
8512 > 2004-11-02 07:27  tim
8513  
8514          * src/utils/MemoryUtils.hpp: file MemoryUtils.hpp was initially
8515          added on branch new_design.
8516  
8517 < 2004-11-02 10:23  tim
8517 > 2004-11-02 07:23  tim
8518  
8519          * src/: brains/SimModel.hpp, brains/Snapshot.hpp,
8520          brains/SnapshotManager.hpp, primitives/Molecule.hpp: adding
8521          SimModel(something similar as SimInfo)
8522  
8523 < 2004-11-01 17:52  tim
8523 > 2004-11-01 14:52  tim
8524  
8525          * src/: applications/simpleBuilder/MoLocator.hpp,
8526          applications/simpleBuilder/simpleBuilder.cpp,
# Line 7096 | Line 8539
8539          visitors/RigidBodyVisitor.cpp: Molecule, Atom, DirectionalAtom,
8540          RigidBody and StuntDouble classes get compiled
8541  
8542 < 2004-11-01 16:40  tim
8542 > 2004-11-01 13:40  tim
8543  
8544          * src/primitives/Torsion.hpp: file Torsion.hpp was initially added
8545          on branch new_design.
8546  
8547 < 2004-11-01 16:40  tim
8547 > 2004-11-01 13:40  tim
8548  
8549          * src/primitives/Bend.hpp: file Bend.hpp was initially added on
8550          branch new_design.
8551  
8552 < 2004-11-01 16:40  tim
8552 > 2004-11-01 13:40  tim
8553  
8554          * src/primitives/Bond.hpp: file Bond.hpp was initially added on
8555          branch new_design.
8556  
8557 < 2004-11-01 16:40  tim
8557 > 2004-11-01 13:40  tim
8558  
8559          * src/primitives/: Bend.hpp, Bond.hpp, Torsion.hpp: add initial
8560          version of Bond, Bend and Torsion.
8561  
8562 < 2004-11-01 16:37  tim
8562 > 2004-11-01 13:37  tim
8563  
8564          * src/types/BendType.hpp: file BendType.hpp was initially added on
8565          branch new_design.
8566  
8567 < 2004-11-01 16:37  tim
8567 > 2004-11-01 13:37  tim
8568  
8569          * src/types/: BendType.hpp, BondType.hpp, TorsionType.hpp: adding
8570          BondType, BendType, TorsionType
8571  
8572 < 2004-11-01 16:37  tim
8572 > 2004-11-01 13:37  tim
8573  
8574          * src/types/TorsionType.hpp: file TorsionType.hpp was initially
8575          added on branch new_design.
8576  
8577 < 2004-11-01 16:37  tim
8577 > 2004-11-01 13:37  tim
8578  
8579          * src/types/BondType.hpp: file BondType.hpp was initially added on
8580          branch new_design.
8581  
8582 < 2004-11-01 15:15  tim
8582 > 2004-11-01 12:15  tim
8583  
8584          * src/primitives/: Atom.cpp, Atom.hpp, Bend.cpp, Bond.cpp,
8585          CutoffGroup.hpp, DirectionalAtom.cpp, DirectionalAtom.hpp,
# Line 7144 | Line 8587
8587          RigidBody.hpp, StuntDouble.cpp, StuntDouble.hpp, Torsion.cpp:
8588          break, break and break.....
8589  
8590 < 2004-11-01 14:57  tim
8590 > 2004-11-01 11:57  tim
8591  
8592          * test/brains/: Atom.cpp, DirectioanlAtom.cpp, DirectionalAtom.cpp,
8593          DirectionalAtom.hpp, RigidBody.cpp, RigidBody.hpp, StuntDouble.cpp,
8594          StuntDouble.hpp: these core classes get compiled
8595  
8596 < 2004-10-29 17:37  tim
8596 > 2004-10-29 15:37  tim
8597  
8598          * test/brains/: Molecule.cpp, Molecule.hpp: more work on Molecule
8599          class
8600  
8601 < 2004-10-29 17:28  chrisfen
8601 > 2004-10-29 15:28  chrisfen
8602  
8603          * src/: UseTheForce/DarkSide/atype.F90,
8604          UseTheForce/DarkSide/shapes.F90, math/RealSphericalHarmonic.cpp,
8605          types/ShapeAtomType.cpp: still debugging
8606  
8607 < 2004-10-29 17:28  chrisfen
8607 > 2004-10-29 15:28  chrisfen
8608  
8609          * src/UseTheForce/: ForceFields.hpp, Shapes_FF.cpp, doForces.F90:
8610          shapes rcut calculator added
8611  
8612 < 2004-10-29 17:27  chrisfen
8612 > 2004-10-29 15:27  chrisfen
8613  
8614          * samples/shape/linear.md: shorter run
8615  
8616 < 2004-10-29 15:54  tim
8616 > 2004-10-29 13:54  tim
8617  
8618          * test/brains/: Molecule.cpp, Molecule.hpp: rewrite Molecule class.
8619  
8620 < 2004-10-29 11:22  tim
8620 > 2004-10-29 09:22  tim
8621  
8622          * test/utils/: GenerateCombination.hpp, ReplaceWildCard.hpp,
8623          ReplaceWildCardTestCase.cpp, ReplaceWildCardTestCase.hpp: Remove
8624          some deprecated files
8625  
8626 < 2004-10-29 11:20  tim
8626 > 2004-10-29 09:20  tim
8627  
8628          * test/brains/: Atom.cpp, Atom.hpp, DirectioanlAtom.cpp,
8629          DirectionalAtom.hpp, RigidBody.cpp, RigidBody.hpp, StuntDouble.hpp:
8630          More painful reconstruction is coming !!!
8631  
8632 < 2004-10-28 17:34  tim
8632 > 2004-10-28 15:34  tim
8633  
8634          * src/brains/DataStorage.hpp, src/utils/next_combination.hpp,
8635          test/brains/DirectioanlAtom.cpp, test/brains/DirectionalAtom.hpp,
# Line 7194 | Line 8637
8637          test/brains/StuntDouble.hpp: More work on StuntDouble, Atom,
8638          DirectionalAtom and RigidBody
8639  
8640 < 2004-10-28 17:26  tim
8640 > 2004-10-28 15:26  tim
8641  
8642          * ChangeLog, src/applications/simpleBuilder/BaseLattice.hpp,
8643          src/applications/simpleBuilder/MoLocator.cpp,
# Line 7202 | Line 8645
8645          src/utils/GenericFactory.hpp, src/utils/next_combination.hpp:
8646          remove old Vector3d.hpp from application/simpleBuilder
8647  
8648 < 2004-10-28 16:42  tim
8648 > 2004-10-28 14:42  tim
8649  
8650          * src/utils/next_combination.hpp: Minor change in next_combination
8651  
8652 < 2004-10-28 16:28  tim
8652 > 2004-10-28 14:28  tim
8653  
8654          * src/utils/next_combination.hpp,
8655          test/utils/NextCombinationTestCase.cpp,
8656          test/utils/ReplaceWildCardTestCase.cpp: Done with combination
8657  
8658 < 2004-10-28 16:11  tim
8658 > 2004-10-28 14:11  tim
8659  
8660          * src/utils/next_combination.hpp: change documentation of
8661          next_combination.hpp
8662  
8663 < 2004-10-28 15:41  tim
8663 > 2004-10-28 13:41  tim
8664  
8665          * ChangeLog, src/utils/next_combination.hpp,
8666          test/utils/NextCombinationTestCase.cpp,
8667          test/utils/NextCombinationTestCase.hpp: ReplaceWildCard is working
8668  
8669 < 2004-10-28 15:01  tim
8669 > 2004-10-28 13:01  tim
8670  
8671          * src/utils/next_combination.hpp: adding replace wildcard function
8672  
8673 < 2004-10-28 14:33  tim
8673 > 2004-10-28 12:33  tim
8674  
8675          * src/utils/next_combination.hpp: Minor change
8676  
8677 < 2004-10-28 14:06  tim
8677 > 2004-10-28 12:06  tim
8678  
8679          * ChangeLog, src/applications/simpleBuilder/MoLocator.hpp,
8680          src/applications/simpleBuilder/simpleBuilder.cpp,
# Line 7241 | Line 8684
8684          test/utils/next_combination.hpp: STL next_permutation like
8685          next_combination is working
8686  
8687 < 2004-10-28 12:22  chrisfen
8687 > 2004-10-28 10:22  chrisfen
8688  
8689          * src/UseTheForce/WATER.cpp: fix of setDipoles
8690  
8691 < 2004-10-28 12:20  gezelter
8691 > 2004-10-28 10:20  gezelter
8692  
8693          * src/UseTheForce/Shapes_FF.cpp: forgot to advance lines in the
8694          shapeFile
8695  
8696 < 2004-10-28 12:20  gezelter
8696 > 2004-10-28 10:20  gezelter
8697  
8698          * samples/shape/linear.md: forgot the orientation line
8699  
8700 < 2004-10-28 11:56  gezelter
8700 > 2004-10-28 09:56  gezelter
8701  
8702          * src/: UseTheForce/DUFF.cpp, UseTheForce/EAM_FF.cpp,
8703          UseTheForce/ForceFields.hpp, UseTheForce/LJFF.cpp,
8704          UseTheForce/WATER.cpp, types/AtomType.cpp: fixed duplicate
8705          declaration foo
8706  
8707 < 2004-10-28 11:55  gezelter
8707 > 2004-10-28 09:55  gezelter
8708  
8709          * samples/lipid/5x5.md: uncommented .in line
8710  
8711 < 2004-10-28 10:42  tim
8711 > 2004-10-28 08:42  tim
8712  
8713          * test/utils/: Makefile, NextCombinationTestCase.cpp,
8714          NextCombinationTestCase.hpp, next_combination.hpp: next_combination
8715          in progress
8716  
8717 < 2004-10-28 10:15  tim
8717 > 2004-10-28 08:15  tim
8718  
8719          * test/utils/: NextCombinationTestCase.cpp,
8720          NextCombinationTestCase.hpp: adding next_combination test case
8721  
8722 < 2004-10-28 10:02  tim
8722 > 2004-10-28 08:02  tim
8723  
8724          * test/utils/next_combination.hpp: STL Compatible combination
8725          sequence generator
8726  
8727 < 2004-10-28 01:23  tim
8727 > 2004-10-27 23:23  tim
8728  
8729          * test/utils/: GenerateCombination.hpp,
8730          ReplaceWildCardTestCase.cpp: bug fixed in GenerateCombination.hpp
8731  
8732 < 2004-10-28 01:16  tim
8732 > 2004-10-27 23:16  tim
8733  
8734          * test/utils/GenerateCombination.hpp: a STL next_permutaion like
8735          next_combination function.
8736  
8737 < 2004-10-27 22:27  tim
8737 > 2004-10-27 20:27  tim
8738  
8739          * test/utils/ReplaceWildCard.hpp: no message
8740  
8741 < 2004-10-27 22:14  tim
8741 > 2004-10-27 20:14  tim
8742  
8743          * test/utils/: ReplaceWildCard.hpp, ReplaceWildCardTestCase.cpp:
8744          ReplaceWildCard(recursive version) is working, need refactoring. An
8745          iterative version is on the way
8746  
8747 < 2004-10-27 21:28  tim
8747 > 2004-10-27 19:28  tim
8748  
8749          * test/utils/: Makefile, ReplaceWildCard.hpp,
8750          ReplaceWildCardTestCase.cpp: ReplaceWildCard in progress
8751  
8752 < 2004-10-27 21:08  tim
8752 > 2004-10-27 19:08  tim
8753  
8754          * test/utils/: ReplaceWildCardTestCase.cpp,
8755          ReplaceWildCardTestCase.hpp: Adding Test Case for ReplaceWildCard
8756  
8757 < 2004-10-27 18:17  tim
8757 > 2004-10-27 16:17  tim
8758  
8759          * test/utils/ReplaceWildCard.hpp: adding ReplaceWildCard.hpp, need
8760          test
8761  
8762 < 2004-10-27 01:25  tim
8762 > 2004-10-26 23:25  tim
8763  
8764          * src/utils/TupleMatcher.hpp: Adding Generic TupleMatcher, wild
8765          char matching is on the way
8766  
8767 < 2004-10-27 01:07  tim
8767 > 2004-10-26 23:07  tim
8768  
8769          * src/utils/Tuple.hpp: Adding Generic Tuple3 and Tuple4
8770  
8771 < 2004-10-26 22:00  gezelter
8771 > 2004-10-26 20:00  gezelter
8772  
8773          * src/UseTheForce/: EAM_FF.cpp, ForceFields.hpp: bug fix
8774  
8775 < 2004-10-26 21:20  gezelter
8775 > 2004-10-26 19:20  gezelter
8776  
8777          * src/UseTheForce/ForceFields.hpp: subclass foo
8778  
8779 < 2004-10-26 21:16  gezelter
8779 > 2004-10-26 19:16  gezelter
8780  
8781          * src/UseTheForce/: EAM_FF.cpp, LJFF.cpp, WATER.cpp: more char* ->
8782          string conversion
8783  
8784 < 2004-10-26 19:01  gezelter
8784 > 2004-10-26 17:01  gezelter
8785  
8786          * src/: UseTheForce/DUFF.cpp, UseTheForce/EAM_FF.cpp,
8787          UseTheForce/ForceFields.hpp, brains/SimSetup.cpp,
8788          brains/SimSetup.hpp: char* -> string
8789  
8790 < 2004-10-26 17:25  gezelter
8790 > 2004-10-26 15:25  gezelter
8791  
8792          * src/types/: AtomType.cpp, AtomType.hpp, DirectionalAtomType.hpp,
8793          Makefile, ShapeAtomType.cpp, ShapeAtomType.hpp, ShapeType.cpp,
8794          ShapeType.hpp: Making ShapeType into a ShapeAtomType, fixing some
8795          isXXX
8796  
8797 < 2004-10-26 17:25  gezelter
8797 > 2004-10-26 15:25  gezelter
8798  
8799          * src/math/: RealSphericalHarmonic.cpp, RealSphericalHarmonic.hpp:
8800          define name collision
8801  
8802 < 2004-10-26 17:24  gezelter
8802 > 2004-10-26 15:24  gezelter
8803  
8804          * src/: UseTheForce/DUFF.cpp, UseTheForce/EAM_FF.cpp,
8805          UseTheForce/ForceFields.hpp, UseTheForce/LJFF.cpp,
# Line 7365 | Line 8808
8808          UseTheForce/DarkSide/shapes_interface.h, brains/SimSetup.cpp:
8809          forcefield refactoring for shapes
8810  
8811 < 2004-10-26 17:24  gezelter
8811 > 2004-10-26 15:24  gezelter
8812  
8813          * samples/shape/: 5CB.shape, 8CB.shape, C60.shape, C70.shape,
8814          Shapes.frc, cholesterol.shape, ethylBenzene.shape, linear.in,
8815          linear.md, linear.shape, toluene.shape: adding sample shape
8816          directory
8817  
8818 < 2004-10-26 17:19  tim
8818 > 2004-10-26 15:19  tim
8819  
8820          * ChangeLog, src/brains/DataStorage.cpp,
8821          src/brains/DataStorage.hpp, src/brains/Snapshot.hpp,
# Line 7380 | Line 8823
8823          test/brains/DataStorageTestCase.hpp, test/brains/Makefile:
8824          DataStorage passes unit test
8825  
8826 < 2004-10-26 13:03  chrisfen
8826 > 2004-10-26 11:03  chrisfen
8827  
8828          * src/UseTheForce/DarkSide/: shapes.F90, shapes_interface.h:
8829          Changes to help advance shapes
8830  
8831 < 2004-10-26 13:02  chrisfen
8831 > 2004-10-26 11:02  chrisfen
8832  
8833          * src/UseTheForce/: ForceFields.hpp, Shapes_FF.cpp: Changes to
8834          Shapes force field reader
8835  
8836 < 2004-10-26 12:28  tim
8836 > 2004-10-26 10:28  tim
8837  
8838          * src/brains/Snapshot.hpp, test/brains/RigidBody.hpp: Snaphot and
8839          SnapshotTestCase in progress
8840  
8841 < 2004-10-25 17:46  tim
8841 > 2004-10-25 15:46  tim
8842  
8843          * ChangeLog, src/math/RectMatrix.hpp, src/math/SquareMatrix.hpp,
8844          src/math/SquareMatrix3.hpp, src/math/Vector.hpp,
# Line 7404 | Line 8847
8847          test/math/VectorTestCase.cpp: add getArray function to  RectMatrix
8848          and Vector classes
8849  
8850 < 2004-10-25 12:03  tim
8850 > 2004-10-25 10:03  tim
8851  
8852          * ChangeLog, src/utils/GenericFactory.hpp,
8853          test/utils/GenericFactoryTestCase.cpp,
# Line 7412 | Line 8855
8855          GenericFactory Test Case. GenericFactory now can bed used to creat
8856          ForcefieldFactory and IntegratorFactory etc.
8857  
8858 < 2004-10-24 23:08  tim
8858 > 2004-10-24 21:08  tim
8859  
8860          * src/: brains/SimModel.hpp, brains/SimSnapshotManager.cpp,
8861          brains/SimSnapshotManager.hpp, brains/Snapshot.hpp,
8862          brains/SnapshotManager.hpp, utils/GenericFactory.hpp: more classes
8863          get reconstructed
8864  
8865 < 2004-10-24 02:55  tim
8865 > 2004-10-24 00:55  tim
8866  
8867          * src/utils/GenericFactory.hpp: GenericFactory pass unit test
8868  
8869 < 2004-10-23 18:09  tim
8869 > 2004-10-23 16:09  tim
8870  
8871          * test/brains/: Atom.hpp, DirectionalAtom.hpp, RigidBody.hpp,
8872          StuntDouble.cpp, StuntDouble.hpp, Atom.cpp, DirectioanlAtom.cpp,
8873          RigidBody.cpp: Refactoring in progress
8874  
8875 < 2004-10-22 18:09  tim
8875 > 2004-10-22 16:09  tim
8876  
8877          * ChangeLog, src/brains/Snapshot.hpp,
8878          src/brains/SnapshotManager.hpp, src/math/SquareMatrix.hpp,
8879          test/brains/SnapshotTestCase.cpp, test/brains/SnapshotTestCase.hpp,
8880          test/brains/StuntDouble.hpp: more work in Snapshot
8881  
8882 < 2004-10-22 17:59  chrisfen
8882 > 2004-10-22 15:59  chrisfen
8883  
8884          * src/: UseTheForce/LJFF.cpp,
8885          UseTheForce/DarkSide/atype_interface.h, types/AtomType.cpp: Dear
8886          god!  It runs and conserves energy!
8887  
8888 < 2004-10-22 17:54  chrisfen
8888 > 2004-10-22 15:54  chrisfen
8889  
8890          * src/types/: AtomType.cpp, AtomType.hpp: strDUP not strCOPY
8891  
8892 < 2004-10-22 17:53  chrisfen
8892 > 2004-10-22 15:53  chrisfen
8893  
8894          * src/: UseTheForce/DUFF.cpp, UseTheForce/EAM_FF.cpp,
8895          UseTheForce/LJFF.cpp, UseTheForce/Shapes_FF.cpp,
# Line 7454 | Line 8897
8897          brains/SimInfo.cpp, brains/SimInfo.hpp: fixey fixey the breakey
8898          breakey
8899  
8900 < 2004-10-22 17:53  chrisfen
8900 > 2004-10-22 15:53  chrisfen
8901  
8902          * make/Makefile.in: compiler flags
8903  
8904 < 2004-10-22 16:20  gezelter
8904 > 2004-10-22 14:20  gezelter
8905  
8906          * src/: UseTheForce/DUFF.cpp, UseTheForce/EAM_FF.cpp,
8907          UseTheForce/LJFF.cpp, UseTheForce/doForces.F90,
8908          brains/fSimulation.h, types/AtomType.hpp,
8909          types/DirectionalAtomType.hpp: fixey fixey
8910  
8911 < 2004-10-22 15:22  gezelter
8911 > 2004-10-22 13:22  gezelter
8912  
8913          * src/UseTheForce/DarkSide/: LJ.F90, atype.F90, atype_interface.h,
8914          charge.F90, charge_interface.h, dipole.F90, dipole_interface.h,
8915          lj_interface.h, shapes.F90, simulation.F90: Added un-busticated
8916          fortran files and c/Fortran interfaces
8917  
8918 < 2004-10-22 15:21  gezelter
8918 > 2004-10-22 13:21  gezelter
8919  
8920          * src/types/: AtomType.cpp, AtomType.hpp, AtomTypeProperties.h,
8921          DirectionalAtomType.hpp, Makefile: More on AtomType and
8922          DirectionalAtomType
8923  
8924 < 2004-10-22 09:47  gezelter
8924 > 2004-10-22 07:47  gezelter
8925  
8926          * src/types/AtomType.hpp: Adding AtomType
8927  
8928 < 2004-10-21 16:31  tim
8928 > 2004-10-21 14:31  tim
8929  
8930          * ChangeLog, src/brains/Snapshot.hpp,
8931          src/brains/SnapshotManager.hpp, src/math/RectMatrix.hpp,
# Line 7491 | Line 8934
8934          test/math/RectMatrixTestCase.cpp, test/math/VectorTestCase.cpp:
8935          Snapshot and SnapshotManager in progress
8936  
8937 < 2004-10-21 16:30  tim
8937 > 2004-10-21 14:30  tim
8938  
8939          * test/brains/: BrainsTest.cpp, Makefile,
8940          SnapshotManagerTestCase.cpp, SnapshotManagerTestCase.hpp,
8941          SnapshotTestCase.cpp, SnapshotTestCase.hpp: adding test case for
8942          Snapshot and snapshotManager.
8943  
8944 < 2004-10-21 15:15  gezelter
8944 > 2004-10-21 13:15  gezelter
8945  
8946          * src/: UseTheForce/DUFF.cpp, UseTheForce/EAM_FF.cpp,
8947          UseTheForce/ForceFields.cpp, UseTheForce/ForceFields.hpp,
# Line 7509 | Line 8952
8952          brains/SimSetup.cpp, types/AtomTypeProperties.h: Breaky Breaky.  
8953          Fixey Fixey.
8954  
8955 < 2004-10-21 11:32  tim
8955 > 2004-10-21 09:32  tim
8956  
8957          * src/utils/GenericData.cpp, src/utils/Makefile,
8958          test/utils/Makefile, test/utils/UtilTest: remove some junk files
8959  
8960 < 2004-10-21 11:24  tim
8960 > 2004-10-21 09:24  tim
8961  
8962          * test/utils/GenericData.hpp: remove backup of  GenericData.hpp
8963  
8964 < 2004-10-21 11:22  tim
8964 > 2004-10-21 09:22  tim
8965  
8966          * ChangeLog, src/brains/SimSetup.cpp,
8967          src/constraints/ZConstraint.cpp, src/constraints/ZconsData.hpp,
# Line 7536 | Line 8979
8979          src/visitors/ZconsVisitor.hpp: replace old GebericData with  new
8980          GenericData
8981  
8982 < 2004-10-21 10:25  chuckv
8982 > 2004-10-21 08:25  chuckv
8983  
8984          * src/UseTheForce/DarkSide/: LJ.F90, eam.F90: Added newLJtype to lj
8985          module.
8986  
8987 < 2004-10-21 10:24  chuckv
8987 > 2004-10-21 08:24  chuckv
8988  
8989          * src/UseTheForce/DarkSide/lj_interface.h: Added interface for
8990          fortran lj module.
8991  
8992 < 2004-10-20 17:54  tim
8992 > 2004-10-20 15:54  tim
8993  
8994          * ChangeLog, src/utils/PropertyMap.cpp, src/utils/PropertyMap.hpp,
8995          test/utils/GenericDataTestCase.cpp, test/utils/Makefile,
# Line 7554 | Line 8997
8997          test/utils/PropertyMapTestCase.hpp, test/utils/UtilTest:
8998          GenericData and PropertyMap  pass unit test.
8999  
9000 < 2004-10-20 16:52  gezelter
9000 > 2004-10-20 14:52  gezelter
9001  
9002          * src/UseTheForce/: DUFF.cpp, WATER.cpp, DarkSide/sticky.F90,
9003          DarkSide/sticky_interface.h: fixed a fortran name problem
9004  
9005 < 2004-10-20 16:38  tim
9005 > 2004-10-20 14:38  tim
9006  
9007          * test/utils/: GenericData.hpp, GenericDataTestCase.cpp,
9008          GenericDataTestCase.hpp, Makefile, PropertyMapTestCase.hpp,
9009          UtilTest, UtilTest.cpp: adding generic data test case
9010  
9011 < 2004-10-20 16:16  chuckv
9011 > 2004-10-20 14:16  chuckv
9012  
9013          * configure, ac-tools/aclocal.m4,
9014          src/UseTheForce/DarkSide/Makefile,
# Line 7577 | Line 9020
9020          Fortran/C++ interface de-obfuscation project appears to be
9021          complete!  Woo hoo!
9022  
9023 < 2004-10-20 15:47  chuckv
9023 > 2004-10-20 13:47  chuckv
9024  
9025          * src/UseTheForce/: fortranWrapDefines.hpp, fortranWrappers.cpp,
9026          fortranWrappers.hpp: Fortran/C++ interface de-obfuscation project
9027          continues
9028  
9029 < 2004-10-20 15:46  chuckv
9029 > 2004-10-20 13:46  chuckv
9030  
9031          * src/: UseTheForce/DUFF.cpp, UseTheForce/EAM_FF.cpp,
9032          UseTheForce/ForceFields.cpp, UseTheForce/ForceFields.hpp,
# Line 7600 | Line 9043
9043          brains/SimInfo.cpp, brains/SimInfo.hpp: Fortran/C++ interface
9044          de-obfuscation project (It is a very long story)
9045  
9046 < 2004-10-20 13:07  tim
9046 > 2004-10-20 11:07  tim
9047  
9048          * ChangeLog, src/math/SquareMatrix.hpp, src/math/SquareMatrix3.hpp,
9049          test/math/SquareMatrix3TestCase.cpp,
9050          test/math/SquareMatrixTestCase.cpp,
9051          test/math/SquareMatrixTestCase.hpp: Math library pass the unit test
9052  
9053 < 2004-10-20 00:52  tim
9053 > 2004-10-19 22:52  tim
9054  
9055          * src/brains/: Snapshot.hpp, SnapshotManager.hpp: Snapshot and
9056          SnapshotManager in design phase
9057  
9058 < 2004-10-19 23:54  gezelter
9058 > 2004-10-19 21:54  gezelter
9059  
9060          * src/: brains/SimSetup.cpp, utils/StringUtils.cpp: namespace
9061          problem prevented linking
9062  
9063 < 2004-10-19 23:54  gezelter
9063 > 2004-10-19 21:54  gezelter
9064  
9065          * src/UseTheForce/Shapes_FF.cpp: fixed include
9066  
9067 < 2004-10-19 23:26  gezelter
9067 > 2004-10-19 21:26  gezelter
9068  
9069          * src/utils/: Makefile, definitions.F90, definitions_module.F90,
9070          oopseMPI.F90, oopseMPI_module.F90, status.F90, status_module.F90:
9071          more fortran name mangling
9072  
9073 < 2004-10-19 23:23  gezelter
9073 > 2004-10-19 21:23  gezelter
9074  
9075          * src/profiling/timing.F90: yet more fortran renaming
9076  
9077 < 2004-10-19 23:19  gezelter
9077 > 2004-10-19 21:19  gezelter
9078  
9079          * src/UseTheForce/: Makefile, doForces.F90, doForces_interface.h,
9080          do_Forces.F90, do_Forces.h, notifyCutoffs.F90,
9081          notifyCutoffs_interface.h, notifycutoffs_module_interface.h,
9082          wrappers.F90: Fortran name cleanup continues
9083  
9084 < 2004-10-19 23:12  gezelter
9084 > 2004-10-19 21:12  gezelter
9085  
9086          * src/UseTheForce/DarkSide/: atype.F90, simulation.F90: fixing some
9087          broken fortran stuff
9088  
9089 < 2004-10-19 23:02  gezelter
9089 > 2004-10-19 21:02  gezelter
9090  
9091          * src/UseTheForce/DarkSide/: LJ.F90, Makefile, atype.F90,
9092          atype_interface.h, atype_module.F90, atype_module_interface.h,
# Line 7660 | Line 9103
9103          sticky_pair_module_interface.h, switch_module.F90, switcheroo.F90:
9104          name sanity on the fortran side
9105  
9106 < 2004-10-19 19:18  tim
9106 > 2004-10-19 17:18  tim
9107  
9108          * test/math/SquareMatrix3TestCase.hpp: [no log message]
9109  
9110 < 2004-10-19 18:01  tim
9110 > 2004-10-19 16:01  tim
9111  
9112          * src/math/RectMatrix.hpp, src/math/SquareMatrix.hpp,
9113          src/math/SquareMatrix3.hpp, test/math/SquareMatrix3TestCase.cpp:
9114          except diagonalize(), all of functions in math library pass the
9115          test
9116  
9117 < 2004-10-19 17:43  chuckv
9117 > 2004-10-19 15:43  chuckv
9118  
9119          * src/UseTheForce/do_Forces.h: Added correct prototypes for
9120          C-fortran interface functions.
9121  
9122 < 2004-10-19 17:37  chuckv
9122 > 2004-10-19 15:37  chuckv
9123  
9124          * src/UseTheForce/DarkSide/: atype_module_interface.h,
9125          eam_module_inteface.h, gb_module_interface.h,
# Line 7684 | Line 9127
9127          sticky_pair_module_interface.h: Added correct prototypes for
9128          C-fortran interface functions.
9129  
9130 < 2004-10-19 16:28  tim
9130 > 2004-10-19 14:28  tim
9131  
9132          * ChangeLog, src/math/Quaternion.hpp, src/math/RectMatrix.hpp,
9133          src/math/SquareMatrix.hpp, src/math/Vector.hpp,
# Line 7694 | Line 9137
9137          test/math/Vector3TestCase.hpp, test/math/VectorTestCase.cpp: more
9138          bugs get fixed at math library
9139  
9140 < 2004-10-19 15:43  chuckv
9140 > 2004-10-19 13:43  chuckv
9141  
9142          * src/UseTheForce/: DarkSide/atype_module_interface.h,
9143          DarkSide/eam_module_inteface.h, DarkSide/gb_module_interface.h,
# Line 7708 | Line 9151
9151          notifycutoffs_module_interface.h: Added new files for fortran
9152          interface.
9153  
9154 < 2004-10-19 15:43  gezelter
9154 > 2004-10-19 13:43  gezelter
9155  
9156          * src/UseTheForce/Makefile: regressing
9157  
9158 < 2004-10-19 15:40  gezelter
9158 > 2004-10-19 13:40  gezelter
9159  
9160          * src/: UseTheForce/DarkSide/calc_shapes.F90,
9161          UseTheForce/DarkSide/shapes_module.h, utils/StringUtils.cpp:
9162          working on shapes for portability
9163  
9164 < 2004-10-19 15:40  gezelter
9164 > 2004-10-19 13:40  gezelter
9165  
9166          * src/UseTheForce/: Makefile, Shapes_FF.cpp: working on shapes
9167  
9168 < 2004-10-19 13:21  chrisfen
9168 > 2004-10-19 11:21  chrisfen
9169  
9170          * src/utils/: StringUtils.cpp, StringUtils.hpp: changed around
9171          findBegin
9172  
9173 < 2004-10-18 23:34  tim
9173 > 2004-10-18 21:34  tim
9174  
9175          * src/math/Vector.hpp, test/math/RectMatrixTestCase.cpp: more bugs
9176          are fixed in Vector class
9177  
9178 < 2004-10-18 23:28  tim
9178 > 2004-10-18 21:28  tim
9179  
9180          * test/math/: RectMatrixTestCase.cpp, RectMatrixTestCase.hpp: fix
9181          some bugs in RectMatrixTestCase
9182  
9183 < 2004-10-18 23:21  tim
9183 > 2004-10-18 21:21  tim
9184  
9185          * src/math/Vector.hpp, test/math/RectMatrixTestCase.cpp,
9186          test/math/RectMatrixTestCase.hpp, test/math/Vector3TestCase.cpp,
9187          test/math/Vector3TestCase.hpp, test/math/VectorTestCase.cpp,
9188          test/math/VectorTestCase.hpp: implement more test cases
9189  
9190 < 2004-10-18 18:13  tim
9190 > 2004-10-18 16:13  tim
9191  
9192          * ChangeLog, make/Doxyfile, src/math/Matrix3x3d.hpp,
9193          src/math/RectMatrix.hpp, src/math/SquareMatrix.hpp,
# Line 7753 | Line 9196
9196          test/math/VectorTestCase.cpp, test/math/VectorTestCase.hpp: more
9197          tests on math library
9198  
9199 < 2004-10-18 16:03  tim
9199 > 2004-10-18 14:03  tim
9200  
9201          * test/math/: Makefile, QuaternionTestCase.cpp,
9202          QuaternionTestCase.hpp, RectMatrixTestCase.cpp,
# Line 7761 | Line 9204
9204          Vector3TestCase.hpp, VectorTestCase.cpp, VectorTestCase.hpp: adding
9205          more testing units
9206  
9207 < 2004-10-18 12:07  tim
9207 > 2004-10-18 10:07  tim
9208  
9209          * src/: brains/SimSetup.hpp, io/FileReader.hpp, math/Euler3.cpp,
9210          math/Euler3.hpp, math/Quaternion.hpp, math/SquareMatrix3.hpp,
9211          math/Vector3.hpp, types/ShapeType.cpp, types/ShapeType.hpp,
9212          utils/GenericFactory.hpp: fix some bugs in Quaternion class
9213  
9214 < 2004-10-18 11:30  gezelter
9214 > 2004-10-18 09:30  gezelter
9215  
9216          * src/math/: RealSphericalHarmonic.cpp, RealSphericalHarmonic.hpp:
9217          Your basic run of the mill real-valued versions of Y_l^m(\theta,
9218          \phi)
9219  
9220 < 2004-10-18 11:29  gezelter
9220 > 2004-10-18 09:29  gezelter
9221  
9222          * src/: math/Makefile, math/Matrix3x3d.hpp, math/Vector3.hpp,
9223          types/Makefile, types/ShapeType.cpp, types/ShapeType.hpp,
9224          utils/StringUtils.cpp, utils/StringUtils.hpp: Working on getting
9225          Shapes into OOPSE
9226  
9227 < 2004-10-18 10:21  gezelter
9227 > 2004-10-18 08:21  gezelter
9228  
9229          * src/types/: ShapeType.cpp, ShapeType.hpp: Added ShapeType
9230  
9231 < 2004-10-18 00:23  tim
9231 > 2004-10-17 22:23  tim
9232  
9233          * test/math/VectorTestCase.hpp: adding  vector test case
9234  
9235 < 2004-10-18 00:23  tim
9235 > 2004-10-17 22:23  tim
9236  
9237          * src/utils/GenericFactory.hpp: adding generic factory and vector
9238          test case
9239  
9240 < 2004-10-16 20:19  tim
9240 > 2004-10-16 18:19  tim
9241  
9242          * src/math/: Quaternion.hpp, RectMatrix.hpp, SquareMatrix.hpp,
9243          SquareMatrix3.hpp, Vector.hpp, Vector3.hpp: math library in
9244          progress
9245  
9246 < 2004-10-15 20:31  tim
9246 > 2004-10-15 18:31  tim
9247  
9248          * src/math/Quaternion.hpp: add quaternion class
9249  
9250 < 2004-10-15 16:11  tim
9250 > 2004-10-15 14:11  tim
9251  
9252          * test/io/: DUFF.frc, IfstrstreamTestCase.cpp,
9253          IfstrstreamTestCase.hpp: adding test file
9254  
9255 < 2004-10-15 16:10  tim
9255 > 2004-10-15 14:10  tim
9256  
9257          * src/io/basic_ifstrstream.hpp: fix a bunch of bugs
9258  
9259 < 2004-10-15 15:42  tim
9259 > 2004-10-15 13:42  tim
9260  
9261          * src/io/basic_ifstrstream.hpp: change const_cast to statc_const
9262  
9263 < 2004-10-15 15:35  tim
9263 > 2004-10-15 13:35  tim
9264  
9265          * src/io/basic_ifstrstream.hpp: fix a bug in basic_ifstrstream.hpp
9266  
9267 < 2004-10-15 15:34  tim
9267 > 2004-10-15 13:34  tim
9268  
9269          * test/io/: IfstrstreamTestCase.cpp, Makefile: forget to use
9270          namespace oopse
9271  
9272 < 2004-10-15 14:38  chuckv
9272 > 2004-10-15 12:38  chuckv
9273  
9274          * configure, ac-tools/aclocal.m4: Changed optimization flags for
9275          XLF and XLC.
9276  
9277 < 2004-10-15 13:28  tim
9277 > 2004-10-15 11:28  tim
9278  
9279          * test/io/: IfstrstreamTestCase.cpp, IfstrstreamTestCase.hpp:
9280          adding ifstrstream test case
9281  
9282 < 2004-10-15 13:20  tim
9282 > 2004-10-15 11:20  tim
9283  
9284          * src/io/basic_ifstrstream.hpp: fix include
9285  
9286 < 2004-10-15 13:18  tim
9286 > 2004-10-15 11:18  tim
9287  
9288          * src/math/SquareMatrix.hpp: fix incompatible declaration in jacobi
9289  
9290 < 2004-10-15 13:17  tim
9290 > 2004-10-15 11:17  tim
9291  
9292          * test/math/: Makefile, RectMatrixTestCase.cpp: adding Makefile
9293  
9294 < 2004-10-15 13:16  tim
9294 > 2004-10-15 11:16  tim
9295  
9296          * test/io/: Makefile, ifstrstreamTestCase.cpp,
9297          ifstrstreamTestCase.hpp: adding test case for ifstrstream
9298  
9299 < 2004-10-15 10:37  tim
9299 > 2004-10-15 08:37  tim
9300  
9301          * test/io/: IOTest.cpp, ifstrstreamTestCase.cpp,
9302          ifstrstreamTestCase.hpp: add ifstrstreamTestCase
9303  
9304 < 2004-10-15 10:20  tim
9304 > 2004-10-15 08:20  tim
9305  
9306          * src/io/basic_ifstrstream.hpp: add checkFilename Option
9307  
9308 < 2004-10-15 10:19  tim
9308 > 2004-10-15 08:19  tim
9309  
9310          * test/math/: RectMatrixTestCase.cpp, RectMatrixTestCase.hpp,
9311          SquareMatrixTestCase.cpp, SquareMatrixTestCase.hpp: add
9312          SquareMatrixTestCase class
9313  
9314 < 2004-10-15 02:52  tim
9314 > 2004-10-15 00:52  tim
9315  
9316          * src/io/basic_ifstrstream.hpp: adding basic_ifstrstream
9317  
9318 < 2004-10-14 18:28  tim
9318 > 2004-10-14 16:28  tim
9319  
9320          * src/math/: RectMatrix.hpp, SquareMatrix.hpp, SquareMatrix3.hpp,
9321          Vector.hpp: math library in progress
9322  
9323 < 2004-10-14 18:27  tim
9323 > 2004-10-14 16:27  tim
9324  
9325          * src/io/FileReader.hpp: FileReader in progress
9326  
9327 < 2004-10-13 18:53  tim
9327 > 2004-10-13 16:53  tim
9328  
9329          * src/math/: RectMatrix.hpp, SquareMatrix.hpp: Matrix in progress,
9330          test in isOrthogonal of SquareMatrix is failed by some reasons
9331  
9332 < 2004-10-13 17:28  tim
9332 > 2004-10-13 15:28  tim
9333  
9334          * src/utils/: PropertyMap.cpp, PropertyMap.hpp: adding PropertyMap
9335          class
9336  
9337 < 2004-10-13 17:27  tim
9337 > 2004-10-13 15:27  tim
9338  
9339          * test/math/: MainTest.cpp, RectMatrixTestCase.cpp,
9340          RectMatrixTestCase.hpp: adding testing unit
9341  
9342 < 2004-10-13 17:24  tim
9342 > 2004-10-13 15:24  tim
9343  
9344          * src/math/: RectMatrix.hpp, Vector.hpp: adding RectMatrix
9345  
9346 < 2004-10-13 01:51  tim
9346 > 2004-10-12 23:51  tim
9347  
9348          * src/math/: SquareMatrix.hpp, SquareMatrix3.hpp, Vector.hpp,
9349          Vector3.hpp: refactory vector and matrix classes
9350  
9351 < 2004-10-13 01:50  tim
9351 > 2004-10-12 23:50  tim
9352  
9353          * src/math/Vector3d.hpp: Remove some Makefile.in
9354  
9355 < 2004-10-12 18:57  tim
9355 > 2004-10-12 16:57  tim
9356  
9357          * src/math/: Matrix3x3d.hpp, Vector3d.hpp: add Vector3d.hpp and
9358          Matrix3x3d.hpp
9359  
9360 < 2004-10-12 14:08  tim
9360 > 2004-10-12 12:08  tim
9361  
9362          * doc/: cppstyle.html, style.css: adding c++ coding style
9363  
9364 < 2004-10-11 17:15  tim
9364 > 2004-10-11 15:15  tim
9365  
9366          * src/: constraints/AbstractClasses.hpp,
9367          integrators/AbstractClasses.hpp, primitives/AbstractClasses.hpp:
9368          change #include "mpi.h" to #include <mpi.h> in AbstractClasses.hpp
9369  
9370 < 2004-10-11 16:54  tim
9370 > 2004-10-11 14:54  tim
9371  
9372          * scripts/filepp: fix a bug in filepp
9373  
9374 < 2004-10-11 16:13  tim
9374 > 2004-10-11 14:13  tim
9375  
9376          * make/Makefile.in: using filepp to generate dependencies instead
9377          of compilers
9378  
9379 < 2004-10-11 16:10  tim
9379 > 2004-10-11 14:10  tim
9380  
9381          * scripts/filepp: filepp can be used to generate dependencies for
9382          c/c++ now
9383  
9384 < 2004-10-11 13:40  tim
9384 > 2004-10-11 11:40  tim
9385  
9386          * make/Makefile.in: remove -module from F90Options
9387  
9388 < 2004-10-11 13:01  tim
9388 > 2004-10-11 11:01  tim
9389  
9390          * make/Makefile.in: adding rules to move fortran 90 module to
9391          target directory
9392  
9393 < 2004-10-11 10:43  gezelter
9393 > 2004-10-11 08:43  gezelter
9394  
9395          * make/Makefile.in: fixed makefile.in
9396  
9397 < 2004-10-11 09:51  tim
9397 > 2004-10-11 07:51  tim
9398  
9399          * scripts/filepp: remove "use bytes" which causes problem in sgi
9400          machine
9401  
9402 < 2004-10-11 09:26  tim
9402 > 2004-10-11 07:26  tim
9403  
9404          * forceFields/Makefile: add Makefile
9405  
9406 < 2004-10-11 09:23  tim
9406 > 2004-10-11 07:23  tim
9407  
9408          * samples/: water/dimer/Makefile, water/spce/Makefile,
9409          water/ssd/Makefile, water/ssde/Makefile, water/tip3p_ice/Makefile,
9410          water/tip4p/Makefile, zcons/Makefile: fix Makefile under water
9411          directory
9412  
9413 < 2004-10-11 09:23  tim
9413 > 2004-10-11 07:23  tim
9414  
9415          * samples/argon/Makefile: remove argon.dump and argon.eor from
9416          Makefile
9417  
9418 < 2004-10-09 01:01  tim
9418 > 2004-10-08 23:01  tim
9419  
9420          * samples/: alkane/Makefile.in, argon/Makefile.in,
9421          lipid/Makefile.in, metals/Makefile.in, minimizer/Makefile.in:
9422          Remove some Makefile.in
9423  
9424 < 2004-10-08 18:15  tim
9424 > 2004-10-08 16:15  tim
9425  
9426          * make/Makefile.in: [no log message]
9427  
9428 < 2004-10-08 17:51  tim
9428 > 2004-10-08 15:51  tim
9429  
9430          * make/Makefile.in: fix make install
9431  
9432 < 2004-10-08 17:10  tim
9432 > 2004-10-08 15:10  tim
9433  
9434          * make/Makefile.in: adding make install
9435  
9436 < 2004-10-08 17:04  tim
9436 > 2004-10-08 15:04  tim
9437  
9438          * samples/: alkane/Makefile, argon/Makefile, lipid/Makefile,
9439          metals/Makefile, minimizer/Makefile, water/Makefile.in,
# Line 8001 | Line 9444
9444          water/tip4p/Makefile, water/tip4p/Makefile.in, zcons/Makefile,
9445          zcons/Makefile.in: add Makefile to sample directory
9446  
9447 < 2004-10-06 18:03  gezelter
9447 > 2004-10-06 16:03  gezelter
9448  
9449          * src/utils/: getopt.c, getopt1.c, gnugetopt.h: moved the getopt
9450          stuff
9451  
9452 < 2004-10-06 18:03  gezelter
9452 > 2004-10-06 16:03  gezelter
9453  
9454          * configure, ac-tools/aclocal.m4, ac-tools/configure.in,
9455          make/Doxyfile, src/applications/getopt.c,
9456          src/applications/getopt1.c, src/applications/gnugetopt.h: more
9457          build fixes
9458  
9459 < 2004-10-06 17:20  tim
9459 > 2004-10-06 15:20  tim
9460  
9461          * make/: Doxyfile, Makefile.in: adding doxygen configuration file
9462  
9463 < 2004-10-06 17:19  tim
9463 > 2004-10-06 15:19  tim
9464  
9465          * scripts/filepp: filepp can handle different fortran module case
9466          and suffix
9467  
9468 < 2004-10-06 16:27  gezelter
9468 > 2004-10-06 14:27  gezelter
9469  
9470          * src/restraints/Restraints.cpp: Chris doesn't know about the
9471          OOPSE-2.0 directory structure yet
9472  
9473 < 2004-10-06 16:27  gezelter
9473 > 2004-10-06 14:27  gezelter
9474  
9475          * ChangeLog: Yeah yeah, we'lll get around to it later
9476  
9477 < 2004-10-06 16:22  gezelter
9477 > 2004-10-06 14:22  gezelter
9478  
9479          * configure, ac-tools/configure.in, ac-tools/fortran90.m4,
9480          make/Makefile.in: cleaning up build process
9481  
9482 < 2004-10-06 15:01  chrisfen
9482 > 2004-10-06 13:01  chrisfen
9483  
9484          * src/restraints/Restraints.cpp: made the file reading in
9485          restraints more intelligent - no longer gives uninformative seg
9486          faults
9487  
9488 < 2004-10-06 14:55  gezelter
9488 > 2004-10-06 12:55  gezelter
9489  
9490          * src/applications/simpleBuilder/Make.ftemp.old: cleaning up
9491  
9492 < 2004-10-06 14:51  gezelter
9492 > 2004-10-06 12:51  gezelter
9493  
9494          * LICENSE, MPIobj/dummy, make/Makefile, obj/dummy,
9495          scripts/cleanSrc, src/brains/Makedepend: Cleaning up a bit
9496  
9497 < 2004-10-06 13:53  tim
9497 > 2004-10-06 11:53  tim
9498  
9499          * make/: Makefile, Makefile.in: fix make statistics
9500  
9501 < 2004-10-06 13:18  tim
9501 > 2004-10-06 11:18  tim
9502  
9503          * make/: Makefile, Makefile.in: adding GNU make functions to
9504          combine all of the static libraries to a big library
9505  
9506 < 2004-10-05 17:57  tim
9506 > 2004-10-05 15:57  tim
9507  
9508          * make/: Makefile, Makefile.in:  adding shared library flag
9509  
9510 < 2004-10-05 14:37  tim
9510 > 2004-10-05 12:37  tim
9511  
9512          * src/: Makefile, UseTheForce/Makefile,
9513          UseTheForce/mpiSimulation_module.F90,
# Line 8072 | Line 9515
9515          UseTheForce/DarkSide/mpiSimulation_module.F90, math/Makefile: move
9516          mpiSimulation_module to DarkSide
9517  
9518 < 2004-10-05 14:35  tim
9518 > 2004-10-05 12:35  tim
9519  
9520          * make/: Makefile, Makefile.in: building MPI version;using static
9521          library instead of shared library
9522  
9523 < 2004-10-05 09:14  tim
9523 > 2004-10-05 07:14  tim
9524  
9525          * make/: Makefile, Makefile.in: pass __FORTRAN90 instead of __F90
9526          to filepp
9527  
9528 < 2004-10-04 15:56  tim
9528 > 2004-10-04 13:56  tim
9529  
9530          * make/: Makefile, Makefile.in: add make cvslog
9531  
9532 < 2004-10-04 11:24  gezelter
9532 > 2004-10-04 09:24  gezelter
9533  
9534          * make/: Makefile, Makefile.in: more work on the parallel build
9535  
9536 < 2004-10-04 11:06  gezelter
9536 > 2004-10-04 09:06  gezelter
9537  
9538          * make/: Makefile, Makefile.in: changes to backport declare flags
9539  
9540 < 2004-10-04 10:27  gezelter
9540 > 2004-10-04 08:27  gezelter
9541  
9542          * src/UseTheForce/: ForceFields.hpp, Shapes_FF.cpp,
9543          DarkSide/Makefile, DarkSide/calc_shapes.F90: Started work merging
9544          shapes
9545  
9546 < 2004-10-01 23:40  tim
9546 > 2004-10-01 21:40  tim
9547  
9548          * scripts/: filepp, sfmakedepend: remove sfmakedepend from cvs tree
9549  
9550 < 2004-10-01 23:22  tim
9550 > 2004-10-01 21:22  tim
9551  
9552          * make/: Makefile, Makefile.in: add oopse_ as library prefix
9553  
9554 < 2004-10-01 16:59  tim
9554 > 2004-10-01 14:59  tim
9555  
9556          * make/: Makefile, Makefile.in: fix a space trimming bug in filepp
9557  
9558 < 2004-10-01 16:22  gezelter
9558 > 2004-10-01 14:22  gezelter
9559  
9560          * Makefile, ac-tools/aclocal.m4, make/Makefile, make/Makefile.in: A
9561          few minor build changes
9562  
9563 < 2004-10-01 16:11  tim
9563 > 2004-10-01 14:11  tim
9564  
9565          * scripts/filepp: adding fortran90 make dependency tool
9566  
9567 < 2004-09-30 10:41  tim
9567 > 2004-09-30 08:41  tim
9568  
9569          * make/: Makefile, Makefile.in: make clean is smart enough to only
9570          remove object files belong to current package.  turn off silent
9571          mode
9572  
9573 < 2004-09-29 16:55  tim
9573 > 2004-09-29 14:55  tim
9574  
9575          * src/: Makefile, UseTheForce/Makefile,
9576          UseTheForce/DarkSide/Makefile, applications/dump2Xyz/Makefile,
# Line 8138 | Line 9581
9581          restraints/Makefile, types/Makefile, utils/Makefile,
9582          visitors/Makefile: define DEV_ROOT as relative path
9583  
9584 < 2004-09-29 16:54  tim
9584 > 2004-09-29 14:54  tim
9585  
9586          * make/: Makefile, Makefile.in: get the relative path by shell
9587          script
9588  
9589 < 2004-09-29 16:32  tim
9589 > 2004-09-29 14:32  tim
9590  
9591          * make/Makefile: eliminate DEV_ROOT by relative path
9592  
9593 < 2004-09-29 13:37  tim
9593 > 2004-09-29 11:37  tim
9594  
9595          * make/Makefile.in: add PackageLibs;  fix dependency rule
9596  
9597 < 2004-09-29 12:57  gezelter
9597 > 2004-09-29 10:57  gezelter
9598  
9599          * configure, ac-tools/configure.in: updates
9600  
9601 < 2004-09-29 12:56  gezelter
9601 > 2004-09-29 10:56  gezelter
9602  
9603          * make/: Make.conf.in, Makefile.in, _files/style.css: Working on
9604          make stuff
9605  
9606 < 2004-09-29 12:46  tim
9606 > 2004-09-29 10:46  tim
9607  
9608          * Makefile: If makefile does not exist, print error message
9609  
9610 < 2004-09-29 12:12  tim
9610 > 2004-09-29 10:12  tim
9611  
9612          * make/: Make.conf.in, Makefile: fix dependencies rule
9613  
9614 < 2004-09-29 10:58  gezelter
9614 > 2004-09-29 08:58  gezelter
9615  
9616          * Makefile, make/Makefile: still working on build process
9617  
9618 < 2004-09-29 10:00  tim
9618 > 2004-09-29 08:00  tim
9619  
9620          * make/Makefile: add print statment to rules
9621  
9622 < 2004-09-29 09:59  tim
9622 > 2004-09-29 07:59  tim
9623  
9624          * src/: UseTheForce/Makefile, UseTheForce/DarkSide/Makefile,
9625          applications/dump2Xyz/Makefile, applications/oopse/Makefile,
# Line 8186 | Line 9629
9629          profiling/Makefile, restraints/Makefile, types/Makefile,
9630          utils/Makefile, visitors/Makefile: change Makefile to relative path
9631  
9632 < 2004-09-28 21:55  tim
9632 > 2004-09-28 19:55  tim
9633  
9634          * src/utils/: StringUtils.c, StringUtils.h: remove StringUtils.c
9635          which cause headache in bulding libutils
9636  
9637 < 2004-09-28 18:24  tim
9637 > 2004-09-28 16:24  tim
9638  
9639          * src/applications/: BaseLattice.cpp, BaseLattice.hpp,
9640          Dump2XYZ.cpp, Dump2XYZ.ggo, Dump2XYZCmd.c, Dump2XYZCmd.h,
# Line 8214 | Line 9657
9657          change directory structure of application. Every executable file is
9658          replaced in seperate directory
9659  
9660 < 2004-09-28 17:15  gezelter
9660 > 2004-09-28 15:15  gezelter
9661  
9662          * lib/dummy: Keep that lib around, please.
9663  
9664 < 2004-09-28 17:14  gezelter
9664 > 2004-09-28 15:14  gezelter
9665  
9666          * Makefile, configure, ac-tools/configure.in, make/Make.conf.in:
9667          starting a configure version
9668  
9669 < 2004-09-28 16:08  tim
9669 > 2004-09-28 14:08  tim
9670  
9671          * src/: UseTheForce/Makefile, UseTheForce/notifyCutoffs.F90,
9672          UseTheForce/DarkSide/Makefile,
# Line 8232 | Line 9675
9675          brains/Makefile, brains/simulation_module.F90: move fortran files
9676          around to solve dependency problem
9677  
9678 < 2004-09-28 15:43  tim
9678 > 2004-09-28 13:43  tim
9679  
9680          * Makefile, src/UseTheForce/ForceFields.hpp,
9681          src/UseTheForce/Makefile, src/applications/BaseLattice.hpp,
# Line 8242 | Line 9685
9685          src/math/Makefile, src/minimizers/OOPSEMinimizer.cpp,
9686          src/utils/Makefile: [no log message]
9687  
9688 < 2004-09-28 15:41  tim
9688 > 2004-09-28 13:41  tim
9689  
9690          * make/Makefile, scripts/sfmakedepend: fix fortran dependency
9691          problem
9692  
9693 < 2004-09-28 11:13  tim
9693 > 2004-09-28 09:13  tim
9694  
9695          * make/Makefile, src/io/BASSlex.l, src/io/BASSyacc.y,
9696          src/io/Makefile: add yacc and lex rules
9697  
9698 < 2004-09-27 15:24  tim
9698 > 2004-09-27 13:24  tim
9699  
9700          * make/Makefile: adding include path to F90Options
9701  
9702 < 2004-09-27 15:13  tim
9702 > 2004-09-27 13:13  tim
9703  
9704          * make/Makefile: change suffix from .cc to .cpp
9705  
9706 < 2004-09-24 11:27  tim
9706 > 2004-09-24 09:27  tim
9707  
9708          * src/: UseTheForce/DUFF.cpp, UseTheForce/EAM_FF.cpp,
9709          UseTheForce/ForceFields.cpp, UseTheForce/ForceFields.hpp,
# Line 8327 | Line 9770
9770          visitors/RigidBodyVisitor.hpp, visitors/ZconsVisitor.cpp,
9771          visitors/ZconsVisitor.hpp: change the #include in source files
9772  
9773 < 2004-09-23 23:16  gezelter
9773 > 2004-09-23 21:16  gezelter
9774  
9775          * AUTHORS, ChangeLog, LICENSE, Makefile, README, configure,
9776          src/Makefile, src/config.h.in, src/constraints/AbstractClasses.hpp,
# Line 8503 | Line 9946
9946          forceFields/Ni.VC.funcfl, forceFields/Pd.u3.funcfl,
9947          forceFields/Pt.VC.funcfl: Import of OOPSE v. 2.0
9948  
9949 < 2004-09-23 23:16  gezelter
9949 > 2004-09-23 21:16  gezelter
9950  
9951          * AUTHORS, ChangeLog, LICENSE, Makefile, README, configure,
9952          src/Makefile, src/config.h.in, src/constraints/AbstractClasses.hpp,

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines