Skip to content

The documentation of DeepH-pack, the latest iteration of DeepH, unites all the preceding DeepH methodologies into a cohesive package. This advanced version has been meticulously rewritten with JAX, enhancing its efficiency and capabilities.

License

Notifications You must be signed in to change notification settings

kYangLi/DeepH-pack-docs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

97 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DeepH-pack Logo

A General-purpose Neural Network Package for Deep-learning Electronic Structure Calculations

GitHub Actions PyPI Release PyPI Version Python 3.13

License Documentation Status GitHub Issues GitHub Stars

Drive Accuracy and Efficiency with Intelligence.

For the most comprehensive usage documentation, please visit https://docs.deeph-pack.com/deeph-pack.


Core Features

The modernized DeepH-pack is built upon the solid foundation of its predecessor and has been re-engineered with JAX and FLAX to unlock new levels of efficiency and flexibility.

Quick Start

Get the Software

Please visit the DeepH-pack official website to apply for and obtain the software.

Installation

Before installing DeepH-pack, ensure that uv — a fast and versatile Python package manager — is properly installed and configured, and that your Python 3.13 environment is set up. If you plan to run DeepH in a GPU-accelerated environment, you must also pre-install CUDA 12.8 or 12.9.

pip install ./deepx-1.0.6+light-py3-none-any.whl[gpu] --extra-index-url https://download.pytorch.org/whl/cpu

For step-by-step detailed procedures, please refer to the documentation.

Parameter explanation:

  • ./deepx-1.0.6+light-py3-none-any.whl is the Python wheel file available for download from the official DeepH-pack website.

  • The [gpu] extra dependency tag indicates the GPU-accelerated version of the package, which is strongly recommended for optimal performance. If your system only supports CPU computation, replace [gpu] with [cpu].

  • The --extra-index-url flag is used to specify an additional package index (in this case, PyTorch's official repository) for resolving certain dependencies.

Basic Usage

deeph-train train.toml
deeph-infer infer.toml

For detailed instructions, see DeepH-pack online documentation.

Citation

Any and all use of this software, in whole or in part, should clearly acknowledge and link to this repository.

If you use DeepH-pack in your work, please cite the following publications.

@article{li2022deep,
    title={Deep-learning density functional theory Hamiltonian for efficient ab initio electronic-structure calculation},
    author={Li, He and Wang, Zun and Zou, Nianlong and Ye, Meng and Xu, Runzhang and Gong, Xiaoxun and Duan, Wenhui and Xu, Yong},
    journal={Nat. Comput. Sci.},
    volume={2},
    number={6},
    pages={367},
    year={2022},
    publisher={Nature Publishing Group US New York}
}

@article{li2026deeph,
    title={DeepH-pack: A general-purpose neural network package for deep-learning electronic structure calculations},
    author={Li, Yang and Wang, Yanzhen and Zhao, Boheng and Gong, Xiaoxun and Wang, Yuxiang and Tang, Zechen and Wang, Zixu and Yuan, Zilong and Li, Jialin and Sun, Minghui and Chen, Zezhou and Tao, Honggeng and Wu, Baochun and Yu, Yuhang and Li, He and da Jornada, Felipe H. and Duan, Wenhui and Xu, Yong },
    journal={arXiv preprint arXiv:2601.02938},
    year={2026}
}

Publications | DeepH Team

For a comprehensive overview of publications and research employing DeepH methods, please see the relevant section below. We also warmly welcome citations to our foundational papers if your work utilizes the DeepH framework or any of its modules (e.g., DeepH-E3, HPRO).

  1. Latest Software Implementation

  2. Architecture advancements

  3. Improved compatibility with first-principles codes

  4. Exploration of application scenarios

  5. Review of Recent Advancement


DeepH-pack is a general-purpose neural network package designed for deep-learning electronic structure calculations, empowering computational materials science with accelerated speed and enhanced efficiency through intelligent algorithms.

About

The documentation of DeepH-pack, the latest iteration of DeepH, unites all the preceding DeepH methodologies into a cohesive package. This advanced version has been meticulously rewritten with JAX, enhancing its efficiency and capabilities.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •  

Languages