3
0
mirror of https://github.com/triqs/dft_tools synced 2024-12-22 04:13:47 +01:00

Removed a print.

This commit is contained in:
Olivier Gingras 2024-11-13 15:07:03 -05:00
parent 813cfff7f7
commit 5687b24d30

View File

@ -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]['kpts_cart'] = np.dot(kpts, kpt_basis.T)
mpi.barrier()
mpi.report("Saving done.\n")
# Makes Fermi energy a class variable for testing
self.fermi_energy = fermi_energy