Tutorial: Band and DOS calculations#

In this tutorial, we perform Band and DOS calculations with a lightweight version of FIREBALL which is called thunder-lightning.

Using the python interface thunder-ase,

    calc = Fireball(command='/path_to_lightning.x', 
                    Fdata_path=Fdata_path,
                    **kwargs)
    atoms.set_calculator(calc)