Skip to content

Commit

Permalink
Merge pull request #981 from vanitery/patch-1
Browse files Browse the repository at this point in the history
Bug fix lumped_capacitive.py
  • Loading branch information
zlatko-minev authored Jan 16, 2024
2 parents a4ea462 + 6808cc7 commit 6122ebf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qiskit_metal/analyses/quantization/lumped_capacitive.py
Original file line number Diff line number Diff line change
Expand Up @@ -502,7 +502,7 @@ def levels_vs_ng_real_units(Cq, IC, N=301, do_disp=0, do_plots=0):
3,
] / h / 1e9,
'g',
LineWidth=2)
linewidth=2)
plt.xlabel('Gate charge, n_g [2e]')
plt.ylabel('Energy, E_n [GHz]')
plt.subplot(1, 2, 2)
Expand Down

0 comments on commit 6122ebf

Please sign in to comment.