3. Realspace WFs of graphene

In this tutorial, we will plot Fermi surface.

Tip

This is a HTML version of the tutorial, you can download corresponding

Preparation

Load the package

using Wannier
using WannierPlots

Path 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
fig

This page was generated using Literate.jl.