Skip to content

Commit

Permalink
Fix version number
Browse files Browse the repository at this point in the history
  • Loading branch information
martin-schlipf committed Jan 31, 2025
1 parent 753b06e commit c9049ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/py4vasp/_raw/definition.py
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ def selections(quantity):
schema.add(
raw.DielectricFunction,
name="xas",
required=raw.Version(6, 4),
required=raw.Version(6, 5, 1),
energies=f"{group}/XAS_{energies}",
dielectric_function=f"{group}/XAS{values}",
current_current=None,
Expand Down

0 comments on commit c9049ad

Please sign in to comment.