ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/OOPSE/ChangeLog
(Generate patch)

Comparing trunk/OOPSE/ChangeLog (file contents):
Revision 385 by gezelter, Fri Mar 21 20:37:58 2003 UTC vs.
Revision 727 by tim, Wed Aug 27 16:16:01 2003 UTC

# Line 1 | Line 1
1 + 2003-08-26 15:37  tim
2 +
3 +        * libmdtools/: Integrator.cpp, ZConstraint.cpp, do_Forces.F90,
4 +        mpiSimulation.cpp: set default force substraction policy to
5 +        PolicyByMass
6 +
7 + 2003-08-26 15:29  tim
8 +
9 +        * libmdtools/Integrator.cpp: [no log message]
10 +
11 + 2003-08-26 15:13  mmeineke
12 +
13 +        * utils/sysbuilder/bilayerSys.cpp: added define statemewnt to
14 +        Statwriter and Dumpwriter to handle files larger than 2 gb.
15 +        
16 +        commented out some print statements in Zconstraint
17 +        
18 +        hard coding some system init into bilayer.sys
19 +
20 + 2003-08-26 15:12  mmeineke
21 +
22 +        * libmdtools/: DumpWriter.cpp, StatWriter.cpp, ZConstraint.cpp:
23 +        added define statemewnt to Statwriter and Dumpwriter to handle
24 +        files larger than 2 gb.
25 +        
26 +        commented out some print statements in Zconstraint
27 +
28 + 2003-08-26 15:02  tim
29 +
30 +        * libmdtools/SimSetup.cpp: Use make_sprng_seed() to generate seed
31 +        and check the seed which is specified by user at least contains 9
32 +        digits
33 +
34 + 2003-08-26 13:32  mmeineke
35 +
36 +        * libmdtools/DUFF.cpp: changed the Makefiel a litle.
37 +        
38 +        Fixed a bug in MPI_DUFF. The atom block type was not being properly
39 +        constucted in MPI. (The MPI struct had 6 doubles declared versus
40 +        the actual 11)
41 +
42 + 2003-08-26 13:30  mmeineke
43 +
44 +        * Makefile: changed the Makefiel a litle.
45 +
46 + 2003-08-25 17:17  gezelter
47 +
48 +        * utils/sysbuilder/Makefile: More FreeBSD fixes
49 +
50 + 2003-08-25 16:51  gezelter
51 +
52 +        * libBASS/BASSlex.l, libBASS/Makefile, libmdtools/Integrator.hpp,
53 +        libmdtools/Makefile, src/Makefile: [no log message]
54 +
55 + 2003-08-22 15:04  mmeineke
56 +
57 +        * libmdtools/: Integrator.cpp, ZConstraint.cpp: small bug fix on
58 +        frequency of output dumps.
59 +
60 + 2003-08-20 17:23  tim
61 +
62 +        * libBASS/Globals.hpp, libmdtools/SimInfo.hpp,
63 +        libmdtools/SimSetup.cpp, libmdtools/Thermo.cpp,
64 +        libmdtools/mpiSimulation.cpp: user can setup seed in bass file now,
65 +        if he does not specify any value for seed, oopse will take the
66 +        value of seconds of system time as seed
67 +
68 + 2003-08-20 14:42  mmeineke
69 +
70 +        * libmdtools/Atom.cpp, libmdtools/DUFF.cpp,
71 +        libmdtools/GhostBend.cpp, libmdtools/SRI.hpp,
72 +        libmdtools/SimSetup.cpp, libmdtools/SimState.cpp,
73 +        utils/sysbuilder/bilayerSys.cpp: updated the Changelog.
74 +        
75 +        added some bug fixes for setting the random number generator seed
76 +        value.
77 +        
78 +        fixed a bug where ghostbend atom b was not being set. ( recent bug
79 +        from SimState conversion)
80 +
81 + 2003-08-20 14:41  mmeineke
82 +
83 +        * libBASS/Globals.hpp: updated the Changelog.
84 +        
85 +        added some bug fixes for setting the random number generator seed
86 +        value.
87 +
88 + 2003-08-20 14:41  mmeineke
89 +
90 +        * ChangeLog: updated the Changelog.
91 +
92 + 2003-08-20 14:11  tim
93 +
94 +        * libBASS/Globals.cpp, libmdtools/DUFF.cpp,
95 +        libmdtools/GhostBend.cpp, libmdtools/SRI.hpp: bug fixed in ghost
96 +        bend class
97 +
98 + 2003-08-20 10:13  mmeineke
99 +
100 +        * utils/: Makefile, sysbuilder/Makefile: quick makefile fix, in
101 +        make links. added -f to ln -s.
102 +
103 + 2003-08-20 09:50  tim
104 +
105 +        * libmdtools/: ZConsWriter.cpp, ZConstraint.cpp: [no log message]
106 +
107 + 2003-08-20 09:34  tim
108 +
109 +        * libmdtools/: Integrator.hpp, SimSetup.cpp, ZConsWriter.cpp,
110 +        ZConstraint.cpp: reformmating ZConstraint and fixe bug of error msg
111 +        printing
112 +
113 + 2003-08-18 15:59  chuckv
114 +
115 +        * utils/sysbuilder/: MoLocator.cpp, MoLocator.hpp, bilayerSys.cpp,
116 +        latticeBuilder.cpp, latticeBuilder.hpp, nanoBuilder.cpp,
117 +        sysBuild.cpp, sysBuild.hpp: Fixed sysBuild -bilayer works.
118 +        Nanobuilder still broke.
119 +
120 + 2003-08-15 14:24  tim
121 +
122 +        * libBASS/Globals.cpp, libBASS/Globals.hpp,
123 +        libmdtools/GenericData.hpp, libmdtools/Integrator.hpp,
124 +        libmdtools/SimInfo.cpp, libmdtools/SimSetup.cpp,
125 +        libmdtools/ZConsWriter.cpp, libmdtools/ZConsWriter.hpp,
126 +        libmdtools/ZConstraint.cpp: Tested MPI version of Z-Constraint
127 +        Method
128 +
129 + 2003-08-14 11:16  tim
130 +
131 +        * libmdtools/: Integrator.hpp, ZConstraint.cpp: Stable ZConstraint
132 +        with average force substraction strategy
133 +
134 + 2003-08-13 16:20  chuckv
135 +
136 +        * libmdtools/: do_Forces.F90, mpiSimulation_module.F90: Added some
137 +        profiling code -DPROFILE.
138 +
139 + 2003-08-13 14:21  tim
140 +
141 +        * libBASS/Globals.cpp, libBASS/Globals.hpp,
142 +        libmdtools/Integrator.cpp, libmdtools/Integrator.hpp,
143 +        libmdtools/SimSetup.cpp, libmdtools/ZConstraint.cpp: harmonic
144 +        potential & z-contraint method
145 +
146 + 2003-08-12 16:44  mmeineke
147 +
148 +        * libBASS/BASS_interface.cpp, libBASS/Globals.hpp,
149 +        libmdtools/Atom.cpp, libmdtools/DUFF.cpp,
150 +        libmdtools/DirectionalAtom.cpp, libmdtools/InitializeFromFile.cpp,
151 +        libmdtools/SimInfo.cpp, libmdtools/SimSetup.cpp: fixed a really
152 +        annoying bug in Directional Atom, where mu was getting written to
153 +        pseudorandom memory location.
154 +
155 + 2003-08-12 14:56  tim
156 +
157 +        * libBASS/BASS_interface.cpp, libBASS/Globals.cpp,
158 +        libBASS/Globals.hpp, libmdtools/Atom.hpp,
159 +        libmdtools/DirectionalAtom.cpp, libmdtools/InitializeFromFile.cpp,
160 +        libmdtools/SimSetup.cpp: debugging globals
161 +
162 + 2003-08-12 13:40  gezelter
163 +
164 +        * forceFields/: DUFF.frc, EAM_FF.frc, LJFF.frc: formatting fixes
165 +        and new atypes in LJFF
166 +
167 + 2003-08-12 13:15  gezelter
168 +
169 +        * forceFields/: DUFF.frc, LJFF.frc: fixed a few references to older
170 +        stuff...
171 +
172 + 2003-08-12 13:14  chuckv
173 +
174 +        * utils/sysbuilder/sysBuild.ggo: Added comment line for getgetopt.
175 +
176 + 2003-08-12 13:04  chuckv
177 +
178 +        * utils/: nanoBuilder.cpp, nanoBuilder.hpp, nanoSysBuild.cpp:
179 +        Missed del of files before.
180 +
181 + 2003-08-12 13:03  chuckv
182 +
183 +        * utils/sysbuilder/: MPIobj/placeHolder, obj/placeHolder: [no log
184 +        message]
185 +
186 + 2003-08-12 13:01  chuckv
187 +
188 +        * utils/sysbuilder/Makefile: commit makefile
189 +
190 + 2003-08-12 12:51  tim
191 +
192 +        * libBASS/Globals.cpp, libBASS/Globals.hpp,
193 +        libmdtools/GenericData.cpp, libmdtools/GenericData.hpp,
194 +        libmdtools/Integrator.hpp, libmdtools/SimSetup.cpp,
195 +        libmdtools/SimSetup.hpp, libmdtools/ZConstraint.cpp: added
196 +        harmonical potential to z-constraint method
197 +
198 + 2003-08-11 17:31  chuckv
199 +
200 +        * utils/Makefile: Changed makefile to only build quicklate.
201 +
202 + 2003-08-11 17:25  chuckv
203 +
204 +        * ac-tools/configure.in: added utils/sysbuilder to be built.
205 +
206 + 2003-08-11 17:12  chuckv
207 +
208 +        * utils/: MoLocator.cpp, MoLocator.hpp, bilayerSys.cpp,
209 +        bilayerSys.hpp, latticeBuilder.cpp, latticeBuilder.hpp,
210 +        sysBuild.cpp, sysBuild.ggo, sysBuild.hpp, sysbuilder/MoLocator.cpp,
211 +        sysbuilder/MoLocator.hpp, sysbuilder/bilayerSys.cpp,
212 +        sysbuilder/bilayerSys.hpp, sysbuilder/cmdline.c,
213 +        sysbuilder/cmdline.h, sysbuilder/latticeBuilder.cpp,
214 +        sysbuilder/latticeBuilder.hpp, sysbuilder/nanoBuilder.cpp,
215 +        sysbuilder/nanoBuilder.hpp, sysbuilder/sysBuild.cpp,
216 +        sysbuilder/sysBuild.ggo, sysbuilder/sysBuild.hpp: Arranged
217 +        sysbuilder into a subdirectory. Fixed some of sysbuilder to work
218 +        with new atom allocation in libmdtools.
219 +
220 + 2003-08-11 14:41  tim
221 +
222 +        * libmdtools/: Integrator.cpp, Integrator.hpp: added method of
223 +        moving zconstraint molecules to specified positions
224 +
225 + 2003-08-11 14:39  tim
226 +
227 +        * libmdtools/: SimSetup.cpp, ZConstraint.cpp: [no log message]
228 +
229 + 2003-08-11 14:38  mmeineke
230 +
231 +        * libBASS/BASS_interface.cpp, libBASS/BASS_interface.h,
232 +        libBASS/BASS_parse.c, libBASS/BASSyacc.y, libBASS/Globals.cpp,
233 +        libBASS/Globals.hpp, libBASS/Makefile, libBASS/ZconStamp.cpp,
234 +        libBASS/ZconStamp.hpp, libBASS/interface.c, libBASS/make_nodes.c,
235 +        libBASS/make_nodes.h, libBASS/mpiBASS.c, libBASS/mpiBASS.h,
236 +        libBASS/node_list.h, libBASS/parse_interface.h,
237 +        libBASS/parse_tree.c, libmdtools/SimInfo.hpp: Added zConstraint
238 +        into the BASS language syntax.
239 +
240 + 2003-08-11 13:29  mmeineke
241 +
242 +        * libmdtools/: SimInfo.cpp, SimInfo.hpp: changed the number of
243 +        degrees of freedom to account for zConstreints
244 +
245 + 2003-08-08 16:22  chuckv
246 +
247 +        * libmdtools/EAM_FF.cpp, libmdtools/calc_eam.F90,
248 +        libmdtools/do_Forces.F90, libmdtools/neighborLists.F90,
249 +        samples/metals/Au.bass: EAM works...... Neighbor list also
250 +        works.....
251 +
252 + 2003-08-08 13:32  mmeineke
253 +
254 +        * props/: frameCount.c, frameCount.h, props.cpp, staticProps.cpp:
255 +        moved frameCount's functionality into DumpReader. also split props
256 +        into staticProps and dynamicProps. (currently only have
257 +        staticProps)
258 +
259 + 2003-08-08 12:48  mmeineke
260 +
261 +        * libmdtools/: Makefile, ZConstraint.cpp:  fixed a deprcated
262 +        instance of Atom::setZ and Atom::getZ in ZConstaint.
263 +
264 + 2003-08-07 16:47  mmeineke
265 +
266 +        * libmdtools/: Atom.cpp, Atom.hpp, Bend.cpp, Bond.cpp,
267 +        DirectionalAtom.cpp, DumpWriter.cpp, ForceFields.cpp,
268 +        GhostBend.cpp, InitializeFromFile.cpp, Makefile, SimInfo.cpp,
269 +        SimInfo.hpp, SimSetup.cpp, SimSetup.hpp, SimState.cpp,
270 +        SimState.hpp, Torsion.cpp: switched SimInfo to use a system
271 +        configuration from SimState rather than arrays from Atom
272 +
273 + 2003-08-06 19:47  chuckv
274 +
275 +        * libmdtools/Atom.hpp, libmdtools/EAM_FF.cpp,
276 +        libmdtools/SimInfo.cpp, libmdtools/calc_eam.F90,
277 +        libmdtools/do_Forces.F90, libmdtools/notifyCutoffs.F90,
278 +        samples/metals/Au.bass: Bug fixes for eam...
279 +
280 + 2003-08-01 11:18  tim
281 +
282 +        * libmdtools/: SimSetup.cpp, ZConstraint.cpp: stable version of
283 +        Z-Constraint
284 +
285 + 2003-07-31 14:59  tim
286 +
287 +        * ChangeLog, libmdtools/SimInfo.cpp, libmdtools/SimInfo.hpp,
288 +        libmdtools/SimSetup.cpp, libmdtools/SimSetup.hpp,
289 +        libmdtools/ZConstraint.cpp: add index range checking into
290 +        ZConstraint
291 +
292 + 2003-07-31 10:38  tim
293 +
294 +        * libBASS/: Globals.cpp, Globals.hpp: added z-constraint parameters
295 +        to the globals
296 +
297 + 2003-07-31 10:35  tim
298 +
299 +        * libmdtools/: AllIntegrator.hpp, GenericData.cpp, GenericData.hpp,
300 +        Integrator.hpp, Makefile, Molecule.cpp, Molecule.hpp, NPTf.cpp,
301 +        NPTfm.cpp, NPTi.cpp, NPTim.cpp, NVT.cpp, SimInfo.cpp, SimInfo.hpp,
302 +        SimSetup.cpp, ZConsWriter.cpp, ZConsWriter.hpp, ZConstraint.cpp:
303 +        Added Z constraint.
304 +
305 + 2003-07-30 16:17  chuckv
306 +
307 +        * libmdtools/EAM_FF.cpp, libmdtools/ForceFields.hpp,
308 +        libmdtools/ReadWrite.hpp, libmdtools/calc_eam.F90,
309 +        libmdtools/do_Forces.F90, libmdtools/wrappers.F90,
310 +        samples/metals/Au.bass: More bug fixes for eam.
311 +
312 + 2003-07-29 11:32  mmeineke
313 +
314 +        * libmdtools/DumpReader.cpp, libmdtools/ReadWrite.hpp,
315 +        libmdtools/SimSetup.cpp, libmdtools/SimSetup.hpp,
316 +        props/frameCount.c, props/frameCount.h, props/props.cpp,
317 +        src/Makefile: working on the props code
318 +
319 + 2003-07-29 11:32  mmeineke
320 +
321 +        * libBASS/Globals.cpp: [no log message]
322 +
323 + 2003-07-25 15:05  chuckv
324 +
325 +        * samples/metals/: Au.bass, metals.mdl: Added bass models for
326 +        metals
327 +
328 + 2003-07-25 15:00  chuckv
329 +
330 +        * libmdtools/: Makefile, SimSetup.cpp, calc_eam.F90,
331 +        notifyCutoffs.F90: Added eam to simSetup and added changecutoffeam.
332 +
333 + 2003-07-24 16:22  chuckv
334 +
335 +        * ac-tools/configure.in: Changed configure to look for both upper
336 +        and lower cass .mod files
337 +
338 + 2003-07-24 14:57  chuckv
339 +
340 +        * libmdtools/: calc_eam.F90, do_Forces.F90: module use fixes for
341 +        eam and do_forces.
342 +
343 + 2003-07-23 17:13  chuckv
344 +
345 +        * libmdtools/: Makefile, calc_eam.F90, do_Forces.F90,
346 +        force_globals.F90, simulation_module.F90, status_module.F90:
347 +        Finished most code for eam....
348 +
349 + 2003-07-22 16:49  mmeineke
350 +
351 +        * libmdtools/: DumpReader.cpp, ReadWrite.hpp: added the scan
352 +        function to the DumpReader. It should now save the start of each
353 +        frame in a vector.
354 +
355 + 2003-07-22 15:05  mmeineke
356 +
357 +        * libmdtools/: DumpReader.cpp, ReadWrite.hpp: making some changes
358 +        to read dump files
359 +
360 + 2003-07-22 14:54  tim
361 +
362 +        * libmdtools/: AbstractClasses.hpp, AllIntegrator.hpp,
363 +        Integrator.cpp, Integrator.hpp, Makefile, NPTf.cpp, NPTfm.cpp,
364 +        NPTi.cpp, NPTim.cpp, NVT.cpp, SimSetup.cpp, SimSetup.hpp: [no log
365 +        message]
366 +
367 + 2003-07-22 11:41  mmeineke
368 +
369 +        * libmdtools/: InitializeFromFile.cpp, ReadWrite.hpp, SimInfo.hpp,
370 +        SimSetup.cpp: Fixed a current time initialization bug in
371 +        InitFromFile.
372 +
373 + 2003-07-21 16:27  mmeineke
374 +
375 +        * libmdtools/: DumpReader.cpp, InitializeFromFile.cpp,
376 +        Integrator.cpp, SimInfo.hpp: some initial changes to Dumpwriter and
377 +        friends to accomadate random file access
378 +
379 + 2003-07-21 11:23  mmeineke
380 +
381 +        * libmdtools/SimInfo.cpp: Initialized currentTime to 0, in case no
382 +        one sets it.
383 +
384 + 2003-07-21 11:23  mmeineke
385 +
386 +        * libmdtools/: InitializeFromFile.cpp, Integrator.cpp,
387 +        ReadWrite.hpp: fixed Initializefrom file to start the simulation
388 +        from the time specified in the init file.
389 +
390 + 2003-07-17 16:49  gezelter
391 +
392 +        * libmdtools/: Integrator.cpp, ReadWrite.hpp, SimInfo.hpp,
393 +        DumpReader.cpp: Started work on a DumpReader
394 +
395 + 2003-07-17 15:38  gezelter
396 +
397 +        * libmdtools/calc_sticky_pair.F90: Fixes for SSD/E
398 +
399 + 2003-07-17 15:32  gezelter
400 +
401 +        * forceFields/DUFF.frc, libmdtools/DUFF.cpp,
402 +        libmdtools/calc_sticky_pair.F90, libmdtools/fortranWrapDefines.hpp:
403 +        Changes for SSD/E
404 +
405 + 2003-07-17 14:38  mmeineke
406 +
407 +        * libmdtools/do_Forces.F90: commented out an eam line
408 +
409 + 2003-07-17 14:32  chuckv
410 +
411 +        * libmdtools/atype_module.F90: fixed spelling issue
412 +
413 + 2003-07-17 14:29  chuckv
414 +
415 +        * libmdtools/: fInfo.c, status_module.F90: added info module
416 +
417 + 2003-07-17 14:25  chuckv
418 +
419 +        * libmdtools/: Atom.hpp, DUFF.cpp, EAM_FF.cpp, LJFF.cpp, Makefile,
420 +        atype_module.F90, calc_eam.F90, do_Forces.F90,
421 +        fortranWrapDefines.hpp, fortranWrappers.cpp, fortranWrappers.hpp,
422 +        mpiSimulation_module.F90: Added massive changes for eam....
423 +
424 + 2003-07-16 16:49  chuckv
425 +
426 +        * libmdtools/EAM_FF.cpp: More up to date version of EAM_FF
427 +
428 + 2003-07-16 16:30  mmeineke
429 +
430 +        * libmdtools/: ForceFields.cpp, Makefile, SimInfo.cpp, SimInfo.hpp,
431 +        SimSetup.cpp, calc_LJ_FF.F90, calc_dipole_dipole.F90,
432 +        calc_reaction_field.F90, do_Forces.F90, fSimulation.h,
433 +        fortranWrapDefines.hpp, fortranWrappers.cpp, fortranWrappers.hpp,
434 +        neighborLists.F90, notifyCutoffs.F90, simulation_module.F90,
435 +        wrappers.F90: Changed how cutoffs were handled from C. Now
436 +        notifyCutoffs in Fortran notifies those who need the information of
437 +        any changes to cutoffs.
438 +
439 + 2003-07-16 12:35  gezelter
440 +
441 +        * utils/: Makefile, quickLate.c: Made quickLate aware of Hmat.
442 +        quickLate is now somewhat more intelligent about periodic
443 +        boundaries and wrapping.
444 +
445 + 2003-07-16 11:40  chuckv
446 +
447 +        * libmdtools/calc_LJ_FF.F90: Fixed bug in updating mixing lists
448 +
449 + 2003-07-16 10:34  mmeineke
450 +
451 +        * scripts/cleanSrc: added a quick wipe-and-update script for quick
452 +        rebuilds on BoB
453 +
454 + 2003-07-15 21:11  gezelter
455 +
456 +        * libmdtools/: ForceFields.cpp, SimInfo.cpp, SimInfo.hpp,
457 +        SimSetup.cpp, calc_dipole_dipole.F90, calc_reaction_field.F90: more
458 +        fixes for box changes
459 +
460 + 2003-07-15 17:29  mmeineke
461 +
462 +        * libmdtools/simulation_module.F90: removed some debugging print
463 +        statements.
464 +
465 + 2003-07-15 17:22  mmeineke
466 +
467 +        * libmdtools/: SimInfo.cpp, calc_LJ_FF.F90, calc_dipole_dipole.F90,
468 +        do_Forces.F90, simulation_module.F90: fixed a long lived bug in
469 +        do_forces. Rrf was not being used in the neighborlist correctly.
470 +        rcut was conssistently being set lowere than Rrf causing the dipole
471 +        cutoff region to be to small. Also led to the removal of the taper
472 +        region to buffer the dipole cutoff.
473 +
474 + 2003-07-15 16:34  mmeineke
475 +
476 +        * libmdtools/: SimInfo.cpp, simulation_module.F90: working on
477 +        fixing ssd bug
478 +
479 + 2003-07-15 14:56  gezelter
480 +
481 +        * libmdtools/: NPTf.cpp, NPTfm.cpp, NPTi.cpp, SimInfo.cpp: Fixes
482 +        for the NPT ensembles
483 +
484 + 2003-07-15 13:52  mmeineke
485 +
486 +        * libmdtools/: Makefile, SimSetup.cpp, SimSetup.hpp: cleaned up
487 +        simSetup
488 +
489 + 2003-07-15 12:57  mmeineke
490 +
491 +        * libmdtools/: Integrator.cpp, NPTi.cpp, SRI.hpp, SimSetup.cpp,
492 +        SimSetup.hpp, Thermo.cpp, Thermo.hpp, f_verlet_constrained.F90:
493 +        fixed some bugs, Changed entry_plug to info where appropriate
494 +
495 + 2003-07-15 12:25  chuckv
496 +
497 +        * utils/sysBuild.ggo: added more command line arguments
498 +
499 + 2003-07-15 12:11  gezelter
500 +
501 +        * samples/: alkane/butane.bass, lipid/5x5.bass, water/ssd.bass:
502 +        Fixing force field line
503 +
504 + 2003-07-15 12:10  gezelter
505 +
506 +        * libmdtools/: Atom.hpp, NPTi.cpp, NPTim.cpp, Thermo.cpp,
507 +        calc_LJ_FF.F90, calc_dipole_dipole.F90, calc_gb.F90,
508 +        calc_reaction_field.F90, calc_sticky_pair.F90: Fixing  pressure
509 +        tensor
510 +
511 + 2003-07-15 10:50  gezelter
512 +
513 +        * libmdtools/: Bond.cpp, Molecule.cpp: more archaic code fixes
514 +
515 + 2003-07-15 10:42  gezelter
516 +
517 +        * libmdtools/: ExtendedSystem.cpp, ExtendedSystem.hpp, Verlet.cpp:
518 +        removed old outdated code
519 +
520 + 2003-07-15 09:45  gezelter
521 +
522 +        * libmdtools/Thermo.cpp: fixes to get rid of get_vx and set_vx
523 +
524 + 2003-07-15 09:28  gezelter
525 +
526 +        * libmdtools/Molecule.cpp: removing get_vx
527 +
528 + 2003-07-14 22:28  gezelter
529 +
530 +        * libmdtools/NPTfm.cpp: Added NPTfm
531 +
532 + 2003-07-14 22:27  gezelter
533 +
534 +        * libmdtools/: Integrator.hpp, Makefile, NPTim.cpp, SimSetup.cpp:
535 +        Bugfix in NPTim, fixes for NPTfm
536 +
537 + 2003-07-14 22:08  gezelter
538 +
539 +        * libmdtools/: Integrator.hpp, Makefile, NPTim.cpp, SimSetup.cpp:
540 +        Checking in changes for NPTim
541 +
542 + 2003-07-14 18:06  gezelter
543 +
544 +        * utils/Makefile: Broken SysBuilder
545 +
546 + 2003-07-14 18:06  gezelter
547 +
548 +        * samples/: alkane/init_butane.eor, argon/argon.bass,
549 +        argon/init_argon.eor, lipid/init_5x5.eor, water/init_ssd.eor: Fixes
550 +        for samples
551 +
552 + 2003-07-14 18:06  gezelter
553 +
554 +        * libmdtools/: Integrator.cpp, do_Forces.F90: Removed some
555 +        debugging write statements
556 +
557 + 2003-07-14 17:38  gezelter
558 +
559 +        * libmdtools/: Integrator.cpp, Integrator.hpp, NPTf.cpp, NPTi.cpp,
560 +        NVT.cpp: Fixes for get and set routines in Atom and DirectionalAtom
561 +
562 + 2003-07-14 16:48  mmeineke
563 +
564 +        * libmdtools/: Atom.cpp, Atom.hpp, DirectionalAtom.cpp: added get
565 +        and set routines to Atom and DirectionalAtom
566 +
567 + 2003-07-14 16:35  chuckv
568 +
569 +        * utils/: nanoBuilder.cpp, nanoBuilder.hpp, nanoSysBuild.cpp,
570 +        sysBuild.cpp, sysBuild.ggo, sysBuild.hpp: added a nanoSysBuilder
571 +        that takes different cmd line arguments.
572 +
573 + 2003-07-14 16:28  mmeineke
574 +
575 +        * libmdtools/: Atom.hpp, BondExtensions.cpp, DirectionalAtom.cpp,
576 +        ForceFields.cpp, Integrator.cpp, Integrator.hpp, Makefile,
577 +        SimInfo.cpp, SimInfo.hpp, do_Forces.F90: found a bug. Unit vectors
578 +        were not being updated
579 +
580 + 2003-07-14 10:04  gezelter
581 +
582 +        * libmdtools/: Integrator.hpp, Makefile, NPTim.cpp: Working on
583 +        NPTim
584 +
585 + 2003-07-14 09:55  mmeineke
586 +
587 +        * forceFields/DUFF.frc: Switched the bond in the force field back
588 +        to constrained, to preserve energy
589 +
590 + 2003-07-11 17:34  mmeineke
591 +
592 +        * libmdtools/: BondExtensions.cpp, DUFF.cpp, Integrator.cpp,
593 +        Integrator.hpp: working on som integrator bugs
594 +
595 + 2003-07-11 10:26  gezelter
596 +
597 +        * libmdtools/: StreamTokenizer.cpp, StreamTokenizer.hpp: Starting
598 +        to worry about all the strtok() calls in our code
599 +
600 + 2003-07-11 09:49  gezelter
601 +
602 +        * utils/nanoBuilder.cpp: Fixed Hmat and some namespace strangeness
603 +
604 + 2003-07-10 20:15  gezelter
605 +
606 +        * libmdtools/DumpWriter.cpp: Fixed hmat in DumpWriter (MPI) and
607 +        eor.
608 +
609 + 2003-07-10 17:15  mmeineke
610 +
611 +        * libmdtools/: DumpWriter.cpp, InitializeFromFile.cpp, NPTf.cpp,
612 +        SimInfo.cpp, Thermo.cpp: fixed some bugs
613 +
614 + 2003-07-10 14:53  chuckv
615 +
616 +        * utils/: Makefile, latticeBuilder.cpp, latticeBuilder.hpp,
617 +        nanoBuilder.cpp, nanoBuilder.hpp, sysBuild.cpp, sysBuild.hpp: Added
618 +        nanoBuilder and a general Lattice builder.
619 +
620 + 2003-07-10 12:10  gezelter
621 +
622 +        * libmdtools/: Integrator.hpp, NPTf.cpp, SimInfo.cpp, SimInfo.hpp,
623 +        Thermo.cpp, Thermo.hpp: Bunch of 1-d array -> 2-d array stuff
624 +
625 + 2003-07-09 17:14  mmeineke
626 +
627 +        * libmdtools/: DumpWriter.cpp, InitializeFromFile.cpp,
628 +        Integrator.hpp, NPTf.cpp, NPTi.cpp, ReadWrite.hpp, SimInfo.cpp,
629 +        SimSetup.cpp: Bug fixing NPTi and NPTf. there is some error in the
630 +        caclulation of HmatInverse.
631 +
632 + 2003-07-09 10:34  mmeineke
633 +
634 +        * libBASS/MoleculeStamp.hpp: starting some work for xlate
635 +
636 + 2003-07-09 10:33  mmeineke
637 +
638 +        * libmdtools/: SimSetup.cpp, Thermo.cpp: adding in dan's NPT stuff
639 +
640 + 2003-07-09 08:56  gezelter
641 +
642 +        * libmdtools/: NPTf.cpp, SimSetup.cpp: Fixes and merging NPTf
643 +
644 + 2003-07-09 08:56  gezelter
645 +
646 +        * libBASS/Globals.cpp: Removed Qmass
647 +
648 + 2003-07-08 21:15  gezelter
649 +
650 +        * libmdtools/: Makefile, NPTf.cpp, NPTi.cpp: Fixes for both NPTf
651 +        and NPTi
652 +
653 + 2003-07-08 20:41  gezelter
654 +
655 +        * libmdtools/: NPTf.cpp, NPTi.cpp: Fixes in NPTi migrated into NPTf
656 +
657 + 2003-07-08 16:10  gezelter
658 +
659 +        * libmdtools/: Integrator.hpp, NPTf.cpp: [no log message]
660 +
661 + 2003-07-08 16:06  gezelter
662 +
663 +        * libmdtools/NPTi.cpp: fixed box scaling
664 +
665 + 2003-07-08 15:56  gezelter
666 +
667 +        * libmdtools/: Integrator.hpp, Makefile, NPTi.cpp, SimInfo.cpp,
668 +        SimInfo.hpp, Thermo.cpp: NPTi
669 +
670 + 2003-07-03 14:41  mmeineke
671 +
672 +        * libBASS/Makefile, libmdtools/Makefile, src/Makefile,
673 +        utils/Makefile, utils/bilayerSys.cpp:  cleaned up the dependecy
674 +        scripts in the makefiles
675 +
676 + 2003-07-02 16:26  mmeineke
677 +
678 +        * libBASS/Makefile, libmdtools/DumpWriter.cpp,
679 +        libmdtools/ForceFields.cpp, libmdtools/Integrator.cpp,
680 +        libmdtools/Makefile, libmdtools/ReadWrite.hpp,
681 +        libmdtools/SimInfo.cpp, libmdtools/SimInfo.hpp,
682 +        libmdtools/SimSetup.cpp, libmdtools/Thermo.cpp,
683 +        libmdtools/do_Forces.F90, libmdtools/wrappers.F90, src/Makefile,
684 +        utils/Makefile: fixed the bugs introduced by switching the periodic
685 +        box to a matrix
686 +
687 + 2003-07-01 17:39  gezelter
688 +
689 +        * libmdtools/do_Forces.F90: Fortran flexi-BOX
690 +
691 + 2003-07-01 17:29  gezelter
692 +
693 +        * libmdtools/simulation_module.F90: Fixes for flexi-BOX
694 +
695 + 2003-07-01 16:33  mmeineke
696 +
697 +        * libmdtools/: SimInfo.cpp, SimInfo.hpp, fSimulation.h,
698 +        fortranWrapDefines.hpp, simulation_module.F90: working on adding
699 +        the box matrix to everything.
700 +
701 + 2003-06-30 17:03  mmeineke
702 +
703 +        * ChangeLog, libmdtools/SimInfo.cpp, libmdtools/SimInfo.hpp,
704 +        src/oopse.cpp:
705 +        Updated the ChangeLog, and Converted most of the SImInfo to use
706 +        non-Isotropic boxes. wrapVector needs to be finished.
707 +
708 + 2003-06-25 16:12  mmeineke
709 +
710 +        * libmdtools/: Integrator.cpp, SimSetup.cpp: Changed over the bonds
711 +        to Harmonic bonds in the DUFF frc file
712 +        
713 +        fixed constraints.
714 +
715 + 2003-06-25 16:11  mmeineke
716 +
717 +        * forceFields/DUFF.frc: Changed over the bonds to Harmonic bonds in
718 +        the DUFF frc file
719 +
720 + 2003-06-24 17:51  gezelter
721 +
722 +        * libmdtools/: Integrator.hpp, NVT.cpp: Fixes to NVT.  Check them!
723 +
724 + 2003-06-24 14:57  mmeineke
725 +
726 +        * forceFields/DUFF.frc, libmdtools/BondExtensions.cpp,
727 +        libmdtools/DUFF.cpp, libmdtools/SRI.hpp: added Harmonic bod into
728 +        the DUFF forcefield and BondExtensions.cpp
729 +
730 + 2003-06-23 16:24  mmeineke
731 +
732 +        * libmdtools/Integrator.cpp: Doing some work to debug the
733 +        constraint code.
734 +
735 + 2003-06-20 15:50  gezelter
736 +
737 +        * libmdtools/Integrator.hpp: NPT fix
738 +
739 + 2003-06-20 15:29  mmeineke
740 +
741 +        * libmdtools/Atom.cpp, libmdtools/DUFF.cpp,
742 +        libmdtools/ForceFields.cpp, libmdtools/Integrator.cpp,
743 +        libmdtools/Integrator.hpp, libmdtools/LJFF.cpp,
744 +        libmdtools/Makefile, libmdtools/NVT.cpp, libmdtools/SimSetup.cpp,
745 +        libmdtools/Thermo.hpp, src/Makefile, utils/Makefile: Most of the
746 +        integrator and NVT seem to be working now.
747 +
748 + 2003-06-20 11:49  gezelter
749 +
750 +        * libmdtools/: Integrator.hpp, NVT.cpp: NVT additions
751 +
752 + 2003-06-19 17:02  mmeineke
753 +
754 +        * forceFields/DUFF.frc, forceFields/LJFF.frc,
755 +        forceFields/LJ_FF.frc, forceFields/Makefile,
756 +        forceFields/TraPPE.frc, forceFields/TraPPE_Ex.frc,
757 +        libmdtools/DUFF.cpp, libmdtools/ForceFields.hpp,
758 +        libmdtools/Integrator.cpp, libmdtools/Integrator.hpp,
759 +        libmdtools/LJFF.cpp, libmdtools/LJ_FF.cpp, libmdtools/Makefile,
760 +        libmdtools/TraPPEFF.cpp: slowly converting to new integrator and
761 +        forcefield names.
762 +
763 + 2003-06-19 14:21  mmeineke
764 +
765 +        * libmdtools/: Integrator.cpp, SimSetup.cpp, Symplectic.cpp:
766 +        finished the basics of the integrator and SimSetup.cpp
767 +
768 + 2003-06-19 14:11  mmeineke
769 +
770 +        * libmdtools/SimSetup.cpp:  doing some work on SimSetup to clean it
771 +        up / get it to work with the new Integrator.
772 +
773 + 2003-06-18 17:20  mmeineke
774 +
775 +        * libmdtools/Symplectic.cpp: minor changes in an attempt to fix
776 +        output times.
777 +
778 + 2003-06-17 16:56  mmeineke
779 +
780 +        * libmdtools/: Integrator.hpp, SimSetup.cpp: Added Teng's parmeters
781 +        fro the ghost Bend in TraPPE_Ex
782 +        
783 +        some work on the integrator. ( incomplete)
784 +
785 + 2003-06-17 16:55  mmeineke
786 +
787 +        * forceFields/TraPPE_Ex.frc: Added Teng's parmeters fro the ghost
788 +        Bend in TraPPE_Ex
789 +
790 + 2003-06-04 16:06  mmeineke
791 +
792 +        * libmdtools/: Integrator.hpp, Symplectic.cpp: added constrainA and
793 +        constrainB to the Symplectic integrator
794 +
795 + 2003-05-30 16:32  mmeineke
796 +
797 +        * utils/bilayerSys.cpp: currently modifiying Symplectic to become
798 +        the basic integrator.
799 +        
800 +        bilayerSys.cpp altered for building tb3.
801 +
802 + 2003-05-30 16:31  mmeineke
803 +
804 +        * libmdtools/: Integrator.hpp, SimInfo.hpp, Symplectic.cpp,
805 +        TraPPE_ExFF.cpp, Verlet.cpp, f_verlet_constrained.F90: currently
806 +        modifiying Symplectic to become the basic integrator.
807 +
808 + 2003-05-30 15:19  mmeineke
809 +
810 +        * libmdtools/Integrator.hpp: added some member variables for
811 +        position, velocity, etc.
812 +
813 + 2003-05-30 14:07  mmeineke
814 +
815 +        * libmdtools/: AbstractClasses.hpp, Integrator.hpp: changed how NVT
816 +        is now derived from Integrator
817 +
818 + 2003-05-20 11:44  mmeineke
819 +
820 +        * libmdtools/GhostBend.cpp: fixed an a mismatched Ghostbend bug.
821 +
822 + 2003-05-17 11:57  mmeineke
823 +
824 +        * utils/: Makefile, MoLocator.cpp, bilayerSys.cpp: all seems to be
825 +        working
826 +
827 + 2003-05-16 16:37  mmeineke
828 +
829 +        * utils/bilayerSys.cpp: still working on the bilayer code
830 +
831 + 2003-05-16 09:28  mmeineke
832 +
833 +        * utils/: bilayerSys.cpp, sysBuild.cpp, sysBuild.hpp: doing some
834 +        work to overhaul sysbuild.
835 +
836 + 2003-05-13 16:23  mmeineke
837 +
838 +        * libmdtools/calc_sticky_pair.F90: optimized the ssd calc loop
839 +
840 + 2003-05-13 15:47  mmeineke
841 +
842 +        * samples/: Makefile, beadLipid/Makefile, beadLipid/beadLipid.mdl,
843 +        beadLipid/water.mdl: Added bead lipid model to the sample directory
844 +
845 + 2003-05-13 15:34  mmeineke
846 +
847 +        * forceFields/TraPPE_Ex.frc: finished adding the Tail beads into
848 +        the Trappe extended force field
849 +
850 + 2003-05-13 12:01  mmeineke
851 +
852 +        * forceFields/TraPPE_Ex.frc: added the TailBead atom types to the
853 +        TraPPe_Ex forceField
854 +
855 + 2003-05-09 14:51  mmeineke
856 +
857 +        * samples/lipid/lipid.mdl: fixed up the TraPPE_Ex force field.
858 +        there were some duplicate entries
859 +        
860 +        added a two chain lipid to the lipid.mdl in sample
861 +
862 + 2003-05-09 14:51  mmeineke
863 +
864 +        * forceFields/TraPPE_Ex.frc: fixed up the TraPPE_Ex force field.
865 +        there were some duplicate entries
866 +
867 + 2003-05-09 11:56  mmeineke
868 +
869 +        * forceFields/TraPPE_Ex.frc: added the utils subdirectory to the
870 +        configure script
871 +        
872 +        added the CH branching group to the TraPPE_Ex fource field
873 +
874 + 2003-05-09 11:55  mmeineke
875 +
876 +        * ac-tools/configure.in: added the utils subdirectory to the
877 +        configure script
878 +
879 + 2003-04-25 11:02  mmeineke
880 +
881 +        * utils/bilayerSys.cpp: i quick fix to th distance in the random
882 +        bilayer builder
883 +
884 + 2003-04-24 21:00  mmeineke
885 +
886 +        * libmdtools/f_verlet_constrained.F90: added a new test for
887 +        constraint failure
888 +
889 + 2003-04-17 16:54  mmeineke
890 +
891 +        * libBASS/BASS_interface.h, libmdtools/SimSetup.cpp,
892 +        utils/Makefile, utils/MoLocator.cpp, utils/MoLocator.hpp,
893 +        utils/bilayerSys.cpp: fixed up sysBuild to where it should now
894 +        build our systems
895 +
896 + 2003-04-16 16:11  mmeineke
897 +
898 +        * utils/: MoLocator.cpp, MoLocator.hpp: almost finished.
899 +
900 + 2003-04-15 16:47  mmeineke
901 +
902 +        * utils/: bilayerSys.cpp, sysBuild.cpp, sysBuild.hpp: bilayerSys
903 +        and sysBuild both will build now. woot!
904 +
905 + 2003-04-15 16:20  mmeineke
906 +
907 +        * utils/: MoLocator.cpp, MoLocator.hpp, bilayerSys.cpp,
908 +        bilayerSys.hpp, sysBuild.cpp, sysBuild.hpp: finished bilayerSys.cpp
909 +        
910 +        sysBuild still need to write the bass file.
911 +        
912 +        MoLocator.cpp is currently empty
913 +
914 + 2003-04-15 15:40  chuckv
915 +
916 +        * forceFields/EAM_FF.frc, forceFields/agu3.eam,
917 +        forceFields/auu3.eam, forceFields/cuu3.eam, forceFields/niu3.eam,
918 +        forceFields/pdu3.eam, forceFields/ptu3.eam,
919 +        libmdtools/ForceFields.hpp: Added eam force files...
920 +
921 + 2003-04-15 11:37  chuckv
922 +
923 +        * libmdtools/EAM_FF.cpp: More eam work.
924 +
925 + 2003-04-14 16:22  mmeineke
926 +
927 +        * libmdtools/SimSetup.hpp, utils/Makefile, utils/bilayerSys.cpp,
928 +        utils/bilayerSys.hpp, utils/sysBuild.cpp, utils/sysBuild.hpp:
929 +        working on the system builder
930 +
931 + 2003-04-14 16:16  chuckv
932 +
933 +        * libmdtools/: Symplectic.cpp, Verlet.cpp, calc_eam.F90: Fixed
934 +        ordering on NVT calculation in integrators.
935 +
936 + 2003-04-14 14:51  mmeineke
937 +
938 +        * utils/: Makefile, sysBuild.cpp, MPIobj/placeHolder,
939 +        obj/placeHolder:  working on a system builder
940 +
941 + 2003-04-14 14:04  mmeineke
942 +
943 +        * utils/Makefile: added Ghost bends to the TraPPE_Ex forceField
944 +        
945 +        added sysBuild to the utils Makefile
946 +
947 + 2003-04-14 14:03  mmeineke
948 +
949 +        * forceFields/TraPPE_Ex.frc, libmdtools/TraPPE_ExFF.cpp: added
950 +        Ghost bends to the TraPPE_Ex forceField
951 +
952 + 2003-04-14 13:19  chuckv
953 +
954 +        * libmdtools/calc_eam.F90: Added first mangling of EAM.
955 +
956 + 2003-04-11 13:46  mmeineke
957 +
958 +        * libmdtools/: SimSetup.cpp, calc_LJ_FF.F90, force_globals.F90,
959 +        simulation_module.F90: fixed a memory bug in Fortran, where
960 +        molMembershipArray was declared nLocal instead of nGlobal.
961 +
962 + 2003-04-11 10:16  gezelter
963 +
964 +        * libmdtools/: Molecule.cpp, Molecule.hpp, SimInfo.cpp,
965 +        SimSetup.cpp, calc_LJ_FF.F90, do_Forces.F90,
966 +        fortranWrapDefines.hpp, simulation_module.F90: Bug fix in progress
967 +        for NPT
968 +
969 + 2003-04-10 15:08  mmeineke
970 +
971 +        * libmdtools/: Molecule.cpp, Molecule.hpp, SimSetup.cpp:  added a
972 +        globalIndex counter to Molecule
973 +
974 + 2003-04-10 11:35  gezelter
975 +
976 +        * libmdtools/: ExtendedSystem.cpp, ExtendedSystem.hpp: Working on
977 +        ConstantStress
978 +
979 + 2003-04-10 11:27  mmeineke
980 +
981 +        * libmdtools/SimSetup.cpp: fixed a n mpi init bug in SimSetup.
982 +        caused a miscalculation of nLocal.
983 +
984 + 2003-04-10 11:21  mmeineke
985 +
986 +        * libmdtools/: Symplectic.cpp, Thermo.cpp, calc_dipole_dipole.F90,
987 +        do_Forces.F90: fixed a bug in symplectic, where presure was only
988 +        being calculated the first time through.
989 +
990 + 2003-04-09 11:20  chuckv
991 +
992 +        * samples/alkane/alkanes.mdl: added pentane to the alkane model
993 +        file
994 +
995 + 2003-04-09 08:59  gezelter
996 +
997 +        * libmdtools/: ExtendedSystem.cpp, ForceFields.cpp, StatWriter.cpp,
998 +        Thermo.cpp, Thermo.hpp: Added volume and enthalpy to status file
999 +
1000 + 2003-04-08 23:06  gezelter
1001 +
1002 +        * libmdtools/: DumpWriter.cpp, ExtendedSystem.cpp,
1003 +        ExtendedSystem.hpp, Molecule.cpp, Molecule.hpp, SimInfo.cpp,
1004 +        SimInfo.hpp, SimSetup.cpp, Symplectic.cpp, Thermo.cpp, Thermo.hpp,
1005 +        Verlet.cpp, calc_LJ_FF.F90, calc_dipole_dipole.F90, calc_gb.F90,
1006 +        calc_reaction_field.F90, calc_sticky_pair.F90,
1007 +        fortranWrapDefines.hpp, simulation_module.F90: fixes for NPT and
1008 +        NVT
1009 +
1010 + 2003-04-08 17:38  chuckv
1011 +
1012 +        * libmdtools/SimInfo.cpp, libmdtools/Symplectic.cpp,
1013 +        libmdtools/calc_LJ_FF.F90, libmdtools/calc_dipole_dipole.F90,
1014 +        libmdtools/calc_sticky_pair.F90, libmdtools/do_Forces.F90,
1015 +        libmdtools/simulation_module.F90, samples/water/ssd.bass: It works
1016 +        (kinda)...
1017 +
1018 + 2003-04-08 16:35  gezelter
1019 +
1020 +        * libBASS/Globals.cpp, libBASS/Globals.hpp,
1021 +        libmdtools/ExtendedSystem.cpp, libmdtools/ExtendedSystem.hpp,
1022 +        libmdtools/SimSetup.cpp: Fixes for NPT / NVT
1023 +
1024 + 2003-04-08 12:16  chuckv
1025 +
1026 +        * libmdtools/: do_Forces.F90, neighborLists.F90,
1027 +        simulation_module.F90: Moved expand neighborlist to init_FF.
1028 +
1029 + 2003-04-08 10:20  chuckv
1030 +
1031 +        * libmdtools/: ForceFields.cpp, Thermo.cpp, Verlet.cpp: fixes for
1032 +        NVT
1033 +
1034 + 2003-04-08 09:39  gezelter
1035 +
1036 +        * libmdtools/Verlet.cpp: fixes for nvt / npt
1037 +
1038 + 2003-04-08 09:34  gezelter
1039 +
1040 +        * libmdtools/: ExtendedSystem.cpp, StatWriter.cpp, Symplectic.cpp,
1041 +        Thermo.cpp, Verlet.cpp: dt/2 fix in nvt
1042 +
1043 + 2003-04-08 07:50  gezelter
1044 +
1045 +        * libmdtools/ExtendedSystem.cpp: Fixes for affine transform
1046 +
1047 + 2003-04-08 07:44  gezelter
1048 +
1049 +        * libmdtools/: ExtendedSystem.cpp, Molecule.cpp, Molecule.hpp,
1050 +        Symplectic.cpp, Thermo.cpp, Verlet.cpp: Changes to integrate the
1051 +        NVT and NPT ensembles
1052 +
1053 + 2003-04-07 16:42  gezelter
1054 +
1055 +        * libBASS/Globals.cpp, libBASS/Globals.hpp,
1056 +        libmdtools/ExtendedSystem.cpp, libmdtools/SimInfo.cpp,
1057 +        libmdtools/SimSetup.cpp: Fixes for NPT and NVT
1058 +
1059 + 2003-04-07 16:20  mmeineke
1060 +
1061 +        * libmdtools/calc_sticky_pair.F90: fixed a sign error in the radial
1062 +        portion of SSD.
1063 +
1064 + 2003-04-07 16:16  mmeineke
1065 +
1066 +        * libmdtools/: ForceFields.cpp, Symplectic.cpp:
1067 +        doing some testing in sticky through Symplectic.
1068 +
1069 + 2003-04-07 15:51  gezelter
1070 +
1071 +        * libmdtools/: ExtendedSystem.cpp, Verlet.cpp: Working on NVT
1072 +
1073 + 2003-04-07 15:50  chuckv
1074 +
1075 +        * libmdtools/do_Forces.F90: Fixed transpose bug in mpi reduce for
1076 +        tau and virial.
1077 +
1078 + 2003-04-07 15:06  mmeineke
1079 +
1080 +        * libmdtools/DumpWriter.cpp, libmdtools/SimInfo.cpp,
1081 +        libmdtools/SimSetup.cpp, libmdtools/Symplectic.cpp,
1082 +        libmdtools/calc_dipole_dipole.F90, libmdtools/calc_sticky_pair.F90,
1083 +        src/Makefile: bug fixes
1084 +
1085 + 2003-04-07 11:56  gezelter
1086 +
1087 +        * libmdtools/: ExtendedSystem.cpp, Molecule.cpp, Molecule.hpp,
1088 +        StatWriter.cpp, Symplectic.cpp, Thermo.cpp, Thermo.hpp, Verlet.cpp:
1089 +        Many fixes to add extended system
1090 +
1091 + 2003-04-07 09:30  gezelter
1092 +
1093 +        * src/Makefile: Fixed a bug caused by my experimentation
1094 +
1095 + 2003-04-07 09:30  gezelter
1096 +
1097 +        * libmdtools/: ExtendedSystem.cpp, ExtendedSystem.hpp,
1098 +        Integrator.hpp, Makefile, SimSetup.cpp, Symplectic.cpp, Verlet.cpp:
1099 +        Added ExtendedSystem infrastructure for NPT and NVT calculations
1100 +
1101 + 2003-04-07 09:30  gezelter
1102 +
1103 +        * libBASS/: Globals.cpp, Globals.hpp: Added targetPressure to BASS
1104 +
1105 + 2003-04-04 23:07  gezelter
1106 +
1107 +        * src/Makefile: final mods to try a fortran compiler
1108 +
1109 + 2003-04-04 22:39  gezelter
1110 +
1111 +        * libmdtools/: LJ_FF.cpp, SimInfo.cpp, TraPPE_ExFF.cpp,
1112 +        fortranWrapDefines.hpp: Bug fixes for simulation module rewrites
1113 +
1114 + 2003-04-04 21:56  gezelter
1115 +
1116 +        * libmdtools/: Makefile, atype_module.F90, do_Forces.F90,
1117 +        fortranWrappers.cpp, wrappers.F90: bug fixes for compilation
1118 +
1119 + 2003-04-04 21:45  gezelter
1120 +
1121 +        * libmdtools/: fortranWrapDefines.hpp, fortranWrappers.hpp: bug
1122 +        fixes to fortran wrappers
1123 +
1124 + 2003-04-04 17:22  chuckv
1125 +
1126 +        * libmdtools/: Makefile, calc_LJ_FF.F90, calc_dipole_dipole.F90,
1127 +        calc_gb.F90, calc_reaction_field.F90, calc_sticky_pair.F90,
1128 +        do_Forces.F90, fortranWrapDefines.hpp, fortranWrappers.cpp,
1129 +        simulation_module.F90, wrappers.F90: Breaking c and fortran, c gets
1130 +        smarter, fortran gets dumber...
1131 +
1132 + 2003-04-04 14:57  mmeineke
1133 +
1134 +        * libmdtools/: calc_dipole_dipole.F90, do_Forces.F90,
1135 +        neighborLists.F90: fixed a memory read bug in neighborlist
1136 +
1137 + 2003-04-04 14:47  gezelter
1138 +
1139 +        * libmdtools/: ExtendedSystem.cpp, ExtendedSystem.hpp, SimInfo.cpp,
1140 +        SimInfo.hpp, Thermo.cpp: Changes for Extended System
1141 +
1142 + 2003-04-04 14:16  gezelter
1143 +
1144 +        * libmdtools/: ExtendedSystem.cpp, ExtendedSystem.hpp, SimInfo.cpp,
1145 +        SimInfo.hpp: Fixes for ExtendedSystem
1146 +
1147 + 2003-04-03 20:57  gezelter
1148 +
1149 +        * libmdtools/ExtendedSystem.hpp: Added extended system header
1150 +
1151 + 2003-04-03 20:57  gezelter
1152 +
1153 +        * libmdtools/: ExtendedSystem.cpp, Thermo.cpp, Thermo.hpp: changes
1154 +        for extended system code
1155 +
1156 + 2003-04-03 18:49  gezelter
1157 +
1158 +        * libmdtools/: ExtendedSystem.cpp, NVT.cpp: renamed nvt to
1159 +        extendedsystem
1160 +
1161 + 2003-04-03 17:19  mmeineke
1162 +
1163 +        * libmdtools/Molecule.hpp: added some little fixes here and there.
1164 +
1165 + 2003-04-03 17:01  mmeineke
1166 +
1167 +        * libmdtools/TraPPE_ExFF.cpp: fixed a possible call before
1168 +        initialize bug.
1169 +
1170 + 2003-04-03 16:12  mmeineke
1171 +
1172 +        * libmdtools/: DumpWriter.cpp, Molecule.cpp, randomSPRNG.hpp: just
1173 +        little things like deleteing unused variables and such.
1174 +
1175 + 2003-04-03 15:57  mmeineke
1176 +
1177 +        * libmdtools/: Molecule.cpp, Molecule.hpp: a few fixes to
1178 +        simError.h also some fixes to Molecule.hpp
1179 +
1180 + 2003-04-03 15:57  mmeineke
1181 +
1182 +        * libBASS/simError.h: a few fixes to simError.h
1183 +
1184 + 2003-04-03 15:21  mmeineke
1185 +
1186 +        * libBASS/Makefile, libBASS/mpiBASS.c, libBASS/simError.c,
1187 +        libBASS/simError.h, libmdtools/DumpWriter.cpp,
1188 +        libmdtools/ForceFields.cpp, libmdtools/InitializeFromFile.cpp,
1189 +        libmdtools/LJ_FF.cpp, libmdtools/Makefile, libmdtools/Thermo.cpp,
1190 +        libmdtools/TraPPE_ExFF.cpp, libmdtools/mpiSimulation.cpp,
1191 +        src/Makefile, src/oopse.cpp: fixed some small things with
1192 +        simError.h
1193 +
1194 + 2003-04-03 15:19  gezelter
1195 +
1196 +        * libmdtools/: Molecule.cpp, Molecule.hpp: Starting work on NPT
1197 +
1198 + 2003-04-03 14:58  gezelter
1199 +
1200 +        * libmdtools/: NVT.cpp, Thermo.cpp: Added NVT file (very broken for
1201 +        now)
1202 +
1203 + 2003-04-03 08:42  gezelter
1204 +
1205 +        * README, libmdtools/Thermo.cpp, utils/Makefile, utils/quickLate.c:
1206 +        Changed Readme, added some files
1207 +
1208 + 2003-04-02 17:19  mmeineke
1209 +
1210 +        * libmdtools/: ForceFields.cpp, SimInfo.cpp, SimSetup.cpp,
1211 +        Symplectic.cpp, calc_dipole_dipole.F90, calc_sticky_pair.F90:
1212 +        dipoles mostly work, but there is a memory leak somewhere.
1213 +
1214 + 2003-04-02 10:01  mmeineke
1215 +
1216 +        * libmdtools/TraPPE_ExFF.cpp: Fixed a bug where MPI was not getting
1217 +        the proper atomIdents.
1218 +
1219 + 2003-04-01 11:50  chuckv
1220 +
1221 +        * libmdtools/SimInfo.cpp, libmdtools/do_Forces.F90,
1222 +        libmdtools/mpiSimulation.cpp, libmdtools/mpiSimulation_module.F90,
1223 +        samples/argon/argon.bass: more bug fixes....
1224 +
1225 + 2003-04-01 11:49  mmeineke
1226 +
1227 +        * libmdtools/: DumpWriter.cpp, InitializeFromFile.cpp: Fixed
1228 +        DumpWriter to be more robust to errors. also added a little
1229 +        namespace to InitFromFile to wrap it's helper functions in MPI
1230 +
1231 + 2003-03-31 17:09  chuckv
1232 +
1233 +        * libmdtools/: SimInfo.cpp, do_Forces.F90: Fixed bug with pot_local
1234 +        not zeroed.
1235 +
1236 + 2003-03-31 16:50  chuckv
1237 +
1238 +        * libmdtools/BendExtensions.cpp, libmdtools/Exclude.cpp,
1239 +        libmdtools/ForceFields.cpp, libmdtools/Molecule.cpp,
1240 +        libmdtools/Molecule.hpp, libmdtools/SimInfo.cpp,
1241 +        libmdtools/SimSetup.cpp, libmdtools/Thermo.cpp,
1242 +        libmdtools/TraPPE_ExFF.cpp, libmdtools/do_Forces.F90,
1243 +        samples/alkane/butane.bass: Fixes in MPI force calc and in
1244 +        Trappe_Ex parsing.
1245 +
1246 + 2003-03-28 17:34  chuckv
1247 +
1248 +        * libmdtools/DumpWriter.cpp: bug fix in DumpWriter.cpp
1249 +
1250 + 2003-03-28 16:45  chuckv
1251 +
1252 +        * libBASS/Makefile, libmdtools/DumpWriter.cpp,
1253 +        libmdtools/InitializeFromFile.cpp: Bug fixes in read-write
1254 +        routines.
1255 +
1256 + 2003-03-28 14:33  mmeineke
1257 +
1258 +        * libmdtools/: Exclude.cpp, Exclude.hpp, Molecule.cpp,
1259 +        Molecule.hpp, SRI.hpp, SimSetup.cpp, simulation_module.F90: fixed a
1260 +        bug where the Excludes were not being created properly
1261 +
1262 + 2003-03-28 14:30  chuckv
1263 +
1264 +        * libBASS/Makefile, libmdtools/DumpWriter.cpp,
1265 +        libmdtools/LJ_FF.cpp, libmdtools/SimSetup.cpp,
1266 +        libmdtools/TraPPE_ExFF.cpp, libmdtools/mpiSimulation.cpp: mpi fixes
1267 +        and debugging mpi read write from file.
1268 +
1269 + 2003-03-28 10:28  mmeineke
1270 +
1271 +        * libmdtools/: LJ_FF.cpp, TraPPE_ExFF.cpp: fixed long range
1272 +        interactions in Trappe
1273 +
1274 + 2003-03-27 18:33  chuckv
1275 +
1276 +        * libmdtools/: SimSetup.cpp, mpiSimulation.cpp,
1277 +        mpiSimulation_module.F90: MPI buggy, fixed mpiRefresh issue.
1278 +
1279 + 2003-03-27 17:16  mmeineke
1280 +
1281 +        * libmdtools/: Exclude.cpp, SimSetup.cpp: fixed a bug where
1282 +        excludes were not being initialized
1283 +
1284 + 2003-03-27 16:52  mmeineke
1285 +
1286 +        * src/Makefile: [no log message]
1287 +
1288 + 2003-03-27 16:52  mmeineke
1289 +
1290 +        * libmdtools/SimSetup.cpp: Fixed a single processor segfault bug.
1291 +
1292 + 2003-03-27 16:07  mmeineke
1293 +
1294 +        * libmdtools/: Exclude.cpp, ForceFields.cpp, LJ_FF.cpp,
1295 +        Molecule.cpp, Symplectic.cpp, Thermo.cpp, TraPPE_ExFF.cpp,
1296 +        Verlet.cpp: fixed the compile time bugs, Source builds and links
1297 +
1298 + 2003-03-27 15:48  mmeineke
1299 +
1300 +        * libmdtools/: Molecule.cpp, SimInfo.hpp, SimSetup.cpp: fixed a few
1301 +        more bugs.
1302 +
1303 + 2003-03-27 15:40  mmeineke
1304 +
1305 +        * libmdtools/Molecule.cpp: added the Molecule.cpp file
1306 +
1307 + 2003-03-27 15:39  mmeineke
1308 +
1309 +        * libmdtools/: Makefile, Molecule.hpp:  fixed the makefile
1310 +
1311 + 2003-03-27 15:36  mmeineke
1312 +
1313 +        * libmdtools/: AbstractClasses.hpp, ForceFields.cpp,
1314 +        ForceFields.hpp, LJ_FF.cpp, Makefile, Molecule.hpp, SimInfo.cpp,
1315 +        SimSetup.cpp, SimSetup.hpp: fixing some compile time bugs
1316 +
1317 + 2003-03-27 15:12  mmeineke
1318 +
1319 +        * libmdtools/: AbstractClasses.hpp, ForceFields.cpp,
1320 +        Integrator.hpp, Molecule.hpp, Symplectic.cpp, Thermo.cpp,
1321 +        Verlet.cpp: I have implemeted Molecules everywhere I could remember
1322 +        to.  will now attempt to compile.
1323 +
1324 + 2003-03-27 14:21  mmeineke
1325 +
1326 +        * libmdtools/: Molecule.hpp, SimInfo.hpp, SimSetup.cpp,
1327 +        SimSetup.hpp, mpiSimulation.cpp, mpiSimulation.hpp: finished
1328 +        updating SimSetup to initialize and use the new MPI division of
1329 +        labour, and Molecule class
1330 +
1331 + 2003-03-27 12:55  mmeineke
1332 +
1333 +        * libmdtools/TraPPE_ExFF.cpp: finished conversion of TraPPE_ExFF to
1334 +        use Molecule
1335 +
1336 + 2003-03-27 12:32  mmeineke
1337 +
1338 +        * libmdtools/: ForceFields.cpp, ForceFields.hpp, LJ_FF.cpp,
1339 +        SimInfo.cpp, SimSetup.cpp, TraPPE_ExFF.cpp: LJ_FF has been
1340 +        converted to the new Molecule model. TraPPE_Ex is currently being
1341 +        updated.  SimSetups routines are writtten, but not yet called.
1342 +
1343 + 2003-03-27 10:07  gezelter
1344 +
1345 +        * libmdtools/: DumpWriter.cpp, InitializeFromFile.cpp,
1346 +        mpiSimulation.cpp, mpiSimulation.hpp: fixes for local->global atom
1347 +        numbering in MPI
1348 +
1349 + 2003-03-27 09:30  mmeineke
1350 +
1351 +        * libmdtools/mpiSimulation.cpp: little bug fixes here and there.
1352 +
1353 + 2003-03-26 20:49  gezelter
1354 +
1355 +        * libmdtools/: DumpWriter.cpp, InitializeFromFile.cpp: Fixes to
1356 +        fileio for MPI
1357 +
1358 + 2003-03-26 18:14  gezelter
1359 +
1360 +        * libmdtools/: DumpWriter.cpp, Exclude.cpp, Molecule.hpp,
1361 +        mpiSimulation.cpp, mpiSimulation.hpp, mpiSimulation_module.F90: bug
1362 +        fixes   many bug fixes
1363 +
1364 + 2003-03-26 17:24  gezelter
1365 +
1366 +        * libmdtools/DumpWriter.cpp: Making DumpWriter less dependent on
1367 +        sequence of atoms on the other processors.  Node 0 now fires
1368 +        potatoes at other processors to get them to send french fries back.
1369 +
1370 + 2003-03-26 17:02  mmeineke
1371 +
1372 +        * libmdtools/: DirectionalAtom.cpp, SimSetup.cpp: the skeleton for
1373 +        making the molecules is in place. ForceField needs to be updated
1374 +        next.
1375 +
1376 + 2003-03-26 16:54  mmeineke
1377 +
1378 +        * libmdtools/: Atom.cpp, Atom.hpp, Exclude.cpp: fixed a couple of
1379 +        the "static" bugs in  Atom and Exclude
1380 +
1381 + 2003-03-26 16:50  mmeineke
1382 +
1383 +        * libmdtools/: Exclude.cpp, Exclude.hpp, Molecule.hpp, SimInfo.hpp,
1384 +        SimSetup.cpp: still working on the SimSetup routine. also fixed
1385 +        some things in Exclude.hpp
1386 +
1387 + 2003-03-26 16:24  gezelter
1388 +
1389 +        * libmdtools/Makefile: Added Atom.cpp and Exclude.cpp
1390 +
1391 + 2003-03-26 16:23  gezelter
1392 +
1393 +        * libmdtools/: Atom.cpp, Exclude.cpp, Exclude.hpp: Fixes in Atom
1394 +        and Exclude list
1395 +
1396 + 2003-03-26 16:04  gezelter
1397 +
1398 +        * libmdtools/: Atom.cpp, Atom.hpp: Make Atom.cpp able to add and
1399 +        delete ranges of atoms
1400 +
1401 + 2003-03-26 15:45  mmeineke
1402 +
1403 +        * libmdtools/: Exclude.cpp, Exclude.hpp: added an Exclude class
1404 +        with static arrays similar to the Atom class
1405 +
1406 + 2003-03-26 15:22  mmeineke
1407 +
1408 +        * libmdtools/: Molecule.hpp, SimSetup.cpp, SimSetup.hpp: I'm
1409 +        overhauling the molecule class to contain it's own bonds, bends,
1410 +        and torsions.
1411 +        
1412 +        may god have mercy on my soul.
1413 +
1414 + 2003-03-26 14:34  chuckv
1415 +
1416 +        * libmdtools/mpiSimulation.cpp: Finished globalIndex.
1417 +
1418 + 2003-03-26 13:02  gezelter
1419 +
1420 +        * libmdtools/: mpiComponentPlan.h, mpiSimulation.cpp,
1421 +        mpiSimulation.hpp: MPI stuff for passing out molecules
1422 +
1423 + 2003-03-26 11:12  chuckv
1424 +
1425 +        * libmdtools/mpiSimulation.cpp: working on load balancing
1426 +
1427 + 2003-03-26 10:37  chuckv
1428 +
1429 +        * libmdtools/Thermo.cpp, libmdtools/Thermo.hpp,
1430 +        samples/argon/argon.bass: Fixes for Parallel thermalization
1431 +
1432 + 2003-03-26 09:55  mmeineke
1433 +
1434 +        * libmdtools/: SimInfo.cpp, Thermo.cpp: fixed an mpi include bug in
1435 +        THermo.cpp
1436 +
1437 + 2003-03-25 17:54  chuckv
1438 +
1439 +        * libmdtools/: Thermo.cpp, Thermo.hpp: Fixed bugs with calculation
1440 +        of potential energy and temperature.
1441 +
1442 + 2003-03-25 09:29  mmeineke
1443 +
1444 +        * libBASS/obj/dummy, libmdtools/MPIobj/dummy, libmdtools/obj/dummy,
1445 +        src/MPIobj/dummy, src/obj/dummy: [no log message]
1446 +
1447 + 2003-03-25 09:29  mmeineke
1448 +
1449 +        * libBASS/MPIobj/dummy: added dummy files to keep the build
1450 +        deirectories from being pruned.
1451 +
1452 + 2003-03-24 20:07  gezelter
1453 +
1454 +        * samples/Makefile: moving tests to samples
1455 +
1456 + 2003-03-24 20:06  gezelter
1457 +
1458 +        * samples/: alkane/Makefile, alkane/alkanes.mdl,
1459 +        alkane/butane.bass, alkane/init_butane.eor, argon/Makefile,
1460 +        argon/argon.bass, argon/init_argon.eor, argon/lj.mdl,
1461 +        lipid/5x5.bass, lipid/Makefile, lipid/init_5x5.eor,
1462 +        lipid/lipid.mdl, lipid/water.mdl, water/Makefile,
1463 +        water/init_ssd.eor, water/ssd.bass, water/water.mdl: moved tests to
1464 +        samples
1465 +
1466 + 2003-03-24 19:51  gezelter
1467 +
1468 +        * ac-tools/configure.in: Tests are becoming samples
1469 +
1470 + 2003-03-24 19:46  gezelter
1471 +
1472 +        * ac-tools/Make.conf.in: Added makefiles in tests directories
1473 +
1474 + 2003-03-24 16:55  gezelter
1475 +
1476 +        * libBASS/Globals.cpp, libBASS/Globals.hpp, libmdtools/SimInfo.cpp,
1477 +        libmdtools/SimInfo.hpp, libmdtools/SimSetup.cpp,
1478 +        libmdtools/TraPPE_ExFF.cpp, libmdtools/calc_dipole_dipole.F90,
1479 +        libmdtools/calc_reaction_field.F90,
1480 +        libmdtools/calc_sticky_pair.F90, libmdtools/do_Forces.F90,
1481 +        libmdtools/simulation_module.F90: electrostatic changes for dipole
1482 +        / RF separation
1483 +
1484 + 2003-03-24 13:33  mmeineke
1485 +
1486 +        * libmdtools/: Atom.hpp, ForceFields.cpp, SimInfo.cpp,
1487 +        do_Forces.F90: little bug fixes here and there
1488 +
1489 + 2003-03-24 10:26  mmeineke
1490 +
1491 +        * libmdtools/: ForceFields.cpp, f_verlet_constrained.F90: fixed bug
1492 +        where short range interactions were not being calculated.
1493 +        
1494 +        removed some debug print statements
1495 +
1496 + 2003-03-21 17:11  chuckv
1497 +
1498 +        * libmdtools/: TraPPE_ExFF.cpp, calc_dipole_dipole.F90,
1499 +        do_Forces.F90, f_verlet_constrained.F90, simulation_module.F90:
1500 +        various write statements for debugging
1501 +
1502 + 2003-03-21 16:26  chuckv
1503 +
1504 +        * forceFields/Makefile: added links to the makefile in forceFields
1505 +
1506 + 2003-03-21 15:52  gezelter
1507 +
1508 +        * ac-tools/Make.conf.in, ac-tools/configure.in,
1509 +        libmdtools/Makefile: Fixed F_MACH_DEP bug
1510 +
1511 + 2003-03-21 15:37  gezelter
1512 +
1513 +        * ChangeLog, Makefile, ac-tools/Make.conf.in, ac-tools/config.h.in,
1514 +        ac-tools/configure.in, forceFields/Makefile, libBASS/Makefile,
1515 +        libmdtools/Makefile, scripts/cvs2cl.pl, scripts/sfmakedepend,
1516 +        src/Makefile, utils/sfmakedepend: Makefile fixes, directory re-org,
1517 +        autoconf fixes
1518 +
1519   2003-03-21 14:58  gezelter
1520  
1521          * LICENSE: Added license file

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines