Skip to content
/ QEView Public

Tool to help you analyze and visualize the results from Quantum Espresso (Band structure BS, DOS, pDOS) and Wannier90

License

Notifications You must be signed in to change notification settings

EgorcaA/QEView

Repository files navigation

About The Project

This tool is designed to help you analyze and visualize the results obtained from Quantum Espresso simulations (Band structure, density of states DOS, pDOS) and Wannier projection using wannier90. It simplifies the process of interpreting complex data, remaining accessibly simple to adjust the code for your needs.

The package can proceed both 2D and 3D ferromagnetic(FM) and paramagnetic(PM) cases.

Features:

  • Visualization: Generate clear and informative visualizations to better understand your simulation results.
  • Ready-to-use visualization methods: Simple and intuitive interface for efficient workflow.
  • Wannier90 hamiltonian loading for BS interpolation and plotting

API documentation

Explore the user guide to quickly get up to speed with the tool.

(back to top)

Install

pip install qeview

Usage

Define you data document using:

from qeview.qe_analyse_FM import qe_analyse_FM
import qeview.wannier_loader as wnldr 

calc = qe_analyse_FM('./', 'FeCl2')

Now you can access basic plots and properties

calc.get_qe_kpathBS()

calc.plot_FullDOS(efrom=-10, eto=10)
calc.plot_pDOS('1', efrom=-10, eto=10, yfrom=-10)
calc.plot_BS(efrom=-5, eto=5)

spinDOS_pic

spinBS_pic

interpolated_bs

pDOS

and also plot 2D fermi surfaces

2D_band_plot

and 3D fermi surfaces

3D_band_plot

Contact

Egor Agapov - [email protected] Project Link: https://github.com/EgorcaA/qe_helper

(back to top)

About

Tool to help you analyze and visualize the results from Quantum Espresso (Band structure BS, DOS, pDOS) and Wannier90

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published