Thanks for your reply.
I can extract the density of states, but I-V can't extracted. :(
After I-V calculation, the analysis.nc file was generated and I run the following code.
I don't know what's the problem. Could you help me?
nlread('analysis.nc',IVCurve)[0]
t = TransmissionSpectrum()
current = t.current()
print t.bias(), t.current()
try:
IV = nlread('analysis.nc',IVCurve)[0]
print IV.biases(), IV.currents()
I tried but error occurred.
Traceback (most recent call last):
File "iv.py", line 2, in <module>
print IV.biases(), IV.currents()
NameError: name 'IV' is not defined