Skip to content

Commit

Permalink
remove ipdb
Browse files Browse the repository at this point in the history
  • Loading branch information
nscolonna committed Jun 18, 2024
1 parent 7b4f3ce commit 1517d9a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/koopmans/workflows/_koopmans_dfpt.py
Original file line number Diff line number Diff line change
Expand Up @@ -337,8 +337,6 @@ def run_calculator(self, calc):
dir_suffix = ''
utils.symlink(f'wannier/occ{dir_suffix}/wann_u.mat', f'{calc.directory}/', exist_ok=True)
utils.symlink(f'wannier/emp{dir_suffix}/wann_u.mat', f'{calc.directory}/wann_emp_u.mat', exist_ok=True)
import ipdb
ipdb.set_trace()
if Path(f'wannier/emp{dir_suffix}/wann_u_dis.mat').exists():
utils.symlink(f'wannier/emp/wann_u_dis.mat',
f'{calc.directory}/wann_emp_u_dis.mat', exist_ok=True)
Expand Down

0 comments on commit 1517d9a

Please sign in to comment.