文件格式

.xyz 文件

常见的 DFT 计算库

VASP

fortran 实现

quantum espresso (QE)

fortran 实现

安装方法

  1. 源码安装
  2. conda 安装

    conda install -c conda-forge qe
    

ABACUS (量子算筹)

C++ 实现

安装方法

  1. conda 安装

    conda install -c conda-forge abacus
    

ASE (Atomic simulation environment)

python 库