deepmodeling / DeePTB

DeePTB: A deep learning package for tight-binding approach with ab initio accuracy.
GNU Lesser General Public License v3.0
46 stars 15 forks source link

Feature: add support for Lmdb dataset #177

Closed floatingCatty closed 3 months ago

floatingCatty commented 4 months ago
  1. Implemented an LMDB AtomicDataset, which loads the data on the fly during the training.
  2. Implemented data parsing tools from abacus single point calculation output to LMDB style dataset.