Skip to content

Commit

Permalink
Feat: Add new source for XAS dielectric function (#183)
Browse files Browse the repository at this point in the history
* Add new source for XAS dielectric function
  • Loading branch information
martin-schlipf authored Jan 31, 2025
1 parent 0adf231 commit 7f62186
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/py4vasp/_raw/definition.py
Original file line number Diff line number Diff line change
Expand Up @@ -198,6 +198,14 @@ def selections(quantity):
dielectric_function=f"{group}/tctc{values}",
current_current=None,
)
schema.add(
raw.DielectricFunction,
name="xas",
required=raw.Version(6, 5, 1),
energies=f"{group}/XAS_{energies}",
dielectric_function=f"{group}/XAS{values}",
current_current=None,
)
group = "results/linear_response_kpoints_opt"
schema.add(
raw.DielectricFunction,
Expand Down

0 comments on commit 7f62186

Please sign in to comment.