Revision
1842 -
Directory Listing
-
[select for diffs]
Modified
Tue Jan 29 19:10:04 2013 UTC
(12 years, 11 months ago)
by
gezelter
Diff to
previous 1839
,
to
selected 3
Only compute field for sites not excluded from the pairwise electrostatic contribution.
Also, now compute the mean field felt by the sites in a rigid body, and report that as
the rigid body's field.
Revision
1838 -
Directory Listing
-
[select for diffs]
Modified
Tue Jan 22 16:20:11 2013 UTC
(13 years ago)
by
gezelter
Diff to
previous 1808
,
to
selected 3
Unified the computation of storageLayout into SimCreator, but that
value is stored in SimInfo. We used to compute storageLayout values
in two places - now only one.
Revision
1710 -
Directory Listing
-
[select for diffs]
Modified
Fri May 18 21:44:02 2012 UTC
(13 years, 8 months ago)
by
gezelter
Diff to
previous 1702
,
to
selected 3
Added an adapter layer between the AtomType and the rest of the code to
handle the bolt-on capabilities of new types.
Fixed a long-standing bug in how storageLayout was being set to the maximum
possible value.
Started to add infrastructure for Polarizable and fluc-Q calculations.
Revision
1627 -
Directory Listing
-
[select for diffs]
Modified
Tue Sep 13 22:05:04 2011 UTC
(14 years, 4 months ago)
by
gezelter
Diff to
previous 1581
,
to
selected 3
Splitting out ifstrstream into a header and an implementation. This
means that much of the code that depends on it can be compiled only
once and the parallel I/O is concentrated into a few files. To do
this, a number of files that relied on basic_ifstrstream to load the
mpi header had to be modified to manage their own headers.
Revision
1443 -
Directory Listing
-
[select for diffs]
Modified
Thu May 27 14:17:39 2010 UTC
(15 years, 7 months ago)
by
gezelter
Original Path:
trunk/src/primitives
Diff to
previous 1442
,
to
selected 3
Fixed a potential bug. If Ghost atoms have no electroFrame
(i.e. if they are DirectionalAtoms, but not dipoles), the GhostBend
and GhostTorsions would give nans. We should be using getA instead
of getElectroFrame.
Revision
1360 -
Directory Listing
-
[select for diffs]
Modified
Mon Sep 7 16:31:51 2009 UTC
(16 years, 4 months ago)
by
cli2
Original Path:
trunk/src/primitives
Diff to
previous 1309
,
to
selected 3
Added new restraint infrastructure
Added MolecularRestraints
Added ObjectRestraints
Added RestraintStamp
Updated thermodynamic integration to use ObjectRestraints
Added Quaternion mathematics for twist swing decompositions
Significantly updated RestWriter and RestReader to use dump-like files
Added selections for x, y, and z coordinates of atoms
Removed monolithic Restraints class
Fixed a few bugs in gradients of Euler angles in DirectionalAtom and RigidBody
Added some rotational capabilities to prinicpalAxisCalculator
Revision
1210 -
Directory Listing
-
[select for diffs]
Modified
Wed Jan 23 03:45:33 2008 UTC
(18 years ago)
by
gezelter
Original Path:
trunk/src/primitives
Diff to
previous 1126
,
to
selected 3
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
205 -
Directory Listing
-
[select for diffs]
Modified
Thu Nov 4 16:22:03 2004 UTC
(21 years, 2 months ago)
by
gezelter
Original Path:
trunk/src/primitives
Diff to
previous 198
,
to
selected 3
isLinear and linearAxis are virtual in StuntDouble,
but are implemented by DirectionalAtom and RigidBody
In StuntDouble, they should return false and "-1" but
there should be logic to figure them out in the other
two classes