Hi everyone,
I got an error when running the tutorial " An Au(111)-pentacene crystal interface" by address:
http://quantumwise.com/documents/tutorials/latest/Au_Pentacene/index.html/chap.device.htmlin the part "Local density of states".
When I run it everything is fine till I reach
#Find the z-spacing
dX, dY, dZ = ldos.volumeElement().inUnitsOf(Ang)
dz = dZ.norm()
shape = ldos.shape()
z = dz * numpy.arange(shape[2])
which i got following error:
<module>
dz = dZ.norm()
AttributeError: 'numpy.ndarray' object has no attribute 'norm'
what i should i do to solve it?
thanks
Rose