Thanks to visit codestin.com
Credit goes to github.com

Skip to content

tblite version 0.5.0

Latest

Choose a tag to compare

@awvwgk awvwgk released this 30 Jul 11:54
· 1 commit to main since this release
6f6cd7d

Many thanks to Vahideh Alizadeh (@V-Alizade), Benedikt Bädorf (@benbaed), Marvin Friede (@marvinfriede), Thomas Froitzheim (@thfroitzheim), Igor Gerasimov (@foxtran) Hagen Neugebauer (@haneug), Alexander Paul (@apaulTQ), and Pit Steinbach (@pitsteinbach) for contributing to this release.

New Features

  • Full ALPB/GBSA with empirical parameters by @haneug in #142
    • use --alpb for Analytical linearized Poisson-Boltzmann (ALPB) method, parametrized
    • use --gbsa for Generalized Born with Surface Area (GBSA) method, parametrized
    • use --gb for Generalized Born (GB) method, dielectric only
    • use --gbe for Generalized Born epsilon (GBε) method, dielectric only
    • use --cpcm for Conductor like polarizable continuum model (CPCM) method, dielectric only
  • ASE support for solvation by @thfroitzheim in #241
    • Use TBLite(..., solvation=("alpb", "water")) for adding solvation models
  • Density based features aka xtbml by @pitsteinbach in #224
    • use tblite --post-processing xtbml for computing xtbml features and saving them as npz file
  • Add support for reading and writing npy and npz files by @awvwgk in #252, #256, #272, #277
    • use tblite --restart for writing the wavefunction as npz file
    • currently using restart is opt-in and will become default next release
    • results from singlepoint calculations in C and Python can be saved and loaded to npz
  • Updated spGFN2 spin constants by @benbaed in #155, #274

Bug fixes

Documentation Updates

Infrastructure & Refactoring

New Contributors

Full Changelog: v0.4.0...v0.5.0