Skip to content

Commit

Permalink
Add kpath to example
Browse files Browse the repository at this point in the history
  • Loading branch information
Technici4n committed Nov 8, 2023
1 parent c95ba0e commit 1941d8e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion examples/wannier.jl
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,8 @@ U = disentangle(wannier_model, max_iter=200);
omega(wannier_model)
omega(wannier_model, U)

# Build a Wannier interpolation model: (needs a kpath)
# Build a Wannier interpolation model:
kpath = irrfbz_path(model)
interp_model = Wannier.InterpModel(wannier_model; kpath=kpath)

# And so on...
Expand Down

0 comments on commit 1941d8e

Please sign in to comment.