Skip to content

Releases: molssi-seamm/diffusivity_step

Bugfix: Reinitialization of data in loops

30 Jul 20:03
1a72a8f
Compare
Choose a tag to compare
  • Fixed a bug where the data was not being correctly initialized if the step was in a loop. This caused the timing results to be incorrect.
  • Added actual number of samples for the MSD and length of the Helfand integral to the results.

Added optional correction for cell size

30 Jul 13:47
204065d
Compare
Choose a tag to compare
  • Added an option to use the Yeh-Hummer hydrostatic correction for the effects of the finite cell size. The viscosity is required as an input, but the correction eliminates the need to extrapolate to 1/L = 0.
  • Added control parameters and timings to the available results.

Significant improvements!

21 Jul 21:48
a710b7f
Compare
Choose a tag to compare
  • Simplified error analysis to safe approach of analyzing the diffusion constants over runs.
  • Improved fitting of the curves to focus on the central linear portion. There are reasonable defaults but the user can adjust as needed.
  • Provided a combined average and error bars when both the MSF approach and Helfand moments are used.
  • Capture temperature, pressure, and cell size from the MD step, providing 1/L as a result since the true diffusion constants are found by extrapolating to 1/L = 0.
  • Provided control over the number of steps for the expensive numerical integration in the Helfand moments, providing a reasonable default of 1000.

Bugfix: Significant error in Helfand Moment approach

15 Jul 18:38
c713fe8
Compare
Choose a tag to compare
  • Now fixed and seems to be working. Has been tested reasonably well.

Improved fitting of curves

04 Jul 19:31
dcdd84c
Compare
Choose a tag to compare
  • Removed weighting of the fit by the stdev since it is too biased to the beginning
  • Added control over the portion of the data to fit in order to avoid the initial curvature and poor data towards the end.

Bugfix: handling of options for subflowchart

03 Jun 17:47
056f39e
Compare
Choose a tag to compare
  • Fixed a bug where the options for the subflowchart were not being parsed correctly.

Updated for new task handling

26 May 13:36
69f91d8
Compare
Choose a tag to compare
  • The new handling of running tasks such as LAMMPS required a small change in the code.

Changed default to MSD

04 Sep 17:24
Compare
Choose a tag to compare

The Helfand moments approach seems give incorrect results if the sampling time is too long. It is not dramatic, but gives increasingly incorrect results as the sampling time is increased. Thus using the Helfand moments is dangerous because the results may be wrong, but not obviously so.

Initial working release

30 Aug 19:02
Compare
Choose a tag to compare
2023.8.30

Fixed documentation requirements