Revision
1129 -
Directory Listing
-
[select for diffs]
Modified
Fri Apr 20 18:15:48 2007 UTC
(18 years ago)
by
chrisfen
Diff to
previous 1127
SF Lennard-Jones was added for everyones' enjoyment. The behavior is tethered to the electrostaticSummationMethod keyword.
Revision
1126 -
Directory Listing
-
[select for diffs]
Modified
Fri Apr 6 21:53:43 2007 UTC
(18 years, 1 month ago)
by
gezelter
Diff to
previous 1122
Massive update to do virials (both atomic and cutoff-group) correctly.
The rigid body constraint contributions had been missing and this was
masked by the use of cutoff groups...
Revision
1045 -
Directory Listing
-
[select for diffs]
Modified
Thu Sep 21 18:25:17 2006 UTC
(18 years, 7 months ago)
by
chrisfen
Diff to
previous 1022
fixed the half self term for wolf electrostatics and OOPSE now chooses a cutoff radius dependent alpha for damped electrostatics
Revision
1002 -
Directory Listing
-
[select for diffs]
Modified
Fri Jul 7 19:44:54 2006 UTC
(18 years, 10 months ago)
by
gezelter
Diff to
previous 999
removed icc from C++ search lines, did some formatting work
on GB module, mucked around with a GB example
Revision
998 -
Directory Listing
-
[select for diffs]
Modified
Mon Jul 3 13:18:43 2006 UTC
(18 years, 10 months ago)
by
chrisfen
Diff to
previous 997
Added simulation box dipole moment accumulation for the purposes of calculating dielectric constants
Revision
981 -
Directory Listing
-
[select for diffs]
Modified
Mon Jun 5 18:24:45 2006 UTC
(18 years, 11 months ago)
by
gezelter
Diff to
previous 963
Massive changes for GB code with multiple ellipsoid types (a la
Cleaver's paper).
Also, changes in hydrodynamics code to make HydroProp a somewhat
smarter class (rather than just a struct).
Revision
942 -
Directory Listing
-
[select for diffs]
Modified
Fri Apr 21 19:32:07 2006 UTC
(19 years ago)
by
chrisfen
Diff to
previous 941
Removed sqrt splines and shape stuff (doesn't work, so why was it in there?). Changed some of the water samples to use shifted_force. Probably should set the defaults to use the damped version now that we sped it up.
Revision
889 -
Directory Listing
-
[select for diffs]
Modified
Thu Feb 16 21:40:20 2006 UTC
(19 years, 2 months ago)
by
gezelter
Diff to
previous 867
fixed a problem with cutoff radii being set larger than 1/2 the
length of the shortest box dimension. added a few fortran utility
routines
Revision
849 -
Directory Listing
-
[select for diffs]
Modified
Thu Jan 12 04:13:46 2006 UTC
(19 years, 3 months ago)
by
chrisfen
Diff to
previous 848
Made some changes to electrostatics for shifted-potential and shifted-force with mono and multipoles
Revision
835 -
Directory Listing
-
[select for diffs]
Modified
Sat Dec 31 22:42:01 2005 UTC
(19 years, 4 months ago)
by
chuckv
Diff to
previous 834
Sutton-Chen no longer segfaults or produces 0 potential, but rather
produces Inf for the potential. Progress....
Revision
833 -
Directory Listing
-
[select for diffs]
Modified
Fri Dec 30 21:25:56 2005 UTC
(19 years, 4 months ago)
by
tim
Diff to
previous 831
Long range potential return from fortran is already accumulated, it should not be accumulated again;
nGroupTypesCol is not initialized; GroupMaxCutoffCol is not allocated;
Revision
819 -
Directory Listing
-
[select for diffs]
Modified
Fri Dec 16 21:52:50 2005 UTC
(19 years, 4 months ago)
by
tim
Diff to
previous 813
changed __FUNCTION__ to __func__ to match C99 standard, and then added
an autoconf test to check for __func__ usability. Changed some default
compile flags for the Sun architecture
Revision
798 -
Directory Listing
-
[select for diffs]
Modified
Wed Dec 7 19:58:18 2005 UTC
(19 years, 5 months ago)
by
chuckv
Diff to
previous 797
Removed geometric distance mixing from individual modules and now use
force options to detemine what the deal is.
Revision
695 -
Directory Listing
-
[select for diffs]
Modified
Sun Oct 23 21:08:08 2005 UTC
(19 years, 6 months ago)
by
chrisfen
Diff to
previous 691
streamlined reaction field for dipoles (now a good bit faster) and added reaction field for charges - still need to do charge-dipole RF
Revision
651 -
Directory Listing
-
[select for diffs]
Modified
Mon Oct 10 21:20:46 2005 UTC
(19 years, 6 months ago)
by
chuckv
Diff to
previous 644
Fixed MPI bug with Row and Column indexing of groupToGtype. We now have two seperate maps groupToGtypeRow and groupToGypeCol. GroupToGtypeCol is a pointer that is set to groupToGtypeRow in the single processor version.
Revision
631 -
Directory Listing
-
[select for diffs]
Modified
Mon Sep 26 17:07:54 2005 UTC
(19 years, 7 months ago)
by
chuckv
Diff to
previous 630
Changed erfc to derfc and declared it to be external to fix issure with ifc7. Hopefully this will not cause a problem with other compilers where derfc is an intrinsic function.
Revision
626 -
Directory Listing
-
[select for diffs]
Modified
Sat Sep 24 17:39:36 2005 UTC
(19 years, 7 months ago)
by
chrisfen
Diff to
previous 624
slowdown fixed - now roughly the same speed as the old version when using dipoles
energies are now exactly the same between the old version of OOPSE and this version
Revision
624 -
Directory Listing
-
[select for diffs]
Modified
Fri Sep 23 20:31:02 2005 UTC
(19 years, 7 months ago)
by
chuckv
Diff to
previous 620
Fixed "dum-dum" where we ignore the skin thickness and hardcode listSkin to be 1.0. We now get listskin from skin. This will get fixed to where we can manually set skin thickness.
Revision
620 -
Directory Listing
-
[select for diffs]
Modified
Wed Sep 21 23:45:48 2005 UTC
(19 years, 7 months ago)
by
chuckv
Diff to
previous 618
Bug fix: If we are not using LJ (say we are using EAM), we probably shouldn't rebuild the LJ mixing map.
Revision
599 -
Directory Listing
-
[select for diffs]
Modified
Thu Sep 15 02:48:43 2005 UTC
(19 years, 7 months ago)
by
chuckv
Diff to
previous 597
Fixed bug where gtypeMaxCutoff was not initialized after creation. When maxval(gtypeMaxCutoff) was called, the largest random garbage value was returned from the array.
Revision
563 -
Directory Listing
-
[select for diffs]
Modified
Sun Jul 3 20:53:43 2005 UTC
(19 years, 10 months ago)
by
chuckv
Diff to
previous 562
Added subroutine to set cuttoff for Interaction map and function in simulation.F90 to determine if a particular atype is present in a simulation.
Revision
514 -
Directory Listing
-
[select for diffs]
Modified
Thu Apr 21 14:12:19 2005 UTC
(20 years ago)
by
chrisfen
Diff to
previous 513
Shapes is limping along with a array bounds overwrite (I think...). At least the parser loads the forcefield fine...
Revision
413 -
Directory Listing
-
[select for diffs]
Modified
Wed Mar 9 17:30:29 2005 UTC
(20 years, 2 months ago)
by
tim
Diff to
previous 411
adding IndexFinder which is used to select the molecules; Seperate ElectrostaticAtomTypesSectionParser into
ChargeAtomTypesSectionParser and MultipoleAtomTypesSectionParser;remove print dipole option from Dump2XYZ;
Revision
366 -
Directory Listing
-
[select for diffs]
Modified
Fri Feb 18 15:58:22 2005 UTC
(20 years, 2 months ago)
by
gezelter
Diff to
previous 269
corrected filename collision for EAM on operating systems which are
not case sensitive (aka Mac OS X)