Skip to content

TorchANI 1.2

Compare
Choose a tag to compare
@zasdfgbnm zasdfgbnm released this 23 Nov 18:53
· 143 commits to master since this release

Please update your PyTorch to latest nightly build!

Changes

  • Add support for indexing species with periodic table element index. (#396, #399)
    • To convert from the periodic table index to the 0, 1, 2, 3, ... index, checkout torchani.SpeciesConverter (#396)
    • To switch to the periodic table index for builtin models, set the argument periodic_table_index=True when constructing. (#399)
  • Submodules of ANIModel can now have a name. To use this feature, pass an OrderedDict instead of a list to its constructor. (#398)
  • torchani.utils.hessian is now supported by JIT. (#397)
  • Documentation improvements (#400, #401, #402)