Skip to content

Commit

Permalink
Merge pull request #3 from knc6/develop3
Browse files Browse the repository at this point in the history
Update BandStruct.jl
  • Loading branch information
kfgarrity authored Oct 27, 2023
2 parents 04831f5 + 20bf39e commit d17a261
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/BandStruct.jl
Original file line number Diff line number Diff line change
Expand Up @@ -984,7 +984,7 @@ function band_summary(tbc, kpts, kweights, fermi=missing)

bandwidth = vbm - minband

return convert_energy(directgap), convert_energy(indirectgap), gaptype, convert_energy(bandwidth)
return convert_energy(directgap), convert_energy(indirectgap), gaptype, convert_energy(bandwidth), convert_energy(fermi), convert_energy(cbm), convert_energy(vbm)

end

Expand Down

0 comments on commit d17a261

Please sign in to comment.