ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/OpenMD/trunk/src/rnemd/RNEMD.cpp
Revision 2027 - (view) (annotate) - [select for diffs]
Modified Wed Oct 22 14:29:20 2014 UTC (10 years, 6 months ago) by gezelter
File length: 77418 byte(s)
Diff to previous 2026
Fixed a closing brace bug

Revision 2026 - (view) (annotate) - [select for diffs]
Modified Wed Oct 22 12:23:59 2014 UTC (10 years, 6 months ago) by gezelter
File length: 78086 byte(s)
Diff to previous 1980
Starting to add support for UniformGradient. 
Changed Vector3d input type to a more general std::vector<RealType> input.  This change alters RNEMD and UniformField inputs.

Revision 1980 - (view) (annotate) - [select for diffs]
Modified Sat Apr 5 21:17:12 2014 UTC (11 years ago) by gezelter
File length: 76604 byte(s)
Diff to previous 1979
Fixes for compilation with PGI compilers

Revision 1979 - (view) (annotate) - [select for diffs]
Modified Sat Apr 5 20:56:01 2014 UTC (11 years ago) by gezelter
File length: 76602 byte(s)
Diff to previous 1971
* Changed the stdDev printouts in RNEMD stats to the 95% confidence intervals
* Added the ability to specify non-bonded constraints in a molecule
* Added the ability to do selection offsets in the pAngle staticProps module

Revision 1971 - (view) (annotate) - [select for diffs]
Modified Fri Feb 28 13:25:13 2014 UTC (11 years, 2 months ago) by gezelter
File length: 76543 byte(s)
Diff to previous 1969
Fixed a few MPI issues that were triggered in mpich.

Revision 1969 - (view) (annotate) - [select for diffs]
Modified Wed Feb 26 14:14:50 2014 UTC (11 years, 2 months ago) by gezelter
File length: 76508 byte(s)
Diff to previous 1946
Fixes to deal with deprecation of MPI C++ bindings.  We've reverted back to the
C calls.

Revision 1946 - (view) (annotate) - [select for diffs]
Modified Tue Nov 12 02:18:35 2013 UTC (11 years, 5 months ago) by gezelter
File length: 76600 byte(s)
Diff to previous 1941
fixed a bug in the temperature profile calculation

Revision 1941 - (view) (annotate) - [select for diffs]
Modified Tue Nov 5 16:49:04 2013 UTC (11 years, 5 months ago) by gezelter
File length: 76637 byte(s)
Diff to previous 1940
Fixing the angular momentum printout bug

Revision 1940 - (view) (annotate) - [select for diffs]
Modified Fri Nov 1 19:31:41 2013 UTC (11 years, 5 months ago) by gezelter
File length: 76191 byte(s)
Diff to previous 1938
Angular velocity fix in RNEMD

Revision 1938 - (view) (annotate) - [select for diffs]
Modified Thu Oct 31 15:32:17 2013 UTC (11 years, 6 months ago) by gezelter
File length: 76187 byte(s)
Diff to previous 1903
Some MPI include re-ordering to work with the Intel MPI implementation.

Revision 1903 - (view) (annotate) - [select for diffs]
Modified Tue Jul 16 18:58:08 2013 UTC (11 years, 9 months ago) by gezelter
File length: 76187 byte(s)
Diff to previous 1879
Test to see if we can eliminate a bug in MPI runs involving RNEMD.

Revision 1879 - (view) (annotate) - [select for diffs]
Modified Sun Jun 16 15:15:42 2013 UTC (11 years, 10 months ago) by gezelter
File length: 75700 byte(s)
Diff to previous 1804
MERGE OpenMD development 1783:1878 into trunk
Revision 1804 - (view) (annotate) - [select for diffs]
Modified Wed Oct 17 19:04:44 2012 UTC (12 years, 6 months ago) by gezelter
File length: 56529 byte(s)
Diff to previous 1801
Fixed a bug when the bins have no objects in them.

Revision 1801 - (view) (annotate) - [select for diffs]
Modified Mon Oct 1 18:21:15 2012 UTC (12 years, 7 months ago) by gezelter
File length: 56392 byte(s)
Diff to previous 1793
Some parallel fixes for "select all" selection scripts.  The distance finder
selection, e.g. "select within(4.0, Au)", still needs work, however.

Revision 1793 - (view) (annotate) - [select for diffs]
Modified Fri Aug 31 21:16:10 2012 UTC (12 years, 8 months ago) by gezelter
File length: 57017 byte(s)
Diff to previous 1791
Cleaning up some warning messages on linux

Revision 1791 - (view) (annotate) - [select for diffs]
Modified Fri Aug 31 16:48:50 2012 UTC (12 years, 8 months ago) by gezelter
File length: 57265 byte(s)
Diff to previous 1789
switched to a base accumulator to make the hidden function warnings
from the intel compiler go away.

Revision 1789 - (view) (annotate) - [select for diffs]
Modified Wed Aug 29 20:52:19 2012 UTC (12 years, 8 months ago) by gezelter
File length: 57122 byte(s)
Diff to previous 1782
Fixing a compilation issue on Windows

