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 2762 by chrisfen, Fri May 19 21:26:41 2006 UTC vs.
Revision 3038 by chrisfen, Tue Oct 10 14:36:02 2006 UTC

# Line 1 | Line 1
1 + 2006-10-10 10:08  chrisfen
2 +
3 +        * src/applications/utilities/: affineScale, affineScale.in,
4 +        solvator, solvator.in, waterBoxer, waterBoxer.in: who needs .in
5 +        files for perl?  using env
6 +
7 + 2006-10-09 22:44  gezelter
8 +
9 +        * src/: applications/randomBuilder/randomBuilder.cpp,
10 +        applications/randomBuilder/randomBuilder.ggo,
11 +        applications/randomBuilder/randomBuilderCmd.c,
12 +        applications/randomBuilder/randomBuilderCmd.h, utils/MoLocator.cpp:
13 +        fixing bugs in randomBuilder
14 +
15 + 2006-10-09 18:16  gezelter
16 +
17 +        * samples/argon/lj.md,
18 +        src/applications/randomBuilder/randomBuilder.cpp,
19 +        src/applications/simpleBuilder/Makefile,
20 +        src/applications/simpleBuilder/randomBuilder.cpp,
21 +        src/applications/simpleBuilder/randomBuilder.ggo,
22 +        src/applications/simpleBuilder/randomBuilderCmd.c,
23 +        src/applications/simpleBuilder/randomBuilderCmd.h: Fixing the
24 +        builders to prepare for OOPSE-4 release
25 +
26 + 2006-10-06 17:29  chuckv
27 +
28 +        * src/applications/utilities/mdSplit: Added utility to split dump
29 +        file frames into md files.
30 +
31 + 2006-10-03 18:39  chrisfen
32 +
33 +        * src/applications/utilities/Makefile: forgot to adjust the
34 +        makefile
35 +
36 + 2006-10-03 18:38  chrisfen
37 +
38 +        * src/applications/utilities/: solvator.in, waterBoxer.in: added
39 +        solvator and adjusted waterBoxer
40 +
41 + 2006-10-02 19:54  chrisfen
42 +
43 +        * src/applications/utilities/waterBoxer.in: improvements to
44 +        waterBoxer
45 +
46 + 2006-10-02 19:27  chrisfen
47 +
48 +        * src/applications/utilities/waterBoxer.in: fixed a bug in
49 +        waterBoxer for invalid water names
50 +
51 + 2006-09-26 17:55  gezelter
52 +
53 +        * AUTHORS, README: Starting cleanup for 4.0 release
54 +
55 + 2006-09-26 12:08  gezelter
56 +
57 +        * src/applications/staticProps/: BondOrderParameter.cpp,
58 +        BondOrderParameter.hpp: Cleaned up the code for BondOrderParameter
59 +        and added a bunch of comments.  Fixed a memory leak or ten.
60 +
61 + 2006-09-26 10:33  gezelter
62 +
63 +        * src/applications/staticProps/: BondOrderParameter.cpp,
64 +        BondOrderParameter.hpp: Some efficiency fixes (now computes Wigner
65 +        3-j coefficients only once in the constructor).
66 +
67 + 2006-09-25 21:30  gezelter
68 +
69 +        * src/applications/staticProps/: BondOrderParameter.cpp,
70 +        BondOrderParameter.hpp, StaticProps.cpp, StaticProps.ggo,
71 +        StaticPropsCmd.c, StaticPropsCmd.h: Mostly done with
72 +        BondOrderParameter.  Only a few performance tweaks remain
73 +
74 + 2006-09-25 18:08  gezelter
75 +
76 +        * src/: applications/staticProps/BondOrderParameter.cpp,
77 +        applications/staticProps/BondOrderParameter.hpp,
78 +        applications/staticProps/StaticProps.cpp, brains/SimCreator.cpp,
79 +        math/SphericalHarmonic.cpp: fixing bond order parameter code
80 +
81 + 2006-09-22 18:19  chrisfen
82 +
83 +        * src/: UseTheForce/DarkSide/simulation.F90, brains/SimInfo.cpp,
84 +        brains/fSimulation.h, io/ForceFieldOptions.cpp,
85 +        io/ForceFieldOptions.hpp, io/Globals.cpp, io/Globals.hpp: refined
86 +        the reaction field dielectric passing
87 +
88 + 2006-09-21 21:41  gezelter
89 +
90 +        * src/applications/staticProps/: BondOrderParameter.cpp,
91 +        BondOrderParameter.hpp: bug fixes (still broken, however)
92 +
93 + 2006-09-21 21:36  gezelter
94 +
95 +        * src/applications/staticProps/: BondOrderParameter.cpp,
96 +        BondOrderParameter.hpp: Following Rein ten Wolde article
97 +
98 + 2006-09-21 17:47  gezelter
99 +
100 +        * src/applications/staticProps/: BondOrderParameter.cpp,
101 +        BondOrderParameter.hpp: more bug fixes
102 +
103 + 2006-09-21 16:43  gezelter
104 +
105 +        * src/applications/staticProps/BondOrderParameter.cpp: more changes
106 +        to BOP and SH
107 +
108 + 2006-09-21 14:25  chrisfen
109 +
110 +        * src/: UseTheForce/DarkSide/electrostatic.F90, brains/SimInfo.cpp,
111 +        io/Globals.cpp: fixed the half self term for wolf electrostatics
112 +        and OOPSE now chooses a cutoff radius dependent alpha for damped
113 +        electrostatics
114 +
115 + 2006-09-21 14:04  gezelter
116 +
117 +        * src/applications/staticProps/BondOrderParameter.cpp: Fixed a bug
118 +        in Wl code in BondOrderParameter
119 +
120 + 2006-09-21 10:45  gezelter
121 +
122 +        * src/: applications/staticProps/BondOrderParameter.cpp,
123 +        math/SphericalHarmonic.cpp, math/SphericalHarmonic.hpp: Bugfixes in
124 +        BondOrderParameter and SphericalHarmonic
125 +
126 + 2006-09-20 18:16  gezelter
127 +
128 +        * src/: applications/staticProps/BondOrderParameter.cpp,
129 +        math/Makefile, math/SphericalHarmonic.cpp,
130 +        math/SphericalHarmonic.hpp: added SphericalHarmonics, fixed a few
131 +        problems with BondOrderParameter
132 +
133 + 2006-09-20 16:13  gezelter
134 +
135 +        * src/applications/staticProps/: BondOrderParameter.cpp,
136 +        BondOrderParameter.hpp, GofAngle2.cpp, StaticProps.cpp,
137 +        StaticProps.ggo, StaticPropsCmd.c, StaticPropsCmd.h: fixed bugs
138 +        (mostly in BondOrderParameter)
139 +
140 + 2006-09-19 17:20  gezelter
141 +
142 +        * src/applications/staticProps/: BondOrderParameter.cpp,
143 +        BondOrderParameter.hpp: Adding BondOrderParameter to StaticProps
144 +
145 + 2006-09-19 17:14  gezelter
146 +
147 +        * src/applications/staticProps/: BondOrderParameter.cpp,
148 +        BondOrderParameter.hpp, Makefile, StaticProps.cpp, StaticProps.ggo,
149 +        StaticPropsCmd.c, StaticPropsCmd.h: Working on BondOrderParameter
150 +
151 + 2006-09-18 17:31  chuckv
152 +
153 +        * src/applications/staticProps/: BondOrderParameter.cpp,
154 +        BondOrderParameter.hpp: Latest Version
155 +
156 + 2006-09-08 12:13  gezelter
157 +
158 +        * src/: brains/BlockSnapshotManager.cpp, io/DumpReader.cpp,
159 +        utils/residentMem.c: fixed a DumpReader bug, took out extra
160 +        printing statements in residentMem and BlockSnapshotManager
161 +
162 + 2006-09-04 09:37  gezelter
163 +
164 +        * configure, ac-tools/configure.in,
165 +        src/applications/utilities/Makefile: changing configure script to
166 +        process the new utilities
167 +
168 + 2006-09-01 18:58  chrisfen
169 +
170 +        * src/applications/utilities/waterBoxer.in: added some features to
171 +        waterBoxer
172 +
173 + 2006-09-01 17:08  chrisfen
174 +
175 +        * src/applications/utilities/: Makefile, affineScale.in,
176 +        waterBoxer.in: added the waterBoxer script
177 +
178 + 2006-09-01 15:22  chrisfen
179 +
180 +        * src/applications/utilities/affineScale.in: added comment info
181 +
182 + 2006-09-01 15:16  gezelter
183 +
184 +        * src/: applications/nanoparticleBuilder/nanoparticleBuilder.cpp,
185 +        brains/Register.cpp, integrators/Makefile, integrators/NgammaT.cpp,
186 +        integrators/NgammaT.hpp, io/Globals.cpp: adding NgammaT integrator
187 +
188 + 2006-09-01 14:29  chrisfen
189 +
190 +        * src/applications/utilities/affineScale.in: modified affineScale
191 +        to work with the new OOPSE files
192 +
193 + 2006-09-01 10:15  chrisfen
194 +
195 +        * src/io/: RestReader.cpp, RestWriter.cpp: fixed TI MPI bug
196 +
197 + 2006-08-31 18:34  chrisfen
198 +
199 +        * src/: integrators/VelocityVerletIntegrator.cpp,
200 +        restraints/ThermoIntegrationForceManager.cpp: fixes to zang writing
201 +
202 + 2006-08-31 16:12  chrisfen
203 +
204 +        * samples/alkane/butane.in, samples/alkane/butane.md,
205 +        samples/argon/500.in, samples/argon/500.md, samples/argon/ar864.in,
206 +        samples/argon/ar864.md, samples/argon/argonNVT.in,
207 +        samples/argon/argonNVT.md, samples/cutoff/GB-Ar-max.md,
208 +        samples/cutoff/GB-Ar-mix.md, samples/cutoff/GB-Ar-traditional.md,
209 +        samples/cutoff/cutoff_test.in, samples/cutoff/cutoff_test.md,
210 +        samples/cutoff/gb-ar.in, samples/cutoff/max.md,
211 +        samples/cutoff/mix.md, samples/cutoff/traditional.md,
212 +        samples/dipole/splitInWater.in, samples/dipole/splitInWater.md,
213 +        samples/dipole/split_SSD.in, samples/dipole/split_SSD.md,
214 +        samples/dipole/twoSplitDipole.in, samples/dipole/twoSplitDipole.md,
215 +        samples/gbljtest/2gb.in, samples/gbljtest/2gb.md,
216 +        samples/gbljtest/gb2lj1.in, samples/gbljtest/gb2lj1.md,
217 +        samples/gbljtest/gbRotRoundX.in, samples/gbljtest/gbRotRoundX.md,
218 +        samples/gbljtest/gbRotRoundY.in, samples/gbljtest/gbRotRoundY.md,
219 +        samples/gbljtest/gbRotRoundZ.in, samples/gbljtest/gbRotRoundZ.md,
220 +        samples/lipid/5x5.in, samples/lipid/5x5.md,
221 +        samples/metals/EAM/Au_bulk.in, samples/metals/EAM/Au_bulk_FBD.md,
222 +        samples/metals/EAM/Au_bulk_voter.md,
223 +        samples/metals/EAM/nanoparticle/Au-Core-Ag-Shell_Nanoparticle.in,
224 +        samples/metals/EAM/nanoparticle/Au-Core-Ag-Shell_Nanoparticle.md,
225 +        samples/metals/EAM/nanoparticle/Au_nanoparticle.in,
226 +        samples/metals/EAM/nanoparticle/Au_nanoparticle.md,
227 +        samples/metals/EAM/nanorod/Au_nanoparticle.in,
228 +        samples/metals/EAM/nanorod/Au_nanoparticle_FCC.md,
229 +        samples/metals/Sutton-Chen/Au_bulk.in,
230 +        samples/metals/Sutton-Chen/Au_bulk_QSC.md,
231 +        samples/metals/Sutton-Chen/Au_bulk_SC.md,
232 +        samples/minimizer/WATER.frc, samples/minimizer/ssdEM.in,
233 +        samples/minimizer/ssdEM.md, samples/minimizer/tip4p_two.md,
234 +        samples/thermoIntegration/liquid/ssde.in,
235 +        samples/thermoIntegration/liquid/ssde.md,
236 +        samples/thermoIntegration/solid/ssde.in,
237 +        samples/thermoIntegration/solid/ssde.md, samples/water/dimer/cl.in,
238 +        samples/water/dimer/cl.md, samples/water/dimer/mix.in,
239 +        samples/water/dimer/mix.md, samples/water/dimer/mix2.in,
240 +        samples/water/dimer/mix2.md, samples/water/dimer/ssd.in,
241 +        samples/water/dimer/ssd.md, samples/water/dimer/tap.in,
242 +        samples/water/dimer/tap.md, samples/water/dimer/two.in,
243 +        samples/water/dimer/two.md, samples/water/spce/spce.in,
244 +        samples/water/spce/spce.md, samples/water/ssd/ssd.in,
245 +        samples/water/ssd/ssd.md, samples/water/ssd-ion/ssd-ion.md,
246 +        samples/water/ssd-ion/ssdCl.in, samples/water/ssd-ion/ssdCl.md,
247 +        samples/water/ssde/ssde.in, samples/water/ssde/ssde.md,
248 +        samples/water/ssdrf/ssdrf.in, samples/water/ssdrf/ssdrf.md,
249 +        samples/water/tap/tap.in, samples/water/tap/tap.md,
250 +        samples/water/tip3p_ice/tp3.in, samples/water/tip3p_ice/tp3.md,
251 +        samples/water/tip4p/tp4.in, samples/water/tip4p/tp4.md,
252 +        samples/zcons/zconsFixed.in, samples/zcons/zconsFixed.md,
253 +        samples/zcons/zconsMoving.in, samples/zcons/zconsMoving.md,
254 +        src/restraints/ThermoIntegrationForceManager.cpp: converted samples
255 +        over to the OOPSE-4 file format
256 +        
257 +        Fixed an MPI bug in thermodynamic integration
258 +
259 + 2006-08-30 17:13  gezelter
260 +
261 +        * src/applications/hydrodynamics/Hydro.cpp: removed extra file in
262 +        Hydro.cpp
263 +
264 + 2006-08-30 17:04  gezelter
265 +
266 +        * src/: applications/dump2Xyz/Dump2XYZ.cpp,
267 +        applications/dynamicProps/DynamicProps.cpp,
268 +        applications/staticProps/StaticProps.cpp,
269 +        applications/utilities/dumpConverter, openbabel/oopseformat.cpp:
270 +        Changing utility programs to use the new file format
271 +
272 + 2006-08-30 16:33  gezelter
273 +
274 +        * src/: brains/SimCreator.cpp, io/DumpReader.cpp,
275 +        io/DumpWriter.cpp: fixed some bugs in DumpWriter, eliminated some
276 +        extra printing of debugging information
277 +
278 + 2006-08-30 14:42  tim
279 +
280 +        * configure, ac-tools/OOPSE.m4, forceFields/Au.u3.funcfl,
281 +        forceFields/Ni.u3.funcfl, samples/argon/lj.md,
282 +        src/brains/Register.cpp, src/brains/SimCreator.cpp,
283 +        src/brains/SimCreator.hpp, src/brains/SimInfo.cpp,
284 +        src/brains/SimInfo.hpp, src/io/DumpReader.cpp,
285 +        src/io/DumpReader.hpp, src/io/DumpWriter.cpp,
286 +        src/io/DumpWriter.hpp, src/io/Globals.cpp, src/io/Globals.hpp,
287 +        src/mdParser/SimplePreprocessor.hpp, src/openbabel/Makefile,
288 +        src/openbabel/oopseformat.cpp, src/primitives/StuntDouble.cpp,
289 +        src/primitives/StuntDouble.hpp, src/utils/StringUtils.cpp,
290 +        src/utils/StringUtils.hpp: Massive changes preparing for release of
291 +        OOPSE-4: The main difference is that the new MD file format (.md,
292 +        .dump, .eor) now contains meta-data information along with the
293 +        configuration information.
294 +
295 + 2006-08-24 13:42  xsun
296 +
297 +        * src/io/Globals.cpp: change the globals.cpp to make sure we can
298 +        set targetPressure and surfaceTension to be negative.
299 +
300 + 2006-08-14 16:32  chrisfen
301 +
302 +        * src/UseTheForce/DarkSide/electrostatic.F90: fixed an ordering
303 +        issue in quadrupole-charge interactions
304 +
305 + 2006-08-02 15:40  gezelter
306 +
307 +        * make/Makefile.in, samples/water/ssde/ssde.md, src/config.h.in,
308 +        src/antlr/Makefile, src/applications/atom2md/atom2md.cpp,
309 +        src/brains/Snapshot.cpp, src/brains/Snapshot.hpp,
310 +        src/openbabel/Makefile, src/openbabel/oopseformat.cpp,
311 +        src/openbabel/oopseformat.hpp: starting change of file formats
312 +
313 + 2006-08-02 14:06  gezelter
314 +
315 +        * src/applications/: atom2md/Makefile, atom2md/atom2md.cpp,
316 +        atom2mdin/Makefile, atom2mdin/atom2mdin.cpp: Changing atom2mdin
317 +        into atom2md to reflect new unified file format
318 +
319 + 2006-07-27 17:02  chrisfen
320 +
321 +        * src/applications/utilities/dumpConverter: fixed a pvf bug
322 +
323 + 2006-07-27 16:36  tim
324 +
325 +        * src/applications/utilities/dumpConverter: fixed dumpConverter
326 +        problems
327 +
328 + 2006-07-27 15:05  gezelter
329 +
330 +        * src/applications/utilities/dumpConverter: added dumpConverter
331 +
332 + 2006-07-26 17:45  gezelter
333 +
334 +        * make/Makefile.in: removed shapes sample
335 +
336 + 2006-07-26 17:45  gezelter
337 +
338 +        * src/applications/utilities/affineScale.in: fixed a spelling bug
339 +
340 + 2006-07-26 17:01  gezelter
341 +
342 +        * configure: added perl interpreter to affineScale script
343 +
344 + 2006-07-26 17:01  gezelter
345 +
346 +        * ac-tools/configure.in: added perl substitution for affineScale
347 +        script
348 +
349 + 2006-07-26 17:00  gezelter
350 +
351 +        * make/Makefile.in: added install target for scripts
352 +
353 + 2006-07-26 17:00  gezelter
354 +
355 +        * src/applications/utilities/: Makefile, affineScale.in: Adding a
356 +        directory for scripts Adding affineScale script
357 +
358 + 2006-07-24 10:51  xsun
359 +
360 +        * src/UseTheForce/DarkSide/gb.F90: fixed a getSigma bug
361 +
362 + 2006-07-19 08:46  chrisfen
363 +
364 +        * samples/: thermoIntegration/liquid/water.md,
365 +        thermoIntegration/solid/water.md, water/dimer/water.md,
366 +        water/spce/water.md, water/ssd/water.md, water/ssd-ion/water.md,
367 +        water/ssde/water.md, water/ssdrf/water.md, water/tap/water.md,
368 +        water/tip3p_ice/water.md, water/tip4p/water.md: Added tred to
369 +        sample water.md files
370 +
371 + 2006-07-19 08:35  chrisfen
372 +
373 +        * src/visitors/: AtomVisitor.cpp, AtomVisitor.hpp,
374 +        RigidBodyVisitor.cpp, RigidBodyVisitor.hpp: Added TRED water
375 +        visitor for Dump2XYZ visualization
376 +
377 + 2006-07-19 08:33  chrisfen
378 +
379 +        * forceFields/DUFF2.frc: Added TRED parameters to forcefield
380 +
381 + 2006-07-17 14:13  xsun
382 +
383 +        * src/UseTheForce/DarkSide/gb.F90: fixed d / sigma0 confusion
384 +
385 + 2006-07-15 22:48  gezelter
386 +
387 +        * src/io/ForceFieldOptions.cpp: testing commit logger
388 +
389 + 2006-07-15 22:46  gezelter
390 +
391 +        * src/io/ForceFieldOptions.cpp: removed printing of GBN and GBM
392 +        from previous debugging
393 +
394 + 2006-07-14 10:47  xsun
395 +
396 +        * configure, ac-tools/OOPSE.m4: Fixed a bug in the fftw part of the
397 +        configure script.
398 +
399 + 2006-07-07 15:44  gezelter
400 +
401 +        * configure, ac-tools/configure.in, samples/gbljtest/2gb.md,
402 +        src/UseTheForce/DarkSide/gb.F90: removed icc from C++ search lines,
403 +        did some formatting work on GB module, mucked around with a GB
404 +        example
405 +
406 + 2006-07-07 10:18  chuckv
407 +
408 +        * src/applications/staticProps/: BondOrderParameter.cpp,
409 +        BondOrderParameter.hpp: Adding more changes to orientational bond
410 +        order parameter.
411 +
412 + 2006-07-03 15:40  chuckv
413 +
414 +        * src/math/Wigner3jm.F90: Added utility function to winger3jm from
415 +        slatac.
416 +
417 + 2006-07-03 10:06  chrisfen
418 +
419 +        * src/UseTheForce/DarkSide/mpole.F90: Added the multipole
420 +        interaction routine.  It doesn't work yet, so it's not included in
421 +        the build.
422 +
423 + 2006-07-03 09:18  chrisfen
424 +
425 +        * src/: UseTheForce/doForces.F90,
426 +        UseTheForce/doForces_interface.F90,
427 +        UseTheForce/doForces_interface.h,
428 +        UseTheForce/DarkSide/electrostatic.F90,
429 +        UseTheForce/DarkSide/simulation.F90, brains/ForceManager.cpp,
430 +        brains/SimInfo.cpp, brains/SimInfo.hpp, brains/Stats.cpp,
431 +        brains/Stats.hpp, brains/Thermo.cpp, brains/Thermo.hpp,
432 +        brains/fSimulation.h, integrators/VelocityVerletIntegrator.cpp,
433 +        io/Globals.cpp, io/Globals.hpp,
434 +        restraints/ThermoIntegrationForceManager.cpp: Added simulation box
435 +        dipole moment accumulation for the purposes of calculating
436 +        dielectric constants
437 +
438 + 2006-07-01 18:27  kdaily
439 +
440 +        * src/UseTheForce/DarkSide/gb.F90: fixed forces and torques for GB
441 +
442 + 2006-06-28 10:35  chrisfen
443 +
444 +        * src/io/: DumpReader.cpp, RestReader.cpp, RestReader.hpp: more
445 +        efficient file reading for thermodynamic integration, and fixed
446 +        some formatting
447 +
448 + 2006-06-27 12:36  chuckv
449 +
450 +        * src/applications/staticProps/: BondOrderParameter.cpp,
451 +        BondOrderParameter.hpp: Beginnings of a order parameter.
452 +
453 + 2006-06-27 12:19  chuckv
454 +
455 +        * src/applications/staticProps/: BondOrderParameter.cpp,
456 +        BondOrderParameter.hpp: Adding code for bond orientational
457 +        parameters.
458 +
459 + 2006-06-22 11:21  chrisfen
460 +
461 +        * src/: applications/oopse/oopse.cpp, integrators/Integrator.cpp,
462 +        integrators/VelocityVerletIntegrator.cpp, io/RestWriter.cpp,
463 +        io/RestWriter.hpp, restraints/ThermoIntegrationForceManager.cpp:
464 +        MPI thermodynamic integration works now.
465 +
466 + 2006-06-21 14:28  chrisfen
467 +
468 +        * src/visitors/AtomVisitor.cpp: fixed a build problem...
469 +        GB_12b_ratio no longer exists (replaced with BG_l).
470 +
471 + 2006-06-19 13:55  chuckv
472 +
473 +        * src/math/: Makefile, Wigner3jm.F90, Wigner3jm_interface.h: Added
474 +        support for Winger3jm coefficients.
475 +
476 + 2006-06-18 21:36  chrisfen
477 +
478 +        * src/: io/RestReader.cpp, io/RestWriter.cpp,
479 +        restraints/ThermoIntegrationForceManager.cpp: fixes for mpi
480 +        thermodynamic integration, close to fully working...
481 +
482 + 2006-06-17 13:02  tim
483 +
484 +        * src/visitors/AtomVisitor.cpp: output the principle axis of GB
485 +
486 + 2006-06-15 14:38  gezelter
487 +
488 +        * configure, ac-tools/OOPSE.m4, ac-tools/configure.in,
489 +        samples/water/tip4p/tp4.md: added mpi compilers, demoted pg
490 +        compilers after pathscale
491 +
492 + 2006-06-09 14:26  chrisfen
493 +
494 +        * src/UseTheForce/DarkSide/electrostatic.F90: reformulated some of
495 +        the electrostatics
496 +
497 + 2006-06-07 18:49  chrisfen
498 +
499 +        * samples/water/ssd/ssd.md,
500 +        src/UseTheForce/DarkSide/electrostatic.F90: damping now works for
501 +        charge-quadrupole and dipole-dipole
502 +
503 + 2006-06-07 14:05  chrisfen
504 +
505 +        * src/: UseTheForce/DarkSide/simParallel.F90, io/RestReader.cpp:
506 +        Fixed a spelling error and a bug in MPI Thermodynamic Integration
507 +        on file read-in
508 +
509 + 2006-06-06 14:26  chrisfen
510 +
511 +        * src/io/: DumpReader.cpp, MultipoleAtomTypesSectionParser.cpp:
512 +        fixed some typos
513 +
514 + 2006-06-06 13:43  gezelter
515 +
516 +        * forceFields/DUFF2.frc, samples/gbljtest/2gb.in,
517 +        samples/gbljtest/2gb.md, samples/gbljtest/gb.md,
518 +        samples/gbljtest/gb2lj1.in, samples/gbljtest/gb2lj1.md,
519 +        samples/gbljtest/gbRotRoundX.in, samples/gbljtest/gbRotRoundX.md,
520 +        samples/gbljtest/gbRotRoundY.in, samples/gbljtest/gbRotRoundY.md,
521 +        samples/gbljtest/gbRotRoundZ.in, samples/gbljtest/gbRotRoundZ.md,
522 +        src/UseTheForce/DarkSide/gb.F90,
523 +        src/integrators/LDForceManager.cpp,
524 +        src/integrators/LDForceManager.hpp, src/io/ForceFieldOptions.cpp,
525 +        src/utils/interpolation.F90, src/visitors/AtomVisitor.hpp: testing
526 +        GB, removing CM drift in Langevin Dynamics, fixing a memory leak,
527 +        adding a visitor
528 +
529 + 2006-06-05 14:44  gezelter
530 +
531 +        * src/UseTheForce/DarkSide/: fForceOptions.F90, gb.F90: Added
532 +        methods to access GB_mu and GB_nu from the force field options
533 +
534 + 2006-06-05 14:24  gezelter
535 +
536 +        * forceFields/DUFF2.frc, src/UseTheForce/DUFF.cpp,
537 +        src/UseTheForce/doForces.F90, src/UseTheForce/fForceOptions.h,
538 +        src/UseTheForce/DarkSide/gb.F90,
539 +        src/UseTheForce/DarkSide/gb_interface.F90,
540 +        src/UseTheForce/DarkSide/gb_interface.h,
541 +        src/applications/hydrodynamics/AnalyticalModel.cpp,
542 +        src/applications/hydrodynamics/ApproximationModel.cpp,
543 +        src/applications/hydrodynamics/ApproximationModel.hpp,
544 +        src/applications/hydrodynamics/CompositeShape.cpp,
545 +        src/applications/hydrodynamics/CompositeShape.hpp,
546 +        src/applications/hydrodynamics/HydrodynamicsModel.cpp,
547 +        src/applications/hydrodynamics/HydrodynamicsModel.hpp,
548 +        src/applications/hydrodynamics/ShapeBuilder.cpp,
549 +        src/hydrodynamics/Ellipsoid.cpp, src/hydrodynamics/Ellipsoid.hpp,
550 +        src/hydrodynamics/HydroProp.cpp, src/hydrodynamics/HydroProp.hpp,
551 +        src/hydrodynamics/Makefile, src/hydrodynamics/Shape.hpp,
552 +        src/hydrodynamics/Sphere.cpp, src/hydrodynamics/Sphere.hpp,
553 +        src/integrators/LDForceManager.cpp,
554 +        src/integrators/LDForceManager.hpp, src/io/ForceFieldOptions.cpp,
555 +        src/io/ForceFieldOptions.hpp,
556 +        src/io/GayBerneAtomTypesSectionParser.cpp,
557 +        src/io/GayBerneAtomTypesSectionParser.hpp,
558 +        src/types/DirectionalAtomType.cpp,
559 +        src/types/DirectionalAtomType.hpp, src/utils/HydroProps.hpp:
560 +        Massive changes for GB code with multiple ellipsoid types (a la
561 +        Cleaver's paper).
562 +        
563 +        Also, changes in hydrodynamics code to make HydroProp a somewhat
564 +        smarter class (rather than just a struct).
565 +
566 + 2006-06-01 14:06  xsun
567 +
568 +        * src/applications/staticProps/: Makefile, RippleOP.cpp,
569 +        RippleOP.hpp, StaticProps.cpp, StaticProps.ggo, StaticPropsCmd.c,
570 +        StaticPropsCmd.h: Add the RippleOP to calculate the orderparameter
571 +        of the ripples.
572 +
573 + 2006-05-25 17:40  chrisfen
574 +
575 +        * forceFields/DUFF2.frc, samples/thermoIntegration/liquid/water.md,
576 +        samples/thermoIntegration/solid/water.md,
577 +        samples/water/dimer/water.md, samples/water/spce/water.md,
578 +        samples/water/ssd/water.md, samples/water/ssd-ion/water.md,
579 +        samples/water/ssde/water.md, samples/water/ssdrf/water.md,
580 +        samples/water/tap/water.md, samples/water/tip3p_ice/water.md,
581 +        samples/water/tip4p/water.md, src/io/Globals.cpp: Added TIP5P-E and
582 +        fixed a bug for Thermodynamic integration (you can now have a
583 +        lambda of 0)
584 +
585 + 2006-05-25 13:02  tim
586 +
587 +        * src/applications/hydrodynamics/ApproximationModel.cpp: Fix a type
588 +        promotion problem
589 +
590 + 2006-05-25 12:27  tim
591 +
592 +        * src/applications/hydrodynamics/: AnalyticalModel.hpp,
593 +        ApproximationModel.cpp, Hydro.cpp, HydrodynamicsModel.hpp: replace
594 +        double with RealType
595 +
596 + 2006-05-25 11:27  gezelter
597 +
598 +        * configure: What?
599 +
600 + 2006-05-25 11:24  gezelter
601 +
602 +        * ac-tools/OOPSE.m4: more changes
603 +
604 + 2006-05-25 11:19  gezelter
605 +
606 +        * configure, ac-tools/OOPSE.m4: more changes for MPICH with
607 +        profiling libraries required
608 +
609 + 2006-05-25 10:54  gezelter
610 +
611 +        * configure, ac-tools/OOPSE.m4: MPI stuff
612 +
613 + 2006-05-24 14:31  gezelter
614 +
615 +        * configure, ac-tools/OOPSE.m4, src/config.h.in,
616 +        src/applications/hydrodynamics/AnalyticalModel.cpp,
617 +        src/applications/hydrodynamics/AnalyticalModel.hpp,
618 +        src/applications/hydrodynamics/ApproximationModel.cpp,
619 +        src/applications/hydrodynamics/ApproximationModel.hpp,
620 +        src/applications/hydrodynamics/CompositeShape.cpp,
621 +        src/applications/hydrodynamics/CompositeShape.hpp,
622 +        src/applications/hydrodynamics/Ellipsoid.cpp,
623 +        src/applications/hydrodynamics/Ellipsoid.hpp,
624 +        src/applications/hydrodynamics/Hydro.cpp,
625 +        src/applications/hydrodynamics/HydrodynamicsModel.cpp,
626 +        src/applications/hydrodynamics/HydrodynamicsModel.hpp,
627 +        src/applications/hydrodynamics/RoughShell.cpp,
628 +        src/applications/hydrodynamics/RoughShell.hpp,
629 +        src/applications/hydrodynamics/Shape.hpp,
630 +        src/applications/hydrodynamics/ShapeBuilder.cpp,
631 +        src/applications/hydrodynamics/ShapeBuilder.hpp,
632 +        src/applications/hydrodynamics/Spheric.cpp,
633 +        src/applications/hydrodynamics/Spheric.hpp: fixes for Hydrodynamics
634 +
635 + 2006-05-24 12:18  tim
636 +
637 +        * src/integrators/LDForceManager.cpp: fix a bug in parsing
638 +        HydroProp file
639 +
640 + 2006-05-24 11:24  gezelter
641 +
642 +        * src/integrators/LDForceManager.cpp: Fixed a bug when spherical
643 +        boundary conditions were off.
644 +
645 + 2006-05-23 17:12  xsun
646 +
647 +        * src/applications/staticProps/Hxy.cpp: fixed an initialization bug
648 +        of Hxy.cpp.
649 +
650 + 2006-05-23 14:46  tim
651 +
652 +        * src/applications/dump2Xyz/Dump2XYZ.cpp: wrapping back to PBC by
653 +        molecule instead of by individual atom
654 +
655 + 2006-05-22 11:30  xsun
656 +
657 +        * src/applications/staticProps/: Hxy.cpp, Hxy.hpp, StaticProps.ggo,
658 +        StaticPropsCmd.c, StaticPropsCmd.h: fixed the bugs of Hxy.cpp.
659 +
660 + 2006-05-19 17:26  chrisfen
661 +
662 +        * ChangeLog, src/io/DumpWriter.cpp: Last bug showed up in 2 places,
663 +        fixed the other one.
664 +
665   2006-05-19 16:45  tim
666  
667          * src/io/DumpWriter.cpp: Fix a bug of printing empty line in

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines