Skip to content

Releases: molssi-seamm/lammps_step

Bugfix and improvements for parallel runs

31 Jul 17:07
6e0ca76
Compare
Choose a tag to compare
  • There was an issue saving the pressure and volume as properties due to a mismatch in the names used. This has been corrected.
  • Improved how the code determines the number of processors to use for parallel runs, giving salience to the number of atoms in the system, but limiting to the LAMMPS and global limits on numbers of cores as well as the hardware available.

Bugfix and improvements

25 Jul 19:49
3720a68
Compare
Choose a tag to compare
  • Bugfix: Fixed issue with the initial seamm.ini file, created if it is missing from the installation.
  • Added the ability to set the number of points in the trajectories rather than the sampling rate.
  • Added diagnostic information and timings to available results.

Minor internal change for GUI

21 Jul 21:22
9d34b41
Compare
Choose a tag to compare
  • Switched to new functionality in the SEAMM widgets to simplify the layout of the trajectories panel.

Improved handling of trajectories and results

21 Jul 17:07
b7bbb90
Compare
Choose a tag to compare
  • Improved control over the trajectories of positions, velocities, etc. to allow the user to give the number of points in the trajectory rather than the time interval of samples
  • Added volume of the cell to properties, and the cell lengths, density, and volume for NVE and NVT, where those parameters don't vary but are nonetheless useful in subsequent analysis.

Internal release to fix issues with Docker build.

28 Jun 19:30
8482ec6
Compare
Choose a tag to compare
Merge pull request #55 from molssi-seamm/dev

Fixed Docker build.

Added energy and forces to properties

28 Jun 17:51
fd86235
Compare
Choose a tag to compare
  • Added ability to get the energy and forces from single point calculations to support e.g. energy scans.
  • Fixed issue with assigning atoms types if they have not been assigned but are None
  • Updated for change in the order of units in the new version of pint
  • Improved analysis based on the output file.

Corrected issue with e.g. heat flux calculations

22 Mar 19:25
7f85cbf
Compare
Choose a tag to compare
  • Corrected an issue running LAMMPS via Python, introduced in the new scheme for executing. It ignored parallelism.

Switched to new installation scheme

21 Mar 15:06
ea6db7d
Compare
Choose a tag to compare
  • Fully support ~/SEAMM/lammps.ini
  • Updated to new installer
  • Support for Conda and Docker installation.

Added ability to run in containers.

18 Jan 17:21
8c4652f
Compare
Choose a tag to compare

Updated to the new infrastructure that supports running in containers.

Bugfix: properties that are constant

07 Nov 14:05
da8f3ee
Compare
Choose a tag to compare

A property, such as the total energy, can be a constant over an MD run due to precision of the trajectory. This caused errors because the autocorrelation function is not defined. These cases are now detected and the ACF not calculated for them.