Skip to content

Releases: molmod/psiflow

v3.0.4

13 Feb 18:18
Compare
Choose a tag to compare
  • clean up CP2K interface by removing all pymatgen dependencies and using cp2k-input-tools
  • speed up Dataset manipulations with simple tricks
  • remove deprecated NWChem interface. Cluster calculations should be done through pyscf. In the near future, also ORCA will be supported

v3.0.3

16 Jan 11:49
Compare
Choose a tag to compare

Bugfix in type annotation of SequentialLearning

v3.0.2

19 Dec 09:49
Compare
Choose a tag to compare
  • fix wandb logging bug where if mask is all NaNs, the returned value was not a tuple but a float (i.e. NaN)
  • ensure committee functionality is robust towards datasets with varying number of atoms

v3.0.1

12 Dec 12:51
Compare
Choose a tag to compare

This release implements a bugfix where training and walker dynamics tasks were not properly terminated when they hit their max_walltime.

psiflow v3.0.0

21 Nov 18:58
Compare
Choose a tag to compare
  • PySCF support
  • New Weights & Biases interface (click here to see what it looks like!)
  • Temperature ramps can now be applied on a smaller number of iterations, where subsequent iterations will perform the sampling continue at the highest (final) temperature
  • Execution configurations are now specified in a much easier YAML file format (see configs for examples)
  • There is now a comprehensive notebook which explains the basics of Parsl, psiflow, and free energy calculations with ML potentials and pymbar. It's still somewhat preliminary so it might still contain a few typos.

In terms of development, we've added support for Python 3.10, added CI pipelines for basic tests which only require small amounts of CPU compute, and have adopted the black code style and flake8 linting.

v2.0.0

01 Oct 19:26
Compare
Choose a tag to compare
  • support for OpenMM --> much faster simulations (CPU x2-x5, GPU x10)
  • better active learning workflow --> much less 'unphysical' samples in generated data
  • better Weights & Biases logging --> easier to track progress
  • support for cluster calculations via NWChem
  • support for query-by-committee active learning
  • ... and many other small bugfixes!

v1.0.0

07 Jun 16:50
6d09b03
Compare
Choose a tag to compare

First official release!