Skip to content

Commit

Permalink
Add new source for XAS dielectric function
Browse files Browse the repository at this point in the history
  • Loading branch information
martin-schlipf committed Jan 31, 2025
1 parent 0adf231 commit 753b06e
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, 4),
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 753b06e

Please sign in to comment.