Skip to content

Commit

Permalink
fix variable name bug due to rename (deepmodeling#49)
Browse files Browse the repository at this point in the history
  • Loading branch information
AsymmetryChou authored Nov 17, 2023
1 parent 33ffb65 commit 2569acd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dptb/postprocess/NEGF.py
Original file line number Diff line number Diff line change
Expand Up @@ -217,14 +217,14 @@ def compute(self):
for ll in leads:
if ll.startswith("lead"):
getattr(self.deviceprop, ll).self_energy(
e=e,
energy=e,
kpoint=k,
eta_lead=self.jdata["eta_lead"],
method=self.jdata["sgf_solver"]
)

self.deviceprop.cal_green_function(
e=e,
energy=e,
kpoint=k,
eta_device=self.jdata["eta_device"],
block_tridiagonal=self.block_tridiagonal
Expand Down

0 comments on commit 2569acd

Please sign in to comment.