Skip to content

Commit

Permalink
Update read_wout docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
qiaojunfeng committed Jun 7, 2024
1 parent aff98c8 commit cabd799
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions src/w90/wout.jl
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,14 @@ Parse wannire90 `wout` file.
- `recip_lattice`: each column is a reciprocal lattice vector in Å⁻¹
- `atom_labels`: atomic symbols
- `atom_positions`: in fractional coordinates
- `centers`: final each WF centers in Å
- `spreads`: final each WF spreads in Ų
- `kgrid`: kpoint grid used in Wannierization
- `centers`: center of each final WF, in Å
- `spreads`: spread of each final WF, in Ų
- `sum_centers`: sum of final WF centers, in Å
- `sum_spreads`: sum of final WF spreads, in Ų
- `ΩI`, `ΩD`, `ΩOD`, `Ωtotal`: final spread (components) in Ų
- `iterations`: disentanglement and max localization convergence history,
only parsed when kwarg `iterations=true`
"""
function read_wout(filename::AbstractString; iterations::Bool=false)
return open(filename) do io
Expand Down

0 comments on commit cabd799

Please sign in to comment.