ViennaSHE 1.3.0
Free open-source semiconductor device simulator using spherical harmonics expansions techniques.
resistor.py File Reference

Go to the source code of this file.

Namespaces

namespace  resistor
 

Variables

int resistor.len_x = 1e-6
 
int resistor.points_x = 51
 
 resistor.SI_ID = viennashe.get_silicon_id()[1]
 
 resistor.METAL_ID = viennashe.get_metal_id()[1]
 
 resistor.SIO2_ID = viennashe.get_sio2_id()[1]
 
 resistor.HFO2_ID = viennashe.get_hfo2_id()[1]
 
 resistor.dev = viennashe.create_1d_device(len_x, points_x)
 
 resistor.num_cells = viennashe.get_num_cells(dev)[1]
 
list resistor.matids = []
 
list resistor.Nd = []
 
list resistor.bnd_cells = [0, num_cells-1]
 
list resistor.bnd_pot = [0.0, 1.0]
 
 resistor.conf_dd = viennashe.create_config();
 Create the simulator configuration. More...
 
 resistor.sim_dd = viennashe.create_simulator(dev, conf_dd)
 Apply standard DD configuration. More...
 
 resistor.reg = viennashe.create_quantity_register(sim_dd )
 This is DD, so we do not need to give any inital guess. More...