Instance parameters, JJ level 3:
Parameter Name | Description |
---|---|
area=val | Scale factor that multiplies all currents and other values, effectively modifying the junction area. |
ics=val | Instantiated critical current, used as scale factor for capacitance, conductances. |
temp_k=val | Device temperature, Kelvin. |
lser=val | Junction series parasitic inductance. |
lsh=val | Shunt resistor series parasitic inductance. |
ic=vj,phi | The initial junction voltage and phase (initial condition) for transient analysis. |
vj=vj | The initial junction voltage (initial condition) for transient analysis, alias ic_v. |
phi=phi | The initial junction phase (initial condition) for transient analysis, alias ic_phase. |
vshunt=val | Voltage to specify external shunt resistance. |
n (read only) | SFQ emission count. |
phsf (read only) | True if SFQ count change at current time point. |
phst (read only) | Time of last SFQ emission. |
v (read only) | Terminal voltage. |
phase (read only) | Junction phase, alias phs. |
tcf (read only) | Temperature compensation factor. |
icrit (read only) | Maximum critical current. |
cc (read only) | Capacitance current. |
cj (read only) | Josephson current. |
cq (read only) | Quasiparticle current. |
c (read only) | Total device current. |
cap (read only) | Capacitance. |
g0 (read only) | Subgap conductance. |
gn (read only) | Normal conductance. |
rsint (read only) | Intrinsic subgap resistance. |
gshunt (read only) | External shunt conductance from vshunt. |
rshunt (read only) | External shunt resistance from vshunt. |
lshval (read only) | External shunt resistor parasitic inductance. |
del1 (read only) | Side 1 delta. |
del2 (read only) | Side 2 delta. |
vg or vgap (read only) | Gap voltage. |
vdp (read only) | Dropback voltage. |
omega (read only) | Plasma resonance frequency, radians. |
betac (read only) | Stewart-McCumber parameter. |
alphan (read only) | TJM alphaN value. |
kgap (read only) | TJM kgap value. |
rejpt (read only) | TJM rejpt value. |
kgap_rejpt (read only) | TJM kgap_rejpt value. |
node1 (read only) | Node 1 number. |
node2 (read only) | Node 2 number. |
pnode (read only) | Phase node number. |
lsernode (read only) | Internal lser node number. |
lserbrn (read only) | Internal lser branch number. |
lshnode (read only) | Internal lsh node number. |
lshbrn (read only) | Internal lsh branch number. |
The n+ and n- are the positive and negative element nodes, respectively. These are followed by an optional phase node. The phase node, if specified, generally should have no other connections in the circuit, but the voltage of this node gives the phase of the junction in radians. The modname is the name of the Josephson junction model. If no model is specified, then a default model is used (see the description of the Josephson model for the default values). Other (optional) parameters follow in any order.
The remaining parameters are ``read only'' and can be accessed with the @device[param] special vector notation during the simulation (in callbacks) or after the simulation if the vector is saved with the save command or equivalent.