Revision
1627 -
Directory Listing
-
[select for diffs]
Modified
Tue Sep 13 22:05:04 2011 UTC
(14 years, 1 month ago)
by
gezelter
Diff to
previous 1618
,
to
selected 349
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
1360 -
Directory Listing
-
[select for diffs]
Modified
Mon Sep 7 16:31:51 2009 UTC
(16 years, 1 month ago)
by
cli2
Original Path:
trunk/src/selection
Diff to
previous 963
,
to
selected 349
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
413 -
Directory Listing
-
[select for diffs]
Modified
Wed Mar 9 17:30:29 2005 UTC
(20 years, 7 months ago)
by
tim
Original Path:
trunk/src/selection
Diff to
previous 358
,
to
selected 349
adding IndexFinder which is used to select the molecules; Seperate ElectrostaticAtomTypesSectionParser into
ChargeAtomTypesSectionParser and MultipoleAtomTypesSectionParser;remove print dipole option from Dump2XYZ;
Revision
349 -
Directory Listing
-
[selected]
Modified
Tue Feb 15 17:35:30 2005 UTC
(20 years, 8 months ago)
by
tim
Original Path:
trunk/src/selection
Diff to
previous 317
adding typedef to TokenMap, using TokenMapType::value_type instead of
std::make_pair to make Sun compiler happy