Revision
1849 -
Directory Listing
-
[select for diffs]
Modified
Wed Feb 20 13:52:51 2013 UTC
(12 years, 2 months ago)
by
gezelter
Diff to
previous 1825
Performance increases for cubic spline.
Bug fix for electric field in parallel.
Cleaned up globals.
Started adding infrastructure for long range corrections.
Revision
1780 -
Directory Listing
-
[select for diffs]
Modified
Mon Aug 20 18:28:22 2012 UTC
(12 years, 8 months ago)
by
jmarr
Diff to
previous 1769
Adding an electric field and the architecture for external perturbations. Fixing a bug in MultipoleAtomTypesSectionParser.
Revision
1764 -
Directory Listing
-
[select for diffs]
Modified
Tue Jul 3 18:32:27 2012 UTC
(12 years, 10 months ago)
by
gezelter
Diff to
previous 1752
Refactored Snapshot and Stats to use the Accumulator classes. Collected
a number of methods into Thermo that belonged there.
Revision
1725 -
Directory Listing
-
[select for diffs]
Modified
Sat May 26 18:13:43 2012 UTC
(12 years, 11 months ago)
by
gezelter
Diff to
previous 1723
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
1711 -
Directory Listing
-
[select for diffs]
Modified
Sat May 19 02:58:35 2012 UTC
(12 years, 11 months ago)
by
gezelter
Diff to
previous 1710
Some fixes for DataStorage issues. Removed outdated zangle stuff that
has been replaced by the more modern restraints.
Revision
1710 -
Directory Listing
-
[select for diffs]
Modified
Fri May 18 21:44:02 2012 UTC
(12 years, 11 months ago)
by
gezelter
Diff to
previous 1688
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
1688 -
Directory Listing
-
[select for diffs]
Modified
Wed Mar 14 17:56:01 2012 UTC
(13 years, 1 month ago)
by
gezelter
Diff to
previous 1665
Bug fixes for GB. Now using strength parameter mixing ideas from Wu
et al. [J. Chem. Phys. 135, 155104 (2011)]. This helps get the
dissimilar particle mixing behavior to be the same whichever order the
two particles come in. This does require that the force field file to
specify explicitly the values for epsilon in the cross (X), side-by-side (S),
and end-to-end (E) configurations.
Revision
1627 -
Directory Listing
-
[select for diffs]
Modified
Tue Sep 13 22:05:04 2011 UTC
(13 years, 7 months ago)
by
gezelter
Diff to
previous 1624
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
1613 -
Directory Listing
-
[select for diffs]
Modified
Thu Aug 18 20:18:19 2011 UTC
(13 years, 8 months ago)
by
gezelter
Diff to
previous 1587
Fixed a parallel bug in computing exclude lists.
Added file versioning information in MD files.
Still tracking down cutoff group bugs.
Revision
1459 -
Directory Listing
-
[select for diffs]
Modified
Tue Jul 6 21:23:46 2010 UTC
(14 years, 10 months ago)
by
gezelter
Original Path:
trunk/src/io
Diff to
previous 1451
Fixed a potentially serious bug in GhostBend and GhostTorsion. We
were using A instead of A.transpose() where we need lab-frame
coordinates of the body-fixed axis.
Revision
1402 -
Directory Listing
-
[select for diffs]
Modified
Fri Jan 8 17:15:27 2010 UTC
(15 years, 3 months ago)
by
chuckv
Original Path:
trunk/src/io
Diff to
previous 1401
Added preliminary code for Alpha Hull calculation using qhull.
Added preliminary support to SMIPD to support Alpha Hull.
Alpha Hull does not yet add the correct things to triangle to be returned to SMPID.
Preliminary changes for shadow hamiltonian integrator.
Chages to md files so they will work in openMD.
Revision
1398 -
Directory Listing
-
[select for diffs]
Modified
Tue Dec 8 22:17:02 2009 UTC
(15 years, 4 months ago)
by
gezelter
Original Path:
trunk/src/io
Diff to
previous 1390
Parallel bugfix in RestraintForceManager
Reverted back to hydrodynamics on triangular plates for SMIPDForceManager
Removed thermalLength and thermalConductivity keywords from Globals.
Bug tracking in openmdformat (not yet resolved).
Revision
1360 -
Directory Listing
-
[select for diffs]
Modified
Mon Sep 7 16:31:51 2009 UTC
(15 years, 7 months ago)
by
cli2
Original Path:
trunk/src/io
Diff to
previous 1355
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
1341 -
Directory Listing
-
[select for diffs]
Modified
Fri May 8 19:47:05 2009 UTC
(15 years, 11 months ago)
by
skuang
Original Path:
trunk/src/io
Diff to
previous 1331
Bug fixes and sanity checks for RNEMD (nBins should be even), check to make
sure we aren't selecting inappropriate numbers of integrable Objects
Revision
1291 -
Directory Listing
-
[select for diffs]
Modified
Thu Sep 11 19:40:59 2008 UTC
(16 years, 7 months ago)
by
gezelter
Original Path:
trunk/src/io
Diff to
previous 1290
Added some logic to print out a special pair distance as a column in
the stat file. To use this feature, use taggedAtomPair = "0, 10" and
printTaggedPairDistance = "true" in the md file. Then, the distance
between integrableObjects 0 and 10 will be computed and printed in
the stat file on each statWrite.
Revision
1126 -
Directory Listing
-
[select for diffs]
Modified
Fri Apr 6 21:53:43 2007 UTC
(18 years, 1 month ago)
by
gezelter
Original Path:
trunk/src/io
Diff to
previous 1112
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
1024 -
Directory Listing
-
[select for diffs]
Modified
Wed Aug 30 18:42:29 2006 UTC
(18 years, 8 months ago)
by
tim
Original Path:
trunk/src/io
Diff to
previous 1023
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
(18 years, 11 months ago)
by
gezelter
Original Path:
trunk/src/io
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).
Revision
816 -
Directory Listing
-
[select for diffs]
Modified
Fri Dec 16 18:26:41 2005 UTC
(19 years, 4 months ago)
by
tim
Original Path:
trunk/src/io
Diff to
previous 805
the standard library came with SUN compiler does not have a conforming std::use_facet, define a macro
to handle it. Adding exception handling to SimCreator.
Revision
413 -
Directory Listing
-
[select for diffs]
Modified
Wed Mar 9 17:30:29 2005 UTC
(20 years, 1 month ago)
by
tim
Original Path:
trunk/src/io
Diff to
previous 404
adding IndexFinder which is used to select the molecules; Seperate ElectrostaticAtomTypesSectionParser into
ChargeAtomTypesSectionParser and MultipoleAtomTypesSectionParser;remove print dipole option from Dump2XYZ;
Revision
273 -
Directory Listing
-
[select for diffs]
Modified
Tue Jan 25 17:45:23 2005 UTC
(20 years, 3 months ago)
by
tim
Original Path:
trunk/src/io
Diff to
previous 267
(1) complete section parser's error message
(2) add GhostTorsion
(3) accumulate inertial tensor from the directional atoms before calculate rigidbody's inertial tensor