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

Comparing trunk/OOPSE/ChangeLog (file contents):
Revision 736 by tim, Thu Aug 28 21:09:47 2003 UTC vs.
Revision 1035 by tim, Fri Feb 6 21:37:59 2004 UTC

# Line 1 | Line 1
1 + 2004-02-06 14:05  tim
2 +
3 +        * libmdtools/: AllIntegrator.hpp, Makefile.in, SimSetup.cpp: Add
4 +        one more file into Makefile.in
5 +
6 + 2004-02-06 13:58  tim
7 +
8 +        * ChangeLog, libBASS/Globals.cpp, libBASS/Globals.hpp,
9 +        libmdtools/AllIntegrator.hpp, libmdtools/ConjugateMinimizer.cpp,
10 +        libmdtools/ConjugateMinimizer.hpp, libmdtools/Functor.hpp,
11 +        libmdtools/Integrator.hpp, libmdtools/Makefile.in,
12 +        libmdtools/Minimizer.hpp, libmdtools/Minimizer1D.cpp,
13 +        libmdtools/Minimizer1D.hpp, libmdtools/MinimizerBase.hpp,
14 +        libmdtools/MinimizerParameterSet.hpp, libmdtools/NLModel.hpp,
15 +        libmdtools/NLModel1.cpp, libmdtools/OOPSEMinimizerBase.cpp,
16 +        libmdtools/SimInfo.cpp, libmdtools/SimInfo.hpp,
17 +        libmdtools/SimSetup.cpp, libmdtools/SimSetup.hpp, src/oose.cpp: Add
18 +        some lines into global.cpp to make it work with energy minimization
19 +
20 + 2004-02-04 17:26  tim
21 +
22 +        * libmdtools/: ConjugateMinimizer.cpp, ConjugateMinimizer.hpp,
23 +        Constraint.hpp, Functor.hpp, Minimizer.hpp, Minimizer1D.cpp,
24 +        Minimizer1D.hpp, MinimizerBase.hpp, MinimizerParameterSet.hpp,
25 +        NLModel.hpp, NLModel0.cpp, NLModel1.cpp: Fix a bunch of bugs   :-)
26 +        Single version of conjugate gradient with golden search linesearch
27 +        pass a couple of functions test. Brent's  algorithm is still broken
28 +
29 + 2004-02-03 17:54  tim
30 +
31 +        * libmdtools/: ConjugateMinimizer.cpp, ConjugateMinimizer.hpp,
32 +        Minimizer1D.cpp, Minimizer1D.hpp, MinimizerParameterSet.hpp,
33 +        NLModel.hpp, NLModel0.cpp, NLModel1.cpp, SteepestDescent.cpp,
34 +        SteepestDescent.hpp: NLModel0, NLModel1 pass uit test
35 +
36 + 2004-02-03 15:47  tim
37 +
38 +        * libmdtools/: ConjugateMinimizer.cpp, ConstraintList.cpp,
39 +        ConstraintList.hpp, LinearCons.cpp, LinearCons.hpp, Minimizer.hpp,
40 +        NonlinearCons.cpp, NonlinearCons.hpp, OOPSEMinimizerBase.cpp,
41 +        SimpleBoundCons.cpp, SimpleBoundCons.hpp, SteepestDescent.cpp,
42 +        SteepestDescent.hpp: [no log message]
43 +
44 + 2004-02-03 15:43  tim
45 +
46 +        * libmdtools/: ConjugateMinimizer.hpp, Constraint.cpp,
47 +        Constraint.hpp, Integrator.hpp, Minimizer1D.cpp, Minimizer1D.hpp,
48 +        MinimizerBase.hpp, MinimizerParameterSet.hpp, NLModel.hpp,
49 +        NLModel0.cpp, NLModel1.cpp: to avoid cyclic depency, refactory
50 +        constraint class
51 +
52 + 2004-02-03 12:10  tim
53 +
54 +        * libmdtools/Functor.hpp: Functor.hpp pass unit test
55 +
56 + 2004-02-03 10:21  tim
57 +
58 +        * ChangeLog, libmdtools/Minimizer1D.cpp,
59 +        libmdtools/Minimizer1D.hpp: begin unit test of minimizer
60 +
61 + 2004-02-02 15:29  tim
62 +
63 +        * libmdtools/: ConjugateMinimizer.hpp, Minimizer1D.cpp,
64 +        Minimizer1D.hpp, MinimizerBase.hpp, MinimizerParameterSet.hpp:
65 +        Adding GoldenSection and Brent LineSearch Method
66 +
67 + 2004-01-30 16:47  tim
68 +
69 +        * libmdtools/: ConjugateMinimizer.hpp, DumpWriter.cpp,
70 +        MinimizerBase.hpp, MinimizerParameterSet.hpp, NLModel.hpp,
71 +        NLModel0.cpp, NLModel1.cpp: using class  Minimizer1D derived from
72 +        MinimizerBase instead of a functor to do line seach
73 +
74 + 2004-01-30 10:00  chrisfen
75 +
76 +        * forceFields/Makefile.in, libmdtools/Atom.cpp,
77 +        libmdtools/Atom.hpp, libmdtools/ForceFields.hpp,
78 +        libmdtools/Integrator.cpp, libmdtools/Makefile.in,
79 +        libmdtools/SimInfo.cpp, libmdtools/SimSetup.cpp,
80 +        libmdtools/WATER.cpp, libmdtools/calc_LJ_FF.F90,
81 +        libmdtools/calc_reaction_field.F90, libmdtools/do_Forces.F90,
82 +        libmdtools/fortranWrapDefines.hpp: Substantial changes. OOPSE now
83 +        has a working WATER.cpp forcefield and parser.  This involved
84 +        changes to WATER.cpp and ForceFields amoung other files. One
85 +        important note: a hardwiring of LJ_rcut was made in calc_LJ_FF.F90.
86 +        This will be removed on the next commit...
87 +
88 + 2004-01-29 18:00  gezelter
89 +
90 +        * libBASS/BASS_interface.cpp, libBASS/BASS_interface.h,
91 +        libBASS/BASS_parse.c, libBASS/BASSlex.l, libBASS/BASSyacc.y,
92 +        libBASS/MakeStamps.cpp, libBASS/MakeStamps.hpp,
93 +        libBASS/Makefile.in, libBASS/RigidBodyStamp.cpp,
94 +        libBASS/RigidBodyStamp.hpp, libBASS/interface.c,
95 +        libBASS/make_nodes.c, libBASS/make_nodes.h, libBASS/mpiBASS.c,
96 +        libBASS/mpiBASS.h, libBASS/node_list.h, libBASS/parse_interface.h,
97 +        libBASS/parse_tree.c, libmdtools/Make.dep, samples/water/water.mdl:
98 +        member list fixes for rigid bodies
99 +
100 + 2004-01-29 16:44  tim
101 +
102 +        * libmdtools/MinimizerParameterSet.hpp: Adding
103 +        MinimizerParameterSet class.
104 +
105 + 2004-01-28 17:44  tim
106 +
107 +        * libmdtools/: NLModel.hpp, NLModel0.cpp, NLModel1.cpp: Revision of
108 +        NLModel0 and NLModel1
109 +
110 + 2004-01-28 15:40  tim
111 +
112 +        * libmdtools/: Constraint.hpp, NLModel.hpp, NLOPModel.hpp: revision
113 +        of NLModel
114 +
115 + 2004-01-27 15:34  gezelter
116 +
117 +        * samples/water/: ssd.bass, water.mdl: Added point-charge models to
118 +        water.mdl file, updated ssd.bass to use new SSD name
119 +
120 + 2004-01-27 15:34  gezelter
121 +
122 +        * libBASS/: BASS_interface.cpp, MakeStamps.cpp, MakeStamps.hpp,
123 +        MemberStamp.cpp, MemberStamp.hpp, node_list.h: Fix to new RigidBody
124 +        stuff
125 +
126 + 2004-01-27 14:39  gezelter
127 +
128 +        * samples/water/ssd.bass: Longer run time to test SSD water in MPI
129 +
130 + 2004-01-27 14:39  gezelter
131 +
132 +        * samples/metals/Au.bass: Longer run time to test gold in MPI
133 +
134 + 2004-01-27 14:38  gezelter
135 +
136 +        * samples/argon/argon.bass: Longer run time to test argon
137 +
138 + 2004-01-27 14:38  gezelter
139 +
140 +        * libmdtools/: Make.dep, WATER.cpp, mpiSimulation.cpp: More BASS
141 +        changes to do new rigidBody scheme a copy of WATER.cpp from this
142 +        morning
143 +
144 + 2004-01-27 14:37  gezelter
145 +
146 +        * libBASS/: BASS_interface.cpp, BASS_interface.h, BASS_parse.c,
147 +        BASSyacc.y, MakeStamps.cpp, MakeStamps.hpp, Makefile.in,
148 +        MemberStamp.cpp, MemberStamp.hpp, MoleculeStamp.cpp,
149 +        MoleculeStamp.hpp, RigidBodyStamp.cpp, RigidBodyStamp.hpp,
150 +        interface.c, make_nodes.c, make_nodes.h, mpiBASS.c, mpiBASS.h,
151 +        node_list.h, parse_interface.h, parse_tree.c: More BASS changes to
152 +        do new rigidBody scheme
153 +
154 + 2004-01-27 14:15  tim
155 +
156 +        * libmdtools/: AbstractClasses.hpp, ConjugateMinimizer.hpp,
157 +        Constraint.cpp, Constraint.hpp, Functor.hpp, Integrator.hpp,
158 +        MinimizerBase.hpp, NLOPConstraint.hpp, NLOPModel.hpp: revision of
159 +        constraint for Nonlinear Optimization Model
160 +
161 + 2004-01-26 17:01  gezelter
162 +
163 +        * utils/sysbuilder/MoLocator.cpp: Changes to BASS reader to use
164 +        Euler angles for orientation instead of unit vectors required
165 +        changes in MoLocator
166 +
167 + 2004-01-26 16:53  gezelter
168 +
169 +        * samples/: alkane/alkanes.mdl, beadLipid/beadLipid.mdl,
170 +        beadLipid/water.mdl, lipid/lipid.mdl, lipid/water.mdl,
171 +        water/water.mdl: Changed orientation lines from unit vectors to
172 +        euler angles
173 +
174 + 2004-01-26 16:52  gezelter
175 +
176 +        * libmdtools/SimSetup.cpp: Convert Eulers in degrees into radians
177 +
178 + 2004-01-26 16:45  gezelter
179 +
180 +        * libmdtools/SimSetup.cpp: Changed default orientation in BASS to
181 +        use Euler angles in the following order: phi, theta, psi Removed
182 +        the ability to set orientation using a unit vector
183 +
184 + 2004-01-26 16:26  gezelter
185 +
186 +        * libBASS/: AtomStamp.cpp, AtomStamp.hpp, RigidBodyStamp.cpp,
187 +        RigidBodyStamp.hpp: Changed default orientation in BASS to use
188 +        Euler angles in the following order: phi, theta, psi Removed the
189 +        ability to set orientation using a unit vector
190 +
191 + 2004-01-26 13:52  gezelter
192 +
193 +        * libBASS/: BASS_interface.cpp, MakeStamps.cpp, MakeStamps.hpp,
194 +        MoleculeStamp.cpp: Fix broken atom assignment for rigid bodies
195 +
196 + 2004-01-22 12:34  chrisfen
197 +
198 +        * libmdtools/: DUFF.cpp, EAM_FF.cpp, ForceFields.hpp, LJFF.cpp,
199 +        TraPPE_ExFF.cpp, WATER.cpp, mpiForceField.c, mpiForceField.h:
200 +        Corrected spelling in several directories, and stated WATER.cpp
201 +
202 + 2004-01-21 17:16  tim
203 +
204 +        * libmdtools/: MinimizerBase.hpp, NLOPConstraint.hpp,
205 +        NLOPModel.hpp: constraint class in energy minimization
206 +
207 + 2004-01-20 15:34  tim
208 +
209 +        * libmdtools/MinimizerBase.hpp: Adding energy minimization
210 +
211 + 2004-01-20 15:32  tim
212 +
213 +        * libmdtools/: ConjugateMinimizer.hpp, Integrator.hpp,
214 +        NLOPConstraint.hpp, NLOPModel.hpp: Energy Minimizer
215 +
216 + 2004-01-19 16:17  gezelter
217 +
218 +        * libmdtools/: SimInfo.cpp, SimSetup.cpp: Made some error messages
219 +        more user-friendly
220 +
221 + 2004-01-19 13:51  chrisfen
222 +
223 +        * forceFields/DUFF.frc: Updated the default water to SSD/E
224 +
225 + 2004-01-19 13:36  tim
226 +
227 +        * libmdtools/: Functor.hpp, SimSetup.cpp: Adding warning if sample
228 +        time, status time, thermal time and reset time are not divisible by
229 +        dt
230 +
231 + 2004-01-19 11:10  gezelter
232 +
233 +        * third-party/Makefile.in: Added a bunch of dummy targets so make
234 +        won't complain
235 +
236 + 2004-01-19 11:10  gezelter
237 +
238 +        * samples/lipid/5x5.bass: Fixed old bass file
239 +
240 + 2004-01-19 11:09  gezelter
241 +
242 +        * libmdtools/mpiSimulation.cpp: BASS changes to add RigidBodies
243 +        required a change in how the MoleculeStamps are used by divideLabor
244 +        in mpiSimulation.cpp
245 +
246 + 2004-01-19 11:08  gezelter
247 +
248 +        * libBASS/: BASS_interface.cpp, BASS_interface.h, BASS_parse.c,
249 +        BASSyacc.y, Globals.cpp, Globals.hpp, MakeStamps.cpp,
250 +        MakeStamps.hpp, Makefile.in, MoleculeStamp.cpp, MoleculeStamp.hpp,
251 +        RigidBodyStamp.cpp, RigidBodyStamp.hpp, interface.c, make_nodes.c,
252 +        make_nodes.h, mpiBASS.c, mpiBASS.h, node_list.h, parse_interface.h,
253 +        parse_tree.c: BASS changes to add RigidBodies and LJrcut
254 +
255 + 2004-01-16 16:55  tim
256 +
257 +        * libmdtools/: DumpWriter.cpp, EAM_FF.cpp: fix a bug in creating
258 +        eor file
259 +
260 + 2004-01-16 16:51  mmeineke
261 +
262 +        * libmdtools/DumpWriter.cpp: fixed a bug where only MPI jobs could
263 +        write eor files
264 +
265 + 2004-01-16 10:01  mmeineke
266 +
267 +        * libmdtools/DUFF.cpp: fixed an struct mismatch error in the mpi
268 +        initialization of the AtomStruct
269 +
270 + 2004-01-15 16:57  chuckv
271 +
272 +        * configure, libmdtools/DumpWriter.cpp: Fixes for Dumps
273 +
274 + 2004-01-15 10:51  gezelter
275 +
276 +        * ac-tools/aclocal.m4: Changes for altivec
277 +
278 + 2004-01-15 09:22  gezelter
279 +
280 +        * libmdtools/DumpWriter.cpp: Documented the Spud Toss
281 +
282 + 2004-01-14 23:33  gezelter
283 +
284 +        * libmdtools/do_Forces.F90: changes for charge charge interactions
285 +
286 + 2004-01-14 20:14  gezelter
287 +
288 +        * libmdtools/: calc_charge_charge.F90, calc_dipole_dipole.F90,
289 +        notifyCutoffs.F90: More work for adding charges
290 +
291 + 2004-01-14 17:41  gezelter
292 +
293 +        * configure, ac-tools/aclocal.m4, ac-tools/configure.in,
294 +        src/Makefile.in: autoconf fixes
295 +
296 + 2004-01-14 11:28  mmeineke
297 +
298 +        * utils/sysbuilder/latticeBilayer.cpp: fixed a periodic box bug
299 +
300 + 2004-01-14 10:48  gezelter
301 +
302 +        * configure, ac-tools/aclocal.m4, ac-tools/configure.in,
303 +        src/Makefile.in, third-party/Makefile.in: autoconf compatibility
304 +        changes for icc8
305 +
306 + 2004-01-13 18:01  gezelter
307 +
308 +        * libmdtools/: DUFF.cpp, EAM_FF.cpp, LJFF.cpp, SimInfo.cpp,
309 +        SimInfo.hpp, TraPPE_ExFF.cpp, atype_module.F90, do_Forces.F90,
310 +        fSimulation.h, fortranWrapDefines.hpp, simulation_module.F90:
311 +        Changes for adding direct charge-charge interactions (with
312 +        switching function)
313 +
314 + 2004-01-13 17:34  gezelter
315 +
316 +        * libmdtools/: Make.dep, Makefile.in, calc_charge_charge.F90,
317 +        oopseMPI_module.F90: Some changes for new MPI organization and
318 +        direct charge-charge interactions
319 +
320 + 2004-01-13 17:11  tim
321 +
322 +        * Functor.hpp, libmdtools/Functor.hpp: [no log message]
323 +
324 + 2004-01-13 16:22  tim
325 +
326 +        * Functor.hpp, samples/water/ssd.bass: Energy Minimization method
327 +
328 + 2004-01-13 15:35  tim
329 +
330 +        * libmdtools/: DumpWriter.cpp, ReadWrite.hpp: open and close the
331 +        eor file whenever it is used instead of rewinding it
332 +
333 + 2004-01-13 15:04  tim
334 +
335 +        * libmdtools/: DumpWriter.cpp, ReadWrite.hpp: change the interface
336 +        of writeFrame
337 +
338 + 2004-01-13 10:46  tim
339 +
340 +        * libmdtools/: DumpWriter.cpp, Integrator.cpp, ReadWrite.hpp:
341 +        Merge the code of writeFinal and writeDump;
342 +         Adding sortingIndex into DumpWriter;
343 +         Fix a bug of writing last frame twice in integrator
344 +
345 + 2004-01-12 17:54  tim
346 +
347 +        * ChangeLog, libmdtools/DumpWriter.cpp, samples/water/ssd.bass: fix
348 +        a bug in copying string
349 +
350 + 2004-01-12 15:37  tim
351 +
352 +        * ChangeLog, libmdtools/DumpWriter.cpp, samples/argon/argon.bass,
353 +        samples/water/ssd.bass: Dumpwriter only write out the atoms on
354 +        master nodes
355 +
356 + 2004-01-10 04:46  tim
357 +
358 +        * ChangeLog, libmdtools/DumpWriter.cpp: tagub is not a bug. Just
359 +        roll it back fix a bug of copying string to a pointer Still have
360 +        Seg fault, it looks like a random MPI seg fault in totalview
361 +
362 + 2004-01-09 21:15  tim
363 +
364 +        * libmdtools/DumpWriter.cpp: Fix a bug of declaration of tagub
365 +
366 + 2004-01-09 15:29  gezelter
367 +
368 +        * libmdtools/DumpWriter.cpp: New DumpWriter (Attempt #4)
369 +
370 + 2004-01-08 17:25  chuckv
371 +
372 +        * libmdtools/DumpWriter.cpp: A work in progress...
373 +
374 + 2004-01-08 13:59  gezelter
375 +
376 +        * libmdtools/DumpWriter.cpp: null terminate some strings just in
377 +        case
378 +
379 + 2004-01-08 13:13  mmeineke
380 +
381 +        * libmdtools/InitializeFromFile.cpp: refixed the NVT readin XS
382 +        state bug.
383 +
384 + 2004-01-08 13:05  gezelter
385 +
386 +        * libmdtools/DumpWriter.cpp: added strncpy to DumpWriter
387 +
388 + 2004-01-08 12:57  mmeineke
389 +
390 +        * libmdtools/InitializeFromFile.cpp: fixed the restart from NVT
391 +        exstended state bug
392 +
393 + 2004-01-08 12:40  gezelter
394 +
395 +        * libmdtools/DumpWriter.cpp: First Stab at fixing DumpWriter
396 +
397 + 2004-01-08 10:44  mmeineke
398 +
399 +        * libmdtools/InitializeFromFile.cpp: added support for the ignore
400 +        XS state info  flag
401 +
402 + 2004-01-07 14:26  tim
403 +
404 +        * libmdtools/DumpWriter.cpp, libmdtools/InitializeFromFile.cpp,
405 +        samples/argon/argon.bass, samples/water/ssd.bass: Fixed a bug of
406 +        sending message from master node to itself in DumpWriter.cpp and
407 +        InitializeFromFile.cpp
408 +
409 + 2004-01-06 14:49  chuckv
410 +
411 +        * libmdtools/: calc_dipole_dipole.F90, calc_reaction_field.F90:
412 +        performance fixes in the dipole dipole and reaction field code
413 +
414 + 2004-01-06 13:54  chuckv
415 +
416 +        * libmdtools/: calc_LJ_FF.F90, do_Forces.F90: Making do_Forces a
417 +        little more sane
418 +
419 + 2004-01-05 17:49  chuckv
420 +
421 +        * libmdtools/: calc_LJ_FF.F90, calc_dipole_dipole.F90,
422 +        calc_eam.F90, calc_gb.F90, calc_reaction_field.F90,
423 +        calc_sticky_pair.F90, do_Forces.F90: Attempting to increase
424 +        performance by reducing spurious function calls
425 +
426 + 2004-01-05 17:18  chuckv
427 +
428 +        * libmdtools/do_Forces.F90: mangling forces even further
429 +
430 + 2004-01-05 17:18  chuckv
431 +
432 +        * configure, ac-tools/configure.in: mpich mucking
433 +
434 + 2004-01-05 17:12  chuckv
435 +
436 +        * libmdtools/do_Forces.F90: mangled do_forces...
437 +
438 + 2004-01-05 16:00  chuckv
439 +
440 +        * ChangeLog, ac-tools/configure.in, libmdtools/atype_module.F90,
441 +        libmdtools/do_Forces.F90: Added bitmask to do_forces property
442 +        lookup
443 +
444 + 2003-12-29 14:56  chuckv
445 +
446 +        * samples/metals/Au.bass, third-party/mt19937ar.c: Added
447 +        third-party directory for code not written by us. Also added
448 +        Mersenne Twister random number generator code. This will eventually
449 +        replace sprng as the random number generator used by OOPSE.
450 +
451 + 2003-12-22 16:26  chuckv
452 +
453 +        * libmdtools/ForceFields.cpp, libmdtools/Integrator.cpp,
454 +        libmdtools/mdProfile.cpp, libmdtools/timing.F90, src/oopse.cpp:
455 +        Fixes to profile code.
456 +
457 + 2003-12-19 15:36  mmeineke
458 +
459 +        * libmdtools/: Makefile.in, do_Forces.F90, mdProfile.cpp,
460 +        timing.F90, timing.f90: More profiling fixes.
461 +
462 + 2003-12-19 15:19  chuckv
463 +
464 +        * libmdtools/timing.f90: Another change for MPI in timing.
465 +
466 + 2003-12-19 15:17  chuckv
467 +
468 +        * libmdtools/timing.f90: Small update to timing in MPI
469 +
470 + 2003-12-19 13:53  mmeineke
471 +
472 +        * libmdtools/mdProfile.cpp, src/oopse.cpp, src/oose.cpp: the
473 +        profiling commands work now. Will start adding PROFILE ifdefs into
474 +        the code
475 +
476 + 2003-12-19 12:25  mmeineke
477 +
478 +        * libmdtools/: Makefile.in, do_Forces.F90, mdProfile.cpp: added
479 +        some profiling routines
480 +
481 + 2003-12-19 10:12  mmeineke
482 +
483 +        * utils/sysbuilder/randomBilayer.cpp: working on adding GofRtheta
484 +        and GofRomega
485 +        
486 +        additional work on randomBilayer
487 +
488 + 2003-12-19 10:12  mmeineke
489 +
490 +        * staticProps/: AllCorr.cpp, GofRomega.cpp, GofRtheta.cpp,
491 +        PairCorrList.hpp, staticProps.cpp: working on adding GofRtheta and
492 +        GofRomega
493 +
494 + 2003-12-18 16:47  mmeineke
495 +
496 +        * libmdtools/: Makefile.in, mdProfile.cpp, mdProfile.hpp: added
497 +        some profile functionality
498 +
499 + 2003-12-18 15:46  chuckv
500 +
501 +        * libmdtools/: do_Forces.F90, mpiSimulation_module.F90, timing.f90:
502 +        Added functions for simple profiling in fortran.
503 +
504 + 2003-12-17 15:13  chuckv
505 +
506 +        * libmdtools/calc_eam.F90, libmdtools/mpiSimulation_module.F90,
507 +        samples/metals/init_au.in: Fixed bug in parallel EAM. rho_row and
508 +        rho_col were scattered into the same array. Unfortunately, MPI
509 +        zeros the array between scatters so half of the sum was being lost.
510 +        Fixed by added a temp array for column scatter, then sum loop over
511 +        nlocal.
512 +
513 + 2003-12-16 15:49  mmeineke
514 +
515 +        * staticProps/: GofRomega.cpp, GofRtheta.cpp, Makefile.in,
516 +        PairCorrType.cpp, PairCorrType.hpp: finished gofRtheta and added
517 +        gofRomega. both need to be debugged and tested.
518 +
519 + 2003-12-12 10:42  gezelter
520 +
521 +        * configure, ac-tools/aclocal.m4, ac-tools/configure.in,
522 +        libmdtools/Atom.hpp, libmdtools/DirectionalAtom.cpp: Changes for
523 +        gradients (to do minimizations)
524 +
525 + 2003-12-12 10:33  mmeineke
526 +
527 +        * utils/sysbuilder/randomBilayer.hpp:  removed the randombilayer
528 +        header
529 +
530 + 2003-12-10 11:52  mmeineke
531 +
532 +        * utils/sysbuilder/: Makefile.in, bilayerSys.cpp, bilayerSys.hpp,
533 +        randomBilayer.cpp, randomBilayer.hpp: edited the makefile to add
534 +        randomBilayer to the build. Also move the random bilayer builder
535 +        from bilayerSys to randomBilayer
536 +
537 + 2003-11-25 10:44  mmeineke
538 +
539 +        * forceFields/: DUFF.frc, backup.DUFF.frc: backed up the old
540 +        DUFF.frc to backup.DUFF.frc alte4red masses and epsilons of TB2 and
541 +        TB3 in DUFF.frc
542 +
543 + 2003-11-21 15:09  mmeineke
544 +
545 +        * libmdtools/InitializeFromFile.cpp, libmdtools/SimInfo.cpp,
546 +        utils/sysbuilder/latticeBilayer.cpp: added a more verbose error
547 +        message in SimInfo. Added a more informative error message in
548 +        InitializeFromFile
549 +
550 + 2003-11-21 15:07  mmeineke
551 +
552 +        * staticProps/: GofRtheta.cpp, PairCorrType.hpp: begun work on add
553 +        ing in the GofR,CosTheta
554 +
555 + 2003-11-21 14:31  chrisfen
556 +
557 +        * libmdtools/: SimInfo.cpp, do_Forces.F90, neighborLists.F90: Fixed
558 +        a bug in SimInfo ordering of radii
559 +
560 + 2003-11-11 12:20  mmeineke
561 +
562 +        * libmdtools/SimInfo.cpp: added a routine to SimInfo.cpp to inline
563 +        a min function.
564 +
565 + 2003-11-10 16:50  mmeineke
566 +
567 +        * libmdtools/: EAM_FF.cpp, SimInfo.cpp, SimInfo.hpp, SimSetup.cpp:
568 +        reordered the rcut/ecr/boxSize initialization
569 +        
570 +        removed the rcut/ecr shrink and grow algorithm. the simulation will
571 +        now exit when it runs into rcut or ecr.
572 +
573 + 2003-11-07 16:46  chuckv
574 +
575 +        * libmdtools/: Makefile.in, mpiSimulation_module.F90,
576 +        oopseMPI_module.F90: Added support for compiling fortran without
577 +        use of mpich modules. We use mpif.h instead.:
578 +
579 + 2003-11-07 12:09  mmeineke
580 +
581 +        * libmdtools/: Integrator.hpp, NPT.cpp, NPTf.cpp, NPTi.cpp,
582 +        NPTxyz.cpp: moved the velocity scale matrix calculation outside of
583 +        the atom loop in the NPT family of integrators.
584 +
585 + 2003-11-06 17:01  mmeineke
586 +
587 +        * libBASS/Globals.cpp, libBASS/Globals.hpp, libmdtools/Make.dep,
588 +        libmdtools/NPTf.cpp, libmdtools/NPTi.cpp, libmdtools/NPTxyz.cpp,
589 +        libmdtools/NVT.cpp, libmdtools/SimInfo.cpp, libmdtools/SimInfo.hpp,
590 +        libmdtools/SimSetup.cpp, utils/sysbuilder/Make.dep,
591 +        utils/sysbuilder/latticeBilayer.cpp: added the following parameters
592 +        to BASS:    * useInitialExtendedSystemState    * orthoBoxTolerance
593 +          * useIntiTime => useInitialTime
594 +
595 + 2003-11-06 14:24  mmeineke
596 +
597 +        * libBASS/: BASS_parse.c, BASSlex.l, BASSyacc.y, interface.c,
598 +        make_nodes.c, make_nodes.h, parse_interface.h, parse_tree.c,
599 +        parse_tree.h: fixed the includes in the Make.dep
600 +
601 + 2003-11-06 14:11  mmeineke
602 +
603 +        * libmdtools/: Makefile.in, NPTf.cpp, NPTi.cpp, NPTxyz.cpp,
604 +        NVT.cpp, SimInfo.cpp, Thermo.cpp: did a merge by hand from the
605 +        new-templateless branch to the main trunk.
606 +        
607 +        bug Fixes include:   * fixed the switching function from ortho to
608 +        non-ortho box.           !!!!! THis was responsible for all of the
609 +        sudden deaths we saw.    * some formating in the string when we
610 +        write out the extended system state.    * added NPT.cpp to the
611 +        makefile.in
612 +
613 + 2003-11-06 13:20  mmeineke
614 +
615 +        * libmdtools/: Integrator.cpp, Makefile.in, NPT.cpp, NPTf.cpp,
616 +        SimInfo.cpp, Thermo.cpp, do_Forces.F90: fixed the "Sudden Death"
617 +        bug.    The box was not switching between orthorhombic and
618 +        non-orthorhombic wrapping correctly.         we added a fabs() to
619 +        the check.which should fix it.
620 +
621 + 2003-11-05 14:16  mmeineke
622 +
623 +        * libmdtools/AbstractClasses.hpp, libmdtools/DumpReader.cpp,
624 +        libmdtools/GenericData.cpp, libmdtools/GenericData.hpp,
625 +        libmdtools/InitializeFromFile.cpp, libmdtools/Integrator.cpp,
626 +        libmdtools/Integrator.hpp, libmdtools/Make.dep, libmdtools/NPT.cpp,
627 +        libmdtools/NPTf.cpp, libmdtools/NPTi.cpp, libmdtools/NPTxyz.cpp,
628 +        libmdtools/NVT.cpp, libmdtools/SimInfo.hpp,
629 +        libmdtools/SimSetup.cpp, samples/water/ssd.bass, src/Make.dep,
630 +        utils/sysbuilder/Make.dep, utils/sysbuilder/latticeBilayer.cpp:
631 +        some work on trying to find the compression bug
632 +
633 + 2003-11-03 17:07  mmeineke
634 +
635 +        * libmdtools/: DumpReader.cpp, GenericData.cpp, GenericData.hpp,
636 +        InitializeFromFile.cpp, Integrator.hpp, Make.dep, NPT.cpp,
637 +        NPTf.cpp, NPTi.cpp, NPTxyz.cpp, NVT.cpp, SimInfo.cpp, SimInfo.hpp,
638 +        SimSetup.cpp, SimSetup.hpp: begun work on removing templates and
639 +        most of standard template library from OOPSE.
640 +
641 + 2003-10-31 16:06  mmeineke
642 +
643 +        * libmdtools/: AllIntegrator.hpp, Integrator.cpp, Integrator.hpp,
644 +        Makefile.in, NPT.cpp, NPTf.cpp, NPTi.cpp, NPTxyz.cpp, NVT.cpp,
645 +        SimSetup.cpp: started work on template removal.
646 +
647 + 2003-10-31 13:28  mmeineke
648 +
649 +        * libmdtools/: DumpReader.cpp, NPTf.cpp, NPTi.cpp, NPTxyz.cpp:
650 +        added template stuff to the Maikefile template
651 +        
652 +        little changes to some printf format statements
653 +
654 + 2003-10-31 13:28  mmeineke
655 +
656 +        * libBASS/Makefile.in: added template stuff to the Maikefile
657 +        template
658 +
659 + 2003-10-30 13:59  gezelter
660 +
661 +        * libmdtools/: SimInfo.cpp, SimInfo.hpp, SimSetup.cpp,
662 +        do_Forces.F90, neighborLists.F90, notifyCutoffs.F90: bug fixes for
663 +        rList problems
664 +
665 + 2003-10-30 09:11  gezelter
666 +
667 +        * libmdtools/neighborLists.F90: Fixed bug that size(q0) was being
668 +        queried before q0 was allocated.
669 +
670 + 2003-10-29 15:41  mmeineke
671 +
672 +        * libmdtools/: ForceFields.cpp, Integrator.cpp, Integrator.hpp,
673 +        SimInfo.cpp, SimSetup.cpp, calc_dipole_dipole.F90,
674 +        calc_sticky_pair.F90, do_Forces.F90: fixed a stdlib.h include error
675 +        in bass.l
676 +        
677 +        fixed a little bug in the first time step, regarding the setting of
678 +        ecr and est in fortran
679 +
680 + 2003-10-29 15:40  mmeineke
681 +
682 +        * libBASS/BASSlex.l: fixed a stdlib.h include error
683 +
684 + 2003-10-29 12:55  mmeineke
685 +
686 +        * libmdtools/: ForceFields.cpp, Integrator.cpp, SimInfo.cpp,
687 +        SimInfo.hpp, SimSetup.cpp, do_Forces.F90: som efixes to the way
688 +        rcut is setup, as well as additional debugging comments.
689 +
690 + 2003-10-29 09:28  gezelter
691 +
692 +        * configure, ac-tools/configure.in, libBASS/Makefile.in,
693 +        libmdtools/Makefile.in, src/Makefile.in: C++ compatibility for
694 +        templates
695 +
696 + 2003-10-28 22:16  gezelter
697 +
698 +        * src/Makefile.in: Refixed broken makefile
699 +
700 + 2003-10-28 22:06  gezelter
701 +
702 +        * configure, ac-tools/aclocal.m4, src/Makefile.in: compatibility
703 +        fixes
704 +
705 + 2003-10-28 19:19  tim
706 +
707 +        * ChangeLog, libmdtools/AbstractClasses.hpp,
708 +        libmdtools/DumpWriter.cpp, libmdtools/GenericData.hpp,
709 +        libmdtools/InitializeFromFile.cpp, libmdtools/Integrator.cpp,
710 +        libmdtools/Integrator.hpp, libmdtools/NPT.cpp, libmdtools/NPTf.cpp,
711 +        libmdtools/NPTi.cpp, libmdtools/NPTxyz.cpp, libmdtools/NVT.cpp,
712 +        libmdtools/ReadWrite.hpp, samples/argon/argon.bass,
713 +        samples/water/ssd.bass: add chi and eta to the comment line of dump
714 +        file.
715 +
716 + 2003-10-28 17:25  mmeineke
717 +
718 +        * libmdtools/: ForceFields.hpp, SimInfo.hpp,
719 +        fortranWrapDefines.hpp, fortranWrappers.cpp, fortranWrappers.hpp,
720 +        mpiComponentPlan.h, mpiSimulation.hpp: did a complete overhaul of
721 +        how c calls fortran. All function pointers and fortran calls are
722 +        rigidly typecast now.
723 +
724 + 2003-10-28 15:42  gezelter
725 +
726 +        * staticProps/Makefile.in, utils/sysbuilder/Makefile.in:
727 +        Portability fixes
728 +
729 + 2003-10-28 15:09  gezelter
730 +
731 +        * libmdtools/calc_LJ_FF.F90, libmdtools/do_Forces.F90,
732 +        libmdtools/fForceField.h, libmdtools/mpiSimulation_module.F90,
733 +        src/Makefile.in: Compatibility fixes
734 +
735 + 2003-10-28 12:08  mmeineke
736 +
737 +        * libmdtools/: AbstractClasses.hpp, Integrator.hpp, Makefile.in:
738 +        started work on template removal
739 +
740 + 2003-10-28 12:04  gezelter
741 +
742 +        * libmdtools/: fortranWrappers.cpp, fortranWrappers.hpp: started
743 +        trying to understand extern "C" stuff for pointers
744 +
745 + 2003-10-28 11:20  gezelter
746 +
747 +        * libmdtools/: InitializeFromFile.cpp, ReadWrite.hpp,
748 +        ZConsWriter.cpp, ZConstraint.cpp: fixes for compatibility
749 +
750 + 2003-10-28 11:03  gezelter
751 +
752 +        * libmdtools/: Atom.hpp, BendExtensions.cpp, DUFF.cpp,
753 +        DipoleTestFF.cpp, DirectionalAtom.cpp, DumpReader.cpp,
754 +        DumpWriter.cpp, EAM_FF.cpp, Exclude.cpp, ForceFields.cpp,
755 +        ForceFields.hpp, InitializeFromFile.cpp, Integrator.cpp, LJFF.cpp,
756 +        Makefile.in, Molecule.cpp, NPT.cpp, NPTf.cpp, NPTi.cpp, NPTxyz.cpp,
757 +        ReadWrite.hpp, SimInfo.cpp, SimSetup.cpp, SimState.cpp,
758 +        StatWriter.cpp, Thermo.cpp, TraPPE_ExFF.cpp, ZConstraint.cpp,
759 +        calc_LJ_FF.F90, do_Forces.F90, fortranWrappers.cpp,
760 +        mpiSimulation.cpp, randomSPRNG.cpp: replace c++ header stuff with
761 +        more portable c header stuff Also, mod file fixes and portability
762 +        changes Some fortran changes will need to be reversed.
763 +
764 + 2003-10-28 11:03  gezelter
765 +
766 +        * libBASS/: AtomStamp.cpp, BASS_interface.cpp, Component.cpp,
767 +        Globals.cpp, Globals.hpp, LinkedCommand.hpp, MakeStamps.hpp,
768 +        Makefile.in, MoleculeStamp.cpp: replace c++ header stuff with more
769 +        portable c header stuff Also, mod file fixes and portability
770 +        changes
771 +
772 + 2003-10-28 11:02  gezelter
773 +
774 +        * configure, ac-tools/aclocal.m4: mod file fixes and portability
775 +        stuff
776 +
777 + 2003-10-27 18:00  gezelter
778 +
779 +        * Makefile.in, configure, ac-tools/aclocal.m4,
780 +        ac-tools/configure.in, ac-tools/fortran90.m4,
781 +        libmdtools/Makefile.in: Stuff for MOD support in other compilers
782 +
783 + 2003-10-27 17:08  mmeineke
784 +
785 +        * utils/sysbuilder/: Make.dep, Makefile.in, MoLocator.cpp,
786 +        MoLocator.hpp, QuickBass.cpp, QuickBass.hpp, latticeBilayer.cpp:
787 +        added routines for the sysbuilder to work with simSetup
788 +        
789 +        remved the QuickBass routines, and had all parsing go through
790 +        SimSetup.  LatticeBilayer is in complete working order now.
791 +
792 + 2003-10-27 17:07  mmeineke
793 +
794 +        * libmdtools/: SimInfo.hpp, SimSetup.cpp, SimSetup.hpp: added
795 +        routines for the sysbuilder to work with simSetup
796 +
797 + 2003-10-27 11:20  gezelter
798 +
799 +        * configure, ac-tools/configure.in, samples/water/ssd.bass,
800 +        utils/sysbuilder/sysBuild.cpp: fixes for configure, sysBuild
801 +
802 + 2003-10-24 17:17  mmeineke
803 +
804 +        * utils/sysbuilder/: Make.dep, Makefile.in, MoLocator.cpp,
805 +        MoLocator.hpp, QuickBass.cpp, QuickBass.hpp, bilayerSys.cpp,
806 +        latticeBilayer.cpp, latticeBuilder.cpp, sysBuild.cpp: put
807 +        QuickBass, MoLocator, and latticeBuilder into a Builder Library
808 +        overhauled latticeBilayer into its own program. Removed sysBuild
809 +        from the Makefile
810 +
811 + 2003-10-24 12:36  gezelter
812 +
813 +        * utils/sysbuilder/: bilayerSys.cpp, latticeBuilder.cpp,
814 +        latticeBuilder.hpp, sysBuild.cpp, sysBuild.hpp: work on bilayer
815 +        builder
816 +
817 + 2003-10-24 12:35  gezelter
818 +
819 +        * configure, ac-tools/aclocal.m4, ac-tools/configure.in: fixed a
820 +        merge problem
821 +
822 + 2003-10-23 14:57  mmeineke
823 +
824 +        * samples/metals/Makefile.in: added eam ForceField files to the
825 +        init
826 +        
827 +        fixed an eam mpi parmeter setup bug
828 +        
829 +        added the init file to the makefile
830 +
831 + 2003-10-23 14:57  mmeineke
832 +
833 +        * libmdtools/: EAM_FF.cpp, SimSetup.cpp: added eam ForceField files
834 +        to the init
835 +        
836 +        fixed an eam mpi parmeter setup bug
837 +
838 + 2003-10-23 14:57  mmeineke
839 +
840 +        * forceFields/Makefile.in: added eam ForceField files to the init
841 +
842 + 2003-10-22 16:17  mmeineke
843 +
844 +        * libmdtools/: AllIntegrator.hpp, Integrator.hpp, Makefile.in,
845 +        NPTxym.cpp, NPTxyz.cpp, NPTzm.cpp, SimSetup.cpp: added a new NPT
846 +        integrator, NPTxyz. It scales the x, y, and z direction sepeartely.
847 +        no box skew allowed.
848 +
849 + 2003-10-21 14:33  mmeineke
850 +
851 +        * libBASS/Globals.cpp, libBASS/Globals.hpp,
852 +        libmdtools/SimSetup.cpp, staticProps/GofRtheta.cpp,
853 +        staticProps/PairCorrType.hpp: added useInitTime to the BASS syntax.
854 +            * useInitTime = false: sets the origin time to 0.0 regardless
855 +        of the time stamp in the .init file     * default=> useInitTime =
856 +        true;
857 +
858 + 2003-10-17 16:19  mmeineke
859 +
860 +        * staticProps/: AllCorr.cpp, AllCorr.hpp, CorrWrap.cpp, GofR.cpp,
861 +        Makefile.in, PairCorrList.hpp, PairCorrType.cpp, PairCorrType.hpp,
862 +        staticProps.cpp, obj/placeholder: added the staticProps directory
863 +        to the build list for both configure  and configure.in
864 +        
865 +        fixed a number of bugs in the staticProps code. gofr is now
866 +        working.
867 +
868 + 2003-10-17 16:18  mmeineke
869 +
870 +        * ac-tools/configure.in: added the staticProps directory to the
871 +        build list for both configure  and configure.in
872 +
873 + 2003-10-17 16:17  mmeineke
874 +
875 +        * configure: added the staticProps directory to the build list
876 +
877 + 2003-10-16 14:16  mmeineke
878 +
879 +        * libmdtools/: DumpReader.cpp, DumpWriter.cpp, Exclude.cpp,
880 +        Integrator.cpp, Makefile.in, ReadWrite.hpp: Changed DumpReader to
881 +        use linked lists instead of a vector.
882 +        
883 +        Fixed the makefile to build DumpReader.cpp
884 +        
885 +        Removed a comment output in Exclude.cpp
886 +        
887 +        Modified DumpWriter and Integrator to write an eor file every time
888 +        a frame is written.  This lets the .eor file represent the last
889 +        written frame of a simulation.
890 +
891 + 2003-10-10 12:10  mmeineke
892 +
893 +        * staticProps/: AllCorr.cpp, AllCorr.hpp, CorrWrap.cpp,
894 +        CorrWrap.hpp, GofR.cpp, Makefile.in, PairCorrList.cpp,
895 +        PairCorrList.hpp, PairCorrType.cpp, PairCorrType.hpp,
896 +        staticProps.cpp: removed the props directory, and moved everything
897 +        over to staticProps
898 +
899 + 2003-10-09 17:09  mmeineke
900 +
901 +        * libmdtools/Atom.hpp: Contiuned work on staticProps. should be in
902 +        a position where it will compile and run first runs.
903 +
904 + 2003-10-04 13:46  chuckv
905 +
906 +        * libmdtools/calc_eam.F90, libmdtools/do_Forces.F90,
907 +        samples/metals/Au.bass: Fixed bug in calc_eam.
908 +
909 + 2003-10-04 13:08  chuckv
910 +
911 +        * samples/metals/init_au.in: added Au init file for eam.
912 +
913 + 2003-10-03 17:11  mmeineke
914 +
915 +        * libmdtools/: StatWriter.cpp, Thermo.cpp, Thermo.hpp: removed
916 +        entahlpy from the statwriter and thermo.
917 +
918 + 2003-10-03 17:02  mmeineke
919 +
920 +        * libmdtools/SimInfo.hpp: changed the formating ogf the error
921 +        statements in simError
922 +        
923 +        added a function to get the maxCutoff
924 +
925 + 2003-10-03 17:01  mmeineke
926 +
927 +        * libBASS/simError.c: changed the formating ogf the error
928 +        statements in simError
929 +
930 + 2003-09-30 11:00  mmeineke
931 +
932 +        * configure, ac-tools/aclocal.m4, ac-tools/configure.in: changed
933 +        f90Flags so they are no longer overwritten by the compiler.
934 +
935 + 2003-09-29 17:06  mmeineke
936 +
937 +        * libmdtools/fortranWrappers.cpp: added mpif90 mod check back same
938 +        for conifig.in
939 +        
940 +        fixed wrappers to extern "C"
941 +
942 + 2003-09-29 17:06  mmeineke
943 +
944 +        * ac-tools/configure.in: added mpif90 mod check back same for
945 +        conifig.in
946 +
947 + 2003-09-29 17:05  mmeineke
948 +
949 +        * configure: added mpif90 mod check back
950 +
951 + 2003-09-29 16:16  mmeineke
952 +
953 +        * configure, ac-tools/aclocal.m4, ac-tools/configure.in,
954 +        libBASS/BendStamp.cpp, libBASS/BondStamp.cpp,
955 +        libBASS/LinkedAssign.cpp, libBASS/LinkedCommand.cpp,
956 +        libBASS/MakeStamps.cpp, libBASS/TorsionStamp.cpp,
957 +        libBASS/ZconStamp.cpp, libBASS/simError.c,
958 +        libmdtools/Integrator.hpp, libmdtools/SimInfo.cpp,
959 +        libmdtools/SimInfo.hpp, libmdtools/calc_LJ_FF.F90,
960 +        libmdtools/fortranWrappers.cpp: fixed a lot of warnings and errors
961 +        found with SUN's SUNWspro.s1s7
962 +
963 + 2003-09-29 12:38  mmeineke
964 +
965 +        * libmdtools/GenericData.hpp: light change in syntax. no
966 +        signifigant change.
967 +
968 + 2003-09-25 16:17  mmeineke
969 +
970 +        * libmdtools/: DirectionalAtom.cpp, Integrator.hpp: fixed some
971 +        additional remarks from icc -w3 (extra verbose output)
972 +
973 + 2003-09-25 14:27  mmeineke
974 +
975 +        * libBASS/parse_tree.c, libmdtools/Atom.cpp, libmdtools/DUFF.cpp,
976 +        libmdtools/DirectionalAtom.cpp, libmdtools/DumpWriter.cpp,
977 +        libmdtools/EAM_FF.cpp, libmdtools/ForceFields.cpp,
978 +        libmdtools/GenericData.cpp, libmdtools/InitializeFromFile.cpp,
979 +        libmdtools/Integrator.cpp, libmdtools/LJFF.cpp,
980 +        libmdtools/NPTf.cpp, libmdtools/NPTi.cpp, libmdtools/NPTzm.cpp,
981 +        libmdtools/SimInfo.cpp, libmdtools/SimInfo.hpp,
982 +        libmdtools/SimSetup.cpp, libmdtools/Thermo.cpp,
983 +        libmdtools/ZConsWriter.cpp, libmdtools/ZConstraint.cpp,
984 +        libmdtools/mpiSimulation.cpp, src/oopse.cpp: cleaned things with
985 +        gcc -Wall and g++ -Wall
986 +
987 + 2003-09-25 13:54  gezelter
988 +
989 +        * configure, ac-tools/configure.in: fixed a bug in configure
990 +
991 + 2003-09-25 11:42  gezelter
992 +
993 +        * Makefile.in, configure, ac-tools/aclocal.m4,
994 +        ac-tools/configure.in, libBASS/Makefile.in, libmdtools/Makefile.in,
995 +        src/Makefile.in, utils/Makefile.in, utils/sysbuilder/Makefile.in:
996 +        fixes for configure
997 +
998 + 2003-09-24 14:34  mmeineke
999 +
1000 +        * libmdtools/Integrator.cpp: moved readyCheck in the integrator so
1001 +        that it is called before the first Statistics are written.
1002 +
1003 + 2003-09-23 15:36  gezelter
1004 +
1005 +        * src/Make.dep, utils/Make.dep, utils/sysbuilder/Make.dep: Added a
1006 +        bunch of Make.dep files to CVS
1007 +
1008 + 2003-09-23 15:34  mmeineke
1009 +
1010 +        * libmdtools/: Integrator.cpp, Integrator.hpp, NPTf.cpp,
1011 +        SimSetup.cpp: Removed NPTfm from Integrator.hpp.
1012 +        
1013 +        Some small syntax cleaning in NPTfm and SimSetup
1014 +
1015 + 2003-09-22 18:07  tim
1016 +
1017 +        * libmdtools/: ForceFields.cpp, Integrator.cpp, SimInfo.cpp,
1018 +        SimInfo.hpp: fix bug in calculating maxCutoff
1019 +
1020 + 2003-09-22 16:23  mmeineke
1021 +
1022 +        * libmdtools/: AllIntegrator.hpp, Integrator.hpp, Make.dep,
1023 +        Makefile.in, NPT.cpp, NPTf.cpp, NPTfm.cpp, NPTim.cpp, SimSetup.cpp:
1024 +        Converted NPTf to work with the NPT base class.
1025 +        
1026 +        Removed NPTfm and NPTim from cvs
1027 +
1028 + 2003-09-19 15:00  mmeineke
1029 +
1030 +        * libmdtools/: AllIntegrator.hpp, Integrator.cpp, Integrator.hpp,
1031 +        NPT.cpp, NPTf.cpp, NPTi.cpp, NVT.cpp, SimSetup.cpp: added NPT base
1032 +        class. NPTi is up to date. NPTf is not.
1033 +
1034 + 2003-09-19 11:03  mmeineke
1035 +
1036 +        * utils/Makefile.in, src/Makefile.in: removed mpi++ from the
1037 +        makefile
1038 +
1039 + 2003-09-19 11:01  gezelter
1040 +
1041 +        * samples/water/ssd.bass: goofing off to test NPTf and NPTi
1042 +
1043 + 2003-09-19 11:01  gezelter
1044 +
1045 +        * libmdtools/: NPTf.cpp, NPTi.cpp: fixed bugs in NPTf, found
1046 +        (nearly) conserved quantities for both NPTi and NPTf
1047 +
1048 + 2003-09-19 10:20  mmeineke
1049 +
1050 +        * utils/Makefile.in: fixed a typo in the makefile.
1051 +
1052 + 2003-09-19 09:55  gezelter
1053 +
1054 +        * libmdtools/NPTi.cpp, libmdtools/SimInfo.cpp,
1055 +        samples/water/ssd.bass: [no log message]
1056 +
1057 + 2003-09-19 09:22  tim
1058 +
1059 +        * libmdtools/: NPTi.cpp, NVT.cpp: [no log message]
1060 +
1061 + 2003-09-17 09:22  mmeineke
1062 +
1063 +        * libmdtools/: Integrator.cpp, NPTi.cpp, NVT.cpp: fixed NPTi to now
1064 +        work with constraints.
1065 +
1066 + 2003-09-16 15:02  tim
1067 +
1068 +        * libmdtools/: Integrator.hpp, NPTf.cpp, NPTfm.cpp, NPTi.cpp,
1069 +        SimInfo.cpp, SimInfo.hpp: fixed ecr grow in SimInfo
1070 +        
1071 +        fixed conserved quantity in NPT (Still some small bug)
1072 +        
1073 +        NPTi appears very stable.
1074 +
1075 + 2003-09-15 11:52  tim
1076 +
1077 +        * libmdtools/AbstractClasses.hpp, libmdtools/Integrator.cpp,
1078 +        libmdtools/Integrator.hpp, libmdtools/NPTf.cpp,
1079 +        libmdtools/NPTfm.cpp, libmdtools/NPTi.cpp, libmdtools/NPTim.cpp,
1080 +        libmdtools/NVT.cpp, libmdtools/SimInfo.cpp, libmdtools/SimInfo.hpp,
1081 +        libmdtools/StatWriter.cpp, libmdtools/Thermo.cpp,
1082 +        libmdtools/Thermo.hpp, libmdtools/ZConstraint.cpp,
1083 +        utils/sysbuilder/bilayerSys.cpp: add conserved quantity to
1084 +        statWriter fix bug of vector wrapping at NPTi
1085 +
1086 + 2003-09-12 11:20  gezelter
1087 +
1088 +        * libmdtools/: Make.dep, Makefile.in: Added integrators to
1089 +        Makefile.in
1090 +
1091 + 2003-09-12 11:20  gezelter
1092 +
1093 +        * ChangeLog: Entered changes for configure into ChangeLog
1094 +
1095 + 2003-09-09 15:35  mmeineke
1096 +
1097 +        * libmdtools/: Integrator.cpp, Integrator.hpp, NPTxym.cpp,
1098 +        NPTzm.cpp, Thermo.cpp, Thermo.hpp: updated the ChangeLog
1099 +        
1100 +        added two new NPT integrators, they still need work.
1101 +
1102 + 2003-09-09 15:34  mmeineke
1103 +
1104 +        * ChangeLog: updated the ChangeLog
1105 +
1106 + 2003-09-05 17:45  gezelter
1107 +
1108 +        * libmdtools/Make.dep: dependency on config.h
1109 +
1110 + 2003-09-05 17:36  gezelter
1111 +
1112 +        * configure, ac-tools/aclocal.m4: fixed sprng problem
1113 +
1114 + 2003-09-05 16:29  gezelter
1115 +
1116 +        * samples/metals/Makefile.in: New Makefile for metals sample
1117 +
1118 + 2003-09-05 16:27  gezelter
1119 +
1120 +        * Makefile, Makefile.in, ac-tools/aclocal.m4,
1121 +        ac-tools/configure.in, ac-tools/fortran90.m4, forceFields/Makefile,
1122 +        forceFields/Makefile.in, libBASS/Globals.cpp, libBASS/Globals.hpp,
1123 +        libBASS/MakeStamps.cpp, libBASS/MakeStamps.hpp, libBASS/Makefile,
1124 +        libBASS/Makefile.in, libmdtools/Integrator.hpp,
1125 +        libmdtools/Linux_ifc_machdep.F90, libmdtools/Make.dep,
1126 +        libmdtools/Makefile, libmdtools/Makefile.in,
1127 +        libmdtools/calc_eam.F90, libmdtools/config.h.in,
1128 +        libmdtools/definitions_module.F90, libmdtools/fInfo.c,
1129 +        libmdtools/fortranWrappers.cpp,
1130 +        libmdtools/mpiSimulation_module.F90, libmdtools/neighborLists.F90,
1131 +        libmdtools/simulation_module.F90, samples/Makefile,
1132 +        samples/Makefile.in, samples/alkane/Makefile,
1133 +        samples/alkane/Makefile.in, samples/argon/Makefile,
1134 +        samples/argon/Makefile.in, samples/argon/argon.bass,
1135 +        samples/beadLipid/Makefile, samples/beadLipid/Makefile.in,
1136 +        samples/lipid/Makefile, samples/lipid/Makefile.in,
1137 +        samples/water/Makefile, samples/water/Makefile.in, src/Makefile,
1138 +        src/Makefile.in, utils/Makefile, utils/Makefile.in,
1139 +        utils/sysbuilder/Makefile, utils/sysbuilder/Makefile.in: Changes to
1140 +        autoconf / configure method of configuring OOPSE
1141 +
1142 + 2003-09-04 16:48  mmeineke
1143 +
1144 +        * libmdtools/Integrator.cpp, libmdtools/Integrator.hpp,
1145 +        libmdtools/Makefile, libmdtools/NPTf.cpp, libmdtools/NPTfm.cpp,
1146 +        libmdtools/NPTi.cpp, libmdtools/NPTim.cpp, libmdtools/NVT.cpp,
1147 +        libmdtools/SimInfo.hpp, libmdtools/SimSetup.cpp, src/Makefile:
1148 +        added resetTime to the Global namespace.
1149 +        
1150 +        added ability to reset the integrators in the NVT and NPT family.
1151 +
1152 + 2003-09-04 16:48  mmeineke
1153 +
1154 +        * libBASS/: Globals.cpp, Globals.hpp: added resetTime to the Global
1155 +        namespace.
1156 +
1157 + 2003-09-02 09:30  tim
1158 +
1159 +        * libmdtools/: Integrator.hpp, Makefile, SimSetup.cpp,
1160 +        ZConsWriter.cpp, ZConstraint.cpp: fix a bug at MPI version of
1161 +        PolicyByMass
1162 +
1163 + 2003-08-28 16:09  tim
1164 +
1165 +        * ChangeLog, libmdtools/GenericData.cpp,
1166 +        libmdtools/GenericData.hpp, libmdtools/SimSetup.cpp,
1167 +        libmdtools/ZConstraint.cpp: Added: check uniqueness of molIndex
1168 +
1169   2003-08-27 14:23  tim
1170  
1171          * libmdtools/: Integrator.cpp, SimSetup.cpp, ZConstraint.cpp: fix
# Line 268 | Line 1436
1436          libmdtools/do_Forces.F90, libmdtools/neighborLists.F90,
1437          samples/metals/Au.bass: EAM works...... Neighbor list also
1438          works.....
271
272 2003-08-08 13:32  mmeineke
273
274        * props/: frameCount.c, frameCount.h, props.cpp, staticProps.cpp:
275        moved frameCount's functionality into DumpReader. also split props
276        into staticProps and dynamicProps. (currently only have
277        staticProps)
1439  
1440   2003-08-08 12:48  mmeineke
1441  
# Line 332 | Line 1493
1493   2003-07-29 11:32  mmeineke
1494  
1495          * libmdtools/DumpReader.cpp, libmdtools/ReadWrite.hpp,
1496 <        libmdtools/SimSetup.cpp, libmdtools/SimSetup.hpp,
1497 <        props/frameCount.c, props/frameCount.h, props/props.cpp,
337 <        src/Makefile: working on the props code
1496 >        libmdtools/SimSetup.cpp, libmdtools/SimSetup.hpp, src/Makefile:
1497 >        working on the props code
1498  
1499   2003-07-29 11:32  mmeineke
1500  
# Line 1461 | Line 2621
2621  
2622   2003-03-25 09:29  mmeineke
2623  
2624 <        * libBASS/obj/dummy, libmdtools/MPIobj/dummy, libmdtools/obj/dummy,
2624 >        * libBASS/obj/dummy, libmdtools/obj/dummy, libmdtools/MPIobj/dummy,
2625          src/MPIobj/dummy, src/obj/dummy: [no log message]
2626  
2627   2003-03-25 09:29  mmeineke
# Line 1615 | Line 2775
2775          libmdtools/mpiSimulation.hpp, libmdtools/mpiSimulation_module.F90,
2776          libmdtools/neighborLists.F90, libmdtools/randomSPRNG.cpp,
2777          libmdtools/randomSPRNG.hpp, libmdtools/simulation_module.F90,
2778 <        libmdtools/vector_class.F90, libmdtools/wrappers.F90: New OOPSE
2779 <        Tree
2778 >        libmdtools/vector_class.F90, libmdtools/wrappers.F90: Initial
2779 >        revision
2780  
2781   2003-03-21 12:42  mmeineke
2782  
# Line 1673 | Line 2833
2833          libmdtools/mpiSimulation.hpp, libmdtools/mpiSimulation_module.F90,
2834          libmdtools/neighborLists.F90, libmdtools/randomSPRNG.cpp,
2835          libmdtools/randomSPRNG.hpp, libmdtools/simulation_module.F90,
2836 <        libmdtools/vector_class.F90, libmdtools/wrappers.F90: Initial
2837 <        revision
2836 >        libmdtools/vector_class.F90, libmdtools/wrappers.F90: New OOPSE
2837 >        Tree
2838  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines