Skip to content

Commit

Permalink
Removed a print.
Browse files Browse the repository at this point in the history
  • Loading branch information
GingrasO committed Nov 13, 2024
1 parent 813cfff commit 5687b24
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion python/triqs_dft_tools/converters/wannier90.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5687b24

Please sign in to comment.