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 760 by gezelter, Fri Sep 12 16:20:05 2003 UTC vs.
Revision 1005 by tim, Tue Feb 3 15:21:32 2004 UTC

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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines