ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/OOPSE/ChangeLog
Revision: 1035
Committed: Fri Feb 6 21:37:59 2004 UTC (20 years, 5 months ago) by tim
File size: 86328 byte(s)
Log Message:
Single version of energy minimization for argon is working, need to add constraint

File Contents

# User Rev Content
1 tim 1035 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 tim 1031 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 tim 1005 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 tim 927 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 tim 926 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 tim 920 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 chuckv 894 2003-12-29 14:56 chuckv
445 gezelter 760
446 chuckv 894 * 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 tim 837 * utils/sysbuilder/: Make.dep, Makefile.in, MoLocator.cpp,
786 chuckv 894 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 tim 926 2003-10-24 17:17 mmeineke
803 chuckv 894
804     * utils/sysbuilder/: Make.dep, Makefile.in, MoLocator.cpp,
805 tim 837 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 tim 926 2003-10-24 12:36 gezelter
812 tim 837
813     * utils/sysbuilder/: bilayerSys.cpp, latticeBuilder.cpp,
814     latticeBuilder.hpp, sysBuild.cpp, sysBuild.hpp: work on bilayer
815     builder
816    
817 tim 926 2003-10-24 12:35 gezelter
818 tim 837
819     * configure, ac-tools/aclocal.m4, ac-tools/configure.in: fixed a
820     merge problem
821    
822 tim 926 2003-10-23 14:57 mmeineke
823 tim 837
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 tim 926 2003-10-23 14:57 mmeineke
832 tim 837
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 tim 926 2003-10-23 14:57 mmeineke
839 tim 837
840     * forceFields/Makefile.in: added eam ForceField files to the init
841    
842 tim 926 2003-10-22 16:17 mmeineke
843 tim 837
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 tim 926 2003-10-21 14:33 mmeineke
850 tim 837
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 tim 926 2003-10-17 16:19 mmeineke
859 tim 837
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 tim 926 2003-10-17 16:18 mmeineke
869 tim 837
870     * ac-tools/configure.in: added the staticProps directory to the
871     build list for both configure  and configure.in
872    
873 tim 926 2003-10-17 16:17 mmeineke
874 tim 837
875     * configure: added the staticProps directory to the build list
876    
877 tim 926 2003-10-16 14:16 mmeineke
878 tim 837
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 tim 926 2003-10-10 12:10 mmeineke
892 tim 837
893 tim 1005 * 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 tim 837
899 tim 926 2003-10-09 17:09 mmeineke
900 tim 837
901 tim 1005 * libmdtools/Atom.hpp: Contiuned work on staticProps. should be in
902 tim 837 a position where it will compile and run first runs.
903    
904 tim 926 2003-10-04 13:46 chuckv
905 tim 837
906     * libmdtools/calc_eam.F90, libmdtools/do_Forces.F90,
907     samples/metals/Au.bass: Fixed bug in calc_eam.
908    
909 tim 926 2003-10-04 13:08 chuckv
910 tim 837
911     * samples/metals/init_au.in: added Au init file for eam.
912    
913 tim 926 2003-10-03 17:11 mmeineke
914 tim 837
915     * libmdtools/: StatWriter.cpp, Thermo.cpp, Thermo.hpp: removed
916     entahlpy from the statwriter and thermo.
917    
918 tim 926 2003-10-03 17:02 mmeineke
919 tim 837
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 tim 926 2003-10-03 17:01 mmeineke
926 tim 837
927     * libBASS/simError.c: changed the formating ogf the error
928     statements in simError
929    
930 tim 926 2003-09-30 11:00 mmeineke
931 tim 920
932 tim 837 * configure, ac-tools/aclocal.m4, ac-tools/configure.in: changed
933     f90Flags so they are no longer overwritten by the compiler.
934    
935 tim 926 2003-09-29 17:06 mmeineke
936 tim 837
937     * libmdtools/fortranWrappers.cpp: added mpif90 mod check back same
938     for conifig.in
939    
940     fixed wrappers to extern "C"
941    
942 tim 926 2003-09-29 17:06 mmeineke
943 tim 837
944     * ac-tools/configure.in: added mpif90 mod check back same for
945     conifig.in
946    
947 tim 926 2003-09-29 17:05 mmeineke
948 tim 837
949     * configure: added mpif90 mod check back
950    
951 tim 926 2003-09-29 16:16 mmeineke
952 tim 837
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 tim 926 2003-09-29 12:38 mmeineke
964 tim 837
965     * libmdtools/GenericData.hpp: light change in syntax. no
966     signifigant change.
967    
968 tim 926 2003-09-25 16:17 mmeineke
969 tim 837
970     * libmdtools/: DirectionalAtom.cpp, Integrator.hpp: fixed some
971     additional remarks from icc -w3 (extra verbose output)
972    
973 tim 926 2003-09-25 14:27 mmeineke
974 tim 837
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 tim 926 2003-09-25 13:54 gezelter
988 tim 837
989     * configure, ac-tools/configure.in: fixed a bug in configure
990    
991 tim 926 2003-09-25 11:42 gezelter
992 tim 837
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 tim 926 2003-09-24 14:34 mmeineke
999 tim 837
1000     * libmdtools/Integrator.cpp: moved readyCheck in the integrator so
1001     that it is called before the first Statistics are written.
1002    
1003 tim 926 2003-09-23 15:36 gezelter
1004 tim 837
1005     * src/Make.dep, utils/Make.dep, utils/sysbuilder/Make.dep: Added a
1006     bunch of Make.dep files to CVS
1007    
1008 tim 926 2003-09-23 15:34 mmeineke
1009 tim 837
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 tim 926 2003-09-22 18:07 tim
1016 tim 837
1017     * libmdtools/: ForceFields.cpp, Integrator.cpp, SimInfo.cpp,
1018     SimInfo.hpp: fix bug in calculating maxCutoff
1019    
1020 tim 926 2003-09-22 16:23 mmeineke
1021 tim 837
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 tim 926 2003-09-19 15:00 mmeineke
1029 tim 837
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 tim 926 2003-09-19 11:03 mmeineke
1035 tim 837
1036     * utils/Makefile.in, src/Makefile.in: removed mpi++ from the
1037     makefile
1038    
1039 tim 926 2003-09-19 11:01 gezelter
1040 tim 837
1041     * samples/water/ssd.bass: goofing off to test NPTf and NPTi
1042    
1043 tim 926 2003-09-19 11:01 gezelter
1044 tim 837
1045     * libmdtools/: NPTf.cpp, NPTi.cpp: fixed bugs in NPTf, found
1046     (nearly) conserved quantities for both NPTi and NPTf
1047    
1048 tim 926 2003-09-19 10:20 mmeineke
1049 tim 837
1050     * utils/Makefile.in: fixed a typo in the makefile.
1051    
1052 tim 926 2003-09-19 09:55 gezelter
1053 tim 837
1054     * libmdtools/NPTi.cpp, libmdtools/SimInfo.cpp,
1055     samples/water/ssd.bass: [no log message]
1056    
1057 tim 926 2003-09-19 09:22 tim
1058 tim 837
1059     * libmdtools/: NPTi.cpp, NVT.cpp: [no log message]
1060    
1061 tim 926 2003-09-17 09:22 mmeineke
1062 tim 837
1063     * libmdtools/: Integrator.cpp, NPTi.cpp, NVT.cpp: fixed NPTi to now
1064     work with constraints.
1065    
1066 tim 926 2003-09-16 15:02 tim
1067 tim 837
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 tim 926 2003-09-15 11:52 tim
1076 tim 837
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 tim 926 2003-09-12 11:20 gezelter
1087 tim 920
1088 tim 837 * libmdtools/: Make.dep, Makefile.in: Added integrators to
1089     Makefile.in
1090    
1091 tim 926 2003-09-12 11:20 gezelter
1092 tim 837
1093     * ChangeLog: Entered changes for configure into ChangeLog
1094    
1095 tim 926 2003-09-09 15:35 mmeineke
1096 tim 920
1097 gezelter 760 * 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 tim 926 2003-09-09 15:34 mmeineke
1103 gezelter 760
1104     * ChangeLog: updated the ChangeLog
1105    
1106 tim 926 2003-09-05 17:45 gezelter
1107 gezelter 760
1108     * libmdtools/Make.dep: dependency on config.h
1109    
1110 tim 926 2003-09-05 17:36 gezelter
1111 gezelter 760
1112     * configure, ac-tools/aclocal.m4: fixed sprng problem
1113    
1114 tim 926 2003-09-05 16:29 gezelter
1115 gezelter 760
1116     * samples/metals/Makefile.in: New Makefile for metals sample
1117    
1118 tim 926 2003-09-05 16:27 gezelter
1119 gezelter 760
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 tim 926 2003-09-04 16:48 mmeineke
1143 mmeineke 754
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 tim 926 2003-09-04 16:48 mmeineke
1153 mmeineke 754
1154     * libBASS/: Globals.cpp, Globals.hpp: added resetTime to the Global
1155     namespace.
1156    
1157 tim 926 2003-09-02 09:30 tim
1158 mmeineke 754
1159     * libmdtools/: Integrator.hpp, Makefile, SimSetup.cpp,
1160     ZConsWriter.cpp, ZConstraint.cpp: fix a bug at MPI version of
1161     PolicyByMass
1162    
1163 tim 926 2003-08-28 16:09 tim
1164 mmeineke 754
1165     * ChangeLog, libmdtools/GenericData.cpp,
1166     libmdtools/GenericData.hpp, libmdtools/SimSetup.cpp,
1167     libmdtools/ZConstraint.cpp: Added: check uniqueness of molIndex
1168    
1169 tim 926 2003-08-27 14:23 tim
1170 tim 920
1171 tim 736 * libmdtools/: Integrator.cpp, SimSetup.cpp, ZConstraint.cpp: fix
1172     bug of MPI_Allreduce in ZConstraint, the MPITYPE is set to
1173     MPI_DOUBLE, however, the corret type is MPI_INT. Therefore, when we
1174     turn on the optimization flag, it causes a seg fault
1175    
1176 tim 926 2003-08-27 11:25 gezelter
1177 tim 736
1178     * libmdtools/: calc_dipole_dipole.F90, calc_eam.F90, calc_gb.F90,
1179     calc_reaction_field.F90, calc_sticky_pair.F90: More fixes for
1180     stress tensor parallel bug.
1181    
1182 tim 926 2003-08-27 11:16 tim
1183 tim 736
1184     * ChangeLog, libmdtools/DUFF.cpp,
1185     libmdtools/calc_dipole_dipole.F90, libmdtools/calc_sticky_pair.F90:
1186     fix bug in calc_dipole_dipole.F90 and calc_stikcy_pair.F90
1187     molMembershipList use global index instead of local index
1188    
1189 tim 926 2003-08-26 15:37 tim
1190 tim 727
1191     * libmdtools/: Integrator.cpp, ZConstraint.cpp, do_Forces.F90,
1192     mpiSimulation.cpp: set default force substraction policy to
1193     PolicyByMass
1194    
1195 tim 926 2003-08-26 15:29 tim
1196 tim 727
1197     * libmdtools/Integrator.cpp: [no log message]
1198    
1199 tim 926 2003-08-26 15:13 mmeineke
1200 tim 727
1201     * utils/sysbuilder/bilayerSys.cpp: added define statemewnt to
1202     Statwriter and Dumpwriter to handle files larger than 2 gb.
1203    
1204     commented out some print statements in Zconstraint
1205    
1206     hard coding some system init into bilayer.sys
1207    
1208 tim 926 2003-08-26 15:12 mmeineke
1209 tim 727
1210     * libmdtools/: DumpWriter.cpp, StatWriter.cpp, ZConstraint.cpp:
1211     added define statemewnt to Statwriter and Dumpwriter to handle
1212     files larger than 2 gb.
1213    
1214     commented out some print statements in Zconstraint
1215    
1216 tim 926 2003-08-26 15:02 tim
1217 tim 727
1218     * libmdtools/SimSetup.cpp: Use make_sprng_seed() to generate seed
1219     and check the seed which is specified by user at least contains 9
1220     digits
1221    
1222 tim 926 2003-08-26 13:32 mmeineke
1223 tim 727
1224     * libmdtools/DUFF.cpp: changed the Makefiel a litle.
1225    
1226     Fixed a bug in MPI_DUFF. The atom block type was not being properly
1227     constucted in MPI. (The MPI struct had 6 doubles declared versus
1228     the actual 11)
1229    
1230 tim 926 2003-08-26 13:30 mmeineke
1231 tim 727
1232     * Makefile: changed the Makefiel a litle.
1233    
1234 tim 926 2003-08-25 17:17 gezelter
1235 tim 727
1236     * utils/sysbuilder/Makefile: More FreeBSD fixes
1237    
1238 tim 926 2003-08-25 16:51 gezelter
1239 tim 727
1240     * libBASS/BASSlex.l, libBASS/Makefile, libmdtools/Integrator.hpp,
1241     libmdtools/Makefile, src/Makefile: [no log message]
1242    
1243 tim 926 2003-08-22 15:04 mmeineke
1244 tim 727
1245     * libmdtools/: Integrator.cpp, ZConstraint.cpp: small bug fix on
1246     frequency of output dumps.
1247    
1248 tim 926 2003-08-20 17:23 tim
1249 tim 727
1250     * libBASS/Globals.hpp, libmdtools/SimInfo.hpp,
1251     libmdtools/SimSetup.cpp, libmdtools/Thermo.cpp,
1252     libmdtools/mpiSimulation.cpp: user can setup seed in bass file now,
1253     if he does not specify any value for seed, oopse will take the
1254     value of seconds of system time as seed
1255    
1256 tim 926 2003-08-20 14:42 mmeineke
1257 tim 727
1258     * libmdtools/Atom.cpp, libmdtools/DUFF.cpp,
1259     libmdtools/GhostBend.cpp, libmdtools/SRI.hpp,
1260     libmdtools/SimSetup.cpp, libmdtools/SimState.cpp,
1261     utils/sysbuilder/bilayerSys.cpp: updated the Changelog.
1262    
1263     added some bug fixes for setting the random number generator seed
1264     value.
1265    
1266     fixed a bug where ghostbend atom b was not being set. ( recent bug
1267     from SimState conversion)
1268    
1269 tim 926 2003-08-20 14:41 mmeineke
1270 tim 727
1271     * libBASS/Globals.hpp: updated the Changelog.
1272    
1273     added some bug fixes for setting the random number generator seed
1274     value.
1275    
1276 tim 926 2003-08-20 14:41 mmeineke
1277 tim 727
1278     * ChangeLog: updated the Changelog.
1279    
1280 tim 926 2003-08-20 14:11 tim
1281 tim 727
1282     * libBASS/Globals.cpp, libmdtools/DUFF.cpp,
1283     libmdtools/GhostBend.cpp, libmdtools/SRI.hpp: bug fixed in ghost
1284     bend class
1285    
1286 tim 926 2003-08-20 10:13 mmeineke
1287 tim 727
1288     * utils/: Makefile, sysbuilder/Makefile: quick makefile fix, in
1289     make links. added -f to ln -s.
1290    
1291 tim 926 2003-08-20 09:50 tim
1292 tim 727
1293     * libmdtools/: ZConsWriter.cpp, ZConstraint.cpp: [no log message]
1294    
1295 tim 926 2003-08-20 09:34 tim
1296 tim 727
1297     * libmdtools/: Integrator.hpp, SimSetup.cpp, ZConsWriter.cpp,
1298     ZConstraint.cpp: reformmating ZConstraint and fixe bug of error msg
1299     printing
1300    
1301 tim 926 2003-08-18 15:59 chuckv
1302 mmeineke 705
1303     * utils/sysbuilder/: MoLocator.cpp, MoLocator.hpp, bilayerSys.cpp,
1304     latticeBuilder.cpp, latticeBuilder.hpp, nanoBuilder.cpp,
1305     sysBuild.cpp, sysBuild.hpp: Fixed sysBuild -bilayer works.
1306     Nanobuilder still broke.
1307    
1308 tim 926 2003-08-15 14:24 tim
1309 mmeineke 705
1310     * libBASS/Globals.cpp, libBASS/Globals.hpp,
1311     libmdtools/GenericData.hpp, libmdtools/Integrator.hpp,
1312     libmdtools/SimInfo.cpp, libmdtools/SimSetup.cpp,
1313     libmdtools/ZConsWriter.cpp, libmdtools/ZConsWriter.hpp,
1314     libmdtools/ZConstraint.cpp: Tested MPI version of Z-Constraint
1315     Method
1316    
1317 tim 926 2003-08-14 11:16 tim
1318 mmeineke 705
1319     * libmdtools/: Integrator.hpp, ZConstraint.cpp: Stable ZConstraint
1320     with average force substraction strategy
1321    
1322 tim 926 2003-08-13 16:20 chuckv
1323 mmeineke 705
1324     * libmdtools/: do_Forces.F90, mpiSimulation_module.F90: Added some
1325     profiling code -DPROFILE.
1326    
1327 tim 926 2003-08-13 14:21 tim
1328 mmeineke 705
1329     * libBASS/Globals.cpp, libBASS/Globals.hpp,
1330     libmdtools/Integrator.cpp, libmdtools/Integrator.hpp,
1331     libmdtools/SimSetup.cpp, libmdtools/ZConstraint.cpp: harmonic
1332     potential & z-contraint method
1333    
1334 tim 926 2003-08-12 16:44 mmeineke
1335 mmeineke 705
1336     * libBASS/BASS_interface.cpp, libBASS/Globals.hpp,
1337     libmdtools/Atom.cpp, libmdtools/DUFF.cpp,
1338     libmdtools/DirectionalAtom.cpp, libmdtools/InitializeFromFile.cpp,
1339     libmdtools/SimInfo.cpp, libmdtools/SimSetup.cpp: fixed a really
1340     annoying bug in Directional Atom, where mu was getting written to
1341     pseudorandom memory location.
1342    
1343 tim 926 2003-08-12 14:56 tim
1344 mmeineke 705
1345     * libBASS/BASS_interface.cpp, libBASS/Globals.cpp,
1346     libBASS/Globals.hpp, libmdtools/Atom.hpp,
1347     libmdtools/DirectionalAtom.cpp, libmdtools/InitializeFromFile.cpp,
1348     libmdtools/SimSetup.cpp: debugging globals
1349    
1350 tim 926 2003-08-12 13:40 gezelter
1351 mmeineke 705
1352     * forceFields/: DUFF.frc, EAM_FF.frc, LJFF.frc: formatting fixes
1353     and new atypes in LJFF
1354    
1355 tim 926 2003-08-12 13:15 gezelter
1356 mmeineke 705
1357     * forceFields/: DUFF.frc, LJFF.frc: fixed a few references to older
1358     stuff...
1359    
1360 tim 926 2003-08-12 13:14 chuckv
1361 mmeineke 705
1362     * utils/sysbuilder/sysBuild.ggo: Added comment line for getgetopt.
1363    
1364 tim 926 2003-08-12 13:04 chuckv
1365 mmeineke 705
1366     * utils/: nanoBuilder.cpp, nanoBuilder.hpp, nanoSysBuild.cpp:
1367     Missed del of files before.
1368    
1369 tim 926 2003-08-12 13:03 chuckv
1370 mmeineke 705
1371     * utils/sysbuilder/: MPIobj/placeHolder, obj/placeHolder: [no log
1372     message]
1373    
1374 tim 926 2003-08-12 13:01 chuckv
1375 mmeineke 705
1376     * utils/sysbuilder/Makefile: commit makefile
1377    
1378 tim 926 2003-08-12 12:51 tim
1379 mmeineke 705
1380     * libBASS/Globals.cpp, libBASS/Globals.hpp,
1381     libmdtools/GenericData.cpp, libmdtools/GenericData.hpp,
1382     libmdtools/Integrator.hpp, libmdtools/SimSetup.cpp,
1383     libmdtools/SimSetup.hpp, libmdtools/ZConstraint.cpp: added
1384     harmonical potential to z-constraint method
1385    
1386 tim 926 2003-08-11 17:31 chuckv
1387 mmeineke 705
1388     * utils/Makefile: Changed makefile to only build quicklate.
1389    
1390 tim 926 2003-08-11 17:25 chuckv
1391 mmeineke 705
1392     * ac-tools/configure.in: added utils/sysbuilder to be built.
1393    
1394 tim 926 2003-08-11 17:12 chuckv
1395 mmeineke 705
1396     * utils/: MoLocator.cpp, MoLocator.hpp, bilayerSys.cpp,
1397     bilayerSys.hpp, latticeBuilder.cpp, latticeBuilder.hpp,
1398     sysBuild.cpp, sysBuild.ggo, sysBuild.hpp, sysbuilder/MoLocator.cpp,
1399     sysbuilder/MoLocator.hpp, sysbuilder/bilayerSys.cpp,
1400     sysbuilder/bilayerSys.hpp, sysbuilder/cmdline.c,
1401     sysbuilder/cmdline.h, sysbuilder/latticeBuilder.cpp,
1402     sysbuilder/latticeBuilder.hpp, sysbuilder/nanoBuilder.cpp,
1403     sysbuilder/nanoBuilder.hpp, sysbuilder/sysBuild.cpp,
1404     sysbuilder/sysBuild.ggo, sysbuilder/sysBuild.hpp: Arranged
1405     sysbuilder into a subdirectory. Fixed some of sysbuilder to work
1406     with new atom allocation in libmdtools.
1407    
1408 tim 926 2003-08-11 14:41 tim
1409 mmeineke 705
1410     * libmdtools/: Integrator.cpp, Integrator.hpp: added method of
1411     moving zconstraint molecules to specified positions
1412    
1413 tim 926 2003-08-11 14:39 tim
1414 mmeineke 705
1415     * libmdtools/: SimSetup.cpp, ZConstraint.cpp: [no log message]
1416    
1417 tim 926 2003-08-11 14:38 mmeineke
1418 mmeineke 705
1419     * libBASS/BASS_interface.cpp, libBASS/BASS_interface.h,
1420     libBASS/BASS_parse.c, libBASS/BASSyacc.y, libBASS/Globals.cpp,
1421     libBASS/Globals.hpp, libBASS/Makefile, libBASS/ZconStamp.cpp,
1422     libBASS/ZconStamp.hpp, libBASS/interface.c, libBASS/make_nodes.c,
1423     libBASS/make_nodes.h, libBASS/mpiBASS.c, libBASS/mpiBASS.h,
1424     libBASS/node_list.h, libBASS/parse_interface.h,
1425     libBASS/parse_tree.c, libmdtools/SimInfo.hpp: Added zConstraint
1426     into the BASS language syntax.
1427    
1428 tim 926 2003-08-11 13:29 mmeineke
1429 mmeineke 705
1430     * libmdtools/: SimInfo.cpp, SimInfo.hpp: changed the number of
1431     degrees of freedom to account for zConstreints
1432    
1433 tim 926 2003-08-08 16:22 chuckv
1434 mmeineke 705
1435     * libmdtools/EAM_FF.cpp, libmdtools/calc_eam.F90,
1436     libmdtools/do_Forces.F90, libmdtools/neighborLists.F90,
1437     samples/metals/Au.bass: EAM works...... Neighbor list also
1438     works.....
1439    
1440 tim 926 2003-08-08 12:48 mmeineke
1441 tim 920
1442 mmeineke 705 * libmdtools/: Makefile, ZConstraint.cpp: fixed a deprcated
1443     instance of Atom::setZ and Atom::getZ in ZConstaint.
1444    
1445 tim 926 2003-08-07 16:47 mmeineke
1446 mmeineke 705
1447     * libmdtools/: Atom.cpp, Atom.hpp, Bend.cpp, Bond.cpp,
1448     DirectionalAtom.cpp, DumpWriter.cpp, ForceFields.cpp,
1449     GhostBend.cpp, InitializeFromFile.cpp, Makefile, SimInfo.cpp,
1450     SimInfo.hpp, SimSetup.cpp, SimSetup.hpp, SimState.cpp,
1451     SimState.hpp, Torsion.cpp: switched SimInfo to use a system
1452     configuration from SimState rather than arrays from Atom
1453    
1454 tim 926 2003-08-06 19:47 chuckv
1455 mmeineke 705
1456     * libmdtools/Atom.hpp, libmdtools/EAM_FF.cpp,
1457     libmdtools/SimInfo.cpp, libmdtools/calc_eam.F90,
1458     libmdtools/do_Forces.F90, libmdtools/notifyCutoffs.F90,
1459     samples/metals/Au.bass: Bug fixes for eam...
1460    
1461 tim 926 2003-08-01 11:18 tim
1462 mmeineke 705
1463     * libmdtools/: SimSetup.cpp, ZConstraint.cpp: stable version of
1464     Z-Constraint
1465    
1466 tim 926 2003-07-31 14:59 tim
1467 mmeineke 705
1468     * ChangeLog, libmdtools/SimInfo.cpp, libmdtools/SimInfo.hpp,
1469     libmdtools/SimSetup.cpp, libmdtools/SimSetup.hpp,
1470     libmdtools/ZConstraint.cpp: add index range checking into
1471     ZConstraint
1472    
1473 tim 926 2003-07-31 10:38 tim
1474 tim 660
1475     * libBASS/: Globals.cpp, Globals.hpp: added z-constraint parameters
1476     to the globals
1477    
1478 tim 926 2003-07-31 10:35 tim
1479 tim 660
1480     * libmdtools/: AllIntegrator.hpp, GenericData.cpp, GenericData.hpp,
1481     Integrator.hpp, Makefile, Molecule.cpp, Molecule.hpp, NPTf.cpp,
1482     NPTfm.cpp, NPTi.cpp, NPTim.cpp, NVT.cpp, SimInfo.cpp, SimInfo.hpp,
1483     SimSetup.cpp, ZConsWriter.cpp, ZConsWriter.hpp, ZConstraint.cpp:
1484     Added Z constraint.
1485    
1486 tim 926 2003-07-30 16:17 chuckv
1487 tim 660
1488 mmeineke 705 * libmdtools/EAM_FF.cpp, libmdtools/ForceFields.hpp,
1489     libmdtools/ReadWrite.hpp, libmdtools/calc_eam.F90,
1490     libmdtools/do_Forces.F90, libmdtools/wrappers.F90,
1491     samples/metals/Au.bass: More bug fixes for eam.
1492 tim 660
1493 tim 926 2003-07-29 11:32 mmeineke
1494 tim 660
1495     * libmdtools/DumpReader.cpp, libmdtools/ReadWrite.hpp,
1496 tim 1005 libmdtools/SimSetup.cpp, libmdtools/SimSetup.hpp, src/Makefile:
1497     working on the props code
1498 tim 660
1499 tim 926 2003-07-29 11:32 mmeineke
1500 tim 660
1501     * libBASS/Globals.cpp: [no log message]
1502    
1503 tim 926 2003-07-25 15:05 chuckv
1504 mmeineke 705
1505     * samples/metals/: Au.bass, metals.mdl: Added bass models for
1506     metals
1507    
1508 tim 926 2003-07-25 15:00 chuckv
1509 tim 660
1510     * libmdtools/: Makefile, SimSetup.cpp, calc_eam.F90,
1511     notifyCutoffs.F90: Added eam to simSetup and added changecutoffeam.
1512    
1513 tim 926 2003-07-24 16:22 chuckv
1514 tim 660
1515     * ac-tools/configure.in: Changed configure to look for both upper
1516     and lower cass .mod files
1517    
1518 tim 926 2003-07-24 14:57 chuckv
1519 tim 660
1520     * libmdtools/: calc_eam.F90, do_Forces.F90: module use fixes for
1521     eam and do_forces.
1522    
1523 tim 926 2003-07-23 17:13 chuckv
1524 tim 660
1525     * libmdtools/: Makefile, calc_eam.F90, do_Forces.F90,
1526     force_globals.F90, simulation_module.F90, status_module.F90:
1527     Finished most code for eam....
1528    
1529 tim 926 2003-07-22 16:49 mmeineke
1530 tim 660
1531     * libmdtools/: DumpReader.cpp, ReadWrite.hpp: added the scan
1532     function to the DumpReader. It should now save the start of each
1533     frame in a vector.
1534    
1535 tim 926 2003-07-22 15:05 mmeineke
1536 tim 660
1537     * libmdtools/: DumpReader.cpp, ReadWrite.hpp: making some changes
1538     to read dump files
1539    
1540 tim 926 2003-07-22 14:54 tim
1541 tim 660
1542     * libmdtools/: AbstractClasses.hpp, AllIntegrator.hpp,
1543     Integrator.cpp, Integrator.hpp, Makefile, NPTf.cpp, NPTfm.cpp,
1544     NPTi.cpp, NPTim.cpp, NVT.cpp, SimSetup.cpp, SimSetup.hpp: [no log
1545     message]
1546    
1547 tim 926 2003-07-22 11:41 mmeineke
1548 tim 660
1549     * libmdtools/: InitializeFromFile.cpp, ReadWrite.hpp, SimInfo.hpp,
1550     SimSetup.cpp: Fixed a current time initialization bug in
1551     InitFromFile.
1552    
1553 tim 926 2003-07-21 16:27 mmeineke
1554 tim 660
1555     * libmdtools/: DumpReader.cpp, InitializeFromFile.cpp,
1556     Integrator.cpp, SimInfo.hpp: some initial changes to Dumpwriter and
1557     friends to accomadate random file access
1558    
1559 tim 926 2003-07-21 11:23 mmeineke
1560 tim 660
1561     * libmdtools/SimInfo.cpp: Initialized currentTime to 0, in case no
1562     one sets it.
1563    
1564 tim 926 2003-07-21 11:23 mmeineke
1565 tim 660
1566     * libmdtools/: InitializeFromFile.cpp, Integrator.cpp,
1567     ReadWrite.hpp: fixed Initializefrom file to start the simulation
1568     from the time specified in the init file.
1569    
1570 tim 926 2003-07-17 16:49 gezelter
1571 tim 660
1572     * libmdtools/: Integrator.cpp, ReadWrite.hpp, SimInfo.hpp,
1573     DumpReader.cpp: Started work on a DumpReader
1574    
1575 tim 926 2003-07-17 15:38 gezelter
1576 tim 660
1577     * libmdtools/calc_sticky_pair.F90: Fixes for SSD/E
1578    
1579 tim 926 2003-07-17 15:32 gezelter
1580 tim 660
1581     * forceFields/DUFF.frc, libmdtools/DUFF.cpp,
1582     libmdtools/calc_sticky_pair.F90, libmdtools/fortranWrapDefines.hpp:
1583     Changes for SSD/E
1584    
1585 tim 926 2003-07-17 14:38 mmeineke
1586 tim 660
1587     * libmdtools/do_Forces.F90: commented out an eam line
1588    
1589 tim 926 2003-07-17 14:32 chuckv
1590 tim 660
1591     * libmdtools/atype_module.F90: fixed spelling issue
1592    
1593 tim 926 2003-07-17 14:29 chuckv
1594 tim 660
1595     * libmdtools/: fInfo.c, status_module.F90: added info module
1596    
1597 tim 926 2003-07-17 14:25 chuckv
1598 tim 660
1599     * libmdtools/: Atom.hpp, DUFF.cpp, EAM_FF.cpp, LJFF.cpp, Makefile,
1600     atype_module.F90, calc_eam.F90, do_Forces.F90,
1601     fortranWrapDefines.hpp, fortranWrappers.cpp, fortranWrappers.hpp,
1602     mpiSimulation_module.F90: Added massive changes for eam....
1603    
1604 tim 926 2003-07-16 16:49 chuckv
1605 tim 660
1606     * libmdtools/EAM_FF.cpp: More up to date version of EAM_FF
1607    
1608 tim 926 2003-07-16 16:30 mmeineke
1609 tim 660
1610     * libmdtools/: ForceFields.cpp, Makefile, SimInfo.cpp, SimInfo.hpp,
1611     SimSetup.cpp, calc_LJ_FF.F90, calc_dipole_dipole.F90,
1612     calc_reaction_field.F90, do_Forces.F90, fSimulation.h,
1613     fortranWrapDefines.hpp, fortranWrappers.cpp, fortranWrappers.hpp,
1614     neighborLists.F90, notifyCutoffs.F90, simulation_module.F90,
1615     wrappers.F90: Changed how cutoffs were handled from C. Now
1616     notifyCutoffs in Fortran notifies those who need the information of
1617     any changes to cutoffs.
1618    
1619 tim 926 2003-07-16 12:35 gezelter
1620 tim 660
1621     * utils/: Makefile, quickLate.c: Made quickLate aware of Hmat.
1622     quickLate is now somewhat more intelligent about periodic
1623     boundaries and wrapping.
1624    
1625 tim 926 2003-07-16 11:40 chuckv
1626 tim 660
1627     * libmdtools/calc_LJ_FF.F90: Fixed bug in updating mixing lists
1628    
1629 tim 926 2003-07-16 10:34 mmeineke
1630 tim 660
1631     * scripts/cleanSrc: added a quick wipe-and-update script for quick
1632     rebuilds on BoB
1633    
1634 tim 926 2003-07-15 21:11 gezelter
1635 tim 660
1636     * libmdtools/: ForceFields.cpp, SimInfo.cpp, SimInfo.hpp,
1637     SimSetup.cpp, calc_dipole_dipole.F90, calc_reaction_field.F90: more
1638     fixes for box changes
1639    
1640 tim 926 2003-07-15 17:29 mmeineke
1641 tim 660
1642     * libmdtools/simulation_module.F90: removed some debugging print
1643     statements.
1644    
1645 tim 926 2003-07-15 17:22 mmeineke
1646 tim 660
1647     * libmdtools/: SimInfo.cpp, calc_LJ_FF.F90, calc_dipole_dipole.F90,
1648     do_Forces.F90, simulation_module.F90: fixed a long lived bug in
1649     do_forces. Rrf was not being used in the neighborlist correctly.
1650     rcut was conssistently being set lowere than Rrf causing the dipole
1651     cutoff region to be to small. Also led to the removal of the taper
1652     region to buffer the dipole cutoff.
1653    
1654 tim 926 2003-07-15 16:34 mmeineke
1655 tim 660
1656     * libmdtools/: SimInfo.cpp, simulation_module.F90: working on
1657     fixing ssd bug
1658    
1659 tim 926 2003-07-15 14:56 gezelter
1660 tim 660
1661     * libmdtools/: NPTf.cpp, NPTfm.cpp, NPTi.cpp, SimInfo.cpp: Fixes
1662     for the NPT ensembles
1663    
1664 tim 926 2003-07-15 13:52 mmeineke
1665 tim 660
1666     * libmdtools/: Makefile, SimSetup.cpp, SimSetup.hpp: cleaned up
1667     simSetup
1668    
1669 tim 926 2003-07-15 12:57 mmeineke
1670 tim 660
1671     * libmdtools/: Integrator.cpp, NPTi.cpp, SRI.hpp, SimSetup.cpp,
1672     SimSetup.hpp, Thermo.cpp, Thermo.hpp, f_verlet_constrained.F90:
1673     fixed some bugs, Changed entry_plug to info where appropriate
1674    
1675 tim 926 2003-07-15 12:25 chuckv
1676 tim 660
1677     * utils/sysBuild.ggo: added more command line arguments
1678    
1679 tim 926 2003-07-15 12:11 gezelter
1680 tim 660
1681     * samples/: alkane/butane.bass, lipid/5x5.bass, water/ssd.bass:
1682     Fixing force field line
1683    
1684 tim 926 2003-07-15 12:10 gezelter
1685 tim 660
1686     * libmdtools/: Atom.hpp, NPTi.cpp, NPTim.cpp, Thermo.cpp,
1687     calc_LJ_FF.F90, calc_dipole_dipole.F90, calc_gb.F90,
1688     calc_reaction_field.F90, calc_sticky_pair.F90: Fixing pressure
1689     tensor
1690    
1691 tim 926 2003-07-15 10:50 gezelter
1692 tim 660
1693     * libmdtools/: Bond.cpp, Molecule.cpp: more archaic code fixes
1694    
1695 tim 926 2003-07-15 10:42 gezelter
1696 tim 660
1697     * libmdtools/: ExtendedSystem.cpp, ExtendedSystem.hpp, Verlet.cpp:
1698     removed old outdated code
1699    
1700 tim 926 2003-07-15 09:45 gezelter
1701 tim 660
1702     * libmdtools/Thermo.cpp: fixes to get rid of get_vx and set_vx
1703    
1704 tim 926 2003-07-15 09:28 gezelter
1705 tim 660
1706     * libmdtools/Molecule.cpp: removing get_vx
1707    
1708 tim 926 2003-07-14 22:28 gezelter
1709 tim 660
1710     * libmdtools/NPTfm.cpp: Added NPTfm
1711    
1712 tim 926 2003-07-14 22:27 gezelter
1713 tim 660
1714     * libmdtools/: Integrator.hpp, Makefile, NPTim.cpp, SimSetup.cpp:
1715     Bugfix in NPTim, fixes for NPTfm
1716    
1717 tim 926 2003-07-14 22:08 gezelter
1718 tim 660
1719     * libmdtools/: Integrator.hpp, Makefile, NPTim.cpp, SimSetup.cpp:
1720     Checking in changes for NPTim
1721    
1722 tim 926 2003-07-14 18:06 gezelter
1723 tim 660
1724     * utils/Makefile: Broken SysBuilder
1725    
1726 tim 926 2003-07-14 18:06 gezelter
1727 tim 660
1728     * samples/: alkane/init_butane.eor, argon/argon.bass,
1729     argon/init_argon.eor, lipid/init_5x5.eor, water/init_ssd.eor: Fixes
1730     for samples
1731    
1732 tim 926 2003-07-14 18:06 gezelter
1733 tim 660
1734     * libmdtools/: Integrator.cpp, do_Forces.F90: Removed some
1735     debugging write statements
1736    
1737 tim 926 2003-07-14 17:38 gezelter
1738 tim 660
1739     * libmdtools/: Integrator.cpp, Integrator.hpp, NPTf.cpp, NPTi.cpp,
1740     NVT.cpp: Fixes for get and set routines in Atom and DirectionalAtom
1741    
1742 tim 926 2003-07-14 16:48 mmeineke
1743 tim 660
1744     * libmdtools/: Atom.cpp, Atom.hpp, DirectionalAtom.cpp: added get
1745     and set routines to Atom and DirectionalAtom
1746    
1747 tim 926 2003-07-14 16:35 chuckv
1748 tim 660
1749     * utils/: nanoBuilder.cpp, nanoBuilder.hpp, nanoSysBuild.cpp,
1750     sysBuild.cpp, sysBuild.ggo, sysBuild.hpp: added a nanoSysBuilder
1751     that takes different cmd line arguments.
1752    
1753 tim 926 2003-07-14 16:28 mmeineke
1754 tim 660
1755     * libmdtools/: Atom.hpp, BondExtensions.cpp, DirectionalAtom.cpp,
1756     ForceFields.cpp, Integrator.cpp, Integrator.hpp, Makefile,
1757     SimInfo.cpp, SimInfo.hpp, do_Forces.F90: found a bug. Unit vectors
1758     were not being updated
1759    
1760 tim 926 2003-07-14 10:04 gezelter
1761 tim 660
1762     * libmdtools/: Integrator.hpp, Makefile, NPTim.cpp: Working on
1763     NPTim
1764    
1765 tim 926 2003-07-14 09:55 mmeineke
1766 tim 660
1767     * forceFields/DUFF.frc: Switched the bond in the force field back
1768     to constrained, to preserve energy
1769    
1770 tim 926 2003-07-11 17:34 mmeineke
1771 tim 660
1772     * libmdtools/: BondExtensions.cpp, DUFF.cpp, Integrator.cpp,
1773     Integrator.hpp: working on som integrator bugs
1774    
1775 tim 926 2003-07-11 10:26 gezelter
1776 tim 660
1777     * libmdtools/: StreamTokenizer.cpp, StreamTokenizer.hpp: Starting
1778     to worry about all the strtok() calls in our code
1779    
1780 tim 926 2003-07-11 09:49 gezelter
1781 tim 660
1782     * utils/nanoBuilder.cpp: Fixed Hmat and some namespace strangeness
1783    
1784 tim 926 2003-07-10 20:15 gezelter
1785 tim 660
1786     * libmdtools/DumpWriter.cpp: Fixed hmat in DumpWriter (MPI) and
1787     eor.
1788    
1789 tim 926 2003-07-10 17:15 mmeineke
1790 tim 660
1791     * libmdtools/: DumpWriter.cpp, InitializeFromFile.cpp, NPTf.cpp,
1792     SimInfo.cpp, Thermo.cpp: fixed some bugs
1793    
1794 tim 926 2003-07-10 14:53 chuckv
1795 tim 660
1796     * utils/: Makefile, latticeBuilder.cpp, latticeBuilder.hpp,
1797     nanoBuilder.cpp, nanoBuilder.hpp, sysBuild.cpp, sysBuild.hpp: Added
1798     nanoBuilder and a general Lattice builder.
1799    
1800 tim 926 2003-07-10 12:10 gezelter
1801 tim 660
1802     * libmdtools/: Integrator.hpp, NPTf.cpp, SimInfo.cpp, SimInfo.hpp,
1803     Thermo.cpp, Thermo.hpp: Bunch of 1-d array -> 2-d array stuff
1804    
1805 tim 926 2003-07-09 17:14 mmeineke
1806 tim 660
1807     * libmdtools/: DumpWriter.cpp, InitializeFromFile.cpp,
1808     Integrator.hpp, NPTf.cpp, NPTi.cpp, ReadWrite.hpp, SimInfo.cpp,
1809     SimSetup.cpp: Bug fixing NPTi and NPTf. there is some error in the
1810     caclulation of HmatInverse.
1811    
1812 tim 926 2003-07-09 10:34 mmeineke
1813 tim 660
1814     * libBASS/MoleculeStamp.hpp: starting some work for xlate
1815    
1816 tim 926 2003-07-09 10:33 mmeineke
1817 tim 660
1818     * libmdtools/: SimSetup.cpp, Thermo.cpp: adding in dan's NPT stuff
1819    
1820 tim 926 2003-07-09 08:56 gezelter
1821 tim 660
1822     * libmdtools/: NPTf.cpp, SimSetup.cpp: Fixes and merging NPTf
1823    
1824 tim 926 2003-07-09 08:56 gezelter
1825 tim 660
1826     * libBASS/Globals.cpp: Removed Qmass
1827    
1828 tim 926 2003-07-08 21:15 gezelter
1829 tim 660
1830     * libmdtools/: Makefile, NPTf.cpp, NPTi.cpp: Fixes for both NPTf
1831     and NPTi
1832    
1833 tim 926 2003-07-08 20:41 gezelter
1834 tim 660
1835     * libmdtools/: NPTf.cpp, NPTi.cpp: Fixes in NPTi migrated into NPTf
1836    
1837 tim 926 2003-07-08 16:10 gezelter
1838 tim 660
1839     * libmdtools/: Integrator.hpp, NPTf.cpp: [no log message]
1840    
1841 tim 926 2003-07-08 16:06 gezelter
1842 tim 660
1843     * libmdtools/NPTi.cpp: fixed box scaling
1844    
1845 tim 926 2003-07-08 15:56 gezelter
1846 tim 660
1847     * libmdtools/: Integrator.hpp, Makefile, NPTi.cpp, SimInfo.cpp,
1848     SimInfo.hpp, Thermo.cpp: NPTi
1849    
1850 tim 926 2003-07-03 14:41 mmeineke
1851 tim 660
1852     * libBASS/Makefile, libmdtools/Makefile, src/Makefile,
1853     utils/Makefile, utils/bilayerSys.cpp: cleaned up the dependecy
1854     scripts in the makefiles
1855    
1856 tim 926 2003-07-02 16:26 mmeineke
1857 tim 660
1858     * libBASS/Makefile, libmdtools/DumpWriter.cpp,
1859     libmdtools/ForceFields.cpp, libmdtools/Integrator.cpp,
1860     libmdtools/Makefile, libmdtools/ReadWrite.hpp,
1861     libmdtools/SimInfo.cpp, libmdtools/SimInfo.hpp,
1862     libmdtools/SimSetup.cpp, libmdtools/Thermo.cpp,
1863     libmdtools/do_Forces.F90, libmdtools/wrappers.F90, src/Makefile,
1864     utils/Makefile: fixed the bugs introduced by switching the periodic
1865     box to a matrix
1866    
1867 tim 926 2003-07-01 17:39 gezelter
1868 tim 660
1869     * libmdtools/do_Forces.F90: Fortran flexi-BOX
1870    
1871 tim 926 2003-07-01 17:29 gezelter
1872 tim 660
1873     * libmdtools/simulation_module.F90: Fixes for flexi-BOX
1874    
1875 tim 926 2003-07-01 16:33 mmeineke
1876 tim 660
1877     * libmdtools/: SimInfo.cpp, SimInfo.hpp, fSimulation.h,
1878     fortranWrapDefines.hpp, simulation_module.F90: working on adding
1879     the box matrix to everything.
1880    
1881 tim 926 2003-06-30 17:03 mmeineke
1882 tim 660
1883     * ChangeLog, libmdtools/SimInfo.cpp, libmdtools/SimInfo.hpp,
1884     src/oopse.cpp:
1885     Updated the ChangeLog, and Converted most of the SImInfo to use
1886     non-Isotropic boxes. wrapVector needs to be finished.
1887    
1888 tim 926 2003-06-25 16:12 mmeineke
1889 mmeineke 568
1890     * libmdtools/: Integrator.cpp, SimSetup.cpp: Changed over the bonds
1891     to Harmonic bonds in the DUFF frc file
1892    
1893     fixed constraints.
1894    
1895 tim 926 2003-06-25 16:11 mmeineke
1896 mmeineke 568
1897     * forceFields/DUFF.frc: Changed over the bonds to Harmonic bonds in
1898     the DUFF frc file
1899    
1900 tim 926 2003-06-24 17:51 gezelter
1901 mmeineke 568
1902     * libmdtools/: Integrator.hpp, NVT.cpp: Fixes to NVT. Check them!
1903    
1904 tim 926 2003-06-24 14:57 mmeineke
1905 mmeineke 568
1906     * forceFields/DUFF.frc, libmdtools/BondExtensions.cpp,
1907     libmdtools/DUFF.cpp, libmdtools/SRI.hpp: added Harmonic bod into
1908     the DUFF forcefield and BondExtensions.cpp
1909    
1910 tim 926 2003-06-23 16:24 mmeineke
1911 mmeineke 568
1912     * libmdtools/Integrator.cpp: Doing some work to debug the
1913     constraint code.
1914    
1915 tim 926 2003-06-20 15:50 gezelter
1916 mmeineke 568
1917     * libmdtools/Integrator.hpp: NPT fix
1918    
1919 tim 926 2003-06-20 15:29 mmeineke
1920 mmeineke 568
1921     * libmdtools/Atom.cpp, libmdtools/DUFF.cpp,
1922     libmdtools/ForceFields.cpp, libmdtools/Integrator.cpp,
1923     libmdtools/Integrator.hpp, libmdtools/LJFF.cpp,
1924     libmdtools/Makefile, libmdtools/NVT.cpp, libmdtools/SimSetup.cpp,
1925     libmdtools/Thermo.hpp, src/Makefile, utils/Makefile: Most of the
1926     integrator and NVT seem to be working now.
1927    
1928 tim 926 2003-06-20 11:49 gezelter
1929 mmeineke 568
1930     * libmdtools/: Integrator.hpp, NVT.cpp: NVT additions
1931    
1932 tim 926 2003-06-19 17:02 mmeineke
1933 mmeineke 568
1934     * forceFields/DUFF.frc, forceFields/LJFF.frc,
1935     forceFields/LJ_FF.frc, forceFields/Makefile,
1936     forceFields/TraPPE.frc, forceFields/TraPPE_Ex.frc,
1937     libmdtools/DUFF.cpp, libmdtools/ForceFields.hpp,
1938     libmdtools/Integrator.cpp, libmdtools/Integrator.hpp,
1939     libmdtools/LJFF.cpp, libmdtools/LJ_FF.cpp, libmdtools/Makefile,
1940     libmdtools/TraPPEFF.cpp: slowly converting to new integrator and
1941     forcefield names.
1942    
1943 tim 926 2003-06-19 14:21 mmeineke
1944 mmeineke 568
1945     * libmdtools/: Integrator.cpp, SimSetup.cpp, Symplectic.cpp:
1946     finished the basics of the integrator and SimSetup.cpp
1947    
1948 tim 926 2003-06-19 14:11 mmeineke
1949 mmeineke 568
1950     * libmdtools/SimSetup.cpp: doing some work on SimSetup to clean it
1951     up / get it to work with the new Integrator.
1952    
1953 tim 926 2003-06-18 17:20 mmeineke
1954 mmeineke 568
1955     * libmdtools/Symplectic.cpp: minor changes in an attempt to fix
1956     output times.
1957    
1958 tim 926 2003-06-17 16:56 mmeineke
1959 mmeineke 568
1960     * libmdtools/: Integrator.hpp, SimSetup.cpp: Added Teng's parmeters
1961     fro the ghost Bend in TraPPE_Ex
1962    
1963     some work on the integrator. ( incomplete)
1964    
1965 tim 926 2003-06-17 16:55 mmeineke
1966 mmeineke 568
1967     * forceFields/TraPPE_Ex.frc: Added Teng's parmeters fro the ghost
1968     Bend in TraPPE_Ex
1969    
1970 tim 926 2003-06-04 16:06 mmeineke
1971 mmeineke 568
1972     * libmdtools/: Integrator.hpp, Symplectic.cpp: added constrainA and
1973     constrainB to the Symplectic integrator
1974    
1975 tim 926 2003-05-30 16:32 mmeineke
1976 mmeineke 568
1977     * utils/bilayerSys.cpp: currently modifiying Symplectic to become
1978     the basic integrator.
1979    
1980     bilayerSys.cpp altered for building tb3.
1981    
1982 tim 926 2003-05-30 16:31 mmeineke
1983 mmeineke 568
1984     * libmdtools/: Integrator.hpp, SimInfo.hpp, Symplectic.cpp,
1985     TraPPE_ExFF.cpp, Verlet.cpp, f_verlet_constrained.F90: currently
1986     modifiying Symplectic to become the basic integrator.
1987    
1988 tim 926 2003-05-30 15:19 mmeineke
1989 mmeineke 568
1990     * libmdtools/Integrator.hpp: added some member variables for
1991     position, velocity, etc.
1992    
1993 tim 926 2003-05-30 14:07 mmeineke
1994 mmeineke 568
1995     * libmdtools/: AbstractClasses.hpp, Integrator.hpp: changed how NVT
1996     is now derived from Integrator
1997    
1998 tim 926 2003-05-20 11:44 mmeineke
1999 mmeineke 568
2000     * libmdtools/GhostBend.cpp: fixed an a mismatched Ghostbend bug.
2001    
2002 tim 926 2003-05-17 11:57 mmeineke
2003 mmeineke 568
2004     * utils/: Makefile, MoLocator.cpp, bilayerSys.cpp: all seems to be
2005     working
2006    
2007 tim 926 2003-05-16 16:37 mmeineke
2008 mmeineke 568
2009     * utils/bilayerSys.cpp: still working on the bilayer code
2010    
2011 tim 926 2003-05-16 09:28 mmeineke
2012 mmeineke 568
2013     * utils/: bilayerSys.cpp, sysBuild.cpp, sysBuild.hpp: doing some
2014     work to overhaul sysbuild.
2015    
2016 tim 926 2003-05-13 16:23 mmeineke
2017 mmeineke 568
2018     * libmdtools/calc_sticky_pair.F90: optimized the ssd calc loop
2019    
2020 tim 926 2003-05-13 15:47 mmeineke
2021 mmeineke 568
2022     * samples/: Makefile, beadLipid/Makefile, beadLipid/beadLipid.mdl,
2023     beadLipid/water.mdl: Added bead lipid model to the sample directory
2024    
2025 tim 926 2003-05-13 15:34 mmeineke
2026 mmeineke 568
2027     * forceFields/TraPPE_Ex.frc: finished adding the Tail beads into
2028     the Trappe extended force field
2029    
2030 tim 926 2003-05-13 12:01 mmeineke
2031 mmeineke 568
2032     * forceFields/TraPPE_Ex.frc: added the TailBead atom types to the
2033     TraPPe_Ex forceField
2034    
2035 tim 926 2003-05-09 14:51 mmeineke
2036 mmeineke 568
2037     * samples/lipid/lipid.mdl: fixed up the TraPPE_Ex force field.
2038     there were some duplicate entries
2039    
2040     added a two chain lipid to the lipid.mdl in sample
2041    
2042 tim 926 2003-05-09 14:51 mmeineke
2043 mmeineke 568
2044     * forceFields/TraPPE_Ex.frc: fixed up the TraPPE_Ex force field.
2045     there were some duplicate entries
2046    
2047 tim 926 2003-05-09 11:56 mmeineke
2048 mmeineke 568
2049     * forceFields/TraPPE_Ex.frc: added the utils subdirectory to the
2050     configure script
2051    
2052     added the CH branching group to the TraPPE_Ex fource field
2053    
2054 tim 926 2003-05-09 11:55 mmeineke
2055 mmeineke 568
2056     * ac-tools/configure.in: added the utils subdirectory to the
2057     configure script
2058    
2059 tim 926 2003-04-25 11:02 mmeineke
2060 mmeineke 568
2061     * utils/bilayerSys.cpp: i quick fix to th distance in the random
2062     bilayer builder
2063    
2064 tim 926 2003-04-24 21:00 mmeineke
2065 mmeineke 568
2066     * libmdtools/f_verlet_constrained.F90: added a new test for
2067     constraint failure
2068    
2069 tim 926 2003-04-17 16:54 mmeineke
2070 mmeineke 568
2071     * libBASS/BASS_interface.h, libmdtools/SimSetup.cpp,
2072     utils/Makefile, utils/MoLocator.cpp, utils/MoLocator.hpp,
2073     utils/bilayerSys.cpp: fixed up sysBuild to where it should now
2074     build our systems
2075    
2076 tim 926 2003-04-16 16:11 mmeineke
2077 mmeineke 568
2078     * utils/: MoLocator.cpp, MoLocator.hpp: almost finished.
2079    
2080 tim 926 2003-04-15 16:47 mmeineke
2081 mmeineke 568
2082     * utils/: bilayerSys.cpp, sysBuild.cpp, sysBuild.hpp: bilayerSys
2083     and sysBuild both will build now. woot!
2084    
2085 tim 926 2003-04-15 16:20 mmeineke
2086 mmeineke 568
2087     * utils/: MoLocator.cpp, MoLocator.hpp, bilayerSys.cpp,
2088     bilayerSys.hpp, sysBuild.cpp, sysBuild.hpp: finished bilayerSys.cpp
2089    
2090     sysBuild still need to write the bass file.
2091    
2092     MoLocator.cpp is currently empty
2093    
2094 tim 926 2003-04-15 15:40 chuckv
2095 mmeineke 568
2096     * forceFields/EAM_FF.frc, forceFields/agu3.eam,
2097     forceFields/auu3.eam, forceFields/cuu3.eam, forceFields/niu3.eam,
2098     forceFields/pdu3.eam, forceFields/ptu3.eam,
2099     libmdtools/ForceFields.hpp: Added eam force files...
2100    
2101 tim 926 2003-04-15 11:37 chuckv
2102 mmeineke 568
2103     * libmdtools/EAM_FF.cpp: More eam work.
2104    
2105 tim 926 2003-04-14 16:22 mmeineke
2106 mmeineke 568
2107     * libmdtools/SimSetup.hpp, utils/Makefile, utils/bilayerSys.cpp,
2108     utils/bilayerSys.hpp, utils/sysBuild.cpp, utils/sysBuild.hpp:
2109     working on the system builder
2110    
2111 tim 926 2003-04-14 16:16 chuckv
2112 mmeineke 568
2113     * libmdtools/: Symplectic.cpp, Verlet.cpp, calc_eam.F90: Fixed
2114     ordering on NVT calculation in integrators.
2115    
2116 tim 926 2003-04-14 14:51 mmeineke
2117 mmeineke 568
2118     * utils/: Makefile, sysBuild.cpp, MPIobj/placeHolder,
2119     obj/placeHolder: working on a system builder
2120    
2121 tim 926 2003-04-14 14:04 mmeineke
2122 mmeineke 568
2123     * utils/Makefile: added Ghost bends to the TraPPE_Ex forceField
2124    
2125     added sysBuild to the utils Makefile
2126    
2127 tim 926 2003-04-14 14:03 mmeineke
2128 mmeineke 568
2129     * forceFields/TraPPE_Ex.frc, libmdtools/TraPPE_ExFF.cpp: added
2130     Ghost bends to the TraPPE_Ex forceField
2131    
2132 tim 926 2003-04-14 13:19 chuckv
2133 mmeineke 568
2134     * libmdtools/calc_eam.F90: Added first mangling of EAM.
2135    
2136 tim 926 2003-04-11 13:46 mmeineke
2137 mmeineke 568
2138     * libmdtools/: SimSetup.cpp, calc_LJ_FF.F90, force_globals.F90,
2139     simulation_module.F90: fixed a memory bug in Fortran, where
2140     molMembershipArray was declared nLocal instead of nGlobal.
2141    
2142 tim 926 2003-04-11 10:16 gezelter
2143 mmeineke 568
2144     * libmdtools/: Molecule.cpp, Molecule.hpp, SimInfo.cpp,
2145     SimSetup.cpp, calc_LJ_FF.F90, do_Forces.F90,
2146     fortranWrapDefines.hpp, simulation_module.F90: Bug fix in progress
2147     for NPT
2148    
2149 tim 926 2003-04-10 15:08 mmeineke
2150 mmeineke 568
2151     * libmdtools/: Molecule.cpp, Molecule.hpp, SimSetup.cpp: added a
2152     globalIndex counter to Molecule
2153    
2154 tim 926 2003-04-10 11:35 gezelter
2155 mmeineke 568
2156     * libmdtools/: ExtendedSystem.cpp, ExtendedSystem.hpp: Working on
2157     ConstantStress
2158    
2159 tim 926 2003-04-10 11:27 mmeineke
2160 mmeineke 568
2161     * libmdtools/SimSetup.cpp: fixed a n mpi init bug in SimSetup.
2162     caused a miscalculation of nLocal.
2163    
2164 tim 926 2003-04-10 11:21 mmeineke
2165 mmeineke 568
2166     * libmdtools/: Symplectic.cpp, Thermo.cpp, calc_dipole_dipole.F90,
2167     do_Forces.F90: fixed a bug in symplectic, where presure was only
2168     being calculated the first time through.
2169    
2170 tim 926 2003-04-09 11:20 chuckv
2171 mmeineke 568
2172     * samples/alkane/alkanes.mdl: added pentane to the alkane model
2173     file
2174    
2175 tim 926 2003-04-09 08:59 gezelter
2176 mmeineke 568
2177     * libmdtools/: ExtendedSystem.cpp, ForceFields.cpp, StatWriter.cpp,
2178     Thermo.cpp, Thermo.hpp: Added volume and enthalpy to status file
2179    
2180 tim 926 2003-04-08 23:06 gezelter
2181 mmeineke 568
2182     * libmdtools/: DumpWriter.cpp, ExtendedSystem.cpp,
2183     ExtendedSystem.hpp, Molecule.cpp, Molecule.hpp, SimInfo.cpp,
2184     SimInfo.hpp, SimSetup.cpp, Symplectic.cpp, Thermo.cpp, Thermo.hpp,
2185     Verlet.cpp, calc_LJ_FF.F90, calc_dipole_dipole.F90, calc_gb.F90,
2186     calc_reaction_field.F90, calc_sticky_pair.F90,
2187     fortranWrapDefines.hpp, simulation_module.F90: fixes for NPT and
2188     NVT
2189    
2190 tim 926 2003-04-08 17:38 chuckv
2191 mmeineke 568
2192     * libmdtools/SimInfo.cpp, libmdtools/Symplectic.cpp,
2193     libmdtools/calc_LJ_FF.F90, libmdtools/calc_dipole_dipole.F90,
2194     libmdtools/calc_sticky_pair.F90, libmdtools/do_Forces.F90,
2195     libmdtools/simulation_module.F90, samples/water/ssd.bass: It works
2196     (kinda)...
2197    
2198 tim 926 2003-04-08 16:35 gezelter
2199 mmeineke 568
2200     * libBASS/Globals.cpp, libBASS/Globals.hpp,
2201     libmdtools/ExtendedSystem.cpp, libmdtools/ExtendedSystem.hpp,
2202     libmdtools/SimSetup.cpp: Fixes for NPT / NVT
2203    
2204 tim 926 2003-04-08 12:16 chuckv
2205 mmeineke 568
2206     * libmdtools/: do_Forces.F90, neighborLists.F90,
2207     simulation_module.F90: Moved expand neighborlist to init_FF.
2208    
2209 tim 926 2003-04-08 10:20 chuckv
2210 mmeineke 568
2211     * libmdtools/: ForceFields.cpp, Thermo.cpp, Verlet.cpp: fixes for
2212     NVT
2213    
2214 tim 926 2003-04-08 09:39 gezelter
2215 mmeineke 568
2216     * libmdtools/Verlet.cpp: fixes for nvt / npt
2217    
2218 tim 926 2003-04-08 09:34 gezelter
2219 mmeineke 568
2220     * libmdtools/: ExtendedSystem.cpp, StatWriter.cpp, Symplectic.cpp,
2221     Thermo.cpp, Verlet.cpp: dt/2 fix in nvt
2222    
2223 tim 926 2003-04-08 07:50 gezelter
2224 mmeineke 568
2225     * libmdtools/ExtendedSystem.cpp: Fixes for affine transform
2226    
2227 tim 926 2003-04-08 07:44 gezelter
2228 mmeineke 568
2229     * libmdtools/: ExtendedSystem.cpp, Molecule.cpp, Molecule.hpp,
2230     Symplectic.cpp, Thermo.cpp, Verlet.cpp: Changes to integrate the
2231     NVT and NPT ensembles
2232    
2233 tim 926 2003-04-07 16:42 gezelter
2234 mmeineke 568
2235     * libBASS/Globals.cpp, libBASS/Globals.hpp,
2236     libmdtools/ExtendedSystem.cpp, libmdtools/SimInfo.cpp,
2237     libmdtools/SimSetup.cpp: Fixes for NPT and NVT
2238    
2239 tim 926 2003-04-07 16:20 mmeineke
2240 mmeineke 568
2241     * libmdtools/calc_sticky_pair.F90: fixed a sign error in the radial
2242     portion of SSD.
2243    
2244 tim 926 2003-04-07 16:16 mmeineke
2245 mmeineke 568
2246     * libmdtools/: ForceFields.cpp, Symplectic.cpp:
2247     doing some testing in sticky through Symplectic.
2248    
2249 tim 926 2003-04-07 15:51 gezelter
2250 mmeineke 568
2251     * libmdtools/: ExtendedSystem.cpp, Verlet.cpp: Working on NVT
2252    
2253 tim 926 2003-04-07 15:50 chuckv
2254 mmeineke 568
2255     * libmdtools/do_Forces.F90: Fixed transpose bug in mpi reduce for
2256     tau and virial.
2257    
2258 tim 926 2003-04-07 15:06 mmeineke
2259 mmeineke 568
2260     * libmdtools/DumpWriter.cpp, libmdtools/SimInfo.cpp,
2261     libmdtools/SimSetup.cpp, libmdtools/Symplectic.cpp,
2262     libmdtools/calc_dipole_dipole.F90, libmdtools/calc_sticky_pair.F90,
2263     src/Makefile: bug fixes
2264    
2265 tim 926 2003-04-07 11:56 gezelter
2266 mmeineke 568
2267     * libmdtools/: ExtendedSystem.cpp, Molecule.cpp, Molecule.hpp,
2268     StatWriter.cpp, Symplectic.cpp, Thermo.cpp, Thermo.hpp, Verlet.cpp:
2269     Many fixes to add extended system
2270    
2271 tim 926 2003-04-07 09:30 gezelter
2272 mmeineke 568
2273     * src/Makefile: Fixed a bug caused by my experimentation
2274    
2275 tim 926 2003-04-07 09:30 gezelter
2276 mmeineke 568
2277     * libmdtools/: ExtendedSystem.cpp, ExtendedSystem.hpp,
2278     Integrator.hpp, Makefile, SimSetup.cpp, Symplectic.cpp, Verlet.cpp:
2279     Added ExtendedSystem infrastructure for NPT and NVT calculations
2280    
2281 tim 926 2003-04-07 09:30 gezelter
2282 mmeineke 568
2283     * libBASS/: Globals.cpp, Globals.hpp: Added targetPressure to BASS
2284    
2285     2003-04-04 23:07 gezelter
2286    
2287     * src/Makefile: final mods to try a fortran compiler
2288    
2289     2003-04-04 22:39 gezelter
2290    
2291     * libmdtools/: LJ_FF.cpp, SimInfo.cpp, TraPPE_ExFF.cpp,
2292     fortranWrapDefines.hpp: Bug fixes for simulation module rewrites
2293    
2294     2003-04-04 21:56 gezelter
2295    
2296     * libmdtools/: Makefile, atype_module.F90, do_Forces.F90,
2297     fortranWrappers.cpp, wrappers.F90: bug fixes for compilation
2298    
2299     2003-04-04 21:45 gezelter
2300    
2301     * libmdtools/: fortranWrapDefines.hpp, fortranWrappers.hpp: bug
2302     fixes to fortran wrappers
2303    
2304     2003-04-04 17:22 chuckv
2305    
2306     * libmdtools/: Makefile, calc_LJ_FF.F90, calc_dipole_dipole.F90,
2307     calc_gb.F90, calc_reaction_field.F90, calc_sticky_pair.F90,
2308     do_Forces.F90, fortranWrapDefines.hpp, fortranWrappers.cpp,
2309     simulation_module.F90, wrappers.F90: Breaking c and fortran, c gets
2310     smarter, fortran gets dumber...
2311    
2312     2003-04-04 14:57 mmeineke
2313    
2314     * libmdtools/: calc_dipole_dipole.F90, do_Forces.F90,
2315     neighborLists.F90: fixed a memory read bug in neighborlist
2316    
2317     2003-04-04 14:47 gezelter
2318    
2319     * libmdtools/: ExtendedSystem.cpp, ExtendedSystem.hpp, SimInfo.cpp,
2320     SimInfo.hpp, Thermo.cpp: Changes for Extended System
2321    
2322     2003-04-04 14:16 gezelter
2323    
2324     * libmdtools/: ExtendedSystem.cpp, ExtendedSystem.hpp, SimInfo.cpp,
2325     SimInfo.hpp: Fixes for ExtendedSystem
2326    
2327     2003-04-03 20:57 gezelter
2328    
2329     * libmdtools/ExtendedSystem.hpp: Added extended system header
2330    
2331     2003-04-03 20:57 gezelter
2332    
2333     * libmdtools/: ExtendedSystem.cpp, Thermo.cpp, Thermo.hpp: changes
2334     for extended system code
2335    
2336     2003-04-03 18:49 gezelter
2337    
2338     * libmdtools/: ExtendedSystem.cpp, NVT.cpp: renamed nvt to
2339     extendedsystem
2340    
2341     2003-04-03 17:19 mmeineke
2342    
2343     * libmdtools/Molecule.hpp: added some little fixes here and there.
2344    
2345     2003-04-03 17:01 mmeineke
2346    
2347     * libmdtools/TraPPE_ExFF.cpp: fixed a possible call before
2348     initialize bug.
2349    
2350     2003-04-03 16:12 mmeineke
2351    
2352     * libmdtools/: DumpWriter.cpp, Molecule.cpp, randomSPRNG.hpp: just
2353     little things like deleteing unused variables and such.
2354    
2355     2003-04-03 15:57 mmeineke
2356    
2357     * libmdtools/: Molecule.cpp, Molecule.hpp: a few fixes to
2358     simError.h also some fixes to Molecule.hpp
2359    
2360     2003-04-03 15:57 mmeineke
2361    
2362     * libBASS/simError.h: a few fixes to simError.h
2363    
2364     2003-04-03 15:21 mmeineke
2365    
2366     * libBASS/Makefile, libBASS/mpiBASS.c, libBASS/simError.c,
2367     libBASS/simError.h, libmdtools/DumpWriter.cpp,
2368     libmdtools/ForceFields.cpp, libmdtools/InitializeFromFile.cpp,
2369     libmdtools/LJ_FF.cpp, libmdtools/Makefile, libmdtools/Thermo.cpp,
2370     libmdtools/TraPPE_ExFF.cpp, libmdtools/mpiSimulation.cpp,
2371     src/Makefile, src/oopse.cpp: fixed some small things with
2372     simError.h
2373    
2374     2003-04-03 15:19 gezelter
2375    
2376     * libmdtools/: Molecule.cpp, Molecule.hpp: Starting work on NPT
2377    
2378     2003-04-03 14:58 gezelter
2379    
2380     * libmdtools/: NVT.cpp, Thermo.cpp: Added NVT file (very broken for
2381     now)
2382    
2383     2003-04-03 08:42 gezelter
2384    
2385     * README, libmdtools/Thermo.cpp, utils/Makefile, utils/quickLate.c:
2386     Changed Readme, added some files
2387    
2388     2003-04-02 17:19 mmeineke
2389    
2390     * libmdtools/: ForceFields.cpp, SimInfo.cpp, SimSetup.cpp,
2391     Symplectic.cpp, calc_dipole_dipole.F90, calc_sticky_pair.F90:
2392     dipoles mostly work, but there is a memory leak somewhere.
2393    
2394     2003-04-02 10:01 mmeineke
2395    
2396     * libmdtools/TraPPE_ExFF.cpp: Fixed a bug where MPI was not getting
2397     the proper atomIdents.
2398    
2399     2003-04-01 11:50 chuckv
2400    
2401     * libmdtools/SimInfo.cpp, libmdtools/do_Forces.F90,
2402     libmdtools/mpiSimulation.cpp, libmdtools/mpiSimulation_module.F90,
2403     samples/argon/argon.bass: more bug fixes....
2404    
2405     2003-04-01 11:49 mmeineke
2406    
2407     * libmdtools/: DumpWriter.cpp, InitializeFromFile.cpp: Fixed
2408     DumpWriter to be more robust to errors. also added a little
2409     namespace to InitFromFile to wrap it's helper functions in MPI
2410    
2411     2003-03-31 17:09 chuckv
2412    
2413     * libmdtools/: SimInfo.cpp, do_Forces.F90: Fixed bug with pot_local
2414     not zeroed.
2415    
2416     2003-03-31 16:50 chuckv
2417    
2418     * libmdtools/BendExtensions.cpp, libmdtools/Exclude.cpp,
2419     libmdtools/ForceFields.cpp, libmdtools/Molecule.cpp,
2420     libmdtools/Molecule.hpp, libmdtools/SimInfo.cpp,
2421     libmdtools/SimSetup.cpp, libmdtools/Thermo.cpp,
2422     libmdtools/TraPPE_ExFF.cpp, libmdtools/do_Forces.F90,
2423     samples/alkane/butane.bass: Fixes in MPI force calc and in
2424     Trappe_Ex parsing.
2425    
2426     2003-03-28 17:34 chuckv
2427    
2428     * libmdtools/DumpWriter.cpp: bug fix in DumpWriter.cpp
2429    
2430     2003-03-28 16:45 chuckv
2431    
2432     * libBASS/Makefile, libmdtools/DumpWriter.cpp,
2433     libmdtools/InitializeFromFile.cpp: Bug fixes in read-write
2434     routines.
2435    
2436     2003-03-28 14:33 mmeineke
2437    
2438     * libmdtools/: Exclude.cpp, Exclude.hpp, Molecule.cpp,
2439     Molecule.hpp, SRI.hpp, SimSetup.cpp, simulation_module.F90: fixed a
2440     bug where the Excludes were not being created properly
2441    
2442     2003-03-28 14:30 chuckv
2443    
2444     * libBASS/Makefile, libmdtools/DumpWriter.cpp,
2445     libmdtools/LJ_FF.cpp, libmdtools/SimSetup.cpp,
2446     libmdtools/TraPPE_ExFF.cpp, libmdtools/mpiSimulation.cpp: mpi fixes
2447     and debugging mpi read write from file.
2448    
2449     2003-03-28 10:28 mmeineke
2450    
2451     * libmdtools/: LJ_FF.cpp, TraPPE_ExFF.cpp: fixed long range
2452     interactions in Trappe
2453    
2454     2003-03-27 18:33 chuckv
2455    
2456     * libmdtools/: SimSetup.cpp, mpiSimulation.cpp,
2457     mpiSimulation_module.F90: MPI buggy, fixed mpiRefresh issue.
2458    
2459     2003-03-27 17:16 mmeineke
2460    
2461     * libmdtools/: Exclude.cpp, SimSetup.cpp: fixed a bug where
2462     excludes were not being initialized
2463    
2464     2003-03-27 16:52 mmeineke
2465    
2466     * src/Makefile: [no log message]
2467    
2468     2003-03-27 16:52 mmeineke
2469    
2470     * libmdtools/SimSetup.cpp: Fixed a single processor segfault bug.
2471    
2472     2003-03-27 16:07 mmeineke
2473    
2474     * libmdtools/: Exclude.cpp, ForceFields.cpp, LJ_FF.cpp,
2475     Molecule.cpp, Symplectic.cpp, Thermo.cpp, TraPPE_ExFF.cpp,
2476     Verlet.cpp: fixed the compile time bugs, Source builds and links
2477    
2478     2003-03-27 15:48 mmeineke
2479    
2480     * libmdtools/: Molecule.cpp, SimInfo.hpp, SimSetup.cpp: fixed a few
2481     more bugs.
2482    
2483     2003-03-27 15:40 mmeineke
2484    
2485     * libmdtools/Molecule.cpp: added the Molecule.cpp file
2486    
2487     2003-03-27 15:39 mmeineke
2488    
2489     * libmdtools/: Makefile, Molecule.hpp: fixed the makefile
2490    
2491     2003-03-27 15:36 mmeineke
2492    
2493     * libmdtools/: AbstractClasses.hpp, ForceFields.cpp,
2494     ForceFields.hpp, LJ_FF.cpp, Makefile, Molecule.hpp, SimInfo.cpp,
2495     SimSetup.cpp, SimSetup.hpp: fixing some compile time bugs
2496    
2497     2003-03-27 15:12 mmeineke
2498    
2499     * libmdtools/: AbstractClasses.hpp, ForceFields.cpp,
2500     Integrator.hpp, Molecule.hpp, Symplectic.cpp, Thermo.cpp,
2501     Verlet.cpp: I have implemeted Molecules everywhere I could remember
2502     to. will now attempt to compile.
2503    
2504     2003-03-27 14:21 mmeineke
2505    
2506     * libmdtools/: Molecule.hpp, SimInfo.hpp, SimSetup.cpp,
2507     SimSetup.hpp, mpiSimulation.cpp, mpiSimulation.hpp: finished
2508     updating SimSetup to initialize and use the new MPI division of
2509     labour, and Molecule class
2510    
2511     2003-03-27 12:55 mmeineke
2512    
2513     * libmdtools/TraPPE_ExFF.cpp: finished conversion of TraPPE_ExFF to
2514     use Molecule
2515    
2516     2003-03-27 12:32 mmeineke
2517    
2518     * libmdtools/: ForceFields.cpp, ForceFields.hpp, LJ_FF.cpp,
2519     SimInfo.cpp, SimSetup.cpp, TraPPE_ExFF.cpp: LJ_FF has been
2520     converted to the new Molecule model. TraPPE_Ex is currently being
2521     updated. SimSetups routines are writtten, but not yet called.
2522    
2523     2003-03-27 10:07 gezelter
2524    
2525     * libmdtools/: DumpWriter.cpp, InitializeFromFile.cpp,
2526     mpiSimulation.cpp, mpiSimulation.hpp: fixes for local->global atom
2527     numbering in MPI
2528    
2529     2003-03-27 09:30 mmeineke
2530    
2531     * libmdtools/mpiSimulation.cpp: little bug fixes here and there.
2532    
2533     2003-03-26 20:49 gezelter
2534    
2535     * libmdtools/: DumpWriter.cpp, InitializeFromFile.cpp: Fixes to
2536     fileio for MPI
2537    
2538     2003-03-26 18:14 gezelter
2539    
2540     * libmdtools/: DumpWriter.cpp, Exclude.cpp, Molecule.hpp,
2541     mpiSimulation.cpp, mpiSimulation.hpp, mpiSimulation_module.F90: bug
2542     fixes many bug fixes
2543    
2544     2003-03-26 17:24 gezelter
2545    
2546     * libmdtools/DumpWriter.cpp: Making DumpWriter less dependent on
2547     sequence of atoms on the other processors. Node 0 now fires
2548     potatoes at other processors to get them to send french fries back.
2549    
2550     2003-03-26 17:02 mmeineke
2551    
2552     * libmdtools/: DirectionalAtom.cpp, SimSetup.cpp: the skeleton for
2553     making the molecules is in place. ForceField needs to be updated
2554     next.
2555    
2556     2003-03-26 16:54 mmeineke
2557    
2558     * libmdtools/: Atom.cpp, Atom.hpp, Exclude.cpp: fixed a couple of
2559     the "static" bugs in Atom and Exclude
2560    
2561     2003-03-26 16:50 mmeineke
2562    
2563     * libmdtools/: Exclude.cpp, Exclude.hpp, Molecule.hpp, SimInfo.hpp,
2564     SimSetup.cpp: still working on the SimSetup routine. also fixed
2565     some things in Exclude.hpp
2566    
2567     2003-03-26 16:24 gezelter
2568    
2569     * libmdtools/Makefile: Added Atom.cpp and Exclude.cpp
2570    
2571     2003-03-26 16:23 gezelter
2572    
2573     * libmdtools/: Atom.cpp, Exclude.cpp, Exclude.hpp: Fixes in Atom
2574     and Exclude list
2575    
2576     2003-03-26 16:04 gezelter
2577    
2578     * libmdtools/: Atom.cpp, Atom.hpp: Make Atom.cpp able to add and
2579     delete ranges of atoms
2580    
2581     2003-03-26 15:45 mmeineke
2582    
2583     * libmdtools/: Exclude.cpp, Exclude.hpp: added an Exclude class
2584     with static arrays similar to the Atom class
2585    
2586     2003-03-26 15:22 mmeineke
2587    
2588     * libmdtools/: Molecule.hpp, SimSetup.cpp, SimSetup.hpp: I'm
2589     overhauling the molecule class to contain it's own bonds, bends,
2590     and torsions.
2591    
2592     may god have mercy on my soul.
2593    
2594     2003-03-26 14:34 chuckv
2595    
2596     * libmdtools/mpiSimulation.cpp: Finished globalIndex.
2597    
2598     2003-03-26 13:02 gezelter
2599    
2600     * libmdtools/: mpiComponentPlan.h, mpiSimulation.cpp,
2601     mpiSimulation.hpp: MPI stuff for passing out molecules
2602    
2603     2003-03-26 11:12 chuckv
2604    
2605     * libmdtools/mpiSimulation.cpp: working on load balancing
2606    
2607     2003-03-26 10:37 chuckv
2608    
2609     * libmdtools/Thermo.cpp, libmdtools/Thermo.hpp,
2610     samples/argon/argon.bass: Fixes for Parallel thermalization
2611    
2612     2003-03-26 09:55 mmeineke
2613    
2614     * libmdtools/: SimInfo.cpp, Thermo.cpp: fixed an mpi include bug in
2615     THermo.cpp
2616    
2617     2003-03-25 17:54 chuckv
2618    
2619     * libmdtools/: Thermo.cpp, Thermo.hpp: Fixed bugs with calculation
2620     of potential energy and temperature.
2621    
2622     2003-03-25 09:29 mmeineke
2623    
2624 tim 1031 * libBASS/obj/dummy, libmdtools/obj/dummy, libmdtools/MPIobj/dummy,
2625     src/MPIobj/dummy, src/obj/dummy: [no log message]
2626 mmeineke 568
2627     2003-03-25 09:29 mmeineke
2628    
2629     * libBASS/MPIobj/dummy: added dummy files to keep the build
2630     deirectories from being pruned.
2631    
2632     2003-03-24 20:07 gezelter
2633    
2634 tim 1005 * samples/Makefile: moving tests to samples
2635 mmeineke 568
2636     2003-03-24 20:06 gezelter
2637    
2638 tim 1005 * samples/: alkane/Makefile, alkane/alkanes.mdl,
2639     alkane/butane.bass, alkane/init_butane.eor, argon/Makefile,
2640     argon/argon.bass, argon/init_argon.eor, argon/lj.mdl,
2641     lipid/5x5.bass, lipid/Makefile, lipid/init_5x5.eor,
2642     lipid/lipid.mdl, lipid/water.mdl, water/Makefile,
2643     water/init_ssd.eor, water/ssd.bass, water/water.mdl: moved tests to
2644     samples
2645 mmeineke 568
2646     2003-03-24 19:51 gezelter
2647    
2648     * ac-tools/configure.in: Tests are becoming samples
2649    
2650     2003-03-24 19:46 gezelter
2651    
2652 tim 1005 * ac-tools/Make.conf.in: Added makefiles in tests directories
2653 mmeineke 568
2654     2003-03-24 16:55 gezelter
2655    
2656     * libBASS/Globals.cpp, libBASS/Globals.hpp, libmdtools/SimInfo.cpp,
2657     libmdtools/SimInfo.hpp, libmdtools/SimSetup.cpp,
2658     libmdtools/TraPPE_ExFF.cpp, libmdtools/calc_dipole_dipole.F90,
2659     libmdtools/calc_reaction_field.F90,
2660     libmdtools/calc_sticky_pair.F90, libmdtools/do_Forces.F90,
2661     libmdtools/simulation_module.F90: electrostatic changes for dipole
2662     / RF separation
2663    
2664     2003-03-24 13:33 mmeineke
2665    
2666     * libmdtools/: Atom.hpp, ForceFields.cpp, SimInfo.cpp,
2667     do_Forces.F90: little bug fixes here and there
2668    
2669     2003-03-24 10:26 mmeineke
2670    
2671     * libmdtools/: ForceFields.cpp, f_verlet_constrained.F90: fixed bug
2672     where short range interactions were not being calculated.
2673    
2674     removed some debug print statements
2675    
2676     2003-03-21 17:11 chuckv
2677    
2678     * libmdtools/: TraPPE_ExFF.cpp, calc_dipole_dipole.F90,
2679     do_Forces.F90, f_verlet_constrained.F90, simulation_module.F90:
2680     various write statements for debugging
2681    
2682     2003-03-21 16:26 chuckv
2683    
2684     * forceFields/Makefile: added links to the makefile in forceFields
2685    
2686     2003-03-21 15:52 gezelter
2687    
2688     * ac-tools/Make.conf.in, ac-tools/configure.in,
2689     libmdtools/Makefile: Fixed F_MACH_DEP bug
2690    
2691     2003-03-21 15:37 gezelter
2692    
2693     * ChangeLog, Makefile, ac-tools/Make.conf.in, ac-tools/config.h.in,
2694     ac-tools/configure.in, forceFields/Makefile, libBASS/Makefile,
2695     libmdtools/Makefile, scripts/cvs2cl.pl, scripts/sfmakedepend,
2696     src/Makefile, utils/sfmakedepend: Makefile fixes, directory re-org,
2697     autoconf fixes
2698    
2699 gezelter 385 2003-03-21 14:58 gezelter
2700 mmeineke 377
2701 gezelter 385 * LICENSE: Added license file
2702    
2703     2003-03-21 14:55 gezelter
2704    
2705     * forceFields/Makefile: Fixed makefile
2706    
2707     2003-03-21 14:49 gezelter
2708    
2709     * forceFields/Makefile: Makefile for forceFields
2710    
2711     2003-03-21 14:42 gezelter
2712    
2713     * README: Readme changes
2714    
2715     2003-03-21 12:52 mmeineke
2716    
2717     * src/Makefile: [no log message]
2718    
2719     2003-03-21 12:52 mmeineke
2720    
2721     * libBASS/Makefile, libmdtools/Makefile: Makefile fixes for depends
2722    
2723     2003-03-21 12:42 mmeineke
2724    
2725     * AUTHORS, ChangeLog, NEWS, Makefile, README,
2726     ac-tools/Make.conf.in, ac-tools/aclocal.m4, ac-tools/config.guess,
2727     ac-tools/config.h.in, ac-tools/config.sub, ac-tools/configure.in,
2728     ac-tools/install-sh, forceFields/DipoleTest.frc,
2729     forceFields/LJ_FF.frc, forceFields/TraPPE.frc,
2730     forceFields/TraPPE_Ex.frc, libBASS/AtomStamp.cpp,
2731     libBASS/AtomStamp.hpp, libBASS/BASS_interface.cpp,
2732     libBASS/BASS_interface.h, libBASS/BASS_parse.c,
2733     libBASS/BASS_parse.h, libBASS/BASSlex.l, libBASS/BASSyacc.y,
2734     libBASS/BendStamp.cpp, libBASS/BendStamp.hpp,
2735     libBASS/BondStamp.cpp, libBASS/BondStamp.hpp,
2736     libBASS/Component.cpp, libBASS/Component.hpp, libBASS/Globals.cpp,
2737     libBASS/Globals.hpp, libBASS/LinkedAssign.cpp,
2738     libBASS/LinkedAssign.hpp, libBASS/LinkedCommand.cpp,
2739     libBASS/LinkedCommand.hpp, libBASS/MakeStamps.cpp,
2740     libBASS/MakeStamps.hpp, libBASS/Makefile,
2741     libBASS/MoleculeStamp.cpp, libBASS/MoleculeStamp.hpp,
2742     libBASS/TorsionStamp.cpp, libBASS/TorsionStamp.hpp,
2743     libBASS/interface.c, libBASS/make_nodes.c, libBASS/make_nodes.h,
2744     libBASS/mpiBASS.c, libBASS/mpiBASS.h, libBASS/node_list.h,
2745     libBASS/parse_interface.h, libBASS/parse_me.h,
2746     libBASS/parse_tree.c, libBASS/parse_tree.h, libBASS/simError.c,
2747     libBASS/simError.h, src/Makefile, src/oopse.cpp, src/oose.cpp,
2748     utils/sfmakedepend, ac-tools/shtool,
2749     libmdtools/AbstractClasses.hpp, libmdtools/Atom.hpp,
2750     libmdtools/Bend.cpp, libmdtools/BendExtensions.cpp,
2751     libmdtools/Bond.cpp, libmdtools/BondExtensions.cpp,
2752     libmdtools/DipoleTestFF.cpp, libmdtools/DirectionalAtom.cpp,
2753     libmdtools/DumpWriter.cpp, libmdtools/ForceFields.cpp,
2754     libmdtools/ForceFields.hpp, libmdtools/GhostBend.cpp,
2755     libmdtools/InitializeFromFile.cpp, libmdtools/Integrator.hpp,
2756     libmdtools/LJ_FF.cpp, libmdtools/Linux_ifc_machdep.F90,
2757     libmdtools/Makefile, libmdtools/Molecule.hpp,
2758     libmdtools/ReadWrite.hpp, libmdtools/SRI.hpp,
2759     libmdtools/SimInfo.cpp, libmdtools/SimInfo.hpp,
2760     libmdtools/SimSetup.cpp, libmdtools/SimSetup.hpp,
2761     libmdtools/StatWriter.cpp, libmdtools/Symplectic.cpp,
2762     libmdtools/Thermo.cpp, libmdtools/Thermo.hpp,
2763     libmdtools/Torsion.cpp, libmdtools/TorsionExtensions.cpp,
2764     libmdtools/TraPPEFF.cpp, libmdtools/TraPPE_ExFF.cpp,
2765     libmdtools/Verlet.cpp, libmdtools/atype_module.F90,
2766     libmdtools/calc_LJ_FF.F90, libmdtools/calc_dipole_dipole.F90,
2767     libmdtools/calc_gb.F90, libmdtools/calc_reaction_field.F90,
2768     libmdtools/calc_sticky_pair.F90, libmdtools/do_Forces.F90,
2769     libmdtools/fForceField.h, libmdtools/fSimulation.h,
2770     libmdtools/f_verlet_constrained.F90, libmdtools/forceFactory.hpp,
2771     libmdtools/force_globals.F90, libmdtools/fortranWrapDefines.hpp,
2772     libmdtools/fortranWrappers.cpp, libmdtools/fortranWrappers.hpp,
2773     libmdtools/mpiComponentPlan.h, libmdtools/mpiForceField.c,
2774     libmdtools/mpiForceField.h, libmdtools/mpiSimulation.cpp,
2775     libmdtools/mpiSimulation.hpp, libmdtools/mpiSimulation_module.F90,
2776     libmdtools/neighborLists.F90, libmdtools/randomSPRNG.cpp,
2777     libmdtools/randomSPRNG.hpp, libmdtools/simulation_module.F90,
2778 tim 927 libmdtools/vector_class.F90, libmdtools/wrappers.F90: Initial
2779     revision
2780 gezelter 385
2781     2003-03-21 12:42 mmeineke
2782    
2783     * AUTHORS, ChangeLog, NEWS, Makefile, README,
2784     ac-tools/Make.conf.in, ac-tools/aclocal.m4, ac-tools/config.guess,
2785     ac-tools/config.h.in, ac-tools/config.sub, ac-tools/configure.in,
2786     ac-tools/install-sh, forceFields/DipoleTest.frc,
2787     forceFields/LJ_FF.frc, forceFields/TraPPE.frc,
2788     forceFields/TraPPE_Ex.frc, libBASS/AtomStamp.cpp,
2789     libBASS/AtomStamp.hpp, libBASS/BASS_interface.cpp,
2790     libBASS/BASS_interface.h, libBASS/BASS_parse.c,
2791     libBASS/BASS_parse.h, libBASS/BASSlex.l, libBASS/BASSyacc.y,
2792     libBASS/BendStamp.cpp, libBASS/BendStamp.hpp,
2793     libBASS/BondStamp.cpp, libBASS/BondStamp.hpp,
2794     libBASS/Component.cpp, libBASS/Component.hpp, libBASS/Globals.cpp,
2795     libBASS/Globals.hpp, libBASS/LinkedAssign.cpp,
2796     libBASS/LinkedAssign.hpp, libBASS/LinkedCommand.cpp,
2797     libBASS/LinkedCommand.hpp, libBASS/MakeStamps.cpp,
2798     libBASS/MakeStamps.hpp, libBASS/Makefile,
2799     libBASS/MoleculeStamp.cpp, libBASS/MoleculeStamp.hpp,
2800     libBASS/TorsionStamp.cpp, libBASS/TorsionStamp.hpp,
2801     libBASS/interface.c, libBASS/make_nodes.c, libBASS/make_nodes.h,
2802     libBASS/mpiBASS.c, libBASS/mpiBASS.h, libBASS/node_list.h,
2803     libBASS/parse_interface.h, libBASS/parse_me.h,
2804     libBASS/parse_tree.c, libBASS/parse_tree.h, libBASS/simError.c,
2805     libBASS/simError.h, src/Makefile, src/oopse.cpp, src/oose.cpp,
2806     utils/sfmakedepend, ac-tools/shtool,
2807     libmdtools/AbstractClasses.hpp, libmdtools/Atom.hpp,
2808     libmdtools/Bend.cpp, libmdtools/BendExtensions.cpp,
2809     libmdtools/Bond.cpp, libmdtools/BondExtensions.cpp,
2810     libmdtools/DipoleTestFF.cpp, libmdtools/DirectionalAtom.cpp,
2811     libmdtools/DumpWriter.cpp, libmdtools/ForceFields.cpp,
2812     libmdtools/ForceFields.hpp, libmdtools/GhostBend.cpp,
2813     libmdtools/InitializeFromFile.cpp, libmdtools/Integrator.hpp,
2814     libmdtools/LJ_FF.cpp, libmdtools/Linux_ifc_machdep.F90,
2815     libmdtools/Makefile, libmdtools/Molecule.hpp,
2816     libmdtools/ReadWrite.hpp, libmdtools/SRI.hpp,
2817     libmdtools/SimInfo.cpp, libmdtools/SimInfo.hpp,
2818     libmdtools/SimSetup.cpp, libmdtools/SimSetup.hpp,
2819     libmdtools/StatWriter.cpp, libmdtools/Symplectic.cpp,
2820     libmdtools/Thermo.cpp, libmdtools/Thermo.hpp,
2821     libmdtools/Torsion.cpp, libmdtools/TorsionExtensions.cpp,
2822     libmdtools/TraPPEFF.cpp, libmdtools/TraPPE_ExFF.cpp,
2823     libmdtools/Verlet.cpp, libmdtools/atype_module.F90,
2824     libmdtools/calc_LJ_FF.F90, libmdtools/calc_dipole_dipole.F90,
2825     libmdtools/calc_gb.F90, libmdtools/calc_reaction_field.F90,
2826     libmdtools/calc_sticky_pair.F90, libmdtools/do_Forces.F90,
2827     libmdtools/fForceField.h, libmdtools/fSimulation.h,
2828     libmdtools/f_verlet_constrained.F90, libmdtools/forceFactory.hpp,
2829     libmdtools/force_globals.F90, libmdtools/fortranWrapDefines.hpp,
2830     libmdtools/fortranWrappers.cpp, libmdtools/fortranWrappers.hpp,
2831     libmdtools/mpiComponentPlan.h, libmdtools/mpiForceField.c,
2832     libmdtools/mpiForceField.h, libmdtools/mpiSimulation.cpp,
2833     libmdtools/mpiSimulation.hpp, libmdtools/mpiSimulation_module.F90,
2834     libmdtools/neighborLists.F90, libmdtools/randomSPRNG.cpp,
2835     libmdtools/randomSPRNG.hpp, libmdtools/simulation_module.F90,
2836 tim 927 libmdtools/vector_class.F90, libmdtools/wrappers.F90: New OOPSE
2837     Tree
2838 gezelter 385