Author Topic: Energy dependent LDOS for a benzene device  (Read 14708 times)

0 Members and 1 Guest are viewing this topic.

Offline kstokbro

  • Supreme QuantumATK Wizard
  • *****
  • Posts: 392
  • Reputation: 13
    • View Profile
    • QuantumWise
Energy dependent LDOS for a benzene device
« on: August 8, 2011, 21:16 »
The attached figure shows the LDOS along z (averaged over x and y), for DTB coupled with gold electrodes. Note how the high density of states coincides with the resonances in the transmission spectrum. I also attach the scripts used for generating the figure.

Offline John

  • Heavy QuantumATK user
  • ***
  • Posts: 33
  • Reputation: 0
    • View Profile
Re: Energy dependent LDOS for a benzene device
« Reply #1 on: August 31, 2011, 08:41 »
Dear Dr. kstokbro,
      Can you give any suggestions to extract the date of the energy relevent LDOS, and then plot the Z-Energy figure by other software, e.g. origin. Another, the scale of the color bar could be helpful to understand this figure.

      Thank you.
« Last Edit: August 31, 2011, 08:47 by John »

Offline kstokbro

  • Supreme QuantumATK Wizard
  • *****
  • Posts: 392
  • Reputation: 13
    • View Profile
    • QuantumWise
Re: Energy dependent LDOS for a benzene device
« Reply #2 on: August 31, 2011, 09:05 »
There will be a tutorial with this within the next couple of days. The tutorial is currently being reviewed and should be ready any moment.

Offline John

  • Heavy QuantumATK user
  • ***
  • Posts: 33
  • Reputation: 0
    • View Profile
Re: Energy dependent LDOS for a benzene device
« Reply #3 on: August 31, 2011, 09:31 »
Thank you, Dr. kstokbro.
Another, when analysizing the Local Device Density of States, one can do it only at one energy value, whether is it possible to describe the LDOS at one optional energy range, e. g. from -1 to 1 eV. If so, the LDOS distribution (partial charge) on the real atom (atoms) can be viewed, not just the Z  coordinate.  right?

Offline Anders Blom

  • QuantumATK Staff
  • Supreme QuantumATK Wizard
  • *****
  • Posts: 5394
  • Country: dk
  • Reputation: 89
    • View Profile
    • QuantumATK at Synopsys
Re: Energy dependent LDOS for a benzene device
« Reply #4 on: August 31, 2011, 12:48 »
See http://quantumwise.com/corporate/news-archive/136! About the energy range, you can easily make a script that runs over a sequence of energies, but keep in mind you get a 3D grid for each one. It's possible to project them on a particular point in space, if that's what you want. For any 3D grid, you can ask for the value of the grid in a point (x,y,z) like so:
Code: python
grid_data = LocalDeviceDensityOfStates(...)
value_at_point = grid_data.evaluate(x,y,z)
« Last Edit: August 31, 2011, 12:50 by Anders Blom »

Offline John

  • Heavy QuantumATK user
  • ***
  • Posts: 33
  • Reputation: 0
    • View Profile
Re: Energy dependent LDOS for a benzene device
« Reply #5 on: September 1, 2011, 03:21 »
Dear Anders Blom,
   Can you give any suggestions about the PDOS,how to determine the projected atoms of the central scattering region (or only the sample molecule) ? Like the example'Au-DTB-Au', it only gave the PDOS of phenylene ring (the two S atoms not included), and compared that with the Transmission spectrum? it is similar for the analysis of eigenstates.  Thank you.

Offline Anders Blom

  • QuantumATK Staff
  • Supreme QuantumATK Wizard
  • *****
  • Posts: 5394
  • Country: dk
  • Reputation: 89
    • View Profile
    • QuantumATK at Synopsys
Re: Energy dependent LDOS for a benzene device
« Reply #6 on: September 1, 2011, 10:08 »
Not sure I understand your question... You don't "determine" the projection atoms, you choose them, yourself. If you wanted the S atoms included, just extend the list of projection atoms.

Offline John

  • Heavy QuantumATK user
  • ***
  • Posts: 33
  • Reputation: 0
    • View Profile
Re: Energy dependent LDOS for a benzene device
« Reply #7 on: September 4, 2011, 03:58 »
Dear Anders Blom,
    I mean this new tutorial about the Au-DTB-Au system, i.e.  http://quantumwise.com/documents/tutorials/latest/MolecularDevice/index.html/chap.analysis.html#sect1.analysis.transmission
    Here, it only gave the PDOS of phenylene ring (the two S atoms not included), and compared that with the Transmission spectrum. Why not the whole sample molecule? So, I have the question how to reasonablely determine the projected atoms to analyze the transmission spectrum.
    
« Last Edit: September 4, 2011, 04:01 by John »

Offline kstokbro

  • Supreme QuantumATK Wizard
  • *****
  • Posts: 392
  • Reputation: 13
    • View Profile
    • QuantumWise
Re: Energy dependent LDOS for a benzene device
« Reply #8 on: September 4, 2011, 20:45 »
The reason we only include the phenyl ring, is that the electrons must pass this ring, thus it might give the simplest picture.
However,  you can also include the S atoms and analyze the device in terms of the DTB molecule, this was how it was done in our original article in CMS, and it also gives valuable insight.

There is no single way to analyze the device, you must try several different ways, and select the model which give the simplest picture.

Offline John

  • Heavy QuantumATK user
  • ***
  • Posts: 33
  • Reputation: 0
    • View Profile
Re: Energy dependent LDOS for a benzene device
« Reply #9 on: September 5, 2011, 16:38 »
Thank you, Dr. kstokbro.
« Last Edit: September 9, 2011, 03:14 by John »

Offline Anders Blom

  • QuantumATK Staff
  • Supreme QuantumATK Wizard
  • *****
  • Posts: 5394
  • Country: dk
  • Reputation: 89
    • View Profile
    • QuantumATK at Synopsys
Re: Energy dependent LDOS for a benzene device
« Reply #10 on: November 22, 2011, 11:25 »
I have used the script, with a few minor modifications, to plot the LDOS of a quite different structure. I can't reveal the particulars, but it's a sandwich structure of two different semiconductors A-B-A, where B is a wide-gap material; the junctions are indicated by the red lines.

The white areas are as above regions of high density of states, i.e. the non-white regions indicate the band gap. Thus we here get an atomic-scale illustration of the band bending and band alignment of a heterojunction, and we can follow (sort of) how the top of the valence band and the bottom of the conduction band behave as a function of the Z coordinate.

Offline Parveen

  • Heavy QuantumATK user
  • ***
  • Posts: 26
  • Country: in
  • Reputation: 0
    • View Profile
Re: Energy dependent LDOS for a benzene device
« Reply #11 on: November 3, 2015, 13:35 »
The attached figure shows the LDOS along z (averaged over x and y), for DTB coupled with gold electrodes. Note how the high density of states coincides with the resonances in the transmission spectrum. I also attach the scripts used for generating the figure.


i was trying same for 1.6V but didn't get much success. so far i was changing left electrode and right electrode potentials in new calculator. is there anything else that i can do to get the LDOS image at 1.6V?