mirror of
https://github.com/triqs/dft_tools
synced 2024-12-22 12:23:41 +01:00
Removed a print.
This commit is contained in:
parent
813cfff7f7
commit
5687b24d30
@ -346,7 +346,6 @@ class Wannier90Converter(ConverterTools):
|
|||||||
archive[self.misc_subgrp]['band_window'] = band_window+1 # Change to 1-based index
|
archive[self.misc_subgrp]['band_window'] = band_window+1 # Change to 1-based index
|
||||||
archive[self.misc_subgrp]['kpts_cart'] = np.dot(kpts, kpt_basis.T)
|
archive[self.misc_subgrp]['kpts_cart'] = np.dot(kpts, kpt_basis.T)
|
||||||
mpi.barrier()
|
mpi.barrier()
|
||||||
mpi.report("Saving done.\n")
|
|
||||||
|
|
||||||
# Makes Fermi energy a class variable for testing
|
# Makes Fermi energy a class variable for testing
|
||||||
self.fermi_energy = fermi_energy
|
self.fermi_energy = fermi_energy
|
||||||
|
Loading…
Reference in New Issue
Block a user