We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 813cfff commit 5687b24Copy full SHA for 5687b24
python/triqs_dft_tools/converters/wannier90.py
@@ -346,7 +346,6 @@ def convert_dft_input(self):
346
archive[self.misc_subgrp]['band_window'] = band_window+1 # Change to 1-based index
347
archive[self.misc_subgrp]['kpts_cart'] = np.dot(kpts, kpt_basis.T)
348
mpi.barrier()
349
- mpi.report("Saving done.\n")
350
351
# Makes Fermi energy a class variable for testing
352
self.fermi_energy = fermi_energy
0 commit comments