-
Notifications
You must be signed in to change notification settings - Fork 873
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Fix d2k function Need to use the transpose of the inverse matrix for recipmatrix * breaking: snake_case method args kpt_density and recip_cell (better to do early while user base small) * d2k_recip_cell fix kpt_density type anno and doc str * Add test for aims density conversions * Fix mypy errors * Add print line to see what the actual errors look like All tests pass locally * for supercell round coords should fix error in tests * remove extra print line * refactor test_static_si_no_kgrid --------- Co-authored-by: Janosh Riebesell <[email protected]>
- Loading branch information
1 parent
7a01f3c
commit 252efa7
Showing
6 changed files
with
49 additions
and
40 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
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 modified
BIN
-82 Bytes
(93%)
tests/io/aims/aims_input_generator_ref/static-no-kgrid-si/control.in.gz
Binary file not shown.
Binary file modified
BIN
-28 Bytes
(87%)
tests/io/aims/aims_input_generator_ref/static-no-kgrid-si/geometry.in.gz
Binary file not shown.
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 |
---|---|---|
|
@@ -4,7 +4,7 @@ | |
"species_dir": "/home/tpurcell/git/atomate2/tests/aims/species_dir/light", | ||
"k_grid": [ | ||
12, | ||
12, | ||
12 | ||
6, | ||
4 | ||
] | ||
} |
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