Skip to content

Commit

Permalink
Adding test for labelinfo.dat
Browse files Browse the repository at this point in the history
  • Loading branch information
giovannipizzi committed Aug 29, 2018
1 parent 864631a commit e5389ab
Show file tree
Hide file tree
Showing 9 changed files with 81,341 additions and 0 deletions.
6 changes: 6 additions & 0 deletions test-suite/tests/jobconfig
Expand Up @@ -22,6 +22,12 @@ program = WANNIER90_WOUT_OK
inputs_args = ('silicon.win', '')
output = silicon.wout

# Silicon, 4 valence bands + 4 conduction bands; interpolated bandstructure, checking the labelinfo.dat file
[testw90_example03_labelinfo]
program = WANNIER90_LABELINFO
inputs_args = ('silicon.win', '')
output = silicon_band.labelinfo.dat

# Copper, states around the Fermi level; Fermi surface
[testw90_example04]
program = WANNIER90_WOUT_OK
Expand Down
5 changes: 5 additions & 0 deletions test-suite/tests/testw90_example03_labelinfo/.gitignore
@@ -0,0 +1,5 @@
silicon_band.dat
silicon_band.kpt
silicon_band.labelinfo.dat
silicon_band.gnu
silicon.wout
@@ -0,0 +1,8 @@
L 1 0.0000000000 0.5000000000 0.5000000000 0.5000000000
G 101 1.0081143643 0.0000000000 0.0000000000 0.0000000000
X 216 2.1721845635 0.5000000000 0.0000000000 0.5000000000
X 217 2.1721845635 0.5000000000 -0.5000000000 0.0000000000
K 258 2.5837455293 0.3750000000 -0.3750000000 0.0000000000
G 380 3.8184284267 0.0000000000 0.0000000000 0.0000000000
X 381 3.8184284267 0.5000000000 0.0000000000 0.5000000000
L 481 4.8265427910 0.5000000000 0.5000000000 0.5000000000
6,146 changes: 6,146 additions & 0 deletions test-suite/tests/testw90_example03_labelinfo/silicon.amn

Large diffs are not rendered by default.

768 changes: 768 additions & 0 deletions test-suite/tests/testw90_example03_labelinfo/silicon.eig

Large diffs are not rendered by default.

0 comments on commit e5389ab

Please sign in to comment.