Skip to content

Commit

Permalink
Fix incorrect arguments to transmission script
Browse files Browse the repository at this point in the history
  • Loading branch information
edan-bainglass committed Feb 18, 2024
1 parent b09f940 commit 4a12ab3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/aiida_quantum_transport/calculations/transmission.py
Original file line number Diff line number Diff line change
Expand Up @@ -122,9 +122,9 @@ def prepare_for_submission(self, folder: Folder) -> CalcInfo:
parameters_filename,
"--los-indices-filepath",
los_indices_filepath,
"--hamiltonian-ii-filepath",
leads_nao_filepath,
"--leads-nao-filepath",
leads_nao_filepath,
"--hamiltonian-ii-filepath",
hamiltonian_ii_filepath,
"--hamiltonian-ij-filepath",
hamiltonian_ij_filepath,
Expand Down

0 comments on commit 4a12ab3

Please sign in to comment.