Revision 1782 - (view) (annotate) - [select for diffs]
Modified Wed Aug 22 02:28:28 2012 UTC (12 years, 8 months ago) by gezelter
File length: 57097 byte(s)
Diff to previous 1777
MERGE OpenMD development branch 1465:1781 into trunk
Revision 1777 - (view) (annotate) - [select for diffs]
Modified Thu Aug 9 18:35:09 2012 UTC (12 years, 8 months ago) by gezelter
Original Path: branches/development/src/rnemd/RNEMD.cpp
File length: 57097 byte(s)
Diff to previous 1776
Various fixes for the RNEMD output.

Revision 1776 - (view) (annotate) - [select for diffs]
Modified Thu Aug 9 15:52:59 2012 UTC (12 years, 8 months ago) by gezelter
Original Path: branches/development/src/rnemd/RNEMD.cpp
File length: 56503 byte(s)
Diff to previous 1775
Fixes to mdParser to handle vector assignments, fixes for VelocityVerletIntegrator deleting rnemd_ when it doesn't exist yet.

Revision 1775 - (view) (annotate) - [select for diffs]
Modified Wed Aug 8 18:45:52 2012 UTC (12 years, 8 months ago) by gezelter
Original Path: branches/development/src/rnemd/RNEMD.cpp
File length: 56091 byte(s)
Diff to previous 1774
Tracking down a strange bug report.   Fixing some output. Fixing some samples.

Revision 1774 - (view) (annotate) - [select for diffs]
Modified Wed Aug 8 16:03:02 2012 UTC (12 years, 8 months ago) by gezelter
Original Path: branches/development/src/rnemd/RNEMD.cpp
File length: 56094 byte(s)
Diff to previous 1773
Cleaning up RNEMD log, adding XY area to Snapshot

Revision 1773 - (view) (annotate) - [select for diffs]
Modified Tue Aug 7 18:26:40 2012 UTC (12 years, 8 months ago) by gezelter
Original Path: branches/development/src/rnemd/RNEMD.cpp
File length: 53421 byte(s)
Diff to previous 1769
Adding new RNEMD options and output file format

Revision 1769 - (view) (annotate) - [select for diffs]
Modified Mon Jul 9 14:15:52 2012 UTC (12 years, 9 months ago) by gezelter
Original Path: branches/development/src/rnemd/RNEMD.cpp
File length: 52767 byte(s)
Diff to previous 1764
Code readability updates.

Revision 1764 - (view) (annotate) - [select for diffs]
Modified Tue Jul 3 18:32:27 2012 UTC (12 years, 9 months ago) by gezelter
Original Path: branches/development/src/rnemd/RNEMD.cpp
File length: 52837 byte(s)
Diff to previous 1731
Refactored Snapshot and Stats to use the Accumulator classes.  Collected
a number of methods into Thermo that belonged there.

Revision 1731 - (view) (annotate) - [select for diffs]
Modified Thu May 31 12:25:30 2012 UTC (12 years, 11 months ago) by gezelter
Original Path: branches/development/src/rnemd/RNEMD.cpp
File length: 52934 byte(s)
Copied from: branches/development/src/integrators/RNEMD.cpp revision 1730
Diff to previous 1728
Reorganized source directories, added RNEMD and flucQ blocks for
options parsing.

Revision 1728 - (view) (annotate) - [select for diffs]
Modified Wed May 30 16:07:03 2012 UTC (12 years, 11 months ago) by jmarr
Original Path: branches/development/src/integrators/RNEMD.cpp
File length: 53008 byte(s)
Diff to previous 1723
resolved

Revision 1723 - (view) (annotate) - [select for diffs]
Modified Thu May 24 20:59:54 2012 UTC (12 years, 11 months ago) by gezelter
Original Path: branches/development/src/integrators/RNEMD.cpp
File length: 49500 byte(s)
Diff to previous 1722
Bug fixes for heat flux import

Revision 1722 - (view) (annotate) - [select for diffs]
Modified Thu May 24 14:23:40 2012 UTC (12 years, 11 months ago) by gezelter
Original Path: branches/development/src/integrators/RNEMD.cpp
File length: 49483 byte(s)
Diff to previous 1665
Merging Shenyu's RNEMD changes from openmd-1 into the development branch.

Revision 1665 - (view) (annotate) - [select for diffs]
Modified Tue Nov 22 20:38:56 2011 UTC (13 years, 5 months ago) by gezelter
Original Path: branches/development/src/integrators/RNEMD.cpp
File length: 36168 byte(s)
Diff to previous 1629
updated copyright notices

Revision 1629 - (view) (annotate) - [select for diffs]
Modified Wed Sep 14 21:15:17 2011 UTC (13 years, 7 months ago) by gezelter
Original Path: branches/development/src/integrators/RNEMD.cpp
File length: 36102 byte(s)
Diff to previous 1627
Merging changes from old branch into development branch

