GUI for BeginnersΒΆ

Some of the simplest functions of scqubits can be accessed through a graphical user interface. The utilization of the GUI class from a jupyter notebook starts with importing the scqubits library

[5]:
import scqubits as scq

To display the interface, simply run the following:

[3]:
scq.GUI()
[3]:

title

[ ]: