mirror of
https://github.com/triqs/dft_tools
synced 2024-12-23 04:43:42 +01:00
Merge pull request #206 from Lidra1/unstable
BUGFIX: negative k vectors in QE nscf.out
This commit is contained in:
commit
7d934429d4
@ -1006,7 +1006,7 @@ class Wannier90Converter(ConverterTools):
|
||||
if line.strip() == 'End of band structure calculation':
|
||||
break
|
||||
|
||||
assert 'k = ' in out_data[ct + 2], 'Cannot read occupations. Set verbosity = "high" in {}'.format(out_filename)
|
||||
assert 'k =' in out_data[ct + 2], 'Cannot read occupations. Set verbosity = "high" in {}'.format(out_filename)
|
||||
out_data = out_data[ct+2:]
|
||||
|
||||
# block size of eigenvalues + occupations per k-point
|
||||
|
Loading…
Reference in New Issue
Block a user