Skip to content

Commit

Permalink
Fix missing function...again
Browse files Browse the repository at this point in the history
  • Loading branch information
sequoiap committed Oct 31, 2023
1 parent f6c0a47 commit 4ffafcf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SiPANN/interconnect.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ def export_interconnect(sparams, wavelength, filename, clear=True):
open(filename, "w").close()
with open(filename, "ab") as file:
# make frequencies
freq = wl2freq(wavelength * 1e-9)
freq = _wl2freq(wavelength * 1e-9)

# iterate through sparams saving
for in_ in range(d):
Expand Down

0 comments on commit 4ffafcf

Please sign in to comment.