AlmaLinux 9@WSL2 インストールメモ

  1. CrySPY
    https://tomoki-yamashita.github.io/CrySPY_doc/installation/index.html
    # pip install csp-cryspy

bader のインストール

http://theory.cm.utexas.edu/henkelman/code/bader/

  1. % tar xvfz bader_lnx_64.tar.gz
  2. Windows + Intel oneAPI ifort の場合 (makefile.win_ifort)
    % make -f makefile.win_ifort
    Linuxではすでにコンパイルしていたbinaryを使ったので、makeは未確認
    makefile.lnx.ifortに .f の設定を追加する必要があるかも。
    % make -f makefile.lnx_ifort

VTST scripts のインストール

https://theory.cm.utexas.edu/vtsttools/scripts.html

  1. % tar xvfz vtstscripts.tgz

raman-sc のインストール (python2)

https://github.com/raman-sc/VASP

  1. ZIPファイルをダウンロード
  2. % unzip VASP-master.zip
  3. % mv VASP-master raman-sc

一般的なLinux tips