httk.io.vasp.potcar¶
Header-only reader for VASP POTCAR and POTCAR.summary files.
Only potential header metadata is retained. The reader never returns or
otherwise exposes the full POTCAR text, whose body can contain licensed data.
POTCAR.summary files made by concatenating those headers are supported.
Functions¶
|
Extract one metadata mapping per |
Module Contents¶
- httk.io.vasp.potcar.read_potcar_summary(source)[source]¶
Extract one metadata mapping per
TITELheader without retaining POTCAR text.Only header metadata is returned; the potential body is never retained or exposed because it can contain licensed data. Concatenated
POTCAR.summaryheaders are accepted.