ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/OOPSE/ChangeLog
Revision: 1057
Committed: Tue Feb 17 19:23:44 2004 UTC (20 years, 5 months ago) by tim
File size: 87186 byte(s)
Log Message:
adding function shakeF in order to remove the constraint force along bond direction

File Contents

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