Skip to content

Commit

Permalink
Clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
basilib authored Apr 4, 2024
1 parent fe6459f commit e42af2f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion vayesta/ewf/ewf.py
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,6 @@ def tailor_all_fragments(self):
def kernel(self):
"""Run EWF."""
t_start = timer()
print("EWF opts \n%s\n"%str(self.opts.solver_options))
# Automatic fragmentation
if len(self.fragments) == 0:
self.log.debug("No fragments found. Adding all atomic IAO fragments.")
Expand Down

0 comments on commit e42af2f

Please sign in to comment.