TRIQS / FermiSee

WebApp for electronic structure visualization and phenomenology
http://fermisee.flatironinstitute.org/
GNU General Public License v3.0
5 stars 3 forks source link

FermiSee

DOI

FermiSee is a graphical spectral function A(k,w) analyzer tool, based on triqs tight binding Hamiltonians decorated with a self-energy. Either provided from file in a specific h5 format (see doc examples) or entered phenomenologically directly in the interface.

This tool is build with the triqs software library and the plotly dash library to export plotly figures interactively to html.

https://user-images.githubusercontent.com/21337117/217666858-2ff1afe5-4e70-44d7-8ee0-0394c05eede4.mp4

Features

Installation

FermiSee can be either used directly as WebApp fermisee.flatironinstitute.org or can be run locally executed in the root dir of this repo:

 python app.py

This requires the installation of triqs and the following python packages:

 pip install numpy dash[compress] dash_daq dash_bootstrap_components dash_extensions scikit-image pandas

If you want it simple, build the WebApp via docker-compose:

 docker-compose up

open a browser and go to 127.0.0.1:9375. To rebuild after changes in the Dockerfile:

 docker-compose build

or use a public docker image, available on hub.docker.com/repository/docker/materialstheory/fermisee

quick video showcases

Here we showcase typical workflows in FermiSee.

plot tight binding band structure

First, let's plot the tight binding bands from a SrVO3 Wannier Hamiltonian representing the three t2g states. Here, we show how to tune the chemical potential of the system, change the k-path, make projection of one of the input orbitals, and how to save the results in a downloadable hdf5 archive.

https://user-images.githubusercontent.com/21337117/217946580-92a72dbb-41b1-4fc3-849f-c8581de3b757.mp4

plot spectral function (numerical self-energy)

Next, we can load the the previous hdf5 archive, and add a numerical self-energy by uploading a hdf5 archive containing a real frequency self-energy on a regular grid. The new chemical potential is determined and the result is plotted together with the tight binding bands. We can also save the resulting spectral function as csv file for further processing.

https://user-images.githubusercontent.com/21337117/217946757-4b35d233-75d9-457f-b76f-9745604f1f33.mp4

plot Fermi surface cut (analytic self-energy)

Lastly, we manually construct a self-energy using an analytic form for a Fermi liquid. We can add a quasiparticle renormalization Z, an orbital-dependent level shift, and a constant scattering rate η. In the end we switch to showing the quasiparticle dispersion instead of the spectral function.

https://user-images.githubusercontent.com/21337117/217946717-06165b64-9b37-4a7d-89a7-a9224ebba561.mp4

©2021-2023 The Simons Foundation, Inc. - All Rights Reserved