====== ase 模块安装 ======
===== 相关 modules =====
65 ase_test
68 MLFF on_the_fly test
===== 安装方法 =====
参照: http://www.pwmat.com/modulefiles/pwmat-resource/module-download7/pdf/on_the_fly_note.pdf
module load conda/3-2020.07
source /share/app/conda/conda3/etc/profile.d/conda.sh
conda env list
conda create -n ase python=3.8
conda activate ase
which python
which pip
pip install ase
import ase;
# 查看 ase 安装的目录
ase.__file__
下载并解压 on_the_fly_test.zip, 里面有 ase.tgz
解压 ase.tgz 替换掉上面安装的 ase
===== 使用 =====
module load conda/3-2020.07
source /share/app/conda/conda3/etc/profile.d/conda.sh
conda activate ase