hi:
i use this py(in the attachment) to plot the Energy dependent LDOS at bias of 0.4V. the LDOS in the different energy(-1eV~1eV) are saved to LDOS1-LDOS4. but it doesn't work.
*******************
File "LDOS-plot.py", line 25, in <module>
X, Y = numpy.meshgrid(z, energies)
File "./build/lib/python2.7/site-packages/numpy/lib/function_base.py", line 3379, in meshgrid
File "./zipdir/NL/CommonConcepts/PhysicalQuantity.py", line 456, in __mul__
File "./zipdir/NL/CommonConcepts/PhysicalQuantity.py", line 249, in unit
AttributeError: 'PhysicalQuantity' object has no attribute '_PhysicalQuantity__unit'
*******************
atk version 2014.1
what's wrong? need to modify the py?
thanks