Revision
1212 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Tue Jun 1 17:15:43 2004 UTC
(20 years, 11 months ago)
by
chrisfen
File length: 18634 byte(s)
Diff to
previous 1207
Implemented a separate solid and liquid thermodynamic integration routines
Revision
1207 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Thu May 27 20:06:38 2004 UTC
(20 years, 11 months ago)
by
chrisfen
File length: 18536 byte(s)
Diff to
previous 1187
Fixed a bug in Integrator.cpp where it called writeRaw() when useThermInt = false...
Revision
1180 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Thu May 20 20:24:07 2004 UTC
(20 years, 11 months ago)
by
chrisfen
File length: 18519 byte(s)
Diff to
previous 1178
Several additions... Restraints.cpp and .hpp were included for restraining particles in thermodynamic integration. By including these, changes were made in Integrator, SimInfo, ForceFeilds, SimSetup, StatWriter, and possibly some other files. Two bass keywords were also added for performing thermodynamic integration: a lambda value one and a k power one.
Revision
1057 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Tue Feb 17 19:23:44 2004 UTC
(21 years, 2 months ago)
by
tim
File length: 17369 byte(s)
Diff to
previous 1035
adding function shakeF in order to remove the constraint force along bond direction
Revision
1035 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Fri Feb 6 21:37:59 2004 UTC
(21 years, 2 months ago)
by
tim
File length: 17368 byte(s)
Diff to
previous 999
Single version of energy minimization for argon is working, need to add constraint
Revision
999 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Fri Jan 30 15:01:09 2004 UTC
(21 years, 3 months ago)
by
chrisfen
File length: 17325 byte(s)
Diff to
previous 929
Substantial changes. OOPSE now has a working WATER.cpp forcefield and parser.
This involved changes to WATER.cpp and ForceFields amoung other files. One important
note: a hardwiring of LJ_rcut was made in calc_LJ_FF.F90. This will be removed on
the next commit...
Revision
929 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Tue Jan 13 15:46:49 2004 UTC
(21 years, 3 months ago)
by
tim
File length: 17326 byte(s)
Diff to
previous 892
Merge the code of writeFinal and writeDump;
Adding sortingIndex into DumpWriter;
Fix a bug of writing last frame twice in integrator
Revision
843 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Wed Oct 29 20:41:39 2003 UTC
(21 years, 6 months ago)
by
mmeineke
File length: 16796 byte(s)
Diff to
previous 841
fixed a stdlib.h include error in bass.l
fixed a little bug in the first time step, regarding the setting of ecr and est in fortran
Revision
841 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Wed Oct 29 17:55:28 2003 UTC
(21 years, 6 months ago)
by
mmeineke
File length: 16945 byte(s)
Diff to
previous 837
som efixes to the way rcut is setup, as well as additional debugging comments.
Revision
829 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Tue Oct 28 16:03:37 2003 UTC
(21 years, 6 months ago)
by
gezelter
File length: 16556 byte(s)
Diff to
previous 804
replace c++ header stuff with more portable c header stuff
Also, mod file fixes and portability changes
Some fortran changes will need to be reversed.
Revision
804 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Thu Oct 16 19:16:24 2003 UTC
(21 years, 6 months ago)
by
mmeineke
File length: 16554 byte(s)
Diff to
previous 787
Changed DumpReader to use linked lists instead of a vector.
Fixed the makefile to build DumpReader.cpp
Removed a comment output in Exclude.cpp
Modified DumpWriter and Integrator to write an eor file every time a frame is written.
This lets the .eor file represent the last written frame of a simulation.
Revision
784 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Wed Sep 24 19:34:39 2003 UTC
(21 years, 7 months ago)
by
mmeineke
File length: 16659 byte(s)
Diff to
previous 782
moved readyCheck in the integrator so that it is called before the first Statistics are written.
Revision
782 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Tue Sep 23 20:34:31 2003 UTC
(21 years, 7 months ago)
by
mmeineke
File length: 16657 byte(s)
Diff to
previous 781
Removed NPTfm from Integrator.hpp.
Some small syntax cleaning in NPTfm and SimSetup
Revision
778 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Fri Sep 19 20:00:27 2003 UTC
(21 years, 7 months ago)
by
mmeineke
File length: 16584 byte(s)
Diff to
previous 768
added NPT base class. NPTi is up to date. NPTf is not.
Revision
763 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Mon Sep 15 16:52:02 2003 UTC
(21 years, 7 months ago)
by
tim
File length: 16475 byte(s)
Diff to
previous 755
add conserved quantity to statWriter
fix bug of vector wrapping at NPTi
Revision
755 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Tue Sep 9 20:35:25 2003 UTC
(21 years, 7 months ago)
by
mmeineke
File length: 16372 byte(s)
Diff to
previous 746
updated the ChangeLog
added two new NPT integrators, they still need work.
Revision
746 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Thu Sep 4 21:48:35 2003 UTC
(21 years, 7 months ago)
by
mmeineke
File length: 16373 byte(s)
Diff to
previous 733
added resetTime to the Global namespace.
added ability to reset the integrators in the NVT and NPT family.
Revision
733 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Wed Aug 27 19:23:29 2003 UTC
(21 years, 8 months ago)
by
tim
File length: 16232 byte(s)
Diff to
previous 726
fix bug of MPI_Allreduce in ZConstraint, the MPITYPE is set to MPI_DOUBLE,
however, the corret type is MPI_INT. Therefore, when we turn on the
optimization flag, it causes a seg fault
Revision
726 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Tue Aug 26 20:37:30 2003 UTC
(21 years, 8 months ago)
by
tim
File length: 16256 byte(s)
Diff to
previous 725
set default force substraction policy to PolicyByMass
Revision
677 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Mon Aug 11 19:41:36 2003 UTC
(21 years, 8 months ago)
by
tim
File length: 15660 byte(s)
Diff to
previous 645
added method of moving zconstraint molecules to specified positions
Revision
643 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Mon Jul 21 21:27:40 2003 UTC
(21 years, 9 months ago)
by
mmeineke
File length: 15208 byte(s)
Diff to
previous 641
some initial changes to Dumpwriter and friends to accomadate random file access
Revision
641 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Mon Jul 21 16:23:10 2003 UTC
(21 years, 9 months ago)
by
mmeineke
File length: 15235 byte(s)
Diff to
previous 637
fixed Initializefrom file to start the simulation from the time specified in the init file.
Revision
614 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Tue Jul 15 17:57:04 2003 UTC
(21 years, 9 months ago)
by
mmeineke
File length: 15168 byte(s)
Diff to
previous 601
fixed some bugs, Changed entry_plug to info where appropriate
Revision
600 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Mon Jul 14 22:38:13 2003 UTC
(21 years, 9 months ago)
by
gezelter
File length: 15099 byte(s)
Diff to
previous 597
Fixes for get and set routines in Atom and DirectionalAtom
Revision
597 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Mon Jul 14 21:28:54 2003 UTC
(21 years, 9 months ago)
by
mmeineke
File length: 15329 byte(s)
Diff to
previous 594
found a bug. Unit vectors were not being updated
Revision
572 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Wed Jul 2 21:26:55 2003 UTC
(21 years, 10 months ago)
by
mmeineke
File length: 14634 byte(s)
Diff to
previous 567
fixed the bugs introduced by switching the periodic box to a matrix
Revision
567 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Wed Jun 25 21:12:14 2003 UTC
(21 years, 10 months ago)
by
mmeineke
File length: 15366 byte(s)
Diff to
previous 563
Changed over the bonds to Harmonic bonds in the DUFF frc file
fixed constraints.
Revision
561 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Fri Jun 20 20:29:36 2003 UTC
(21 years, 10 months ago)
by
mmeineke
File length: 15512 byte(s)
Diff to
previous 559
Most of the integrator and NVT seem to be working now.
Revision
559 -
(
view)
(
annotate)
-
[select for diffs]
Modified
Thu Jun 19 22:02:44 2003 UTC
(21 years, 10 months ago)
by
mmeineke
File length: 15958 byte(s)
Diff to
previous 558
slowly converting to new integrator and forcefield names.
Revision
558 -
(
view)
(
annotate)
-
[select for diffs]
Added
Thu Jun 19 19:21:23 2003 UTC
(21 years, 10 months ago)
by
mmeineke
File length: 15703 byte(s)
finished the basics of the integrator and SimSetup.cpp