Revision
1725 -
Directory Listing
-
[select for diffs]
Modified
Sat May 26 18:13:43 2012 UTC
(13 years, 1 month ago)
by
gezelter
Diff to
previous 1701
Individual ForceField classes have been removed (they were essentially
all duplicates anyway).
ForceField has moved to brains, and since only one force field is in
play at any time, the ForceFieldFactory and Register methods have been
removed.
Revision
1701 -
Directory Listing
-
[select for diffs]
Modified
Thu Apr 5 19:37:58 2012 UTC
(13 years, 3 months ago)
by
kstocke1
Diff to
previous 1690
Added files for fcc and pentagonal nanorod builders. Updated runMe in samples/builders to include nanorod builders.
Revision
1363 -
Directory Listing
-
[select for diffs]
Modified
Tue Sep 8 19:12:52 2009 UTC
(15 years, 10 months ago)
by
gezelter
Original Path:
trunk/forceFields
Diff to
previous 1314
Adding alternate water models to Amber parameters. The approved model
for Amber is still TIP3P, but if you want reasonable water dynamics,
you need SPC/E. OOPSE/OpenMD will now give you the choice.
Revision
1210 -
Directory Listing
-
[select for diffs]
Modified
Wed Jan 23 03:45:33 2008 UTC
(17 years, 6 months ago)
by
gezelter
Original Path:
trunk/forceFields
Diff to
previous 1159
Removed older version of openbabel from our code. We now have a
configure check to see if openbabel is installed and then we link to
the stuff we need. Conversion to OOPSE's md format is handled by only
one application (atom2md), so most of the work went on there.
ElementsTable still needs some work to function in parallel.
Revision
1024 -
Directory Listing
-
[select for diffs]
Modified
Wed Aug 30 18:42:29 2006 UTC
(18 years, 10 months ago)
by
tim
Original Path:
trunk/forceFields
Diff to
previous 1007
Massive changes preparing for release of OOPSE-4: The main difference
is that the new MD file format (.md, .dump, .eor) now contains meta-data
information along with the configuration information.
Revision
981 -
Directory Listing
-
[select for diffs]
Modified
Mon Jun 5 18:24:45 2006 UTC
(19 years, 1 month ago)
by
gezelter
Original Path:
trunk/forceFields
Diff to
previous 979
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).