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

Comparing trunk/OOPSE-2.0/ChangeLog (file contents):
Revision 1648 by tim, Tue Oct 26 22:19:22 2004 UTC vs.
Revision 1714 by chrisfen, Fri Nov 5 21:03:47 2004 UTC

# Line 1 | Line 1
1 + 2004-11-04 21:56  tim
2 +
3 +        * src/: brains/SimCreator.cpp, brains/SimCreator.hpp,
4 +        primitives/Molecule.hpp: Pain......
5 +
6 + 2004-11-04 15:55  tim
7 +
8 +        * ChangeLog, make/Makefile.in, src/brains/SimCreator.cpp,
9 +        src/brains/SimCreator.hpp, src/brains/SimInfo.hpp,
10 +        src/brains/Stats.hpp: time to break SimSetup
11 +
12 + 2004-11-04 15:51  gezelter
13 +
14 +        * src/UseTheForce/: ForceField.cpp, ForceField.hpp: added new
15 +        classes in progress
16 +
17 + 2004-11-04 14:48  tim
18 +
19 +        * src/brains/Stats.cpp: file Stats.cpp was initially added on
20 +        branch new_design.
21 +
22 + 2004-11-04 14:48  tim
23 +
24 +        * src/brains/Stats.hpp: file Stats.hpp was initially added on
25 +        branch new_design.
26 +
27 + 2004-11-04 14:48  tim
28 +
29 +        * src/brains/: SimInfo.cpp, SimInfo.hpp, SimModel.cpp,
30 +        SimModel.hpp, Snapshot.hpp, Stats.cpp, Stats.hpp: adding Stats
31 +        class
32 +
33 + 2004-11-04 11:22  gezelter
34 +
35 +        * src/primitives/: DirectionalAtom.cpp, DirectionalAtom.hpp,
36 +        RigidBody.hpp, StuntDouble.cpp, StuntDouble.hpp: isLinear and
37 +        linearAxis are virtual in StuntDouble, but are implemented by
38 +        DirectionalAtom and RigidBody In StuntDouble, they should return
39 +        false and "-1" but there should be logic to figure them out in the
40 +        other two classes
41 +
42 + 2004-11-04 11:20  gezelter
43 +
44 +        * src/: brains/ForceFields.cpp, integrators/Integrator.cpp: Don't
45 +        remember what I did
46 +
47 + 2004-11-04 11:20  gezelter
48 +
49 +        * src/UseTheForce/DarkSide/shapes.F90: Breaky Breaky
50 +
51 + 2004-11-04 11:20  gezelter
52 +
53 +        * src/UseTheForce/: DUFF.cpp, WATER.cpp, doForces.F90: fixed useXXX
54 +        in the entry_plug so that it only is set if the atoms really are in
55 +        the simulation
56 +
57 + 2004-11-04 11:20  gezelter
58 +
59 +        * samples/water/ssd/ssd.md: testing force fields
60 +
61 + 2004-11-04 11:19  gezelter
62 +
63 +        * samples/shape/linear.in: testing shapes
64 +
65 + 2004-11-03 14:56  tim
66 +
67 +        * src/brains/: SimCreator.cpp, SimCreator.hpp: Adding SimCreator
68 +        class(similar as SimSetup)
69 +
70 + 2004-11-03 14:56  tim
71 +
72 +        * src/brains/SimCreator.hpp: file SimCreator.hpp was initially
73 +        added on branch new_design.
74 +
75 + 2004-11-03 14:56  tim
76 +
77 +        * src/brains/SimCreator.cpp: file SimCreator.cpp was initially
78 +        added on branch new_design.
79 +
80 + 2004-11-03 13:00  tim
81 +
82 +        * src/: UseTheForce/DUFF.cpp, UseTheForce/EAM_FF.cpp,
83 +        UseTheForce/ForceFields.cpp, UseTheForce/LJFF.cpp,
84 +        UseTheForce/Shapes_FF.cpp, UseTheForce/WATER.cpp,
85 +        brains/DataStorage.hpp, primitives/Atom.hpp,
86 +        primitives/DirectionalAtom.hpp, restraints/Restraints.hpp,
87 +        visitors/BaseVisitor.hpp, visitors/ZconsVisitor.cpp: ForceFiled get
88 +        compiled. Still a long way to go ......
89 +
90 + 2004-11-03 11:08  tim
91 +
92 +        * ChangeLog, src/brains/SimInfo.cpp, src/brains/SimInfo.hpp,
93 +        src/constraints/ZConstraint.cpp, src/integrators/NPT.cpp,
94 +        src/integrators/NPTf.cpp, src/integrators/NPTi.cpp,
95 +        src/integrators/NPTxyz.cpp, src/integrators/NVT.cpp,
96 +        src/io/ZConsReader.cpp, src/primitives/Bend.cpp,
97 +        src/primitives/Bond.cpp, src/primitives/GhostBend.cpp,
98 +        src/primitives/Molecule.cpp, src/primitives/Molecule.hpp,
99 +        src/primitives/SRI.hpp, src/primitives/StuntDouble.cpp,
100 +        src/primitives/StuntDouble.hpp, src/primitives/Torsion.cpp,
101 +        src/utils/GenericData.hpp, src/visitors/AtomVisitor.cpp,
102 +        src/visitors/OtherVisitor.cpp, src/visitors/RigidBodyVisitor.cpp,
103 +        src/visitors/ZconsVisitor.cpp, test/utils/Makefile: mess up ......
104 +
105 + 2004-11-02 17:41  tim
106 +
107 +        * src/: brains/Migrator.hpp, brains/SimModel.cpp,
108 +        utils/LocalndexManager.hpp: Adding LocalIndexManager and Migrator.
109 +        Need unit test
110 +
111 + 2004-11-02 17:41  tim
112 +
113 +        * src/utils/LocalndexManager.hpp: file LocalndexManager.hpp was
114 +        initially added on branch new_design.
115 +
116 + 2004-11-02 17:41  tim
117 +
118 +        * src/brains/Migrator.hpp: file Migrator.hpp was initially added on
119 +        branch new_design.
120 +
121 + 2004-11-02 11:59  tim
122 +
123 +        * src/brains/SimModel.cpp: file SimModel.cpp was initially added on
124 +        branch new_design.
125 +
126 + 2004-11-02 11:59  tim
127 +
128 +        * src/brains/: SimModel.cpp, SimModel.hpp, SimSnapshotManager.cpp,
129 +        SimSnapshotManager.hpp: SimModel in progress
130 +
131 + 2004-11-02 10:28  chrisfen
132 +
133 +        * src/: UseTheForce/DarkSide/shapes.F90,
134 +        primitives/StuntDouble.cpp, primitives/StuntDouble.hpp: Shapes
135 +        looks like it's working
136 +
137 + 2004-11-02 10:27  tim
138 +
139 +        * src/utils/MemoryUtils.hpp: adding MemoryUtils which provide some
140 +        functions for dealing with memory issue
141 +
142 + 2004-11-02 10:27  tim
143 +
144 +        * src/utils/MemoryUtils.hpp: file MemoryUtils.hpp was initially
145 +        added on branch new_design.
146 +
147 + 2004-11-02 10:23  tim
148 +
149 +        * src/: brains/SimModel.hpp, brains/Snapshot.hpp,
150 +        brains/SnapshotManager.hpp, primitives/Molecule.hpp: adding
151 +        SimModel(something similar as SimInfo)
152 +
153 + 2004-11-01 17:52  tim
154 +
155 +        * src/: applications/simpleBuilder/MoLocator.hpp,
156 +        applications/simpleBuilder/simpleBuilder.cpp,
157 +        brains/DataStorage.hpp, brains/ForceFields.cpp,
158 +        brains/Snapshot.hpp, brains/SnapshotManager.hpp, brains/Thermo.cpp,
159 +        constraints/ZConstraint.cpp, integrators/Integrator.cpp,
160 +        integrators/NPT.cpp, integrators/NVT.cpp, io/DumpWriter.cpp,
161 +        math/SquareMatrix3.hpp, math/Vector3.hpp,
162 +        minimizers/OOPSEMinimizer.cpp, primitives/Bend.hpp,
163 +        primitives/Bond.hpp, primitives/CutoffGroup.hpp,
164 +        primitives/Molecule.cpp, primitives/Molecule.hpp,
165 +        primitives/RigidBody.hpp, primitives/Torsion.hpp,
166 +        restraints/Restraints.cpp, types/TorsionType.hpp,
167 +        utils/PropertyMap.hpp, utils/StringTokenizer.hpp,
168 +        visitors/AtomVisitor.cpp, visitors/BaseVisitor.hpp,
169 +        visitors/RigidBodyVisitor.cpp: Molecule, Atom, DirectionalAtom,
170 +        RigidBody and StuntDouble classes get compiled
171 +
172 + 2004-11-01 16:40  tim
173 +
174 +        * src/primitives/Torsion.hpp: file Torsion.hpp was initially added
175 +        on branch new_design.
176 +
177 + 2004-11-01 16:40  tim
178 +
179 +        * src/primitives/Bend.hpp: file Bend.hpp was initially added on
180 +        branch new_design.
181 +
182 + 2004-11-01 16:40  tim
183 +
184 +        * src/primitives/Bond.hpp: file Bond.hpp was initially added on
185 +        branch new_design.
186 +
187 + 2004-11-01 16:40  tim
188 +
189 +        * src/primitives/: Bend.hpp, Bond.hpp, Torsion.hpp: add initial
190 +        version of Bond, Bend and Torsion.
191 +
192 + 2004-11-01 16:37  tim
193 +
194 +        * src/types/BendType.hpp: file BendType.hpp was initially added on
195 +        branch new_design.
196 +
197 + 2004-11-01 16:37  tim
198 +
199 +        * src/types/: BendType.hpp, BondType.hpp, TorsionType.hpp: adding
200 +        BondType, BendType, TorsionType
201 +
202 + 2004-11-01 16:37  tim
203 +
204 +        * src/types/TorsionType.hpp: file TorsionType.hpp was initially
205 +        added on branch new_design.
206 +
207 + 2004-11-01 16:37  tim
208 +
209 +        * src/types/BondType.hpp: file BondType.hpp was initially added on
210 +        branch new_design.
211 +
212 + 2004-11-01 15:15  tim
213 +
214 +        * src/primitives/: Atom.cpp, Atom.hpp, Bend.cpp, Bond.cpp,
215 +        CutoffGroup.hpp, DirectionalAtom.cpp, DirectionalAtom.hpp,
216 +        GhostBend.cpp, Makefile, Molecule.cpp, Molecule.hpp, RigidBody.cpp,
217 +        RigidBody.hpp, StuntDouble.cpp, StuntDouble.hpp, Torsion.cpp:
218 +        break, break and break.....
219 +
220 + 2004-11-01 14:57  tim
221 +
222 +        * test/brains/: Atom.cpp, DirectioanlAtom.cpp, DirectionalAtom.cpp,
223 +        DirectionalAtom.hpp, RigidBody.cpp, RigidBody.hpp, StuntDouble.cpp,
224 +        StuntDouble.hpp: these core classes get compiled
225 +
226 + 2004-10-29 17:37  tim
227 +
228 +        * test/brains/: Molecule.cpp, Molecule.hpp: more work on Molecule
229 +        class
230 +
231 + 2004-10-29 17:28  chrisfen
232 +
233 +        * src/: UseTheForce/DarkSide/atype.F90,
234 +        UseTheForce/DarkSide/shapes.F90, math/RealSphericalHarmonic.cpp,
235 +        types/ShapeAtomType.cpp: still debugging
236 +
237 + 2004-10-29 17:28  chrisfen
238 +
239 +        * src/UseTheForce/: ForceFields.hpp, Shapes_FF.cpp, doForces.F90:
240 +        shapes rcut calculator added
241 +
242 + 2004-10-29 17:27  chrisfen
243 +
244 +        * samples/shape/linear.md: shorter run
245 +
246 + 2004-10-29 15:54  tim
247 +
248 +        * test/brains/: Molecule.cpp, Molecule.hpp: rewrite Molecule class.
249 +
250 + 2004-10-29 11:22  tim
251 +
252 +        * test/utils/: GenerateCombination.hpp, ReplaceWildCard.hpp,
253 +        ReplaceWildCardTestCase.cpp, ReplaceWildCardTestCase.hpp: Remove
254 +        some deprecated files
255 +
256 + 2004-10-29 11:20  tim
257 +
258 +        * test/brains/: Atom.cpp, Atom.hpp, DirectioanlAtom.cpp,
259 +        DirectionalAtom.hpp, RigidBody.cpp, RigidBody.hpp, StuntDouble.hpp:
260 +        More painful reconstruction is coming !!!
261 +
262 + 2004-10-28 17:34  tim
263 +
264 +        * src/brains/DataStorage.hpp, src/utils/next_combination.hpp,
265 +        test/brains/DirectioanlAtom.cpp, test/brains/DirectionalAtom.hpp,
266 +        test/brains/RigidBody.cpp, test/brains/RigidBody.hpp,
267 +        test/brains/StuntDouble.hpp: More work on StuntDouble, Atom,
268 +        DirectionalAtom and RigidBody
269 +
270 + 2004-10-28 17:26  tim
271 +
272 +        * ChangeLog, src/applications/simpleBuilder/BaseLattice.hpp,
273 +        src/applications/simpleBuilder/MoLocator.cpp,
274 +        src/applications/simpleBuilder/Vector3d.hpp,
275 +        src/utils/GenericFactory.hpp, src/utils/next_combination.hpp:
276 +        remove old Vector3d.hpp from application/simpleBuilder
277 +
278 + 2004-10-28 16:42  tim
279 +
280 +        * src/utils/next_combination.hpp: Minor change in next_combination
281 +
282 + 2004-10-28 16:28  tim
283 +
284 +        * src/utils/next_combination.hpp,
285 +        test/utils/NextCombinationTestCase.cpp,
286 +        test/utils/ReplaceWildCardTestCase.cpp: Done with combination
287 +
288 + 2004-10-28 16:11  tim
289 +
290 +        * src/utils/next_combination.hpp: change documentation of
291 +        next_combination.hpp
292 +
293 + 2004-10-28 15:41  tim
294 +
295 +        * ChangeLog, src/utils/next_combination.hpp,
296 +        test/utils/NextCombinationTestCase.cpp,
297 +        test/utils/NextCombinationTestCase.hpp: ReplaceWildCard is working
298 +
299 + 2004-10-28 15:01  tim
300 +
301 +        * src/utils/next_combination.hpp: adding replace wildcard function
302 +
303 + 2004-10-28 14:33  tim
304 +
305 +        * src/utils/next_combination.hpp: Minor change
306 +
307 + 2004-10-28 14:06  tim
308 +
309 +        * ChangeLog, src/applications/simpleBuilder/MoLocator.hpp,
310 +        src/applications/simpleBuilder/simpleBuilder.cpp,
311 +        src/utils/next_combination.hpp, test/utils/Makefile,
312 +        test/utils/NextCombinationTestCase.cpp,
313 +        test/utils/ReplaceWildCardTestCase.cpp,
314 +        test/utils/next_combination.hpp: STL next_permutation like
315 +        next_combination is working
316 +
317 + 2004-10-28 12:22  chrisfen
318 +
319 +        * src/UseTheForce/WATER.cpp: fix of setDipoles
320 +
321 + 2004-10-28 12:20  gezelter
322 +
323 +        * src/UseTheForce/Shapes_FF.cpp: forgot to advance lines in the
324 +        shapeFile
325 +
326 + 2004-10-28 12:20  gezelter
327 +
328 +        * samples/shape/linear.md: forgot the orientation line
329 +
330 + 2004-10-28 11:56  gezelter
331 +
332 +        * src/: UseTheForce/DUFF.cpp, UseTheForce/EAM_FF.cpp,
333 +        UseTheForce/ForceFields.hpp, UseTheForce/LJFF.cpp,
334 +        UseTheForce/WATER.cpp, types/AtomType.cpp: fixed duplicate
335 +        declaration foo
336 +
337 + 2004-10-28 11:55  gezelter
338 +
339 +        * samples/lipid/5x5.md: uncommented .in line
340 +
341 + 2004-10-28 10:42  tim
342 +
343 +        * test/utils/: Makefile, NextCombinationTestCase.cpp,
344 +        NextCombinationTestCase.hpp, next_combination.hpp: next_combination
345 +        in progress
346 +
347 + 2004-10-28 10:15  tim
348 +
349 +        * test/utils/: NextCombinationTestCase.cpp,
350 +        NextCombinationTestCase.hpp: adding next_combination test case
351 +
352 + 2004-10-28 10:02  tim
353 +
354 +        * test/utils/next_combination.hpp: STL Compatible combination
355 +        sequence generator
356 +
357 + 2004-10-28 01:23  tim
358 +
359 +        * test/utils/: GenerateCombination.hpp,
360 +        ReplaceWildCardTestCase.cpp: bug fixed in GenerateCombination.hpp
361 +
362 + 2004-10-28 01:16  tim
363 +
364 +        * test/utils/GenerateCombination.hpp: a STL next_permutaion like
365 +        next_combination function.
366 +
367 + 2004-10-27 22:27  tim
368 +
369 +        * test/utils/ReplaceWildCard.hpp: no message
370 +
371 + 2004-10-27 22:14  tim
372 +
373 +        * test/utils/: ReplaceWildCard.hpp, ReplaceWildCardTestCase.cpp:
374 +        ReplaceWildCard(recursive version) is working, need refactoring. An
375 +        iterative version is on the way
376 +
377 + 2004-10-27 21:28  tim
378 +
379 +        * test/utils/: Makefile, ReplaceWildCard.hpp,
380 +        ReplaceWildCardTestCase.cpp: ReplaceWildCard in progress
381 +
382 + 2004-10-27 21:08  tim
383 +
384 +        * test/utils/: ReplaceWildCardTestCase.cpp,
385 +        ReplaceWildCardTestCase.hpp: Adding Test Case for ReplaceWildCard
386 +
387 + 2004-10-27 18:17  tim
388 +
389 +        * test/utils/ReplaceWildCard.hpp: adding ReplaceWildCard.hpp, need
390 +        test
391 +
392 + 2004-10-27 01:25  tim
393 +
394 +        * src/utils/TupleMatcher.hpp: Adding Generic TupleMatcher, wild
395 +        char matching is on the way
396 +
397 + 2004-10-27 01:07  tim
398 +
399 +        * src/utils/Tuple.hpp: Adding Generic Tuple3 and Tuple4
400 +
401 + 2004-10-26 22:00  gezelter
402 +
403 +        * src/UseTheForce/: EAM_FF.cpp, ForceFields.hpp: bug fix
404 +
405 + 2004-10-26 21:20  gezelter
406 +
407 +        * src/UseTheForce/ForceFields.hpp: subclass foo
408 +
409 + 2004-10-26 21:16  gezelter
410 +
411 +        * src/UseTheForce/: EAM_FF.cpp, LJFF.cpp, WATER.cpp: more char* ->
412 +        string conversion
413 +
414 + 2004-10-26 19:01  gezelter
415 +
416 +        * src/: UseTheForce/DUFF.cpp, UseTheForce/EAM_FF.cpp,
417 +        UseTheForce/ForceFields.hpp, brains/SimSetup.cpp,
418 +        brains/SimSetup.hpp: char* -> string
419 +
420 + 2004-10-26 17:25  gezelter
421 +
422 +        * src/types/: AtomType.cpp, AtomType.hpp, DirectionalAtomType.hpp,
423 +        Makefile, ShapeAtomType.cpp, ShapeAtomType.hpp, ShapeType.cpp,
424 +        ShapeType.hpp: Making ShapeType into a ShapeAtomType, fixing some
425 +        isXXX
426 +
427 + 2004-10-26 17:25  gezelter
428 +
429 +        * src/math/: RealSphericalHarmonic.cpp, RealSphericalHarmonic.hpp:
430 +        define name collision
431 +
432 + 2004-10-26 17:24  gezelter
433 +
434 +        * src/: UseTheForce/DUFF.cpp, UseTheForce/EAM_FF.cpp,
435 +        UseTheForce/ForceFields.hpp, UseTheForce/LJFF.cpp,
436 +        UseTheForce/Makefile, UseTheForce/Shapes_FF.cpp,
437 +        UseTheForce/WATER.cpp, UseTheForce/doForces.F90,
438 +        UseTheForce/DarkSide/shapes_interface.h, brains/SimSetup.cpp:
439 +        forcefield refactoring for shapes
440 +
441 + 2004-10-26 17:24  gezelter
442 +
443 +        * samples/shape/: 5CB.shape, 8CB.shape, C60.shape, C70.shape,
444 +        Shapes.frc, cholesterol.shape, ethylBenzene.shape, linear.in,
445 +        linear.md, linear.shape, toluene.shape: adding sample shape
446 +        directory
447 +
448 + 2004-10-26 17:19  tim
449 +
450 +        * ChangeLog, src/brains/DataStorage.cpp,
451 +        src/brains/DataStorage.hpp, src/brains/Snapshot.hpp,
452 +        test/brains/DataStorageTestCase.cpp,
453 +        test/brains/DataStorageTestCase.hpp, test/brains/Makefile:
454 +        DataStorage passes unit test
455 +
456 + 2004-10-26 13:03  chrisfen
457 +
458 +        * src/UseTheForce/DarkSide/: shapes.F90, shapes_interface.h:
459 +        Changes to help advance shapes
460 +
461 + 2004-10-26 13:02  chrisfen
462 +
463 +        * src/UseTheForce/: ForceFields.hpp, Shapes_FF.cpp: Changes to
464 +        Shapes force field reader
465 +
466 + 2004-10-26 12:28  tim
467 +
468 +        * src/brains/Snapshot.hpp, test/brains/RigidBody.hpp: Snaphot and
469 +        SnapshotTestCase in progress
470 +
471   2004-10-25 17:46  tim
472  
473          * ChangeLog, src/math/RectMatrix.hpp, src/math/SquareMatrix.hpp,
# Line 760 | Line 1230
1230  
1231   2004-09-29 12:56  gezelter
1232  
1233 <        * make/: Make.conf.in, Makefile.in: Working on make stuff
1233 >        * make/: Make.conf.in, Makefile.in, _files/style.css: Working on
1234 >        make stuff
1235  
1236   2004-09-29 12:46  tim
1237  
# Line 1026 | Line 1497
1497          src/visitors/OtherVisitor.cpp, src/visitors/OtherVisitor.hpp,
1498          src/visitors/RigidBodyVisitor.cpp,
1499          src/visitors/RigidBodyVisitor.hpp, src/visitors/ZconsVisitor.cpp,
1500 <        src/visitors/ZconsVisitor.hpp, make/Makefile, samples/Makefile.in,
1500 >        src/visitors/ZconsVisitor.hpp, make/Makefile,
1501 >        make/_files/style.css, samples/Makefile.in,
1502          samples/metals/Au-Core-Ag-Shell_Nanoparticle.in,
1503          samples/metals/Au-Core-Ag-Shell_Nanoparticle.md,
1504          samples/metals/Au_bulk_FBD.md, samples/metals/Au_bulk_voter.md,
# Line 1201 | Line 1673
1673          src/visitors/OtherVisitor.cpp, src/visitors/OtherVisitor.hpp,
1674          src/visitors/RigidBodyVisitor.cpp,
1675          src/visitors/RigidBodyVisitor.hpp, src/visitors/ZconsVisitor.cpp,
1676 <        src/visitors/ZconsVisitor.hpp, make/Makefile, samples/Makefile.in,
1676 >        src/visitors/ZconsVisitor.hpp, make/Makefile,
1677 >        make/_files/style.css, samples/Makefile.in,
1678          samples/metals/Au-Core-Ag-Shell_Nanoparticle.in,
1679          samples/metals/Au-Core-Ag-Shell_Nanoparticle.md,
1680          samples/metals/Au_bulk_FBD.md, samples/metals/Au_bulk_voter.md,

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines