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 1677 by tim, Thu Oct 28 20:41:18 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,
# Line 924 | 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 1190 | 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 1365 | 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