ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/OOPSE/ChangeLog
Revision: 1046
Committed: Tue Feb 10 21:33:44 2004 UTC (20 years, 4 months ago) by tim
File size: 86746 byte(s)
Log Message:
single version of energy minimization is working.

File Contents

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