Skip to content

Commit

Permalink
SOF-7136: include new_label to the Hubbard U parser return
Browse files Browse the repository at this point in the history
  • Loading branch information
pranabdas committed Dec 24, 2023
1 parent 5233c18 commit 02c9899
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions express/parsers/apps/espresso/formats/txt.py
Original file line number Diff line number Diff line change
Expand Up @@ -914,6 +914,7 @@ def parse_hubbard_u(self) -> Dict[str, list]:
{
"id": int(cols[0]),
"atomicSpecies": cols[2],
"newLabel": cols[5],
"orbitalName": cols[6],
"value": float(cols[7]),
}
Expand Down
4 changes: 2 additions & 2 deletions tests/fixtures/espresso/v7_2/references.py
Git LFS file not shown

0 comments on commit 02c9899

Please sign in to comment.