Skip to content

Releases: lab-cosmo/torch-pme

v0.2.0

23 Jan 11:05
Compare
Choose a tag to compare

What's Changed

Added

  • Added a PyTorch implementation of the exponential integral function
  • Added dtype and device for Calculator classes
  • Added an example on the tuning scheme and usage, and how to optimize the cutoff

Changed

  • Removed utils module. utils.tuning and utils.prefactor are now in the root of the package; utils.splines is now in the lib module
  • Tuning now uses a grid-search based scheme, instead of a gradient based scheme
  • Tuning functions no longer takes the cutoff parameter, and thus does not support a built-in NL calculation.
  • Refactor the InversePowerLawPotential class to restrict the exponent to integer
    values

Fixed

  • Ensured consistency of dtype and device in the Potential and Calculator classses
  • Fixed consistency of dtype and device in the SplinePotential class
  • Fix inconsistent cutoff in neighbor list example
  • All calculators now check if the cell is zero if the potential is range-separated

New Contributors

Full Changelog: v0.1.0...v0.2.0

v0.1.0

05 Dec 18:37
Compare
Choose a tag to compare

This is the first public release outside of the lab.

v0.1.0-rc3

05 Dec 16:07
Compare
Choose a tag to compare
v0.1.0-rc3 Pre-release
Pre-release
release canditate 3