Sir
I want to read the device configuration and electrostatic difference potential and device density of states from a previous .nc file .
As soon i run the simulation i get error -IndexError: list index out of range.
the pseudo-code i have given below
-----------------------------------------------------------------
device_configuration = nlread("/home/tara/.vnl/tara-p2/area-scaled/elongated-iv-scan.nc", object_id="gID000")[0]
potentials=nlread("/home/tara/.vnl/tara-p2/area-scaled/elongated-iv-scan.nc",object_id="edp0.0V")[0]
ddos = nlread("/home/tara/.vnl/tara-p2/area-scaled/elongated-iv-scan.nc",object_id="ddos0.0V")[0]
-----------------------------------------------------------------
what can be the error due to
2. In the p-n junction tutorial , the script for contour plot was given
http://quantumwise.com/images/Tutorials/p-n_junction/ddos_edp.pywhat is fname = sys.argv[1] for ??