Core Workflows#
A naive illustration of the DeepH-pack workflow is demonstrated as follows:
Source: arXiv:2601.02938 [cond-mat.mtrl-sci]
DeepH-pack enables the prediction of ab initio Hamiltonians using deep neural networks. The standard workflow consists of three sequential stages:
DFT Data Interface Setup: Prepare and format density functional theory (DFT) calculations for neural network training
Model Training: Configure, train, and validate deep learning models on electronic structure data
Prediction & Interface: Deploy trained models for Hamiltonian predictions and integrate with downstream calculations
Each workflow builds upon the previous stage, ensuring a consistent pipeline from DFT data to deep learning predictions. These guides are intended for both new users establishing their first workflow and experienced developers extending the framework.