From fecdaa1aaad04d539d24a060a26bbd8c20cac71c Mon Sep 17 00:00:00 2001 From: Olivier Gingras Date: Wed, 13 Nov 2024 15:07:03 -0500 Subject: [PATCH] Removed a print. --- python/triqs_dft_tools/converters/wannier90.py | 1 - 1 file changed, 1 deletion(-) diff --git a/python/triqs_dft_tools/converters/wannier90.py b/python/triqs_dft_tools/converters/wannier90.py index a18fb8b3..2b884abf 100644 --- a/python/triqs_dft_tools/converters/wannier90.py +++ b/python/triqs_dft_tools/converters/wannier90.py @@ -346,7 +346,6 @@ def convert_dft_input(self): 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