Skip to content

Commit

Permalink
Fix bug in transmission script
Browse files Browse the repository at this point in the history
  • Loading branch information
edan-bainglass committed Feb 18, 2024
1 parent 4a12ab3 commit 315b057
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/coulomb_blockade/pentacene/trans.py
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ def run(filepath: Path):
with open(args.self_energies_filepath, "rb") as file:
self_energies = pickle.load(file)

los_indices = np.load(args.los_index_filepath)
los_indices = np.load(args.los_indices_filepath)

leads_nao = np.load(args.leads_nao_filepath)

Expand Down

0 comments on commit 315b057

Please sign in to comment.