本项目用于热导率计算与贝叶斯分析。部分输入文件因体积过大未上传至 GitHub:
-
graph18-compress0.pb(未上传)如需该文件,请联系作者:zhenghuanhuan@zhejianglab.com
如果你正在查找论文 'On-the-fly machine learning-assisted high accuracy second-principles model for BaTiO3' 的相关代码,请参考 Bilibili 视频 了解如何使用本项目。
相关代码可在 GitH pymc 分支 获取。
If you are coming here for the code of 'On-the-fly machine learning-assisted high accuracy second-principles model for BaTiO3', please refer to Bilibili to know how to use the codes.
And the code related to that parper can be obtained via: pymc branch
运行以下命令,输出 heat.txt:
python workflow.py基于 heat.txt 展示结果:
python heat-plot.py详细流程与说明请参考:Notion 文档
-
BZO 示例在
mpirun下np=10,共 517 个 case,约需 1 小时。 -
以下命令根据
--mesh参数耗时不同:phono3py --fc3 --fc2 --dim="1 1 1" --mesh="11 11 11" --br --tmin=10 --tmax=1000 > Heat.txt &
相关代码均放在 bayesian 目录下。
将 txt 文件转换为 csv:
python dataset.py运行:
python lr_poly.py

