forked from materialsproject/pymatgen
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add LobsterMatrices parser to lobster.io.outputs (materialsproject#3361)
* add hamiltonMatrices.lobster parser to lobster.io.outputs * pre-commit auto-fixes * fix ruff error * temp mypy fix * update lobster.io __init__.py : include LobsterMatrices class * rename class and make it general to work for all matrices files of lobster * add tests and small test files * pre-commit auto-fixes * fix class description docstring * snake_case * use pytest.approx in TestLobsterMatrices.test_attributes * format to reduce white space --------- Co-authored-by: anaik <[email protected]> Co-authored-by: Janosh Riebesell <[email protected]>
- Loading branch information
1 parent
2e8515b
commit 6340c4b
Showing
12 changed files
with
457 additions
and
401 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,6 +16,7 @@ | |
Fatband, | ||
Grosspop, | ||
Icohplist, | ||
LobsterMatrices, | ||
Lobsterout, | ||
MadelungEnergies, | ||
NciCobiList, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Empty file.
Oops, something went wrong.