Skip to content

Commit

Permalink
Fix wannier90 runs
Browse files Browse the repository at this point in the history
  • Loading branch information
Technici4n committed Nov 8, 2023
1 parent 1941d8e commit a9dc3ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/external/wannier90.jl
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Run the Wannierization procedure with Wannier90.
wannier_plot=false,
kwargs...)

prefix = basename(fileprefix)
prefix, dir = basename(fileprefix), dirname(fileprefix)

# Prepare files
write_wannier90_files(scfres; n_bands, n_wannier, projections, fileprefix, wannier_plot, kwargs...) do
Expand Down

0 comments on commit a9dc3ee

Please sign in to comment.