Skip to content

Releases: gtiders/mlfcs

2.0.0

21 Apr 05:58

Choose a tag to compare

Refactor the kernel using Numba and integrate the hifinit module.

v1.0.0 Release

18 Mar 14:29

Choose a tag to compare

Initial stable release with MLPHONON support, C++ unordered_map optimization, and comprehensive documentation.

v0.1.0 - First Release

18 Mar 12:27

Choose a tag to compare

mlfcs v0.1.0

首次发布

Machine Learning Force Constant Suite - 计算非谐 IFCs 的工具

功能

  • thirdorder: 计算三阶非谐原子间力常数 (IFCs)
  • fourthorder: 计算四阶非谐原子间力常数 (IFCs)
  • sscha: 计算自洽声子
  • 支持 ASE calculator 接口 (DP, NEP, MACE 等)
  • 支持 VASP 格式的输入输出

依赖

  • Python >= 3.12
  • NumPy >= 1.26.0
  • SciPy >= 1.10.0
  • ASE >= 3.27.0
  • Phonopy >= 2.20.0
  • Spglib >= 2.3.0

安装

从源码安装:

git clone https://github.com/gtiders/mlfcs.git
cd mlfcs
pip install -e .