-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Parse unknown blocks in win file (#15)
Return Vector of String.
- Loading branch information
1 parent
0b5d055
commit 445d6a0
Showing
3 changed files
with
59 additions
and
11 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
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 |
---|---|---|
@@ -0,0 +1,29 @@ | ||
mp_grid = 1 1 2 | ||
num_wann = 8 | ||
|
||
begin atoms_cart | ||
ang | ||
Ga 0.0000000000 0.0000000000 0.0000000000 | ||
As 1.4200470448 1.4200470448 4.2601411346 | ||
end atoms_cart | ||
|
||
begin unknown_A | ||
A1 | ||
A2 | ||
end unknown_A | ||
|
||
begin unknown_b | ||
B1 B2 | ||
end unknown_b | ||
|
||
begin kpoints | ||
0.0000000000 0.0000000000 0.0000000000 | ||
0.0000000000 0.0000000000 0.1000000000 | ||
end kpoints | ||
|
||
begin unit_cell_cart | ||
ang | ||
0.0000000000 2.8400940897 2.8400940897 | ||
2.8400940897 0.0000000000 2.8400940897 | ||
2.8400940897 2.8400940897 0.0000000000 | ||
end unit_cell_cart |