Author Topic: Density of states  (Read 3832 times)

0 Members and 1 Guest are viewing this topic.

Offline serhan

  • Heavy QuantumATK user
  • ***
  • Posts: 98
  • Reputation: 1
    • View Profile
Density of states
« on: July 19, 2009, 21:10 »
I'd like to ask how can we calculate the density of states and plot it for carbon nanotubes in ATK? We have *.nc files of the simulations of various metallic CNTs (two-probe simulations). How can we extract DOS from these *.nc files?

Cheers,
Serhan

Offline zh

  • QuantumATK Support
  • Supreme QuantumATK Wizard
  • *****
  • Posts: 1141
  • Reputation: 24
    • View Profile
Re: Density of states
« Reply #1 on: July 20, 2009, 02:58 »
To know how to calculate the DOS using ATK, you may refer to the tutorials demonstrated here:
http://quantumwise.com/tutorials
http://quantumwise.com/documents/tutorials/bulk_dos.py

The data for DOS is not stored in the '.nc' files, so they can not be extracted. You may use "ncdump" tool of NetCDF to see what are stored in the '.nc' file.


Offline serhan

  • Heavy QuantumATK user
  • ***
  • Posts: 98
  • Reputation: 1
    • View Profile
Re: Density of states
« Reply #2 on: July 20, 2009, 05:31 »
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:
Code
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

Offline zh

  • QuantumATK Support
  • Supreme QuantumATK Wizard
  • *****
  • Posts: 1141
  • Reputation: 24
    • View Profile
Re: Density of states
« Reply #3 on: July 20, 2009, 08:46 »
For the DOS calculations, it has been discussed many times in this forum, e.g., see the topic here:
http://quantumwise.com/forum/index.php?topic=261.0

Offline serhan

  • Heavy QuantumATK user
  • ***
  • Posts: 98
  • Reputation: 1
    • View Profile
Re: Density of states
« Reply #4 on: July 20, 2009, 09:03 »
Thanks, it's now Ok.

Cheers
Serhan