Hi,
Thanks for your reply. However, the tutorial writes: "The method used for the DOS calculation is the tetrahedron method, suitable for real
3D crystal. The provided script is, as the name indicates, not suitable for 1D or 2D systems like nanotubes or graphene."
We need to calculate the DOS of CNT, a
1-D structure.
Also, the tutorial has an example:
from ATK.KohnSham import *
from bulk_dos import *
# Specify checkpoint file here!
scf = restoreSelfConsistentCalculation('c:/vnl/au.nc')
dos = calculateDensityOfStates(scf, -5*eV, 5*eV, 100, accuracy=4)
dos.plot('c:/vnl/au_dos.png')
From this I understand that the DOS can be extracted from scf included in *.nc files.
Cheers,
Serhan