Skip to content

Commit

Permalink
removed debug line
Browse files Browse the repository at this point in the history
  • Loading branch information
Fulvio Paleari committed Oct 11, 2024
1 parent d1ff74b commit 33807f5
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions yambopy/dbs/excitondb.py
Original file line number Diff line number Diff line change
Expand Up @@ -1140,9 +1140,6 @@ def interpolate_transitions(self,energies,path,excitons,lpratio=5,f=None,size=1,
kpoints_path = path.get_klist()[:,:3]
exc_transitions = skw.interp_kpts(kpoints_path).eigens

print(exc_transitions.shape)
exit()

#create band-structure object
exc_bands = YambopyBandStructure(energies[0],kpoints_path,kpath=path,weights=exc_weights[0],size=size,**kwargs)
exc_bands.set_fermi(self.nvbands)
Expand Down

0 comments on commit 33807f5

Please sign in to comment.