Skip to content

Releases: michellab/PyXDM

v0.1.2

14 Nov 00:35

Choose a tag to compare

This version introduces the following changes:

  • For schemes that use a molecular grid (rather than atomic grids), such as Hirshfeld, Hirshfeld-I, and Becke, density properties are now computed only once, since the molecular grid is shared across all atoms. This makes these schemes up to $N_{atoms}$ faster than before.
  • Added an option (available in both the API and CLI) that allows users to choose the desired grid granularity:
    coarse, medium, fine, veryfine, ultrafine, insane.
  • Miscellaneous improvements and optimisations.

v0.1.1

09 Oct 21:21

Choose a tag to compare

Relative to the functionality of v0.1.0, this version introduces the following changes:

  • A C++ implementation for calculating the Becke-Roussel displacement.
  • Clear separation between closed- and open-shell molecules, leading to performance improvements.
  • Option to write .h5 output files.

Calculations are now significantly faster (ca. 50% for tested water and benzene molecules).