ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/OOPSE/ChangeLog
Revision: 1031
Committed: Fri Feb 6 18:58:06 2004 UTC (20 years, 5 months ago) by tim
File size: 85523 byte(s)
Log Message:
Add some lines into global.cpp to make it work with energy minimization

File Contents

# Content
1 2004-02-04 17:26 tim
2
3 * libmdtools/: ConjugateMinimizer.cpp, ConjugateMinimizer.hpp,
4 Constraint.hpp, Functor.hpp, Minimizer.hpp, Minimizer1D.cpp,
5 Minimizer1D.hpp, MinimizerBase.hpp, MinimizerParameterSet.hpp,
6 NLModel.hpp, NLModel0.cpp, NLModel1.cpp: Fix a bunch of bugs :-)
7 Single version of conjugate gradient with golden search linesearch
8 pass a couple of functions test. Brent's algorithm is still broken
9
10 2004-02-03 17:54 tim
11
12 * libmdtools/: ConjugateMinimizer.cpp, ConjugateMinimizer.hpp,
13 Minimizer1D.cpp, Minimizer1D.hpp, MinimizerParameterSet.hpp,
14 NLModel.hpp, NLModel0.cpp, NLModel1.cpp, SteepestDescent.cpp,
15 SteepestDescent.hpp: NLModel0, NLModel1 pass uit test
16
17 2004-02-03 15:47 tim
18
19 * libmdtools/: ConjugateMinimizer.cpp, ConstraintList.cpp,
20 ConstraintList.hpp, LinearCons.cpp, LinearCons.hpp, Minimizer.hpp,
21 NonlinearCons.cpp, NonlinearCons.hpp, OOPSEMinimizerBase.cpp,
22 SimpleBoundCons.cpp, SimpleBoundCons.hpp, SteepestDescent.cpp,
23 SteepestDescent.hpp: [no log message]
24
25 2004-02-03 15:43 tim
26
27 * libmdtools/: ConjugateMinimizer.hpp, Constraint.cpp,
28 Constraint.hpp, Integrator.hpp, Minimizer1D.cpp, Minimizer1D.hpp,
29 MinimizerBase.hpp, MinimizerParameterSet.hpp, NLModel.hpp,
30 NLModel0.cpp, NLModel1.cpp: to avoid cyclic depency, refactory
31 constraint class
32
33 2004-02-03 12:10 tim
34
35 * libmdtools/Functor.hpp: Functor.hpp pass unit test
36
37 2004-02-03 10:21 tim
38
39 * ChangeLog, libmdtools/Minimizer1D.cpp,
40 libmdtools/Minimizer1D.hpp: begin unit test of minimizer
41
42 2004-02-02 15:29 tim
43
44 * libmdtools/: ConjugateMinimizer.hpp, Minimizer1D.cpp,
45 Minimizer1D.hpp, MinimizerBase.hpp, MinimizerParameterSet.hpp:
46 Adding GoldenSection and Brent LineSearch Method
47
48 2004-01-30 16:47 tim
49
50 * libmdtools/: ConjugateMinimizer.hpp, DumpWriter.cpp,
51 MinimizerBase.hpp, MinimizerParameterSet.hpp, NLModel.hpp,
52 NLModel0.cpp, NLModel1.cpp: using class Minimizer1D derived from
53 MinimizerBase instead of a functor to do line seach
54
55 2004-01-30 10:00 chrisfen
56
57 * forceFields/Makefile.in, libmdtools/Atom.cpp,
58 libmdtools/Atom.hpp, libmdtools/ForceFields.hpp,
59 libmdtools/Integrator.cpp, libmdtools/Makefile.in,
60 libmdtools/SimInfo.cpp, libmdtools/SimSetup.cpp,
61 libmdtools/WATER.cpp, libmdtools/calc_LJ_FF.F90,
62 libmdtools/calc_reaction_field.F90, libmdtools/do_Forces.F90,
63 libmdtools/fortranWrapDefines.hpp: Substantial changes. OOPSE now
64 has a working WATER.cpp forcefield and parser. This involved
65 changes to WATER.cpp and ForceFields amoung other files. One
66 important note: a hardwiring of LJ_rcut was made in calc_LJ_FF.F90.
67 This will be removed on the next commit...
68
69 2004-01-29 18:00 gezelter
70
71 * libBASS/BASS_interface.cpp, libBASS/BASS_interface.h,
72 libBASS/BASS_parse.c, libBASS/BASSlex.l, libBASS/BASSyacc.y,
73 libBASS/MakeStamps.cpp, libBASS/MakeStamps.hpp,
74 libBASS/Makefile.in, libBASS/RigidBodyStamp.cpp,
75 libBASS/RigidBodyStamp.hpp, libBASS/interface.c,
76 libBASS/make_nodes.c, libBASS/make_nodes.h, libBASS/mpiBASS.c,
77 libBASS/mpiBASS.h, libBASS/node_list.h, libBASS/parse_interface.h,
78 libBASS/parse_tree.c, libmdtools/Make.dep, samples/water/water.mdl:
79 member list fixes for rigid bodies
80
81 2004-01-29 16:44 tim
82
83 * libmdtools/MinimizerParameterSet.hpp: Adding
84 MinimizerParameterSet class.
85
86 2004-01-28 17:44 tim
87
88 * libmdtools/: NLModel.hpp, NLModel0.cpp, NLModel1.cpp: Revision of
89 NLModel0 and NLModel1
90
91 2004-01-28 15:40 tim
92
93 * libmdtools/: Constraint.hpp, NLModel.hpp, NLOPModel.hpp: revision
94 of NLModel
95
96 2004-01-27 15:34 gezelter
97
98 * samples/water/: ssd.bass, water.mdl: Added point-charge models to
99 water.mdl file, updated ssd.bass to use new SSD name
100
101 2004-01-27 15:34 gezelter
102
103 * libBASS/: BASS_interface.cpp, MakeStamps.cpp, MakeStamps.hpp,
104 MemberStamp.cpp, MemberStamp.hpp, node_list.h: Fix to new RigidBody
105 stuff
106
107 2004-01-27 14:39 gezelter
108
109 * samples/water/ssd.bass: Longer run time to test SSD water in MPI
110
111 2004-01-27 14:39 gezelter
112
113 * samples/metals/Au.bass: Longer run time to test gold in MPI
114
115 2004-01-27 14:38 gezelter
116
117 * samples/argon/argon.bass: Longer run time to test argon
118
119 2004-01-27 14:38 gezelter
120
121 * libmdtools/: Make.dep, WATER.cpp, mpiSimulation.cpp: More BASS
122 changes to do new rigidBody scheme a copy of WATER.cpp from this
123 morning
124
125 2004-01-27 14:37 gezelter
126
127 * libBASS/: BASS_interface.cpp, BASS_interface.h, BASS_parse.c,
128 BASSyacc.y, MakeStamps.cpp, MakeStamps.hpp, Makefile.in,
129 MemberStamp.cpp, MemberStamp.hpp, MoleculeStamp.cpp,
130 MoleculeStamp.hpp, RigidBodyStamp.cpp, RigidBodyStamp.hpp,
131 interface.c, make_nodes.c, make_nodes.h, mpiBASS.c, mpiBASS.h,
132 node_list.h, parse_interface.h, parse_tree.c: More BASS changes to
133 do new rigidBody scheme
134
135 2004-01-27 14:15 tim
136
137 * libmdtools/: AbstractClasses.hpp, ConjugateMinimizer.hpp,
138 Constraint.cpp, Constraint.hpp, Functor.hpp, Integrator.hpp,
139 MinimizerBase.hpp, NLOPConstraint.hpp, NLOPModel.hpp: revision of
140 constraint for Nonlinear Optimization Model
141
142 2004-01-26 17:01 gezelter
143
144 * utils/sysbuilder/MoLocator.cpp: Changes to BASS reader to use
145 Euler angles for orientation instead of unit vectors required
146 changes in MoLocator
147
148 2004-01-26 16:53 gezelter
149
150 * samples/: alkane/alkanes.mdl, beadLipid/beadLipid.mdl,
151 beadLipid/water.mdl, lipid/lipid.mdl, lipid/water.mdl,
152 water/water.mdl: Changed orientation lines from unit vectors to
153 euler angles
154
155 2004-01-26 16:52 gezelter
156
157 * libmdtools/SimSetup.cpp: Convert Eulers in degrees into radians
158
159 2004-01-26 16:45 gezelter
160
161 * libmdtools/SimSetup.cpp: Changed default orientation in BASS to
162 use Euler angles in the following order: phi, theta, psi Removed
163 the ability to set orientation using a unit vector
164
165 2004-01-26 16:26 gezelter
166
167 * libBASS/: AtomStamp.cpp, AtomStamp.hpp, RigidBodyStamp.cpp,
168 RigidBodyStamp.hpp: Changed default orientation in BASS to use
169 Euler angles in the following order: phi, theta, psi Removed the
170 ability to set orientation using a unit vector
171
172 2004-01-26 13:52 gezelter
173
174 * libBASS/: BASS_interface.cpp, MakeStamps.cpp, MakeStamps.hpp,
175 MoleculeStamp.cpp: Fix broken atom assignment for rigid bodies
176
177 2004-01-22 12:34 chrisfen
178
179 * libmdtools/: DUFF.cpp, EAM_FF.cpp, ForceFields.hpp, LJFF.cpp,
180 TraPPE_ExFF.cpp, WATER.cpp, mpiForceField.c, mpiForceField.h:
181 Corrected spelling in several directories, and stated WATER.cpp
182
183 2004-01-21 17:16 tim
184
185 * libmdtools/: MinimizerBase.hpp, NLOPConstraint.hpp,
186 NLOPModel.hpp: constraint class in energy minimization
187
188 2004-01-20 15:34 tim
189
190 * libmdtools/MinimizerBase.hpp: Adding energy minimization
191
192 2004-01-20 15:32 tim
193
194 * libmdtools/: ConjugateMinimizer.hpp, Integrator.hpp,
195 NLOPConstraint.hpp, NLOPModel.hpp: Energy Minimizer
196
197 2004-01-19 16:17 gezelter
198
199 * libmdtools/: SimInfo.cpp, SimSetup.cpp: Made some error messages
200 more user-friendly
201
202 2004-01-19 13:51 chrisfen
203
204 * forceFields/DUFF.frc: Updated the default water to SSD/E
205
206 2004-01-19 13:36 tim
207
208 * libmdtools/: Functor.hpp, SimSetup.cpp: Adding warning if sample
209 time, status time, thermal time and reset time are not divisible by
210 dt
211
212 2004-01-19 11:10 gezelter
213
214 * third-party/Makefile.in: Added a bunch of dummy targets so make
215 won't complain
216
217 2004-01-19 11:10 gezelter
218
219 * samples/lipid/5x5.bass: Fixed old bass file
220
221 2004-01-19 11:09 gezelter
222
223 * libmdtools/mpiSimulation.cpp: BASS changes to add RigidBodies
224 required a change in how the MoleculeStamps are used by divideLabor
225 in mpiSimulation.cpp
226
227 2004-01-19 11:08 gezelter
228
229 * libBASS/: BASS_interface.cpp, BASS_interface.h, BASS_parse.c,
230 BASSyacc.y, Globals.cpp, Globals.hpp, MakeStamps.cpp,
231 MakeStamps.hpp, Makefile.in, MoleculeStamp.cpp, MoleculeStamp.hpp,
232 RigidBodyStamp.cpp, RigidBodyStamp.hpp, interface.c, make_nodes.c,
233 make_nodes.h, mpiBASS.c, mpiBASS.h, node_list.h, parse_interface.h,
234 parse_tree.c: BASS changes to add RigidBodies and LJrcut
235
236 2004-01-16 16:55 tim
237
238 * libmdtools/: DumpWriter.cpp, EAM_FF.cpp: fix a bug in creating
239 eor file
240
241 2004-01-16 16:51 mmeineke
242
243 * libmdtools/DumpWriter.cpp: fixed a bug where only MPI jobs could
244 write eor files
245
246 2004-01-16 10:01 mmeineke
247
248 * libmdtools/DUFF.cpp: fixed an struct mismatch error in the mpi
249 initialization of the AtomStruct
250
251 2004-01-15 16:57 chuckv
252
253 * configure, libmdtools/DumpWriter.cpp: Fixes for Dumps
254
255 2004-01-15 10:51 gezelter
256
257 * ac-tools/aclocal.m4: Changes for altivec
258
259 2004-01-15 09:22 gezelter
260
261 * libmdtools/DumpWriter.cpp: Documented the Spud Toss
262
263 2004-01-14 23:33 gezelter
264
265 * libmdtools/do_Forces.F90: changes for charge charge interactions
266
267 2004-01-14 20:14 gezelter
268
269 * libmdtools/: calc_charge_charge.F90, calc_dipole_dipole.F90,
270 notifyCutoffs.F90: More work for adding charges
271
272 2004-01-14 17:41 gezelter
273
274 * configure, ac-tools/aclocal.m4, ac-tools/configure.in,
275 src/Makefile.in: autoconf fixes
276
277 2004-01-14 11:28 mmeineke
278
279 * utils/sysbuilder/latticeBilayer.cpp: fixed a periodic box bug
280
281 2004-01-14 10:48 gezelter
282
283 * configure, ac-tools/aclocal.m4, ac-tools/configure.in,
284 src/Makefile.in, third-party/Makefile.in: autoconf compatibility
285 changes for icc8
286
287 2004-01-13 18:01 gezelter
288
289 * libmdtools/: DUFF.cpp, EAM_FF.cpp, LJFF.cpp, SimInfo.cpp,
290 SimInfo.hpp, TraPPE_ExFF.cpp, atype_module.F90, do_Forces.F90,
291 fSimulation.h, fortranWrapDefines.hpp, simulation_module.F90:
292 Changes for adding direct charge-charge interactions (with
293 switching function)
294
295 2004-01-13 17:34 gezelter
296
297 * libmdtools/: Make.dep, Makefile.in, calc_charge_charge.F90,
298 oopseMPI_module.F90: Some changes for new MPI organization and
299 direct charge-charge interactions
300
301 2004-01-13 17:11 tim
302
303 * Functor.hpp, libmdtools/Functor.hpp: [no log message]
304
305 2004-01-13 16:22 tim
306
307 * Functor.hpp, samples/water/ssd.bass: Energy Minimization method
308
309 2004-01-13 15:35 tim
310
311 * libmdtools/: DumpWriter.cpp, ReadWrite.hpp: open and close the
312 eor file whenever it is used instead of rewinding it
313
314 2004-01-13 15:04 tim
315
316 * libmdtools/: DumpWriter.cpp, ReadWrite.hpp: change the interface
317 of writeFrame
318
319 2004-01-13 10:46 tim
320
321 * libmdtools/: DumpWriter.cpp, Integrator.cpp, ReadWrite.hpp:
322 Merge the code of writeFinal and writeDump;
323 Adding sortingIndex into DumpWriter;
324 Fix a bug of writing last frame twice in integrator
325
326 2004-01-12 17:54 tim
327
328 * ChangeLog, libmdtools/DumpWriter.cpp, samples/water/ssd.bass: fix
329 a bug in copying string
330
331 2004-01-12 15:37 tim
332
333 * ChangeLog, libmdtools/DumpWriter.cpp, samples/argon/argon.bass,
334 samples/water/ssd.bass: Dumpwriter only write out the atoms on
335 master nodes
336
337 2004-01-10 04:46 tim
338
339 * ChangeLog, libmdtools/DumpWriter.cpp: tagub is not a bug. Just
340 roll it back fix a bug of copying string to a pointer Still have
341 Seg fault, it looks like a random MPI seg fault in totalview
342
343 2004-01-09 21:15 tim
344
345 * libmdtools/DumpWriter.cpp: Fix a bug of declaration of tagub
346
347 2004-01-09 15:29 gezelter
348
349 * libmdtools/DumpWriter.cpp: New DumpWriter (Attempt #4)
350
351 2004-01-08 17:25 chuckv
352
353 * libmdtools/DumpWriter.cpp: A work in progress...
354
355 2004-01-08 13:59 gezelter
356
357 * libmdtools/DumpWriter.cpp: null terminate some strings just in
358 case
359
360 2004-01-08 13:13 mmeineke
361
362 * libmdtools/InitializeFromFile.cpp: refixed the NVT readin XS
363 state bug.
364
365 2004-01-08 13:05 gezelter
366
367 * libmdtools/DumpWriter.cpp: added strncpy to DumpWriter
368
369 2004-01-08 12:57 mmeineke
370
371 * libmdtools/InitializeFromFile.cpp: fixed the restart from NVT
372 exstended state bug
373
374 2004-01-08 12:40 gezelter
375
376 * libmdtools/DumpWriter.cpp: First Stab at fixing DumpWriter
377
378 2004-01-08 10:44 mmeineke
379
380 * libmdtools/InitializeFromFile.cpp: added support for the ignore
381 XS state info flag
382
383 2004-01-07 14:26 tim
384
385 * libmdtools/DumpWriter.cpp, libmdtools/InitializeFromFile.cpp,
386 samples/argon/argon.bass, samples/water/ssd.bass: Fixed a bug of
387 sending message from master node to itself in DumpWriter.cpp and
388 InitializeFromFile.cpp
389
390 2004-01-06 14:49 chuckv
391
392 * libmdtools/: calc_dipole_dipole.F90, calc_reaction_field.F90:
393 performance fixes in the dipole dipole and reaction field code
394
395 2004-01-06 13:54 chuckv
396
397 * libmdtools/: calc_LJ_FF.F90, do_Forces.F90: Making do_Forces a
398 little more sane
399
400 2004-01-05 17:49 chuckv
401
402 * libmdtools/: calc_LJ_FF.F90, calc_dipole_dipole.F90,
403 calc_eam.F90, calc_gb.F90, calc_reaction_field.F90,
404 calc_sticky_pair.F90, do_Forces.F90: Attempting to increase
405 performance by reducing spurious function calls
406
407 2004-01-05 17:18 chuckv
408
409 * libmdtools/do_Forces.F90: mangling forces even further
410
411 2004-01-05 17:18 chuckv
412
413 * configure, ac-tools/configure.in: mpich mucking
414
415 2004-01-05 17:12 chuckv
416
417 * libmdtools/do_Forces.F90: mangled do_forces...
418
419 2004-01-05 16:00 chuckv
420
421 * ChangeLog, ac-tools/configure.in, libmdtools/atype_module.F90,
422 libmdtools/do_Forces.F90: Added bitmask to do_forces property
423 lookup
424
425 2003-12-29 14:56 chuckv
426
427 * samples/metals/Au.bass, third-party/mt19937ar.c: Added
428 third-party directory for code not written by us. Also added
429 Mersenne Twister random number generator code. This will eventually
430 replace sprng as the random number generator used by OOPSE.
431
432 2003-12-22 16:26 chuckv
433
434 * libmdtools/ForceFields.cpp, libmdtools/Integrator.cpp,
435 libmdtools/mdProfile.cpp, libmdtools/timing.F90, src/oopse.cpp:
436 Fixes to profile code.
437
438 2003-12-19 15:36 mmeineke
439
440 * libmdtools/: Makefile.in, do_Forces.F90, mdProfile.cpp,
441 timing.F90, timing.f90: More profiling fixes.
442
443 2003-12-19 15:19 chuckv
444
445 * libmdtools/timing.f90: Another change for MPI in timing.
446
447 2003-12-19 15:17 chuckv
448
449 * libmdtools/timing.f90: Small update to timing in MPI
450
451 2003-12-19 13:53 mmeineke
452
453 * libmdtools/mdProfile.cpp, src/oopse.cpp, src/oose.cpp: the
454 profiling commands work now. Will start adding PROFILE ifdefs into
455 the code
456
457 2003-12-19 12:25 mmeineke
458
459 * libmdtools/: Makefile.in, do_Forces.F90, mdProfile.cpp: added
460 some profiling routines
461
462 2003-12-19 10:12 mmeineke
463
464 * utils/sysbuilder/randomBilayer.cpp: working on adding GofRtheta
465 and GofRomega
466
467 additional work on randomBilayer
468
469 2003-12-19 10:12 mmeineke
470
471 * staticProps/: AllCorr.cpp, GofRomega.cpp, GofRtheta.cpp,
472 PairCorrList.hpp, staticProps.cpp: working on adding GofRtheta and
473 GofRomega
474
475 2003-12-18 16:47 mmeineke
476
477 * libmdtools/: Makefile.in, mdProfile.cpp, mdProfile.hpp: added
478 some profile functionality
479
480 2003-12-18 15:46 chuckv
481
482 * libmdtools/: do_Forces.F90, mpiSimulation_module.F90, timing.f90:
483 Added functions for simple profiling in fortran.
484
485 2003-12-17 15:13 chuckv
486
487 * libmdtools/calc_eam.F90, libmdtools/mpiSimulation_module.F90,
488 samples/metals/init_au.in: Fixed bug in parallel EAM. rho_row and
489 rho_col were scattered into the same array. Unfortunately, MPI
490 zeros the array between scatters so half of the sum was being lost.
491 Fixed by added a temp array for column scatter, then sum loop over
492 nlocal.
493
494 2003-12-16 15:49 mmeineke
495
496 * staticProps/: GofRomega.cpp, GofRtheta.cpp, Makefile.in,
497 PairCorrType.cpp, PairCorrType.hpp: finished gofRtheta and added
498 gofRomega. both need to be debugged and tested.
499
500 2003-12-12 10:42 gezelter
501
502 * configure, ac-tools/aclocal.m4, ac-tools/configure.in,
503 libmdtools/Atom.hpp, libmdtools/DirectionalAtom.cpp: Changes for
504 gradients (to do minimizations)
505
506 2003-12-12 10:33 mmeineke
507
508 * utils/sysbuilder/randomBilayer.hpp: removed the randombilayer
509 header
510
511 2003-12-10 11:52 mmeineke
512
513 * utils/sysbuilder/: Makefile.in, bilayerSys.cpp, bilayerSys.hpp,
514 randomBilayer.cpp, randomBilayer.hpp: edited the makefile to add
515 randomBilayer to the build. Also move the random bilayer builder
516 from bilayerSys to randomBilayer
517
518 2003-11-25 10:44 mmeineke
519
520 * forceFields/: DUFF.frc, backup.DUFF.frc: backed up the old
521 DUFF.frc to backup.DUFF.frc alte4red masses and epsilons of TB2 and
522 TB3 in DUFF.frc
523
524 2003-11-21 15:09 mmeineke
525
526 * libmdtools/InitializeFromFile.cpp, libmdtools/SimInfo.cpp,
527 utils/sysbuilder/latticeBilayer.cpp: added a more verbose error
528 message in SimInfo. Added a more informative error message in
529 InitializeFromFile
530
531 2003-11-21 15:07 mmeineke
532
533 * staticProps/: GofRtheta.cpp, PairCorrType.hpp: begun work on add
534 ing in the GofR,CosTheta
535
536 2003-11-21 14:31 chrisfen
537
538 * libmdtools/: SimInfo.cpp, do_Forces.F90, neighborLists.F90: Fixed
539 a bug in SimInfo ordering of radii
540
541 2003-11-11 12:20 mmeineke
542
543 * libmdtools/SimInfo.cpp: added a routine to SimInfo.cpp to inline
544 a min function.
545
546 2003-11-10 16:50 mmeineke
547
548 * libmdtools/: EAM_FF.cpp, SimInfo.cpp, SimInfo.hpp, SimSetup.cpp:
549 reordered the rcut/ecr/boxSize initialization
550
551 removed the rcut/ecr shrink and grow algorithm. the simulation will
552 now exit when it runs into rcut or ecr.
553
554 2003-11-07 16:46 chuckv
555
556 * libmdtools/: Makefile.in, mpiSimulation_module.F90,
557 oopseMPI_module.F90: Added support for compiling fortran without
558 use of mpich modules. We use mpif.h instead.:
559
560 2003-11-07 12:09 mmeineke
561
562 * libmdtools/: Integrator.hpp, NPT.cpp, NPTf.cpp, NPTi.cpp,
563 NPTxyz.cpp: moved the velocity scale matrix calculation outside of
564 the atom loop in the NPT family of integrators.
565
566 2003-11-06 17:01 mmeineke
567
568 * libBASS/Globals.cpp, libBASS/Globals.hpp, libmdtools/Make.dep,
569 libmdtools/NPTf.cpp, libmdtools/NPTi.cpp, libmdtools/NPTxyz.cpp,
570 libmdtools/NVT.cpp, libmdtools/SimInfo.cpp, libmdtools/SimInfo.hpp,
571 libmdtools/SimSetup.cpp, utils/sysbuilder/Make.dep,
572 utils/sysbuilder/latticeBilayer.cpp: added the following parameters
573 to BASS: * useInitialExtendedSystemState * orthoBoxTolerance
574 * useIntiTime => useInitialTime
575
576 2003-11-06 14:24 mmeineke
577
578 * libBASS/: BASS_parse.c, BASSlex.l, BASSyacc.y, interface.c,
579 make_nodes.c, make_nodes.h, parse_interface.h, parse_tree.c,
580 parse_tree.h: fixed the includes in the Make.dep
581
582 2003-11-06 14:11 mmeineke
583
584 * libmdtools/: Makefile.in, NPTf.cpp, NPTi.cpp, NPTxyz.cpp,
585 NVT.cpp, SimInfo.cpp, Thermo.cpp: did a merge by hand from the
586 new-templateless branch to the main trunk.
587
588 bug Fixes include: * fixed the switching function from ortho to
589 non-ortho box. !!!!! THis was responsible for all of the
590 sudden deaths we saw. * some formating in the string when we
591 write out the extended system state. * added NPT.cpp to the
592 makefile.in
593
594 2003-11-06 13:20 mmeineke
595
596 * libmdtools/: Integrator.cpp, Makefile.in, NPT.cpp, NPTf.cpp,
597 SimInfo.cpp, Thermo.cpp, do_Forces.F90: fixed the "Sudden Death"
598 bug. The box was not switching between orthorhombic and
599 non-orthorhombic wrapping correctly. we added a fabs() to
600 the check.which should fix it.
601
602 2003-11-05 14:16 mmeineke
603
604 * libmdtools/AbstractClasses.hpp, libmdtools/DumpReader.cpp,
605 libmdtools/GenericData.cpp, libmdtools/GenericData.hpp,
606 libmdtools/InitializeFromFile.cpp, libmdtools/Integrator.cpp,
607 libmdtools/Integrator.hpp, libmdtools/Make.dep, libmdtools/NPT.cpp,
608 libmdtools/NPTf.cpp, libmdtools/NPTi.cpp, libmdtools/NPTxyz.cpp,
609 libmdtools/NVT.cpp, libmdtools/SimInfo.hpp,
610 libmdtools/SimSetup.cpp, samples/water/ssd.bass, src/Make.dep,
611 utils/sysbuilder/Make.dep, utils/sysbuilder/latticeBilayer.cpp:
612 some work on trying to find the compression bug
613
614 2003-11-03 17:07 mmeineke
615
616 * libmdtools/: DumpReader.cpp, GenericData.cpp, GenericData.hpp,
617 InitializeFromFile.cpp, Integrator.hpp, Make.dep, NPT.cpp,
618 NPTf.cpp, NPTi.cpp, NPTxyz.cpp, NVT.cpp, SimInfo.cpp, SimInfo.hpp,
619 SimSetup.cpp, SimSetup.hpp: begun work on removing templates and
620 most of standard template library from OOPSE.
621
622 2003-10-31 16:06 mmeineke
623
624 * libmdtools/: AllIntegrator.hpp, Integrator.cpp, Integrator.hpp,
625 Makefile.in, NPT.cpp, NPTf.cpp, NPTi.cpp, NPTxyz.cpp, NVT.cpp,
626 SimSetup.cpp: started work on template removal.
627
628 2003-10-31 13:28 mmeineke
629
630 * libmdtools/: DumpReader.cpp, NPTf.cpp, NPTi.cpp, NPTxyz.cpp:
631 added template stuff to the Maikefile template
632
633 little changes to some printf format statements
634
635 2003-10-31 13:28 mmeineke
636
637 * libBASS/Makefile.in: added template stuff to the Maikefile
638 template
639
640 2003-10-30 13:59 gezelter
641
642 * libmdtools/: SimInfo.cpp, SimInfo.hpp, SimSetup.cpp,
643 do_Forces.F90, neighborLists.F90, notifyCutoffs.F90: bug fixes for
644 rList problems
645
646 2003-10-30 09:11 gezelter
647
648 * libmdtools/neighborLists.F90: Fixed bug that size(q0) was being
649 queried before q0 was allocated.
650
651 2003-10-29 15:41 mmeineke
652
653 * libmdtools/: ForceFields.cpp, Integrator.cpp, Integrator.hpp,
654 SimInfo.cpp, SimSetup.cpp, calc_dipole_dipole.F90,
655 calc_sticky_pair.F90, do_Forces.F90: fixed a stdlib.h include error
656 in bass.l
657
658 fixed a little bug in the first time step, regarding the setting of
659 ecr and est in fortran
660
661 2003-10-29 15:40 mmeineke
662
663 * libBASS/BASSlex.l: fixed a stdlib.h include error
664
665 2003-10-29 12:55 mmeineke
666
667 * libmdtools/: ForceFields.cpp, Integrator.cpp, SimInfo.cpp,
668 SimInfo.hpp, SimSetup.cpp, do_Forces.F90: som efixes to the way
669 rcut is setup, as well as additional debugging comments.
670
671 2003-10-29 09:28 gezelter
672
673 * configure, ac-tools/configure.in, libBASS/Makefile.in,
674 libmdtools/Makefile.in, src/Makefile.in: C++ compatibility for
675 templates
676
677 2003-10-28 22:16 gezelter
678
679 * src/Makefile.in: Refixed broken makefile
680
681 2003-10-28 22:06 gezelter
682
683 * configure, ac-tools/aclocal.m4, src/Makefile.in: compatibility
684 fixes
685
686 2003-10-28 19:19 tim
687
688 * ChangeLog, libmdtools/AbstractClasses.hpp,
689 libmdtools/DumpWriter.cpp, libmdtools/GenericData.hpp,
690 libmdtools/InitializeFromFile.cpp, libmdtools/Integrator.cpp,
691 libmdtools/Integrator.hpp, libmdtools/NPT.cpp, libmdtools/NPTf.cpp,
692 libmdtools/NPTi.cpp, libmdtools/NPTxyz.cpp, libmdtools/NVT.cpp,
693 libmdtools/ReadWrite.hpp, samples/argon/argon.bass,
694 samples/water/ssd.bass: add chi and eta to the comment line of dump
695 file.
696
697 2003-10-28 17:25 mmeineke
698
699 * libmdtools/: ForceFields.hpp, SimInfo.hpp,
700 fortranWrapDefines.hpp, fortranWrappers.cpp, fortranWrappers.hpp,
701 mpiComponentPlan.h, mpiSimulation.hpp: did a complete overhaul of
702 how c calls fortran. All function pointers and fortran calls are
703 rigidly typecast now.
704
705 2003-10-28 15:42 gezelter
706
707 * staticProps/Makefile.in, utils/sysbuilder/Makefile.in:
708 Portability fixes
709
710 2003-10-28 15:09 gezelter
711
712 * libmdtools/calc_LJ_FF.F90, libmdtools/do_Forces.F90,
713 libmdtools/fForceField.h, libmdtools/mpiSimulation_module.F90,
714 src/Makefile.in: Compatibility fixes
715
716 2003-10-28 12:08 mmeineke
717
718 * libmdtools/: AbstractClasses.hpp, Integrator.hpp, Makefile.in:
719 started work on template removal
720
721 2003-10-28 12:04 gezelter
722
723 * libmdtools/: fortranWrappers.cpp, fortranWrappers.hpp: started
724 trying to understand extern "C" stuff for pointers
725
726 2003-10-28 11:20 gezelter
727
728 * libmdtools/: InitializeFromFile.cpp, ReadWrite.hpp,
729 ZConsWriter.cpp, ZConstraint.cpp: fixes for compatibility
730
731 2003-10-28 11:03 gezelter
732
733 * libmdtools/: Atom.hpp, BendExtensions.cpp, DUFF.cpp,
734 DipoleTestFF.cpp, DirectionalAtom.cpp, DumpReader.cpp,
735 DumpWriter.cpp, EAM_FF.cpp, Exclude.cpp, ForceFields.cpp,
736 ForceFields.hpp, InitializeFromFile.cpp, Integrator.cpp, LJFF.cpp,
737 Makefile.in, Molecule.cpp, NPT.cpp, NPTf.cpp, NPTi.cpp, NPTxyz.cpp,
738 ReadWrite.hpp, SimInfo.cpp, SimSetup.cpp, SimState.cpp,
739 StatWriter.cpp, Thermo.cpp, TraPPE_ExFF.cpp, ZConstraint.cpp,
740 calc_LJ_FF.F90, do_Forces.F90, fortranWrappers.cpp,
741 mpiSimulation.cpp, randomSPRNG.cpp: replace c++ header stuff with
742 more portable c header stuff Also, mod file fixes and portability
743 changes Some fortran changes will need to be reversed.
744
745 2003-10-28 11:03 gezelter
746
747 * libBASS/: AtomStamp.cpp, BASS_interface.cpp, Component.cpp,
748 Globals.cpp, Globals.hpp, LinkedCommand.hpp, MakeStamps.hpp,
749 Makefile.in, MoleculeStamp.cpp: replace c++ header stuff with more
750 portable c header stuff Also, mod file fixes and portability
751 changes
752
753 2003-10-28 11:02 gezelter
754
755 * configure, ac-tools/aclocal.m4: mod file fixes and portability
756 stuff
757
758 2003-10-27 18:00 gezelter
759
760 * Makefile.in, configure, ac-tools/aclocal.m4,
761 ac-tools/configure.in, ac-tools/fortran90.m4,
762 libmdtools/Makefile.in: Stuff for MOD support in other compilers
763
764 2003-10-27 17:08 mmeineke
765
766 * utils/sysbuilder/: Make.dep, Makefile.in, MoLocator.cpp,
767 MoLocator.hpp, QuickBass.cpp, QuickBass.hpp, latticeBilayer.cpp:
768 added routines for the sysbuilder to work with simSetup
769
770 remved the QuickBass routines, and had all parsing go through
771 SimSetup. LatticeBilayer is in complete working order now.
772
773 2003-10-27 17:07 mmeineke
774
775 * libmdtools/: SimInfo.hpp, SimSetup.cpp, SimSetup.hpp: added
776 routines for the sysbuilder to work with simSetup
777
778 2003-10-27 11:20 gezelter
779
780 * configure, ac-tools/configure.in, samples/water/ssd.bass,
781 utils/sysbuilder/sysBuild.cpp: fixes for configure, sysBuild
782
783 2003-10-24 17:17 mmeineke
784
785 * utils/sysbuilder/: Make.dep, Makefile.in, MoLocator.cpp,
786 MoLocator.hpp, QuickBass.cpp, QuickBass.hpp, bilayerSys.cpp,
787 latticeBilayer.cpp, latticeBuilder.cpp, sysBuild.cpp: put
788 QuickBass, MoLocator, and latticeBuilder into a Builder Library
789 overhauled latticeBilayer into its own program. Removed sysBuild
790 from the Makefile
791
792 2003-10-24 12:36 gezelter
793
794 * utils/sysbuilder/: bilayerSys.cpp, latticeBuilder.cpp,
795 latticeBuilder.hpp, sysBuild.cpp, sysBuild.hpp: work on bilayer
796 builder
797
798 2003-10-24 12:35 gezelter
799
800 * configure, ac-tools/aclocal.m4, ac-tools/configure.in: fixed a
801 merge problem
802
803 2003-10-23 14:57 mmeineke
804
805 * samples/metals/Makefile.in: added eam ForceField files to the
806 init
807
808 fixed an eam mpi parmeter setup bug
809
810 added the init file to the makefile
811
812 2003-10-23 14:57 mmeineke
813
814 * libmdtools/: EAM_FF.cpp, SimSetup.cpp: added eam ForceField files
815 to the init
816
817 fixed an eam mpi parmeter setup bug
818
819 2003-10-23 14:57 mmeineke
820
821 * forceFields/Makefile.in: added eam ForceField files to the init
822
823 2003-10-22 16:17 mmeineke
824
825 * libmdtools/: AllIntegrator.hpp, Integrator.hpp, Makefile.in,
826 NPTxym.cpp, NPTxyz.cpp, NPTzm.cpp, SimSetup.cpp: added a new NPT
827 integrator, NPTxyz. It scales the x, y, and z direction sepeartely.
828 no box skew allowed.
829
830 2003-10-21 14:33 mmeineke
831
832 * libBASS/Globals.cpp, libBASS/Globals.hpp,
833 libmdtools/SimSetup.cpp, staticProps/GofRtheta.cpp,
834 staticProps/PairCorrType.hpp: added useInitTime to the BASS syntax.
835 * useInitTime = false: sets the origin time to 0.0 regardless
836 of the time stamp in the .init file * default=> useInitTime =
837 true;
838
839 2003-10-17 16:19 mmeineke
840
841 * staticProps/: AllCorr.cpp, AllCorr.hpp, CorrWrap.cpp, GofR.cpp,
842 Makefile.in, PairCorrList.hpp, PairCorrType.cpp, PairCorrType.hpp,
843 staticProps.cpp, obj/placeholder: added the staticProps directory
844 to the build list for both configure  and configure.in
845
846 fixed a number of bugs in the staticProps code. gofr is now
847 working.
848
849 2003-10-17 16:18 mmeineke
850
851 * ac-tools/configure.in: added the staticProps directory to the
852 build list for both configure  and configure.in
853
854 2003-10-17 16:17 mmeineke
855
856 * configure: added the staticProps directory to the build list
857
858 2003-10-16 14:16 mmeineke
859
860 * libmdtools/: DumpReader.cpp, DumpWriter.cpp, Exclude.cpp,
861 Integrator.cpp, Makefile.in, ReadWrite.hpp: Changed DumpReader to
862 use linked lists instead of a vector.
863
864 Fixed the makefile to build DumpReader.cpp
865
866 Removed a comment output in Exclude.cpp
867
868 Modified DumpWriter and Integrator to write an eor file every time
869 a frame is written. This lets the .eor file represent the last
870 written frame of a simulation.
871
872 2003-10-10 12:10 mmeineke
873
874 * staticProps/: AllCorr.cpp, AllCorr.hpp, CorrWrap.cpp,
875 CorrWrap.hpp, GofR.cpp, Makefile.in, PairCorrList.cpp,
876 PairCorrList.hpp, PairCorrType.cpp, PairCorrType.hpp,
877 staticProps.cpp: removed the props directory, and moved everything
878 over to staticProps
879
880 2003-10-09 17:09 mmeineke
881
882 * libmdtools/Atom.hpp: Contiuned work on staticProps. should be in
883 a position where it will compile and run first runs.
884
885 2003-10-04 13:46 chuckv
886
887 * libmdtools/calc_eam.F90, libmdtools/do_Forces.F90,
888 samples/metals/Au.bass: Fixed bug in calc_eam.
889
890 2003-10-04 13:08 chuckv
891
892 * samples/metals/init_au.in: added Au init file for eam.
893
894 2003-10-03 17:11 mmeineke
895
896 * libmdtools/: StatWriter.cpp, Thermo.cpp, Thermo.hpp: removed
897 entahlpy from the statwriter and thermo.
898
899 2003-10-03 17:02 mmeineke
900
901 * libmdtools/SimInfo.hpp: changed the formating ogf the error
902 statements in simError
903
904 added a function to get the maxCutoff
905
906 2003-10-03 17:01 mmeineke
907
908 * libBASS/simError.c: changed the formating ogf the error
909 statements in simError
910
911 2003-09-30 11:00 mmeineke
912
913 * configure, ac-tools/aclocal.m4, ac-tools/configure.in: changed
914 f90Flags so they are no longer overwritten by the compiler.
915
916 2003-09-29 17:06 mmeineke
917
918 * libmdtools/fortranWrappers.cpp: added mpif90 mod check back same
919 for conifig.in
920
921 fixed wrappers to extern "C"
922
923 2003-09-29 17:06 mmeineke
924
925 * ac-tools/configure.in: added mpif90 mod check back same for
926 conifig.in
927
928 2003-09-29 17:05 mmeineke
929
930 * configure: added mpif90 mod check back
931
932 2003-09-29 16:16 mmeineke
933
934 * configure, ac-tools/aclocal.m4, ac-tools/configure.in,
935 libBASS/BendStamp.cpp, libBASS/BondStamp.cpp,
936 libBASS/LinkedAssign.cpp, libBASS/LinkedCommand.cpp,
937 libBASS/MakeStamps.cpp, libBASS/TorsionStamp.cpp,
938 libBASS/ZconStamp.cpp, libBASS/simError.c,
939 libmdtools/Integrator.hpp, libmdtools/SimInfo.cpp,
940 libmdtools/SimInfo.hpp, libmdtools/calc_LJ_FF.F90,
941 libmdtools/fortranWrappers.cpp: fixed a lot of warnings and errors
942 found with SUN's SUNWspro.s1s7
943
944 2003-09-29 12:38 mmeineke
945
946 * libmdtools/GenericData.hpp: light change in syntax. no
947 signifigant change.
948
949 2003-09-25 16:17 mmeineke
950
951 * libmdtools/: DirectionalAtom.cpp, Integrator.hpp: fixed some
952 additional remarks from icc -w3 (extra verbose output)
953
954 2003-09-25 14:27 mmeineke
955
956 * libBASS/parse_tree.c, libmdtools/Atom.cpp, libmdtools/DUFF.cpp,
957 libmdtools/DirectionalAtom.cpp, libmdtools/DumpWriter.cpp,
958 libmdtools/EAM_FF.cpp, libmdtools/ForceFields.cpp,
959 libmdtools/GenericData.cpp, libmdtools/InitializeFromFile.cpp,
960 libmdtools/Integrator.cpp, libmdtools/LJFF.cpp,
961 libmdtools/NPTf.cpp, libmdtools/NPTi.cpp, libmdtools/NPTzm.cpp,
962 libmdtools/SimInfo.cpp, libmdtools/SimInfo.hpp,
963 libmdtools/SimSetup.cpp, libmdtools/Thermo.cpp,
964 libmdtools/ZConsWriter.cpp, libmdtools/ZConstraint.cpp,
965 libmdtools/mpiSimulation.cpp, src/oopse.cpp: cleaned things with
966 gcc -Wall and g++ -Wall
967
968 2003-09-25 13:54 gezelter
969
970 * configure, ac-tools/configure.in: fixed a bug in configure
971
972 2003-09-25 11:42 gezelter
973
974 * Makefile.in, configure, ac-tools/aclocal.m4,
975 ac-tools/configure.in, libBASS/Makefile.in, libmdtools/Makefile.in,
976 src/Makefile.in, utils/Makefile.in, utils/sysbuilder/Makefile.in:
977 fixes for configure
978
979 2003-09-24 14:34 mmeineke
980
981 * libmdtools/Integrator.cpp: moved readyCheck in the integrator so
982 that it is called before the first Statistics are written.
983
984 2003-09-23 15:36 gezelter
985
986 * src/Make.dep, utils/Make.dep, utils/sysbuilder/Make.dep: Added a
987 bunch of Make.dep files to CVS
988
989 2003-09-23 15:34 mmeineke
990
991 * libmdtools/: Integrator.cpp, Integrator.hpp, NPTf.cpp,
992 SimSetup.cpp: Removed NPTfm from Integrator.hpp.
993
994 Some small syntax cleaning in NPTfm and SimSetup
995
996 2003-09-22 18:07 tim
997
998 * libmdtools/: ForceFields.cpp, Integrator.cpp, SimInfo.cpp,
999 SimInfo.hpp: fix bug in calculating maxCutoff
1000
1001 2003-09-22 16:23 mmeineke
1002
1003 * libmdtools/: AllIntegrator.hpp, Integrator.hpp, Make.dep,
1004 Makefile.in, NPT.cpp, NPTf.cpp, NPTfm.cpp, NPTim.cpp, SimSetup.cpp:
1005 Converted NPTf to work with the NPT base class.
1006
1007 Removed NPTfm and NPTim from cvs
1008
1009 2003-09-19 15:00 mmeineke
1010
1011 * libmdtools/: AllIntegrator.hpp, Integrator.cpp, Integrator.hpp,
1012 NPT.cpp, NPTf.cpp, NPTi.cpp, NVT.cpp, SimSetup.cpp: added NPT base
1013 class. NPTi is up to date. NPTf is not.
1014
1015 2003-09-19 11:03 mmeineke
1016
1017 * utils/Makefile.in, src/Makefile.in: removed mpi++ from the
1018 makefile
1019
1020 2003-09-19 11:01 gezelter
1021
1022 * samples/water/ssd.bass: goofing off to test NPTf and NPTi
1023
1024 2003-09-19 11:01 gezelter
1025
1026 * libmdtools/: NPTf.cpp, NPTi.cpp: fixed bugs in NPTf, found
1027 (nearly) conserved quantities for both NPTi and NPTf
1028
1029 2003-09-19 10:20 mmeineke
1030
1031 * utils/Makefile.in: fixed a typo in the makefile.
1032
1033 2003-09-19 09:55 gezelter
1034
1035 * libmdtools/NPTi.cpp, libmdtools/SimInfo.cpp,
1036 samples/water/ssd.bass: [no log message]
1037
1038 2003-09-19 09:22 tim
1039
1040 * libmdtools/: NPTi.cpp, NVT.cpp: [no log message]
1041
1042 2003-09-17 09:22 mmeineke
1043
1044 * libmdtools/: Integrator.cpp, NPTi.cpp, NVT.cpp: fixed NPTi to now
1045 work with constraints.
1046
1047 2003-09-16 15:02 tim
1048
1049 * libmdtools/: Integrator.hpp, NPTf.cpp, NPTfm.cpp, NPTi.cpp,
1050 SimInfo.cpp, SimInfo.hpp: fixed ecr grow in SimInfo
1051
1052 fixed conserved quantity in NPT (Still some small bug)
1053
1054 NPTi appears very stable.
1055
1056 2003-09-15 11:52 tim
1057
1058 * libmdtools/AbstractClasses.hpp, libmdtools/Integrator.cpp,
1059 libmdtools/Integrator.hpp, libmdtools/NPTf.cpp,
1060 libmdtools/NPTfm.cpp, libmdtools/NPTi.cpp, libmdtools/NPTim.cpp,
1061 libmdtools/NVT.cpp, libmdtools/SimInfo.cpp, libmdtools/SimInfo.hpp,
1062 libmdtools/StatWriter.cpp, libmdtools/Thermo.cpp,
1063 libmdtools/Thermo.hpp, libmdtools/ZConstraint.cpp,
1064 utils/sysbuilder/bilayerSys.cpp: add conserved quantity to
1065 statWriter fix bug of vector wrapping at NPTi
1066
1067 2003-09-12 11:20 gezelter
1068
1069 * libmdtools/: Make.dep, Makefile.in: Added integrators to
1070 Makefile.in
1071
1072 2003-09-12 11:20 gezelter
1073
1074 * ChangeLog: Entered changes for configure into ChangeLog
1075
1076 2003-09-09 15:35 mmeineke
1077
1078 * libmdtools/: Integrator.cpp, Integrator.hpp, NPTxym.cpp,
1079 NPTzm.cpp, Thermo.cpp, Thermo.hpp: updated the ChangeLog
1080
1081 added two new NPT integrators, they still need work.
1082
1083 2003-09-09 15:34 mmeineke
1084
1085 * ChangeLog: updated the ChangeLog
1086
1087 2003-09-05 17:45 gezelter
1088
1089 * libmdtools/Make.dep: dependency on config.h
1090
1091 2003-09-05 17:36 gezelter
1092
1093 * configure, ac-tools/aclocal.m4: fixed sprng problem
1094
1095 2003-09-05 16:29 gezelter
1096
1097 * samples/metals/Makefile.in: New Makefile for metals sample
1098
1099 2003-09-05 16:27 gezelter
1100
1101 * Makefile, Makefile.in, ac-tools/aclocal.m4,
1102 ac-tools/configure.in, ac-tools/fortran90.m4, forceFields/Makefile,
1103 forceFields/Makefile.in, libBASS/Globals.cpp, libBASS/Globals.hpp,
1104 libBASS/MakeStamps.cpp, libBASS/MakeStamps.hpp, libBASS/Makefile,
1105 libBASS/Makefile.in, libmdtools/Integrator.hpp,
1106 libmdtools/Linux_ifc_machdep.F90, libmdtools/Make.dep,
1107 libmdtools/Makefile, libmdtools/Makefile.in,
1108 libmdtools/calc_eam.F90, libmdtools/config.h.in,
1109 libmdtools/definitions_module.F90, libmdtools/fInfo.c,
1110 libmdtools/fortranWrappers.cpp,
1111 libmdtools/mpiSimulation_module.F90, libmdtools/neighborLists.F90,
1112 libmdtools/simulation_module.F90, samples/Makefile,
1113 samples/Makefile.in, samples/alkane/Makefile,
1114 samples/alkane/Makefile.in, samples/argon/Makefile,
1115 samples/argon/Makefile.in, samples/argon/argon.bass,
1116 samples/beadLipid/Makefile, samples/beadLipid/Makefile.in,
1117 samples/lipid/Makefile, samples/lipid/Makefile.in,
1118 samples/water/Makefile, samples/water/Makefile.in, src/Makefile,
1119 src/Makefile.in, utils/Makefile, utils/Makefile.in,
1120 utils/sysbuilder/Makefile, utils/sysbuilder/Makefile.in: Changes to
1121 autoconf / configure method of configuring OOPSE
1122
1123 2003-09-04 16:48 mmeineke
1124
1125 * libmdtools/Integrator.cpp, libmdtools/Integrator.hpp,
1126 libmdtools/Makefile, libmdtools/NPTf.cpp, libmdtools/NPTfm.cpp,
1127 libmdtools/NPTi.cpp, libmdtools/NPTim.cpp, libmdtools/NVT.cpp,
1128 libmdtools/SimInfo.hpp, libmdtools/SimSetup.cpp, src/Makefile:
1129 added resetTime to the Global namespace.
1130
1131 added ability to reset the integrators in the NVT and NPT family.
1132
1133 2003-09-04 16:48 mmeineke
1134
1135 * libBASS/: Globals.cpp, Globals.hpp: added resetTime to the Global
1136 namespace.
1137
1138 2003-09-02 09:30 tim
1139
1140 * libmdtools/: Integrator.hpp, Makefile, SimSetup.cpp,
1141 ZConsWriter.cpp, ZConstraint.cpp: fix a bug at MPI version of
1142 PolicyByMass
1143
1144 2003-08-28 16:09 tim
1145
1146 * ChangeLog, libmdtools/GenericData.cpp,
1147 libmdtools/GenericData.hpp, libmdtools/SimSetup.cpp,
1148 libmdtools/ZConstraint.cpp: Added: check uniqueness of molIndex
1149
1150 2003-08-27 14:23 tim
1151
1152 * libmdtools/: Integrator.cpp, SimSetup.cpp, ZConstraint.cpp: fix
1153 bug of MPI_Allreduce in ZConstraint, the MPITYPE is set to
1154 MPI_DOUBLE, however, the corret type is MPI_INT. Therefore, when we
1155 turn on the optimization flag, it causes a seg fault
1156
1157 2003-08-27 11:25 gezelter
1158
1159 * libmdtools/: calc_dipole_dipole.F90, calc_eam.F90, calc_gb.F90,
1160 calc_reaction_field.F90, calc_sticky_pair.F90: More fixes for
1161 stress tensor parallel bug.
1162
1163 2003-08-27 11:16 tim
1164
1165 * ChangeLog, libmdtools/DUFF.cpp,
1166 libmdtools/calc_dipole_dipole.F90, libmdtools/calc_sticky_pair.F90:
1167 fix bug in calc_dipole_dipole.F90 and calc_stikcy_pair.F90
1168 molMembershipList use global index instead of local index
1169
1170 2003-08-26 15:37 tim
1171
1172 * libmdtools/: Integrator.cpp, ZConstraint.cpp, do_Forces.F90,
1173 mpiSimulation.cpp: set default force substraction policy to
1174 PolicyByMass
1175
1176 2003-08-26 15:29 tim
1177
1178 * libmdtools/Integrator.cpp: [no log message]
1179
1180 2003-08-26 15:13 mmeineke
1181
1182 * utils/sysbuilder/bilayerSys.cpp: added define statemewnt to
1183 Statwriter and Dumpwriter to handle files larger than 2 gb.
1184
1185 commented out some print statements in Zconstraint
1186
1187 hard coding some system init into bilayer.sys
1188
1189 2003-08-26 15:12 mmeineke
1190
1191 * libmdtools/: DumpWriter.cpp, StatWriter.cpp, ZConstraint.cpp:
1192 added define statemewnt to Statwriter and Dumpwriter to handle
1193 files larger than 2 gb.
1194
1195 commented out some print statements in Zconstraint
1196
1197 2003-08-26 15:02 tim
1198
1199 * libmdtools/SimSetup.cpp: Use make_sprng_seed() to generate seed
1200 and check the seed which is specified by user at least contains 9
1201 digits
1202
1203 2003-08-26 13:32 mmeineke
1204
1205 * libmdtools/DUFF.cpp: changed the Makefiel a litle.
1206
1207 Fixed a bug in MPI_DUFF. The atom block type was not being properly
1208 constucted in MPI. (The MPI struct had 6 doubles declared versus
1209 the actual 11)
1210
1211 2003-08-26 13:30 mmeineke
1212
1213 * Makefile: changed the Makefiel a litle.
1214
1215 2003-08-25 17:17 gezelter
1216
1217 * utils/sysbuilder/Makefile: More FreeBSD fixes
1218
1219 2003-08-25 16:51 gezelter
1220
1221 * libBASS/BASSlex.l, libBASS/Makefile, libmdtools/Integrator.hpp,
1222 libmdtools/Makefile, src/Makefile: [no log message]
1223
1224 2003-08-22 15:04 mmeineke
1225
1226 * libmdtools/: Integrator.cpp, ZConstraint.cpp: small bug fix on
1227 frequency of output dumps.
1228
1229 2003-08-20 17:23 tim
1230
1231 * libBASS/Globals.hpp, libmdtools/SimInfo.hpp,
1232 libmdtools/SimSetup.cpp, libmdtools/Thermo.cpp,
1233 libmdtools/mpiSimulation.cpp: user can setup seed in bass file now,
1234 if he does not specify any value for seed, oopse will take the
1235 value of seconds of system time as seed
1236
1237 2003-08-20 14:42 mmeineke
1238
1239 * libmdtools/Atom.cpp, libmdtools/DUFF.cpp,
1240 libmdtools/GhostBend.cpp, libmdtools/SRI.hpp,
1241 libmdtools/SimSetup.cpp, libmdtools/SimState.cpp,
1242 utils/sysbuilder/bilayerSys.cpp: updated the Changelog.
1243
1244 added some bug fixes for setting the random number generator seed
1245 value.
1246
1247 fixed a bug where ghostbend atom b was not being set. ( recent bug
1248 from SimState conversion)
1249
1250 2003-08-20 14:41 mmeineke
1251
1252 * libBASS/Globals.hpp: updated the Changelog.
1253
1254 added some bug fixes for setting the random number generator seed
1255 value.
1256
1257 2003-08-20 14:41 mmeineke
1258
1259 * ChangeLog: updated the Changelog.
1260
1261 2003-08-20 14:11 tim
1262
1263 * libBASS/Globals.cpp, libmdtools/DUFF.cpp,
1264 libmdtools/GhostBend.cpp, libmdtools/SRI.hpp: bug fixed in ghost
1265 bend class
1266
1267 2003-08-20 10:13 mmeineke
1268
1269 * utils/: Makefile, sysbuilder/Makefile: quick makefile fix, in
1270 make links. added -f to ln -s.
1271
1272 2003-08-20 09:50 tim
1273
1274 * libmdtools/: ZConsWriter.cpp, ZConstraint.cpp: [no log message]
1275
1276 2003-08-20 09:34 tim
1277
1278 * libmdtools/: Integrator.hpp, SimSetup.cpp, ZConsWriter.cpp,
1279 ZConstraint.cpp: reformmating ZConstraint and fixe bug of error msg
1280 printing
1281
1282 2003-08-18 15:59 chuckv
1283
1284 * utils/sysbuilder/: MoLocator.cpp, MoLocator.hpp, bilayerSys.cpp,
1285 latticeBuilder.cpp, latticeBuilder.hpp, nanoBuilder.cpp,
1286 sysBuild.cpp, sysBuild.hpp: Fixed sysBuild -bilayer works.
1287 Nanobuilder still broke.
1288
1289 2003-08-15 14:24 tim
1290
1291 * libBASS/Globals.cpp, libBASS/Globals.hpp,
1292 libmdtools/GenericData.hpp, libmdtools/Integrator.hpp,
1293 libmdtools/SimInfo.cpp, libmdtools/SimSetup.cpp,
1294 libmdtools/ZConsWriter.cpp, libmdtools/ZConsWriter.hpp,
1295 libmdtools/ZConstraint.cpp: Tested MPI version of Z-Constraint
1296 Method
1297
1298 2003-08-14 11:16 tim
1299
1300 * libmdtools/: Integrator.hpp, ZConstraint.cpp: Stable ZConstraint
1301 with average force substraction strategy
1302
1303 2003-08-13 16:20 chuckv
1304
1305 * libmdtools/: do_Forces.F90, mpiSimulation_module.F90: Added some
1306 profiling code -DPROFILE.
1307
1308 2003-08-13 14:21 tim
1309
1310 * libBASS/Globals.cpp, libBASS/Globals.hpp,
1311 libmdtools/Integrator.cpp, libmdtools/Integrator.hpp,
1312 libmdtools/SimSetup.cpp, libmdtools/ZConstraint.cpp: harmonic
1313 potential & z-contraint method
1314
1315 2003-08-12 16:44 mmeineke
1316
1317 * libBASS/BASS_interface.cpp, libBASS/Globals.hpp,
1318 libmdtools/Atom.cpp, libmdtools/DUFF.cpp,
1319 libmdtools/DirectionalAtom.cpp, libmdtools/InitializeFromFile.cpp,
1320 libmdtools/SimInfo.cpp, libmdtools/SimSetup.cpp: fixed a really
1321 annoying bug in Directional Atom, where mu was getting written to
1322 pseudorandom memory location.
1323
1324 2003-08-12 14:56 tim
1325
1326 * libBASS/BASS_interface.cpp, libBASS/Globals.cpp,
1327 libBASS/Globals.hpp, libmdtools/Atom.hpp,
1328 libmdtools/DirectionalAtom.cpp, libmdtools/InitializeFromFile.cpp,
1329 libmdtools/SimSetup.cpp: debugging globals
1330
1331 2003-08-12 13:40 gezelter
1332
1333 * forceFields/: DUFF.frc, EAM_FF.frc, LJFF.frc: formatting fixes
1334 and new atypes in LJFF
1335
1336 2003-08-12 13:15 gezelter
1337
1338 * forceFields/: DUFF.frc, LJFF.frc: fixed a few references to older
1339 stuff...
1340
1341 2003-08-12 13:14 chuckv
1342
1343 * utils/sysbuilder/sysBuild.ggo: Added comment line for getgetopt.
1344
1345 2003-08-12 13:04 chuckv
1346
1347 * utils/: nanoBuilder.cpp, nanoBuilder.hpp, nanoSysBuild.cpp:
1348 Missed del of files before.
1349
1350 2003-08-12 13:03 chuckv
1351
1352 * utils/sysbuilder/: MPIobj/placeHolder, obj/placeHolder: [no log
1353 message]
1354
1355 2003-08-12 13:01 chuckv
1356
1357 * utils/sysbuilder/Makefile: commit makefile
1358
1359 2003-08-12 12:51 tim
1360
1361 * libBASS/Globals.cpp, libBASS/Globals.hpp,
1362 libmdtools/GenericData.cpp, libmdtools/GenericData.hpp,
1363 libmdtools/Integrator.hpp, libmdtools/SimSetup.cpp,
1364 libmdtools/SimSetup.hpp, libmdtools/ZConstraint.cpp: added
1365 harmonical potential to z-constraint method
1366
1367 2003-08-11 17:31 chuckv
1368
1369 * utils/Makefile: Changed makefile to only build quicklate.
1370
1371 2003-08-11 17:25 chuckv
1372
1373 * ac-tools/configure.in: added utils/sysbuilder to be built.
1374
1375 2003-08-11 17:12 chuckv
1376
1377 * utils/: MoLocator.cpp, MoLocator.hpp, bilayerSys.cpp,
1378 bilayerSys.hpp, latticeBuilder.cpp, latticeBuilder.hpp,
1379 sysBuild.cpp, sysBuild.ggo, sysBuild.hpp, sysbuilder/MoLocator.cpp,
1380 sysbuilder/MoLocator.hpp, sysbuilder/bilayerSys.cpp,
1381 sysbuilder/bilayerSys.hpp, sysbuilder/cmdline.c,
1382 sysbuilder/cmdline.h, sysbuilder/latticeBuilder.cpp,
1383 sysbuilder/latticeBuilder.hpp, sysbuilder/nanoBuilder.cpp,
1384 sysbuilder/nanoBuilder.hpp, sysbuilder/sysBuild.cpp,
1385 sysbuilder/sysBuild.ggo, sysbuilder/sysBuild.hpp: Arranged
1386 sysbuilder into a subdirectory. Fixed some of sysbuilder to work
1387 with new atom allocation in libmdtools.
1388
1389 2003-08-11 14:41 tim
1390
1391 * libmdtools/: Integrator.cpp, Integrator.hpp: added method of
1392 moving zconstraint molecules to specified positions
1393
1394 2003-08-11 14:39 tim
1395
1396 * libmdtools/: SimSetup.cpp, ZConstraint.cpp: [no log message]
1397
1398 2003-08-11 14:38 mmeineke
1399
1400 * libBASS/BASS_interface.cpp, libBASS/BASS_interface.h,
1401 libBASS/BASS_parse.c, libBASS/BASSyacc.y, libBASS/Globals.cpp,
1402 libBASS/Globals.hpp, libBASS/Makefile, libBASS/ZconStamp.cpp,
1403 libBASS/ZconStamp.hpp, libBASS/interface.c, libBASS/make_nodes.c,
1404 libBASS/make_nodes.h, libBASS/mpiBASS.c, libBASS/mpiBASS.h,
1405 libBASS/node_list.h, libBASS/parse_interface.h,
1406 libBASS/parse_tree.c, libmdtools/SimInfo.hpp: Added zConstraint
1407 into the BASS language syntax.
1408
1409 2003-08-11 13:29 mmeineke
1410
1411 * libmdtools/: SimInfo.cpp, SimInfo.hpp: changed the number of
1412 degrees of freedom to account for zConstreints
1413
1414 2003-08-08 16:22 chuckv
1415
1416 * libmdtools/EAM_FF.cpp, libmdtools/calc_eam.F90,
1417 libmdtools/do_Forces.F90, libmdtools/neighborLists.F90,
1418 samples/metals/Au.bass: EAM works...... Neighbor list also
1419 works.....
1420
1421 2003-08-08 12:48 mmeineke
1422
1423 * libmdtools/: Makefile, ZConstraint.cpp: fixed a deprcated
1424 instance of Atom::setZ and Atom::getZ in ZConstaint.
1425
1426 2003-08-07 16:47 mmeineke
1427
1428 * libmdtools/: Atom.cpp, Atom.hpp, Bend.cpp, Bond.cpp,
1429 DirectionalAtom.cpp, DumpWriter.cpp, ForceFields.cpp,
1430 GhostBend.cpp, InitializeFromFile.cpp, Makefile, SimInfo.cpp,
1431 SimInfo.hpp, SimSetup.cpp, SimSetup.hpp, SimState.cpp,
1432 SimState.hpp, Torsion.cpp: switched SimInfo to use a system
1433 configuration from SimState rather than arrays from Atom
1434
1435 2003-08-06 19:47 chuckv
1436
1437 * libmdtools/Atom.hpp, libmdtools/EAM_FF.cpp,
1438 libmdtools/SimInfo.cpp, libmdtools/calc_eam.F90,
1439 libmdtools/do_Forces.F90, libmdtools/notifyCutoffs.F90,
1440 samples/metals/Au.bass: Bug fixes for eam...
1441
1442 2003-08-01 11:18 tim
1443
1444 * libmdtools/: SimSetup.cpp, ZConstraint.cpp: stable version of
1445 Z-Constraint
1446
1447 2003-07-31 14:59 tim
1448
1449 * ChangeLog, libmdtools/SimInfo.cpp, libmdtools/SimInfo.hpp,
1450 libmdtools/SimSetup.cpp, libmdtools/SimSetup.hpp,
1451 libmdtools/ZConstraint.cpp: add index range checking into
1452 ZConstraint
1453
1454 2003-07-31 10:38 tim
1455
1456 * libBASS/: Globals.cpp, Globals.hpp: added z-constraint parameters
1457 to the globals
1458
1459 2003-07-31 10:35 tim
1460
1461 * libmdtools/: AllIntegrator.hpp, GenericData.cpp, GenericData.hpp,
1462 Integrator.hpp, Makefile, Molecule.cpp, Molecule.hpp, NPTf.cpp,
1463 NPTfm.cpp, NPTi.cpp, NPTim.cpp, NVT.cpp, SimInfo.cpp, SimInfo.hpp,
1464 SimSetup.cpp, ZConsWriter.cpp, ZConsWriter.hpp, ZConstraint.cpp:
1465 Added Z constraint.
1466
1467 2003-07-30 16:17 chuckv
1468
1469 * libmdtools/EAM_FF.cpp, libmdtools/ForceFields.hpp,
1470 libmdtools/ReadWrite.hpp, libmdtools/calc_eam.F90,
1471 libmdtools/do_Forces.F90, libmdtools/wrappers.F90,
1472 samples/metals/Au.bass: More bug fixes for eam.
1473
1474 2003-07-29 11:32 mmeineke
1475
1476 * libmdtools/DumpReader.cpp, libmdtools/ReadWrite.hpp,
1477 libmdtools/SimSetup.cpp, libmdtools/SimSetup.hpp, src/Makefile:
1478 working on the props code
1479
1480 2003-07-29 11:32 mmeineke
1481
1482 * libBASS/Globals.cpp: [no log message]
1483
1484 2003-07-25 15:05 chuckv
1485
1486 * samples/metals/: Au.bass, metals.mdl: Added bass models for
1487 metals
1488
1489 2003-07-25 15:00 chuckv
1490
1491 * libmdtools/: Makefile, SimSetup.cpp, calc_eam.F90,
1492 notifyCutoffs.F90: Added eam to simSetup and added changecutoffeam.
1493
1494 2003-07-24 16:22 chuckv
1495
1496 * ac-tools/configure.in: Changed configure to look for both upper
1497 and lower cass .mod files
1498
1499 2003-07-24 14:57 chuckv
1500
1501 * libmdtools/: calc_eam.F90, do_Forces.F90: module use fixes for
1502 eam and do_forces.
1503
1504 2003-07-23 17:13 chuckv
1505
1506 * libmdtools/: Makefile, calc_eam.F90, do_Forces.F90,
1507 force_globals.F90, simulation_module.F90, status_module.F90:
1508 Finished most code for eam....
1509
1510 2003-07-22 16:49 mmeineke
1511
1512 * libmdtools/: DumpReader.cpp, ReadWrite.hpp: added the scan
1513 function to the DumpReader. It should now save the start of each
1514 frame in a vector.
1515
1516 2003-07-22 15:05 mmeineke
1517
1518 * libmdtools/: DumpReader.cpp, ReadWrite.hpp: making some changes
1519 to read dump files
1520
1521 2003-07-22 14:54 tim
1522
1523 * libmdtools/: AbstractClasses.hpp, AllIntegrator.hpp,
1524 Integrator.cpp, Integrator.hpp, Makefile, NPTf.cpp, NPTfm.cpp,
1525 NPTi.cpp, NPTim.cpp, NVT.cpp, SimSetup.cpp, SimSetup.hpp: [no log
1526 message]
1527
1528 2003-07-22 11:41 mmeineke
1529
1530 * libmdtools/: InitializeFromFile.cpp, ReadWrite.hpp, SimInfo.hpp,
1531 SimSetup.cpp: Fixed a current time initialization bug in
1532 InitFromFile.
1533
1534 2003-07-21 16:27 mmeineke
1535
1536 * libmdtools/: DumpReader.cpp, InitializeFromFile.cpp,
1537 Integrator.cpp, SimInfo.hpp: some initial changes to Dumpwriter and
1538 friends to accomadate random file access
1539
1540 2003-07-21 11:23 mmeineke
1541
1542 * libmdtools/SimInfo.cpp: Initialized currentTime to 0, in case no
1543 one sets it.
1544
1545 2003-07-21 11:23 mmeineke
1546
1547 * libmdtools/: InitializeFromFile.cpp, Integrator.cpp,
1548 ReadWrite.hpp: fixed Initializefrom file to start the simulation
1549 from the time specified in the init file.
1550
1551 2003-07-17 16:49 gezelter
1552
1553 * libmdtools/: Integrator.cpp, ReadWrite.hpp, SimInfo.hpp,
1554 DumpReader.cpp: Started work on a DumpReader
1555
1556 2003-07-17 15:38 gezelter
1557
1558 * libmdtools/calc_sticky_pair.F90: Fixes for SSD/E
1559
1560 2003-07-17 15:32 gezelter
1561
1562 * forceFields/DUFF.frc, libmdtools/DUFF.cpp,
1563 libmdtools/calc_sticky_pair.F90, libmdtools/fortranWrapDefines.hpp:
1564 Changes for SSD/E
1565
1566 2003-07-17 14:38 mmeineke
1567
1568 * libmdtools/do_Forces.F90: commented out an eam line
1569
1570 2003-07-17 14:32 chuckv
1571
1572 * libmdtools/atype_module.F90: fixed spelling issue
1573
1574 2003-07-17 14:29 chuckv
1575
1576 * libmdtools/: fInfo.c, status_module.F90: added info module
1577
1578 2003-07-17 14:25 chuckv
1579
1580 * libmdtools/: Atom.hpp, DUFF.cpp, EAM_FF.cpp, LJFF.cpp, Makefile,
1581 atype_module.F90, calc_eam.F90, do_Forces.F90,
1582 fortranWrapDefines.hpp, fortranWrappers.cpp, fortranWrappers.hpp,
1583 mpiSimulation_module.F90: Added massive changes for eam....
1584
1585 2003-07-16 16:49 chuckv
1586
1587 * libmdtools/EAM_FF.cpp: More up to date version of EAM_FF
1588
1589 2003-07-16 16:30 mmeineke
1590
1591 * libmdtools/: ForceFields.cpp, Makefile, SimInfo.cpp, SimInfo.hpp,
1592 SimSetup.cpp, calc_LJ_FF.F90, calc_dipole_dipole.F90,
1593 calc_reaction_field.F90, do_Forces.F90, fSimulation.h,
1594 fortranWrapDefines.hpp, fortranWrappers.cpp, fortranWrappers.hpp,
1595 neighborLists.F90, notifyCutoffs.F90, simulation_module.F90,
1596 wrappers.F90: Changed how cutoffs were handled from C. Now
1597 notifyCutoffs in Fortran notifies those who need the information of
1598 any changes to cutoffs.
1599
1600 2003-07-16 12:35 gezelter
1601
1602 * utils/: Makefile, quickLate.c: Made quickLate aware of Hmat.
1603 quickLate is now somewhat more intelligent about periodic
1604 boundaries and wrapping.
1605
1606 2003-07-16 11:40 chuckv
1607
1608 * libmdtools/calc_LJ_FF.F90: Fixed bug in updating mixing lists
1609
1610 2003-07-16 10:34 mmeineke
1611
1612 * scripts/cleanSrc: added a quick wipe-and-update script for quick
1613 rebuilds on BoB
1614
1615 2003-07-15 21:11 gezelter
1616
1617 * libmdtools/: ForceFields.cpp, SimInfo.cpp, SimInfo.hpp,
1618 SimSetup.cpp, calc_dipole_dipole.F90, calc_reaction_field.F90: more
1619 fixes for box changes
1620
1621 2003-07-15 17:29 mmeineke
1622
1623 * libmdtools/simulation_module.F90: removed some debugging print
1624 statements.
1625
1626 2003-07-15 17:22 mmeineke
1627
1628 * libmdtools/: SimInfo.cpp, calc_LJ_FF.F90, calc_dipole_dipole.F90,
1629 do_Forces.F90, simulation_module.F90: fixed a long lived bug in
1630 do_forces. Rrf was not being used in the neighborlist correctly.
1631 rcut was conssistently being set lowere than Rrf causing the dipole
1632 cutoff region to be to small. Also led to the removal of the taper
1633 region to buffer the dipole cutoff.
1634
1635 2003-07-15 16:34 mmeineke
1636
1637 * libmdtools/: SimInfo.cpp, simulation_module.F90: working on
1638 fixing ssd bug
1639
1640 2003-07-15 14:56 gezelter
1641
1642 * libmdtools/: NPTf.cpp, NPTfm.cpp, NPTi.cpp, SimInfo.cpp: Fixes
1643 for the NPT ensembles
1644
1645 2003-07-15 13:52 mmeineke
1646
1647 * libmdtools/: Makefile, SimSetup.cpp, SimSetup.hpp: cleaned up
1648 simSetup
1649
1650 2003-07-15 12:57 mmeineke
1651
1652 * libmdtools/: Integrator.cpp, NPTi.cpp, SRI.hpp, SimSetup.cpp,
1653 SimSetup.hpp, Thermo.cpp, Thermo.hpp, f_verlet_constrained.F90:
1654 fixed some bugs, Changed entry_plug to info where appropriate
1655
1656 2003-07-15 12:25 chuckv
1657
1658 * utils/sysBuild.ggo: added more command line arguments
1659
1660 2003-07-15 12:11 gezelter
1661
1662 * samples/: alkane/butane.bass, lipid/5x5.bass, water/ssd.bass:
1663 Fixing force field line
1664
1665 2003-07-15 12:10 gezelter
1666
1667 * libmdtools/: Atom.hpp, NPTi.cpp, NPTim.cpp, Thermo.cpp,
1668 calc_LJ_FF.F90, calc_dipole_dipole.F90, calc_gb.F90,
1669 calc_reaction_field.F90, calc_sticky_pair.F90: Fixing pressure
1670 tensor
1671
1672 2003-07-15 10:50 gezelter
1673
1674 * libmdtools/: Bond.cpp, Molecule.cpp: more archaic code fixes
1675
1676 2003-07-15 10:42 gezelter
1677
1678 * libmdtools/: ExtendedSystem.cpp, ExtendedSystem.hpp, Verlet.cpp:
1679 removed old outdated code
1680
1681 2003-07-15 09:45 gezelter
1682
1683 * libmdtools/Thermo.cpp: fixes to get rid of get_vx and set_vx
1684
1685 2003-07-15 09:28 gezelter
1686
1687 * libmdtools/Molecule.cpp: removing get_vx
1688
1689 2003-07-14 22:28 gezelter
1690
1691 * libmdtools/NPTfm.cpp: Added NPTfm
1692
1693 2003-07-14 22:27 gezelter
1694
1695 * libmdtools/: Integrator.hpp, Makefile, NPTim.cpp, SimSetup.cpp:
1696 Bugfix in NPTim, fixes for NPTfm
1697
1698 2003-07-14 22:08 gezelter
1699
1700 * libmdtools/: Integrator.hpp, Makefile, NPTim.cpp, SimSetup.cpp:
1701 Checking in changes for NPTim
1702
1703 2003-07-14 18:06 gezelter
1704
1705 * utils/Makefile: Broken SysBuilder
1706
1707 2003-07-14 18:06 gezelter
1708
1709 * samples/: alkane/init_butane.eor, argon/argon.bass,
1710 argon/init_argon.eor, lipid/init_5x5.eor, water/init_ssd.eor: Fixes
1711 for samples
1712
1713 2003-07-14 18:06 gezelter
1714
1715 * libmdtools/: Integrator.cpp, do_Forces.F90: Removed some
1716 debugging write statements
1717
1718 2003-07-14 17:38 gezelter
1719
1720 * libmdtools/: Integrator.cpp, Integrator.hpp, NPTf.cpp, NPTi.cpp,
1721 NVT.cpp: Fixes for get and set routines in Atom and DirectionalAtom
1722
1723 2003-07-14 16:48 mmeineke
1724
1725 * libmdtools/: Atom.cpp, Atom.hpp, DirectionalAtom.cpp: added get
1726 and set routines to Atom and DirectionalAtom
1727
1728 2003-07-14 16:35 chuckv
1729
1730 * utils/: nanoBuilder.cpp, nanoBuilder.hpp, nanoSysBuild.cpp,
1731 sysBuild.cpp, sysBuild.ggo, sysBuild.hpp: added a nanoSysBuilder
1732 that takes different cmd line arguments.
1733
1734 2003-07-14 16:28 mmeineke
1735
1736 * libmdtools/: Atom.hpp, BondExtensions.cpp, DirectionalAtom.cpp,
1737 ForceFields.cpp, Integrator.cpp, Integrator.hpp, Makefile,
1738 SimInfo.cpp, SimInfo.hpp, do_Forces.F90: found a bug. Unit vectors
1739 were not being updated
1740
1741 2003-07-14 10:04 gezelter
1742
1743 * libmdtools/: Integrator.hpp, Makefile, NPTim.cpp: Working on
1744 NPTim
1745
1746 2003-07-14 09:55 mmeineke
1747
1748 * forceFields/DUFF.frc: Switched the bond in the force field back
1749 to constrained, to preserve energy
1750
1751 2003-07-11 17:34 mmeineke
1752
1753 * libmdtools/: BondExtensions.cpp, DUFF.cpp, Integrator.cpp,
1754 Integrator.hpp: working on som integrator bugs
1755
1756 2003-07-11 10:26 gezelter
1757
1758 * libmdtools/: StreamTokenizer.cpp, StreamTokenizer.hpp: Starting
1759 to worry about all the strtok() calls in our code
1760
1761 2003-07-11 09:49 gezelter
1762
1763 * utils/nanoBuilder.cpp: Fixed Hmat and some namespace strangeness
1764
1765 2003-07-10 20:15 gezelter
1766
1767 * libmdtools/DumpWriter.cpp: Fixed hmat in DumpWriter (MPI) and
1768 eor.
1769
1770 2003-07-10 17:15 mmeineke
1771
1772 * libmdtools/: DumpWriter.cpp, InitializeFromFile.cpp, NPTf.cpp,
1773 SimInfo.cpp, Thermo.cpp: fixed some bugs
1774
1775 2003-07-10 14:53 chuckv
1776
1777 * utils/: Makefile, latticeBuilder.cpp, latticeBuilder.hpp,
1778 nanoBuilder.cpp, nanoBuilder.hpp, sysBuild.cpp, sysBuild.hpp: Added
1779 nanoBuilder and a general Lattice builder.
1780
1781 2003-07-10 12:10 gezelter
1782
1783 * libmdtools/: Integrator.hpp, NPTf.cpp, SimInfo.cpp, SimInfo.hpp,
1784 Thermo.cpp, Thermo.hpp: Bunch of 1-d array -> 2-d array stuff
1785
1786 2003-07-09 17:14 mmeineke
1787
1788 * libmdtools/: DumpWriter.cpp, InitializeFromFile.cpp,
1789 Integrator.hpp, NPTf.cpp, NPTi.cpp, ReadWrite.hpp, SimInfo.cpp,
1790 SimSetup.cpp: Bug fixing NPTi and NPTf. there is some error in the
1791 caclulation of HmatInverse.
1792
1793 2003-07-09 10:34 mmeineke
1794
1795 * libBASS/MoleculeStamp.hpp: starting some work for xlate
1796
1797 2003-07-09 10:33 mmeineke
1798
1799 * libmdtools/: SimSetup.cpp, Thermo.cpp: adding in dan's NPT stuff
1800
1801 2003-07-09 08:56 gezelter
1802
1803 * libmdtools/: NPTf.cpp, SimSetup.cpp: Fixes and merging NPTf
1804
1805 2003-07-09 08:56 gezelter
1806
1807 * libBASS/Globals.cpp: Removed Qmass
1808
1809 2003-07-08 21:15 gezelter
1810
1811 * libmdtools/: Makefile, NPTf.cpp, NPTi.cpp: Fixes for both NPTf
1812 and NPTi
1813
1814 2003-07-08 20:41 gezelter
1815
1816 * libmdtools/: NPTf.cpp, NPTi.cpp: Fixes in NPTi migrated into NPTf
1817
1818 2003-07-08 16:10 gezelter
1819
1820 * libmdtools/: Integrator.hpp, NPTf.cpp: [no log message]
1821
1822 2003-07-08 16:06 gezelter
1823
1824 * libmdtools/NPTi.cpp: fixed box scaling
1825
1826 2003-07-08 15:56 gezelter
1827
1828 * libmdtools/: Integrator.hpp, Makefile, NPTi.cpp, SimInfo.cpp,
1829 SimInfo.hpp, Thermo.cpp: NPTi
1830
1831 2003-07-03 14:41 mmeineke
1832
1833 * libBASS/Makefile, libmdtools/Makefile, src/Makefile,
1834 utils/Makefile, utils/bilayerSys.cpp: cleaned up the dependecy
1835 scripts in the makefiles
1836
1837 2003-07-02 16:26 mmeineke
1838
1839 * libBASS/Makefile, libmdtools/DumpWriter.cpp,
1840 libmdtools/ForceFields.cpp, libmdtools/Integrator.cpp,
1841 libmdtools/Makefile, libmdtools/ReadWrite.hpp,
1842 libmdtools/SimInfo.cpp, libmdtools/SimInfo.hpp,
1843 libmdtools/SimSetup.cpp, libmdtools/Thermo.cpp,
1844 libmdtools/do_Forces.F90, libmdtools/wrappers.F90, src/Makefile,
1845 utils/Makefile: fixed the bugs introduced by switching the periodic
1846 box to a matrix
1847
1848 2003-07-01 17:39 gezelter
1849
1850 * libmdtools/do_Forces.F90: Fortran flexi-BOX
1851
1852 2003-07-01 17:29 gezelter
1853
1854 * libmdtools/simulation_module.F90: Fixes for flexi-BOX
1855
1856 2003-07-01 16:33 mmeineke
1857
1858 * libmdtools/: SimInfo.cpp, SimInfo.hpp, fSimulation.h,
1859 fortranWrapDefines.hpp, simulation_module.F90: working on adding
1860 the box matrix to everything.
1861
1862 2003-06-30 17:03 mmeineke
1863
1864 * ChangeLog, libmdtools/SimInfo.cpp, libmdtools/SimInfo.hpp,
1865 src/oopse.cpp:
1866 Updated the ChangeLog, and Converted most of the SImInfo to use
1867 non-Isotropic boxes. wrapVector needs to be finished.
1868
1869 2003-06-25 16:12 mmeineke
1870
1871 * libmdtools/: Integrator.cpp, SimSetup.cpp: Changed over the bonds
1872 to Harmonic bonds in the DUFF frc file
1873
1874 fixed constraints.
1875
1876 2003-06-25 16:11 mmeineke
1877
1878 * forceFields/DUFF.frc: Changed over the bonds to Harmonic bonds in
1879 the DUFF frc file
1880
1881 2003-06-24 17:51 gezelter
1882
1883 * libmdtools/: Integrator.hpp, NVT.cpp: Fixes to NVT. Check them!
1884
1885 2003-06-24 14:57 mmeineke
1886
1887 * forceFields/DUFF.frc, libmdtools/BondExtensions.cpp,
1888 libmdtools/DUFF.cpp, libmdtools/SRI.hpp: added Harmonic bod into
1889 the DUFF forcefield and BondExtensions.cpp
1890
1891 2003-06-23 16:24 mmeineke
1892
1893 * libmdtools/Integrator.cpp: Doing some work to debug the
1894 constraint code.
1895
1896 2003-06-20 15:50 gezelter
1897
1898 * libmdtools/Integrator.hpp: NPT fix
1899
1900 2003-06-20 15:29 mmeineke
1901
1902 * libmdtools/Atom.cpp, libmdtools/DUFF.cpp,
1903 libmdtools/ForceFields.cpp, libmdtools/Integrator.cpp,
1904 libmdtools/Integrator.hpp, libmdtools/LJFF.cpp,
1905 libmdtools/Makefile, libmdtools/NVT.cpp, libmdtools/SimSetup.cpp,
1906 libmdtools/Thermo.hpp, src/Makefile, utils/Makefile: Most of the
1907 integrator and NVT seem to be working now.
1908
1909 2003-06-20 11:49 gezelter
1910
1911 * libmdtools/: Integrator.hpp, NVT.cpp: NVT additions
1912
1913 2003-06-19 17:02 mmeineke
1914
1915 * forceFields/DUFF.frc, forceFields/LJFF.frc,
1916 forceFields/LJ_FF.frc, forceFields/Makefile,
1917 forceFields/TraPPE.frc, forceFields/TraPPE_Ex.frc,
1918 libmdtools/DUFF.cpp, libmdtools/ForceFields.hpp,
1919 libmdtools/Integrator.cpp, libmdtools/Integrator.hpp,
1920 libmdtools/LJFF.cpp, libmdtools/LJ_FF.cpp, libmdtools/Makefile,
1921 libmdtools/TraPPEFF.cpp: slowly converting to new integrator and
1922 forcefield names.
1923
1924 2003-06-19 14:21 mmeineke
1925
1926 * libmdtools/: Integrator.cpp, SimSetup.cpp, Symplectic.cpp:
1927 finished the basics of the integrator and SimSetup.cpp
1928
1929 2003-06-19 14:11 mmeineke
1930
1931 * libmdtools/SimSetup.cpp: doing some work on SimSetup to clean it
1932 up / get it to work with the new Integrator.
1933
1934 2003-06-18 17:20 mmeineke
1935
1936 * libmdtools/Symplectic.cpp: minor changes in an attempt to fix
1937 output times.
1938
1939 2003-06-17 16:56 mmeineke
1940
1941 * libmdtools/: Integrator.hpp, SimSetup.cpp: Added Teng's parmeters
1942 fro the ghost Bend in TraPPE_Ex
1943
1944 some work on the integrator. ( incomplete)
1945
1946 2003-06-17 16:55 mmeineke
1947
1948 * forceFields/TraPPE_Ex.frc: Added Teng's parmeters fro the ghost
1949 Bend in TraPPE_Ex
1950
1951 2003-06-04 16:06 mmeineke
1952
1953 * libmdtools/: Integrator.hpp, Symplectic.cpp: added constrainA and
1954 constrainB to the Symplectic integrator
1955
1956 2003-05-30 16:32 mmeineke
1957
1958 * utils/bilayerSys.cpp: currently modifiying Symplectic to become
1959 the basic integrator.
1960
1961 bilayerSys.cpp altered for building tb3.
1962
1963 2003-05-30 16:31 mmeineke
1964
1965 * libmdtools/: Integrator.hpp, SimInfo.hpp, Symplectic.cpp,
1966 TraPPE_ExFF.cpp, Verlet.cpp, f_verlet_constrained.F90: currently
1967 modifiying Symplectic to become the basic integrator.
1968
1969 2003-05-30 15:19 mmeineke
1970
1971 * libmdtools/Integrator.hpp: added some member variables for
1972 position, velocity, etc.
1973
1974 2003-05-30 14:07 mmeineke
1975
1976 * libmdtools/: AbstractClasses.hpp, Integrator.hpp: changed how NVT
1977 is now derived from Integrator
1978
1979 2003-05-20 11:44 mmeineke
1980
1981 * libmdtools/GhostBend.cpp: fixed an a mismatched Ghostbend bug.
1982
1983 2003-05-17 11:57 mmeineke
1984
1985 * utils/: Makefile, MoLocator.cpp, bilayerSys.cpp: all seems to be
1986 working
1987
1988 2003-05-16 16:37 mmeineke
1989
1990 * utils/bilayerSys.cpp: still working on the bilayer code
1991
1992 2003-05-16 09:28 mmeineke
1993
1994 * utils/: bilayerSys.cpp, sysBuild.cpp, sysBuild.hpp: doing some
1995 work to overhaul sysbuild.
1996
1997 2003-05-13 16:23 mmeineke
1998
1999 * libmdtools/calc_sticky_pair.F90: optimized the ssd calc loop
2000
2001 2003-05-13 15:47 mmeineke
2002
2003 * samples/: Makefile, beadLipid/Makefile, beadLipid/beadLipid.mdl,
2004 beadLipid/water.mdl: Added bead lipid model to the sample directory
2005
2006 2003-05-13 15:34 mmeineke
2007
2008 * forceFields/TraPPE_Ex.frc: finished adding the Tail beads into
2009 the Trappe extended force field
2010
2011 2003-05-13 12:01 mmeineke
2012
2013 * forceFields/TraPPE_Ex.frc: added the TailBead atom types to the
2014 TraPPe_Ex forceField
2015
2016 2003-05-09 14:51 mmeineke
2017
2018 * samples/lipid/lipid.mdl: fixed up the TraPPE_Ex force field.
2019 there were some duplicate entries
2020
2021 added a two chain lipid to the lipid.mdl in sample
2022
2023 2003-05-09 14:51 mmeineke
2024
2025 * forceFields/TraPPE_Ex.frc: fixed up the TraPPE_Ex force field.
2026 there were some duplicate entries
2027
2028 2003-05-09 11:56 mmeineke
2029
2030 * forceFields/TraPPE_Ex.frc: added the utils subdirectory to the
2031 configure script
2032
2033 added the CH branching group to the TraPPE_Ex fource field
2034
2035 2003-05-09 11:55 mmeineke
2036
2037 * ac-tools/configure.in: added the utils subdirectory to the
2038 configure script
2039
2040 2003-04-25 11:02 mmeineke
2041
2042 * utils/bilayerSys.cpp: i quick fix to th distance in the random
2043 bilayer builder
2044
2045 2003-04-24 21:00 mmeineke
2046
2047 * libmdtools/f_verlet_constrained.F90: added a new test for
2048 constraint failure
2049
2050 2003-04-17 16:54 mmeineke
2051
2052 * libBASS/BASS_interface.h, libmdtools/SimSetup.cpp,
2053 utils/Makefile, utils/MoLocator.cpp, utils/MoLocator.hpp,
2054 utils/bilayerSys.cpp: fixed up sysBuild to where it should now
2055 build our systems
2056
2057 2003-04-16 16:11 mmeineke
2058
2059 * utils/: MoLocator.cpp, MoLocator.hpp: almost finished.
2060
2061 2003-04-15 16:47 mmeineke
2062
2063 * utils/: bilayerSys.cpp, sysBuild.cpp, sysBuild.hpp: bilayerSys
2064 and sysBuild both will build now. woot!
2065
2066 2003-04-15 16:20 mmeineke
2067
2068 * utils/: MoLocator.cpp, MoLocator.hpp, bilayerSys.cpp,
2069 bilayerSys.hpp, sysBuild.cpp, sysBuild.hpp: finished bilayerSys.cpp
2070
2071 sysBuild still need to write the bass file.
2072
2073 MoLocator.cpp is currently empty
2074
2075 2003-04-15 15:40 chuckv
2076
2077 * forceFields/EAM_FF.frc, forceFields/agu3.eam,
2078 forceFields/auu3.eam, forceFields/cuu3.eam, forceFields/niu3.eam,
2079 forceFields/pdu3.eam, forceFields/ptu3.eam,
2080 libmdtools/ForceFields.hpp: Added eam force files...
2081
2082 2003-04-15 11:37 chuckv
2083
2084 * libmdtools/EAM_FF.cpp: More eam work.
2085
2086 2003-04-14 16:22 mmeineke
2087
2088 * libmdtools/SimSetup.hpp, utils/Makefile, utils/bilayerSys.cpp,
2089 utils/bilayerSys.hpp, utils/sysBuild.cpp, utils/sysBuild.hpp:
2090 working on the system builder
2091
2092 2003-04-14 16:16 chuckv
2093
2094 * libmdtools/: Symplectic.cpp, Verlet.cpp, calc_eam.F90: Fixed
2095 ordering on NVT calculation in integrators.
2096
2097 2003-04-14 14:51 mmeineke
2098
2099 * utils/: Makefile, sysBuild.cpp, MPIobj/placeHolder,
2100 obj/placeHolder: working on a system builder
2101
2102 2003-04-14 14:04 mmeineke
2103
2104 * utils/Makefile: added Ghost bends to the TraPPE_Ex forceField
2105
2106 added sysBuild to the utils Makefile
2107
2108 2003-04-14 14:03 mmeineke
2109
2110 * forceFields/TraPPE_Ex.frc, libmdtools/TraPPE_ExFF.cpp: added
2111 Ghost bends to the TraPPE_Ex forceField
2112
2113 2003-04-14 13:19 chuckv
2114
2115 * libmdtools/calc_eam.F90: Added first mangling of EAM.
2116
2117 2003-04-11 13:46 mmeineke
2118
2119 * libmdtools/: SimSetup.cpp, calc_LJ_FF.F90, force_globals.F90,
2120 simulation_module.F90: fixed a memory bug in Fortran, where
2121 molMembershipArray was declared nLocal instead of nGlobal.
2122
2123 2003-04-11 10:16 gezelter
2124
2125 * libmdtools/: Molecule.cpp, Molecule.hpp, SimInfo.cpp,
2126 SimSetup.cpp, calc_LJ_FF.F90, do_Forces.F90,
2127 fortranWrapDefines.hpp, simulation_module.F90: Bug fix in progress
2128 for NPT
2129
2130 2003-04-10 15:08 mmeineke
2131
2132 * libmdtools/: Molecule.cpp, Molecule.hpp, SimSetup.cpp: added a
2133 globalIndex counter to Molecule
2134
2135 2003-04-10 11:35 gezelter
2136
2137 * libmdtools/: ExtendedSystem.cpp, ExtendedSystem.hpp: Working on
2138 ConstantStress
2139
2140 2003-04-10 11:27 mmeineke
2141
2142 * libmdtools/SimSetup.cpp: fixed a n mpi init bug in SimSetup.
2143 caused a miscalculation of nLocal.
2144
2145 2003-04-10 11:21 mmeineke
2146
2147 * libmdtools/: Symplectic.cpp, Thermo.cpp, calc_dipole_dipole.F90,
2148 do_Forces.F90: fixed a bug in symplectic, where presure was only
2149 being calculated the first time through.
2150
2151 2003-04-09 11:20 chuckv
2152
2153 * samples/alkane/alkanes.mdl: added pentane to the alkane model
2154 file
2155
2156 2003-04-09 08:59 gezelter
2157
2158 * libmdtools/: ExtendedSystem.cpp, ForceFields.cpp, StatWriter.cpp,
2159 Thermo.cpp, Thermo.hpp: Added volume and enthalpy to status file
2160
2161 2003-04-08 23:06 gezelter
2162
2163 * libmdtools/: DumpWriter.cpp, ExtendedSystem.cpp,
2164 ExtendedSystem.hpp, Molecule.cpp, Molecule.hpp, SimInfo.cpp,
2165 SimInfo.hpp, SimSetup.cpp, Symplectic.cpp, Thermo.cpp, Thermo.hpp,
2166 Verlet.cpp, calc_LJ_FF.F90, calc_dipole_dipole.F90, calc_gb.F90,
2167 calc_reaction_field.F90, calc_sticky_pair.F90,
2168 fortranWrapDefines.hpp, simulation_module.F90: fixes for NPT and
2169 NVT
2170
2171 2003-04-08 17:38 chuckv
2172
2173 * libmdtools/SimInfo.cpp, libmdtools/Symplectic.cpp,
2174 libmdtools/calc_LJ_FF.F90, libmdtools/calc_dipole_dipole.F90,
2175 libmdtools/calc_sticky_pair.F90, libmdtools/do_Forces.F90,
2176 libmdtools/simulation_module.F90, samples/water/ssd.bass: It works
2177 (kinda)...
2178
2179 2003-04-08 16:35 gezelter
2180
2181 * libBASS/Globals.cpp, libBASS/Globals.hpp,
2182 libmdtools/ExtendedSystem.cpp, libmdtools/ExtendedSystem.hpp,
2183 libmdtools/SimSetup.cpp: Fixes for NPT / NVT
2184
2185 2003-04-08 12:16 chuckv
2186
2187 * libmdtools/: do_Forces.F90, neighborLists.F90,
2188 simulation_module.F90: Moved expand neighborlist to init_FF.
2189
2190 2003-04-08 10:20 chuckv
2191
2192 * libmdtools/: ForceFields.cpp, Thermo.cpp, Verlet.cpp: fixes for
2193 NVT
2194
2195 2003-04-08 09:39 gezelter
2196
2197 * libmdtools/Verlet.cpp: fixes for nvt / npt
2198
2199 2003-04-08 09:34 gezelter
2200
2201 * libmdtools/: ExtendedSystem.cpp, StatWriter.cpp, Symplectic.cpp,
2202 Thermo.cpp, Verlet.cpp: dt/2 fix in nvt
2203
2204 2003-04-08 07:50 gezelter
2205
2206 * libmdtools/ExtendedSystem.cpp: Fixes for affine transform
2207
2208 2003-04-08 07:44 gezelter
2209
2210 * libmdtools/: ExtendedSystem.cpp, Molecule.cpp, Molecule.hpp,
2211 Symplectic.cpp, Thermo.cpp, Verlet.cpp: Changes to integrate the
2212 NVT and NPT ensembles
2213
2214 2003-04-07 16:42 gezelter
2215
2216 * libBASS/Globals.cpp, libBASS/Globals.hpp,
2217 libmdtools/ExtendedSystem.cpp, libmdtools/SimInfo.cpp,
2218 libmdtools/SimSetup.cpp: Fixes for NPT and NVT
2219
2220 2003-04-07 16:20 mmeineke
2221
2222 * libmdtools/calc_sticky_pair.F90: fixed a sign error in the radial
2223 portion of SSD.
2224
2225 2003-04-07 16:16 mmeineke
2226
2227 * libmdtools/: ForceFields.cpp, Symplectic.cpp:
2228 doing some testing in sticky through Symplectic.
2229
2230 2003-04-07 15:51 gezelter
2231
2232 * libmdtools/: ExtendedSystem.cpp, Verlet.cpp: Working on NVT
2233
2234 2003-04-07 15:50 chuckv
2235
2236 * libmdtools/do_Forces.F90: Fixed transpose bug in mpi reduce for
2237 tau and virial.
2238
2239 2003-04-07 15:06 mmeineke
2240
2241 * libmdtools/DumpWriter.cpp, libmdtools/SimInfo.cpp,
2242 libmdtools/SimSetup.cpp, libmdtools/Symplectic.cpp,
2243 libmdtools/calc_dipole_dipole.F90, libmdtools/calc_sticky_pair.F90,
2244 src/Makefile: bug fixes
2245
2246 2003-04-07 11:56 gezelter
2247
2248 * libmdtools/: ExtendedSystem.cpp, Molecule.cpp, Molecule.hpp,
2249 StatWriter.cpp, Symplectic.cpp, Thermo.cpp, Thermo.hpp, Verlet.cpp:
2250 Many fixes to add extended system
2251
2252 2003-04-07 09:30 gezelter
2253
2254 * src/Makefile: Fixed a bug caused by my experimentation
2255
2256 2003-04-07 09:30 gezelter
2257
2258 * libmdtools/: ExtendedSystem.cpp, ExtendedSystem.hpp,
2259 Integrator.hpp, Makefile, SimSetup.cpp, Symplectic.cpp, Verlet.cpp:
2260 Added ExtendedSystem infrastructure for NPT and NVT calculations
2261
2262 2003-04-07 09:30 gezelter
2263
2264 * libBASS/: Globals.cpp, Globals.hpp: Added targetPressure to BASS
2265
2266 2003-04-04 23:07 gezelter
2267
2268 * src/Makefile: final mods to try a fortran compiler
2269
2270 2003-04-04 22:39 gezelter
2271
2272 * libmdtools/: LJ_FF.cpp, SimInfo.cpp, TraPPE_ExFF.cpp,
2273 fortranWrapDefines.hpp: Bug fixes for simulation module rewrites
2274
2275 2003-04-04 21:56 gezelter
2276
2277 * libmdtools/: Makefile, atype_module.F90, do_Forces.F90,
2278 fortranWrappers.cpp, wrappers.F90: bug fixes for compilation
2279
2280 2003-04-04 21:45 gezelter
2281
2282 * libmdtools/: fortranWrapDefines.hpp, fortranWrappers.hpp: bug
2283 fixes to fortran wrappers
2284
2285 2003-04-04 17:22 chuckv
2286
2287 * libmdtools/: Makefile, calc_LJ_FF.F90, calc_dipole_dipole.F90,
2288 calc_gb.F90, calc_reaction_field.F90, calc_sticky_pair.F90,
2289 do_Forces.F90, fortranWrapDefines.hpp, fortranWrappers.cpp,
2290 simulation_module.F90, wrappers.F90: Breaking c and fortran, c gets
2291 smarter, fortran gets dumber...
2292
2293 2003-04-04 14:57 mmeineke
2294
2295 * libmdtools/: calc_dipole_dipole.F90, do_Forces.F90,
2296 neighborLists.F90: fixed a memory read bug in neighborlist
2297
2298 2003-04-04 14:47 gezelter
2299
2300 * libmdtools/: ExtendedSystem.cpp, ExtendedSystem.hpp, SimInfo.cpp,
2301 SimInfo.hpp, Thermo.cpp: Changes for Extended System
2302
2303 2003-04-04 14:16 gezelter
2304
2305 * libmdtools/: ExtendedSystem.cpp, ExtendedSystem.hpp, SimInfo.cpp,
2306 SimInfo.hpp: Fixes for ExtendedSystem
2307
2308 2003-04-03 20:57 gezelter
2309
2310 * libmdtools/ExtendedSystem.hpp: Added extended system header
2311
2312 2003-04-03 20:57 gezelter
2313
2314 * libmdtools/: ExtendedSystem.cpp, Thermo.cpp, Thermo.hpp: changes
2315 for extended system code
2316
2317 2003-04-03 18:49 gezelter
2318
2319 * libmdtools/: ExtendedSystem.cpp, NVT.cpp: renamed nvt to
2320 extendedsystem
2321
2322 2003-04-03 17:19 mmeineke
2323
2324 * libmdtools/Molecule.hpp: added some little fixes here and there.
2325
2326 2003-04-03 17:01 mmeineke
2327
2328 * libmdtools/TraPPE_ExFF.cpp: fixed a possible call before
2329 initialize bug.
2330
2331 2003-04-03 16:12 mmeineke
2332
2333 * libmdtools/: DumpWriter.cpp, Molecule.cpp, randomSPRNG.hpp: just
2334 little things like deleteing unused variables and such.
2335
2336 2003-04-03 15:57 mmeineke
2337
2338 * libmdtools/: Molecule.cpp, Molecule.hpp: a few fixes to
2339 simError.h also some fixes to Molecule.hpp
2340
2341 2003-04-03 15:57 mmeineke
2342
2343 * libBASS/simError.h: a few fixes to simError.h
2344
2345 2003-04-03 15:21 mmeineke
2346
2347 * libBASS/Makefile, libBASS/mpiBASS.c, libBASS/simError.c,
2348 libBASS/simError.h, libmdtools/DumpWriter.cpp,
2349 libmdtools/ForceFields.cpp, libmdtools/InitializeFromFile.cpp,
2350 libmdtools/LJ_FF.cpp, libmdtools/Makefile, libmdtools/Thermo.cpp,
2351 libmdtools/TraPPE_ExFF.cpp, libmdtools/mpiSimulation.cpp,
2352 src/Makefile, src/oopse.cpp: fixed some small things with
2353 simError.h
2354
2355 2003-04-03 15:19 gezelter
2356
2357 * libmdtools/: Molecule.cpp, Molecule.hpp: Starting work on NPT
2358
2359 2003-04-03 14:58 gezelter
2360
2361 * libmdtools/: NVT.cpp, Thermo.cpp: Added NVT file (very broken for
2362 now)
2363
2364 2003-04-03 08:42 gezelter
2365
2366 * README, libmdtools/Thermo.cpp, utils/Makefile, utils/quickLate.c:
2367 Changed Readme, added some files
2368
2369 2003-04-02 17:19 mmeineke
2370
2371 * libmdtools/: ForceFields.cpp, SimInfo.cpp, SimSetup.cpp,
2372 Symplectic.cpp, calc_dipole_dipole.F90, calc_sticky_pair.F90:
2373 dipoles mostly work, but there is a memory leak somewhere.
2374
2375 2003-04-02 10:01 mmeineke
2376
2377 * libmdtools/TraPPE_ExFF.cpp: Fixed a bug where MPI was not getting
2378 the proper atomIdents.
2379
2380 2003-04-01 11:50 chuckv
2381
2382 * libmdtools/SimInfo.cpp, libmdtools/do_Forces.F90,
2383 libmdtools/mpiSimulation.cpp, libmdtools/mpiSimulation_module.F90,
2384 samples/argon/argon.bass: more bug fixes....
2385
2386 2003-04-01 11:49 mmeineke
2387
2388 * libmdtools/: DumpWriter.cpp, InitializeFromFile.cpp: Fixed
2389 DumpWriter to be more robust to errors. also added a little
2390 namespace to InitFromFile to wrap it's helper functions in MPI
2391
2392 2003-03-31 17:09 chuckv
2393
2394 * libmdtools/: SimInfo.cpp, do_Forces.F90: Fixed bug with pot_local
2395 not zeroed.
2396
2397 2003-03-31 16:50 chuckv
2398
2399 * libmdtools/BendExtensions.cpp, libmdtools/Exclude.cpp,
2400 libmdtools/ForceFields.cpp, libmdtools/Molecule.cpp,
2401 libmdtools/Molecule.hpp, libmdtools/SimInfo.cpp,
2402 libmdtools/SimSetup.cpp, libmdtools/Thermo.cpp,
2403 libmdtools/TraPPE_ExFF.cpp, libmdtools/do_Forces.F90,
2404 samples/alkane/butane.bass: Fixes in MPI force calc and in
2405 Trappe_Ex parsing.
2406
2407 2003-03-28 17:34 chuckv
2408
2409 * libmdtools/DumpWriter.cpp: bug fix in DumpWriter.cpp
2410
2411 2003-03-28 16:45 chuckv
2412
2413 * libBASS/Makefile, libmdtools/DumpWriter.cpp,
2414 libmdtools/InitializeFromFile.cpp: Bug fixes in read-write
2415 routines.
2416
2417 2003-03-28 14:33 mmeineke
2418
2419 * libmdtools/: Exclude.cpp, Exclude.hpp, Molecule.cpp,
2420 Molecule.hpp, SRI.hpp, SimSetup.cpp, simulation_module.F90: fixed a
2421 bug where the Excludes were not being created properly
2422
2423 2003-03-28 14:30 chuckv
2424
2425 * libBASS/Makefile, libmdtools/DumpWriter.cpp,
2426 libmdtools/LJ_FF.cpp, libmdtools/SimSetup.cpp,
2427 libmdtools/TraPPE_ExFF.cpp, libmdtools/mpiSimulation.cpp: mpi fixes
2428 and debugging mpi read write from file.
2429
2430 2003-03-28 10:28 mmeineke
2431
2432 * libmdtools/: LJ_FF.cpp, TraPPE_ExFF.cpp: fixed long range
2433 interactions in Trappe
2434
2435 2003-03-27 18:33 chuckv
2436
2437 * libmdtools/: SimSetup.cpp, mpiSimulation.cpp,
2438 mpiSimulation_module.F90: MPI buggy, fixed mpiRefresh issue.
2439
2440 2003-03-27 17:16 mmeineke
2441
2442 * libmdtools/: Exclude.cpp, SimSetup.cpp: fixed a bug where
2443 excludes were not being initialized
2444
2445 2003-03-27 16:52 mmeineke
2446
2447 * src/Makefile: [no log message]
2448
2449 2003-03-27 16:52 mmeineke
2450
2451 * libmdtools/SimSetup.cpp: Fixed a single processor segfault bug.
2452
2453 2003-03-27 16:07 mmeineke
2454
2455 * libmdtools/: Exclude.cpp, ForceFields.cpp, LJ_FF.cpp,
2456 Molecule.cpp, Symplectic.cpp, Thermo.cpp, TraPPE_ExFF.cpp,
2457 Verlet.cpp: fixed the compile time bugs, Source builds and links
2458
2459 2003-03-27 15:48 mmeineke
2460
2461 * libmdtools/: Molecule.cpp, SimInfo.hpp, SimSetup.cpp: fixed a few
2462 more bugs.
2463
2464 2003-03-27 15:40 mmeineke
2465
2466 * libmdtools/Molecule.cpp: added the Molecule.cpp file
2467
2468 2003-03-27 15:39 mmeineke
2469
2470 * libmdtools/: Makefile, Molecule.hpp: fixed the makefile
2471
2472 2003-03-27 15:36 mmeineke
2473
2474 * libmdtools/: AbstractClasses.hpp, ForceFields.cpp,
2475 ForceFields.hpp, LJ_FF.cpp, Makefile, Molecule.hpp, SimInfo.cpp,
2476 SimSetup.cpp, SimSetup.hpp: fixing some compile time bugs
2477
2478 2003-03-27 15:12 mmeineke
2479
2480 * libmdtools/: AbstractClasses.hpp, ForceFields.cpp,
2481 Integrator.hpp, Molecule.hpp, Symplectic.cpp, Thermo.cpp,
2482 Verlet.cpp: I have implemeted Molecules everywhere I could remember
2483 to. will now attempt to compile.
2484
2485 2003-03-27 14:21 mmeineke
2486
2487 * libmdtools/: Molecule.hpp, SimInfo.hpp, SimSetup.cpp,
2488 SimSetup.hpp, mpiSimulation.cpp, mpiSimulation.hpp: finished
2489 updating SimSetup to initialize and use the new MPI division of
2490 labour, and Molecule class
2491
2492 2003-03-27 12:55 mmeineke
2493
2494 * libmdtools/TraPPE_ExFF.cpp: finished conversion of TraPPE_ExFF to
2495 use Molecule
2496
2497 2003-03-27 12:32 mmeineke
2498
2499 * libmdtools/: ForceFields.cpp, ForceFields.hpp, LJ_FF.cpp,
2500 SimInfo.cpp, SimSetup.cpp, TraPPE_ExFF.cpp: LJ_FF has been
2501 converted to the new Molecule model. TraPPE_Ex is currently being
2502 updated. SimSetups routines are writtten, but not yet called.
2503
2504 2003-03-27 10:07 gezelter
2505
2506 * libmdtools/: DumpWriter.cpp, InitializeFromFile.cpp,
2507 mpiSimulation.cpp, mpiSimulation.hpp: fixes for local->global atom
2508 numbering in MPI
2509
2510 2003-03-27 09:30 mmeineke
2511
2512 * libmdtools/mpiSimulation.cpp: little bug fixes here and there.
2513
2514 2003-03-26 20:49 gezelter
2515
2516 * libmdtools/: DumpWriter.cpp, InitializeFromFile.cpp: Fixes to
2517 fileio for MPI
2518
2519 2003-03-26 18:14 gezelter
2520
2521 * libmdtools/: DumpWriter.cpp, Exclude.cpp, Molecule.hpp,
2522 mpiSimulation.cpp, mpiSimulation.hpp, mpiSimulation_module.F90: bug
2523 fixes many bug fixes
2524
2525 2003-03-26 17:24 gezelter
2526
2527 * libmdtools/DumpWriter.cpp: Making DumpWriter less dependent on
2528 sequence of atoms on the other processors. Node 0 now fires
2529 potatoes at other processors to get them to send french fries back.
2530
2531 2003-03-26 17:02 mmeineke
2532
2533 * libmdtools/: DirectionalAtom.cpp, SimSetup.cpp: the skeleton for
2534 making the molecules is in place. ForceField needs to be updated
2535 next.
2536
2537 2003-03-26 16:54 mmeineke
2538
2539 * libmdtools/: Atom.cpp, Atom.hpp, Exclude.cpp: fixed a couple of
2540 the "static" bugs in Atom and Exclude
2541
2542 2003-03-26 16:50 mmeineke
2543
2544 * libmdtools/: Exclude.cpp, Exclude.hpp, Molecule.hpp, SimInfo.hpp,
2545 SimSetup.cpp: still working on the SimSetup routine. also fixed
2546 some things in Exclude.hpp
2547
2548 2003-03-26 16:24 gezelter
2549
2550 * libmdtools/Makefile: Added Atom.cpp and Exclude.cpp
2551
2552 2003-03-26 16:23 gezelter
2553
2554 * libmdtools/: Atom.cpp, Exclude.cpp, Exclude.hpp: Fixes in Atom
2555 and Exclude list
2556
2557 2003-03-26 16:04 gezelter
2558
2559 * libmdtools/: Atom.cpp, Atom.hpp: Make Atom.cpp able to add and
2560 delete ranges of atoms
2561
2562 2003-03-26 15:45 mmeineke
2563
2564 * libmdtools/: Exclude.cpp, Exclude.hpp: added an Exclude class
2565 with static arrays similar to the Atom class
2566
2567 2003-03-26 15:22 mmeineke
2568
2569 * libmdtools/: Molecule.hpp, SimSetup.cpp, SimSetup.hpp: I'm
2570 overhauling the molecule class to contain it's own bonds, bends,
2571 and torsions.
2572
2573 may god have mercy on my soul.
2574
2575 2003-03-26 14:34 chuckv
2576
2577 * libmdtools/mpiSimulation.cpp: Finished globalIndex.
2578
2579 2003-03-26 13:02 gezelter
2580
2581 * libmdtools/: mpiComponentPlan.h, mpiSimulation.cpp,
2582 mpiSimulation.hpp: MPI stuff for passing out molecules
2583
2584 2003-03-26 11:12 chuckv
2585
2586 * libmdtools/mpiSimulation.cpp: working on load balancing
2587
2588 2003-03-26 10:37 chuckv
2589
2590 * libmdtools/Thermo.cpp, libmdtools/Thermo.hpp,
2591 samples/argon/argon.bass: Fixes for Parallel thermalization
2592
2593 2003-03-26 09:55 mmeineke
2594
2595 * libmdtools/: SimInfo.cpp, Thermo.cpp: fixed an mpi include bug in
2596 THermo.cpp
2597
2598 2003-03-25 17:54 chuckv
2599
2600 * libmdtools/: Thermo.cpp, Thermo.hpp: Fixed bugs with calculation
2601 of potential energy and temperature.
2602
2603 2003-03-25 09:29 mmeineke
2604
2605 * libBASS/obj/dummy, libmdtools/obj/dummy, libmdtools/MPIobj/dummy,
2606 src/MPIobj/dummy, src/obj/dummy: [no log message]
2607
2608 2003-03-25 09:29 mmeineke
2609
2610 * libBASS/MPIobj/dummy: added dummy files to keep the build
2611 deirectories from being pruned.
2612
2613 2003-03-24 20:07 gezelter
2614
2615 * samples/Makefile: moving tests to samples
2616
2617 2003-03-24 20:06 gezelter
2618
2619 * samples/: alkane/Makefile, alkane/alkanes.mdl,
2620 alkane/butane.bass, alkane/init_butane.eor, argon/Makefile,
2621 argon/argon.bass, argon/init_argon.eor, argon/lj.mdl,
2622 lipid/5x5.bass, lipid/Makefile, lipid/init_5x5.eor,
2623 lipid/lipid.mdl, lipid/water.mdl, water/Makefile,
2624 water/init_ssd.eor, water/ssd.bass, water/water.mdl: moved tests to
2625 samples
2626
2627 2003-03-24 19:51 gezelter
2628
2629 * ac-tools/configure.in: Tests are becoming samples
2630
2631 2003-03-24 19:46 gezelter
2632
2633 * ac-tools/Make.conf.in: Added makefiles in tests directories
2634
2635 2003-03-24 16:55 gezelter
2636
2637 * libBASS/Globals.cpp, libBASS/Globals.hpp, libmdtools/SimInfo.cpp,
2638 libmdtools/SimInfo.hpp, libmdtools/SimSetup.cpp,
2639 libmdtools/TraPPE_ExFF.cpp, libmdtools/calc_dipole_dipole.F90,
2640 libmdtools/calc_reaction_field.F90,
2641 libmdtools/calc_sticky_pair.F90, libmdtools/do_Forces.F90,
2642 libmdtools/simulation_module.F90: electrostatic changes for dipole
2643 / RF separation
2644
2645 2003-03-24 13:33 mmeineke
2646
2647 * libmdtools/: Atom.hpp, ForceFields.cpp, SimInfo.cpp,
2648 do_Forces.F90: little bug fixes here and there
2649
2650 2003-03-24 10:26 mmeineke
2651
2652 * libmdtools/: ForceFields.cpp, f_verlet_constrained.F90: fixed bug
2653 where short range interactions were not being calculated.
2654
2655 removed some debug print statements
2656
2657 2003-03-21 17:11 chuckv
2658
2659 * libmdtools/: TraPPE_ExFF.cpp, calc_dipole_dipole.F90,
2660 do_Forces.F90, f_verlet_constrained.F90, simulation_module.F90:
2661 various write statements for debugging
2662
2663 2003-03-21 16:26 chuckv
2664
2665 * forceFields/Makefile: added links to the makefile in forceFields
2666
2667 2003-03-21 15:52 gezelter
2668
2669 * ac-tools/Make.conf.in, ac-tools/configure.in,
2670 libmdtools/Makefile: Fixed F_MACH_DEP bug
2671
2672 2003-03-21 15:37 gezelter
2673
2674 * ChangeLog, Makefile, ac-tools/Make.conf.in, ac-tools/config.h.in,
2675 ac-tools/configure.in, forceFields/Makefile, libBASS/Makefile,
2676 libmdtools/Makefile, scripts/cvs2cl.pl, scripts/sfmakedepend,
2677 src/Makefile, utils/sfmakedepend: Makefile fixes, directory re-org,
2678 autoconf fixes
2679
2680 2003-03-21 14:58 gezelter
2681
2682 * LICENSE: Added license file
2683
2684 2003-03-21 14:55 gezelter
2685
2686 * forceFields/Makefile: Fixed makefile
2687
2688 2003-03-21 14:49 gezelter
2689
2690 * forceFields/Makefile: Makefile for forceFields
2691
2692 2003-03-21 14:42 gezelter
2693
2694 * README: Readme changes
2695
2696 2003-03-21 12:52 mmeineke
2697
2698 * src/Makefile: [no log message]
2699
2700 2003-03-21 12:52 mmeineke
2701
2702 * libBASS/Makefile, libmdtools/Makefile: Makefile fixes for depends
2703
2704 2003-03-21 12:42 mmeineke
2705
2706 * AUTHORS, ChangeLog, NEWS, Makefile, README,
2707 ac-tools/Make.conf.in, ac-tools/aclocal.m4, ac-tools/config.guess,
2708 ac-tools/config.h.in, ac-tools/config.sub, ac-tools/configure.in,
2709 ac-tools/install-sh, forceFields/DipoleTest.frc,
2710 forceFields/LJ_FF.frc, forceFields/TraPPE.frc,
2711 forceFields/TraPPE_Ex.frc, libBASS/AtomStamp.cpp,
2712 libBASS/AtomStamp.hpp, libBASS/BASS_interface.cpp,
2713 libBASS/BASS_interface.h, libBASS/BASS_parse.c,
2714 libBASS/BASS_parse.h, libBASS/BASSlex.l, libBASS/BASSyacc.y,
2715 libBASS/BendStamp.cpp, libBASS/BendStamp.hpp,
2716 libBASS/BondStamp.cpp, libBASS/BondStamp.hpp,
2717 libBASS/Component.cpp, libBASS/Component.hpp, libBASS/Globals.cpp,
2718 libBASS/Globals.hpp, libBASS/LinkedAssign.cpp,
2719 libBASS/LinkedAssign.hpp, libBASS/LinkedCommand.cpp,
2720 libBASS/LinkedCommand.hpp, libBASS/MakeStamps.cpp,
2721 libBASS/MakeStamps.hpp, libBASS/Makefile,
2722 libBASS/MoleculeStamp.cpp, libBASS/MoleculeStamp.hpp,
2723 libBASS/TorsionStamp.cpp, libBASS/TorsionStamp.hpp,
2724 libBASS/interface.c, libBASS/make_nodes.c, libBASS/make_nodes.h,
2725 libBASS/mpiBASS.c, libBASS/mpiBASS.h, libBASS/node_list.h,
2726 libBASS/parse_interface.h, libBASS/parse_me.h,
2727 libBASS/parse_tree.c, libBASS/parse_tree.h, libBASS/simError.c,
2728 libBASS/simError.h, src/Makefile, src/oopse.cpp, src/oose.cpp,
2729 utils/sfmakedepend, ac-tools/shtool,
2730 libmdtools/AbstractClasses.hpp, libmdtools/Atom.hpp,
2731 libmdtools/Bend.cpp, libmdtools/BendExtensions.cpp,
2732 libmdtools/Bond.cpp, libmdtools/BondExtensions.cpp,
2733 libmdtools/DipoleTestFF.cpp, libmdtools/DirectionalAtom.cpp,
2734 libmdtools/DumpWriter.cpp, libmdtools/ForceFields.cpp,
2735 libmdtools/ForceFields.hpp, libmdtools/GhostBend.cpp,
2736 libmdtools/InitializeFromFile.cpp, libmdtools/Integrator.hpp,
2737 libmdtools/LJ_FF.cpp, libmdtools/Linux_ifc_machdep.F90,
2738 libmdtools/Makefile, libmdtools/Molecule.hpp,
2739 libmdtools/ReadWrite.hpp, libmdtools/SRI.hpp,
2740 libmdtools/SimInfo.cpp, libmdtools/SimInfo.hpp,
2741 libmdtools/SimSetup.cpp, libmdtools/SimSetup.hpp,
2742 libmdtools/StatWriter.cpp, libmdtools/Symplectic.cpp,
2743 libmdtools/Thermo.cpp, libmdtools/Thermo.hpp,
2744 libmdtools/Torsion.cpp, libmdtools/TorsionExtensions.cpp,
2745 libmdtools/TraPPEFF.cpp, libmdtools/TraPPE_ExFF.cpp,
2746 libmdtools/Verlet.cpp, libmdtools/atype_module.F90,
2747 libmdtools/calc_LJ_FF.F90, libmdtools/calc_dipole_dipole.F90,
2748 libmdtools/calc_gb.F90, libmdtools/calc_reaction_field.F90,
2749 libmdtools/calc_sticky_pair.F90, libmdtools/do_Forces.F90,
2750 libmdtools/fForceField.h, libmdtools/fSimulation.h,
2751 libmdtools/f_verlet_constrained.F90, libmdtools/forceFactory.hpp,
2752 libmdtools/force_globals.F90, libmdtools/fortranWrapDefines.hpp,
2753 libmdtools/fortranWrappers.cpp, libmdtools/fortranWrappers.hpp,
2754 libmdtools/mpiComponentPlan.h, libmdtools/mpiForceField.c,
2755 libmdtools/mpiForceField.h, libmdtools/mpiSimulation.cpp,
2756 libmdtools/mpiSimulation.hpp, libmdtools/mpiSimulation_module.F90,
2757 libmdtools/neighborLists.F90, libmdtools/randomSPRNG.cpp,
2758 libmdtools/randomSPRNG.hpp, libmdtools/simulation_module.F90,
2759 libmdtools/vector_class.F90, libmdtools/wrappers.F90: Initial
2760 revision
2761
2762 2003-03-21 12:42 mmeineke
2763
2764 * AUTHORS, ChangeLog, NEWS, Makefile, README,
2765 ac-tools/Make.conf.in, ac-tools/aclocal.m4, ac-tools/config.guess,
2766 ac-tools/config.h.in, ac-tools/config.sub, ac-tools/configure.in,
2767 ac-tools/install-sh, forceFields/DipoleTest.frc,
2768 forceFields/LJ_FF.frc, forceFields/TraPPE.frc,
2769 forceFields/TraPPE_Ex.frc, libBASS/AtomStamp.cpp,
2770 libBASS/AtomStamp.hpp, libBASS/BASS_interface.cpp,
2771 libBASS/BASS_interface.h, libBASS/BASS_parse.c,
2772 libBASS/BASS_parse.h, libBASS/BASSlex.l, libBASS/BASSyacc.y,
2773 libBASS/BendStamp.cpp, libBASS/BendStamp.hpp,
2774 libBASS/BondStamp.cpp, libBASS/BondStamp.hpp,
2775 libBASS/Component.cpp, libBASS/Component.hpp, libBASS/Globals.cpp,
2776 libBASS/Globals.hpp, libBASS/LinkedAssign.cpp,
2777 libBASS/LinkedAssign.hpp, libBASS/LinkedCommand.cpp,
2778 libBASS/LinkedCommand.hpp, libBASS/MakeStamps.cpp,
2779 libBASS/MakeStamps.hpp, libBASS/Makefile,
2780 libBASS/MoleculeStamp.cpp, libBASS/MoleculeStamp.hpp,
2781 libBASS/TorsionStamp.cpp, libBASS/TorsionStamp.hpp,
2782 libBASS/interface.c, libBASS/make_nodes.c, libBASS/make_nodes.h,
2783 libBASS/mpiBASS.c, libBASS/mpiBASS.h, libBASS/node_list.h,
2784 libBASS/parse_interface.h, libBASS/parse_me.h,
2785 libBASS/parse_tree.c, libBASS/parse_tree.h, libBASS/simError.c,
2786 libBASS/simError.h, src/Makefile, src/oopse.cpp, src/oose.cpp,
2787 utils/sfmakedepend, ac-tools/shtool,
2788 libmdtools/AbstractClasses.hpp, libmdtools/Atom.hpp,
2789 libmdtools/Bend.cpp, libmdtools/BendExtensions.cpp,
2790 libmdtools/Bond.cpp, libmdtools/BondExtensions.cpp,
2791 libmdtools/DipoleTestFF.cpp, libmdtools/DirectionalAtom.cpp,
2792 libmdtools/DumpWriter.cpp, libmdtools/ForceFields.cpp,
2793 libmdtools/ForceFields.hpp, libmdtools/GhostBend.cpp,
2794 libmdtools/InitializeFromFile.cpp, libmdtools/Integrator.hpp,
2795 libmdtools/LJ_FF.cpp, libmdtools/Linux_ifc_machdep.F90,
2796 libmdtools/Makefile, libmdtools/Molecule.hpp,
2797 libmdtools/ReadWrite.hpp, libmdtools/SRI.hpp,
2798 libmdtools/SimInfo.cpp, libmdtools/SimInfo.hpp,
2799 libmdtools/SimSetup.cpp, libmdtools/SimSetup.hpp,
2800 libmdtools/StatWriter.cpp, libmdtools/Symplectic.cpp,
2801 libmdtools/Thermo.cpp, libmdtools/Thermo.hpp,
2802 libmdtools/Torsion.cpp, libmdtools/TorsionExtensions.cpp,
2803 libmdtools/TraPPEFF.cpp, libmdtools/TraPPE_ExFF.cpp,
2804 libmdtools/Verlet.cpp, libmdtools/atype_module.F90,
2805 libmdtools/calc_LJ_FF.F90, libmdtools/calc_dipole_dipole.F90,
2806 libmdtools/calc_gb.F90, libmdtools/calc_reaction_field.F90,
2807 libmdtools/calc_sticky_pair.F90, libmdtools/do_Forces.F90,
2808 libmdtools/fForceField.h, libmdtools/fSimulation.h,
2809 libmdtools/f_verlet_constrained.F90, libmdtools/forceFactory.hpp,
2810 libmdtools/force_globals.F90, libmdtools/fortranWrapDefines.hpp,
2811 libmdtools/fortranWrappers.cpp, libmdtools/fortranWrappers.hpp,
2812 libmdtools/mpiComponentPlan.h, libmdtools/mpiForceField.c,
2813 libmdtools/mpiForceField.h, libmdtools/mpiSimulation.cpp,
2814 libmdtools/mpiSimulation.hpp, libmdtools/mpiSimulation_module.F90,
2815 libmdtools/neighborLists.F90, libmdtools/randomSPRNG.cpp,
2816 libmdtools/randomSPRNG.hpp, libmdtools/simulation_module.F90,
2817 libmdtools/vector_class.F90, libmdtools/wrappers.F90: New OOPSE
2818 Tree
2819