nep框架搭建

This commit is contained in:
2025-12-08 17:14:27 +08:00
parent 7a6ca92ad4
commit 0b6537a810
21 changed files with 219 additions and 1 deletions

16
config/system.yaml Normal file
View File

@@ -0,0 +1,16 @@
# config/system.yaml
project_name: "LiYCl_Transport_v1"
# 物理体系定义
system:
elements: ["Li", "Y", "Cl"]
# 初始结构 (VASP格式)
initial_structure: "./initial_data/LiYCl.vasp"
# 初始势函数 (第一轮 preheat 使用)
# 如果是第一轮,使用此通用势;后续轮次自动使用上一轮训练结果
initial_potential: "./initial_data/nep89.txt"
# 晶格常数或扩胞设置 (可选,视具体模块逻辑而定)
supercell: [1, 1, 1]