3. Realspace WFs of graphene
In this tutorial, we will plot Fermi surface.
This is a HTML version of the tutorial, you can download corresponding
- Jupyter notebook:
3-fermisurf.ipynb - Julia script:
3-fermisurf.jl
Preparation
Load the package
using Wannier
using WannierPlotsPath of current tutorial
PWD = "8-fermi_surface"
bxsf = Wannier.read_bxsf("$PWD/cu.bxsf")
fig = WannierPlots.plot_fermisurf_plotly(bxsf.rgrid, bxsf.fermi_energy, bxsf.E)
fig.layout.width = 500
fig.layout.height = 500
fig.layout.autosize = false
figThis page was generated using Literate.jl.