nityasagarjena / tutorial.aims

Some basic FHI-aims tutorials

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

tutorial.aims

Some basic FHI-aims tutorials

Preparation

Install FHI-aims.

Create virtual environment

python -m venv venv
source venv/bin/activate(.csh/.fish)

Install clims

pip install clims

Install tdeptools

pip install https://github.com/flokno/tools.tdep/archive/main.zip

Basics steps

  • get structure from materials project, e.g., https://next-gen.materialsproject.org/materials/mp-1007824

  • Convert structure to FHI-aims input structure geometry.in:

    ase convert GaN.poscar geometry.in
  • Check the geometry

    ase_geometry_info geometry.in
  • Create a primitive cell according to SPGlib standard:

    ase_geometry_refine --primitive geometry.in
  • Create relaxation input file

    clims-prepare-run --relax

Run aims.

References

Slides

Monday Meeting slides from 22 April 2024

About

Some basic FHI-aims tutorials

License:Creative Commons Zero v1.0 Universal


Languages

Language:CMake 63.1%Language:Shell 36.9%