Revision 1627 - (view) (annotate) - [select for diffs]
Modified Tue Sep 13 22:05:04 2011 UTC (13 years, 7 months ago) by gezelter
Original Path: branches/development/src/integrators/RNEMD.cpp
File length: 33271 byte(s)
Diff to previous 1465
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 1465 - (view) (annotate) - [select for diffs]
Modified Fri Jul 9 23:08:25 2010 UTC (14 years, 9 months ago) by chuckv
Original Path: branches/development/src/integrators/RNEMD.cpp
File length: 33254 byte(s)
Diff to previous 1442
Creating busticated version of OpenMD
Revision 1442 - (view) (annotate) - [select for diffs]
Modified Mon May 10 17:28:26 2010 UTC (14 years, 11 months ago) by gezelter
Original Path: trunk/src/integrators/RNEMD.cpp
File length: 33254 byte(s)
Diff to previous 1396
Adding property set to svn entries

Revision 1396 - (view) (annotate) - [select for diffs]
Modified Sat Dec 5 02:57:05 2009 UTC (15 years, 4 months ago) by gezelter
Original Path: trunk/src/integrators/RNEMD.cpp
File length: 33254 byte(s)
Diff to previous 1390
Merging changes skipped in working copies of OOPSE into the OpenMD
tree, fixing make install

Revision 1390 - (view) (annotate) - [select for diffs]
Modified Wed Nov 25 20:02:06 2009 UTC (15 years, 5 months ago) by gezelter
Original Path: trunk/src/integrators/RNEMD.cpp
File length: 32066 byte(s)
Diff to previous 1368
Almost all of the changes necessary to create OpenMD out of our old
project (OOPSE-4)

Revision 1368 - (view) (annotate) - [select for diffs]
Modified Mon Oct 19 13:39:04 2009 UTC (15 years, 6 months ago) by skuang
Original Path: trunk/src/integrators/RNEMD.cpp
File length: 31972 byte(s)
Diff to previous 1350
added RNEMD scaling

Revision 1350 - (view) (annotate) - [select for diffs]
Modified Thu May 21 18:56:45 2009 UTC (15 years, 11 months ago) by gezelter
Original Path: trunk/src/integrators/RNEMD.cpp
File length: 17543 byte(s)
Diff to previous 1341
Parallel version of RNEMD

Revision 1341 - (view) (annotate) - [select for diffs]
Modified Fri May 8 19:47:05 2009 UTC (15 years, 11 months ago) by skuang
Original Path: trunk/src/integrators/RNEMD.cpp
File length: 12122 byte(s)
Diff to previous 1339
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 1339 - (view) (annotate) - [select for diffs]
Modified Thu Apr 23 18:31:05 2009 UTC (16 years ago) by gezelter
Original Path: trunk/src/integrators/RNEMD.cpp
File length: 12603 byte(s)
Diff to previous 1338
bug fix in DLM, added temperature profiles and uniform bins to RNEMD

Revision 1338 - (view) (annotate) - [select for diffs]
Modified Thu Apr 23 18:22:30 2009 UTC (16 years ago) by skuang
Original Path: trunk/src/integrators/RNEMD.cpp
File length: 12175 byte(s)
Diff to previous 1334
Added a getStatus routine to check the temperatures

Revision 1334 - (view) (annotate) - [select for diffs]
Modified Thu Apr 2 19:55:37 2009 UTC (16 years, 1 month ago) by gezelter
Original Path: trunk/src/integrators/RNEMD.cpp
File length: 7723 byte(s)
Diff to previous 1333
Bug fix

Revision 1333 - (view) (annotate) - [select for diffs]
Modified Thu Apr 2 18:11:59 2009 UTC (16 years, 1 month ago) by gezelter
Original Path: trunk/src/integrators/RNEMD.cpp
File length: 7640 byte(s)
Diff to previous 1332
Debugging, but still unstable

Revision 1332 - (view) (annotate) - [select for diffs]
Modified Thu Apr 2 17:25:59 2009 UTC (16 years, 1 month ago) by gezelter
Original Path: trunk/src/integrators/RNEMD.cpp
File length: 7407 byte(s)
Diff to previous 1331
fixed some bugs, added some logic to sort stuntdoubles

Revision 1331 - (view) (annotate) - [select for diffs]
Modified Thu Apr 2 16:04:52 2009 UTC (16 years, 1 month ago) by gezelter
Original Path: trunk/src/integrators/RNEMD.cpp
File length: 4770 byte(s)
Diff to previous 1330
Adding options to RNEMD for selecting particular StuntDoubles

Revision 1330 - (view) (annotate) - [select for diffs]
Modified Thu Mar 19 21:03:36 2009 UTC (16 years, 1 month ago) by skuang
Original Path: trunk/src/integrators/RNEMD.cpp
File length: 3879 byte(s)
Diff to previous 1329
Added handlers to Integrator to call RNEMD at the right times.  Added initialization
to RNEMD to make sure values from the MD file are available.

Revision 1329 - (view) (annotate) - [select for diffs]
Added Sat Mar 14 01:23:53 2009 UTC (16 years, 1 month ago) by gezelter
Original Path: trunk/src/integrators/RNEMD.cpp
File length: 3092 byte(s)
Adding RNEMD

Convenience Links

Links to HEAD: (view) (annotate)

Compare Revisions

This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, enter a numeric revision.

  Diffs between and
  Type of Diff should be a