Skip to content

Commit

Permalink
Update back_box_numeric.py
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
zlatko-minev authored Jan 10, 2022
1 parent 386ed3d commit 9290bcd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyEPR/calcs/back_box_numeric.py
Original file line number Diff line number Diff line change
Expand Up @@ -303,4 +303,4 @@ def black_box_hamiltonian_nq(freqs, zmat, ljs, cos_trunc=6, fock_trunc=8, show_f
H = black_box_hamiltonian(f0s, ljs, fzpfs, cos_trunc, fock_trunc)
return make_dispersive(H, fock_trunc, fzpfs, f0s)

black_box_hamiltonian_nq = black_box_hamiltonian_nqzZ
black_box_hamiltonian_nq = black_box_hamiltonian_nq

0 comments on commit 9290bcd

Please sign in to comment.