Skip to content

Releases: pfnet-research/torch-dftd

v0.4.0 release

15 Nov 07:55
1aa73b0
Compare
Choose a tag to compare

This is the release note of v0.4.0.

Highlights

  • Proper ONNX export, and optimizing peak memory usage and execution speed on some ONNX inference engine
    • Split c6 computation to reduce peak memory usage #17
    • Fix tracing batch size #18
    • Reduce Gather op when ONNX-exported #20

Others

  • Update CI #19

v0.3.0 release

25 Apr 08:44
43b38b8
Compare
Choose a tag to compare

This is the release note of v0.3.0.

Highlights

  • use shift for gradient calculation instead of cell #13 (Thank you @So-Takamoto )
    • It includes 1. speed up of stress calculation for batch atoms, and 2. bug fix for stress calculation when cell is skewed.

v0.2.0 release

04 Sep 03:17
4a0d47d
Compare
Choose a tag to compare

This is the release note of v0.2.0.

Highlights

  • Add PFP citation in README.md #2
  • Use pymatgen for pbc neighbor search speed up #3

Bug fixes

Others

v0.1.0 release

10 May 06:34
a50c3c2
Compare
Choose a tag to compare

First public release of torch-dftd!