Author Topic: some questions about the transmission eigenvalues  (Read 3557 times)

0 Members and 1 Guest are viewing this topic.

Offline fan0221

  • Regular QuantumATK user
  • **
  • Posts: 21
  • Reputation: 0
    • View Profile
some questions about the transmission eigenvalues
« on: August 31, 2009, 13:59 »
Hi all,

Who can tell me the meanings of the transmission eigenvalues or give me some references ?
The transmission can extract from the .out files in transieta-c ( the previous version of ATK ) and there are three parameters T0, T1, T2.  What 's the exact meanings of them, the eigenvalues? Why only three?
Thanks in advance! ;D ;D ;D

Offline Anders Blom

  • QuantumATK Staff
  • Supreme QuantumATK Wizard
  • *****
  • Posts: 5428
  • Country: dk
  • Reputation: 89
    • View Profile
    • QuantumATK at Synopsys
Re: some questions about the transmission eigenvalues
« Reply #1 on: August 31, 2009, 15:37 »
The underlying formalism for computing the transmission coefficients T(E,k) for a particular energy E and k-point k is actually to take the trace of [tex]t^\dag t[/tex] where [tex]t[/tex] is the transmission matrix which you can view as the coupling matrix between incoming states in the left electrode and outgoing states in the right electrode ([tex]t^\dag[/tex] is thus the opposite).

However, we can also diagonalize the matrix [tex]t^\dag t[/tex], in which case we will get the transmission eigenvalues you are referring to. These basically tell you how many channels that contribute to the transmission, and their magnitude. Because of the invariance of the trace under unitary transformations, the sum of the transmission eigenvalues equals the trace of the original matrix, i.e. the total transmission coefficient T(E,k).

The reason the older code reported 3 values was simply that it was hardcoded to show the 3 largest eigenvalues. The newer ATK will compute and show all non-zero eigenvalues.

Offline fan0221

  • Regular QuantumATK user
  • **
  • Posts: 21
  • Reputation: 0
    • View Profile
Re: some questions about the transmission eigenvalues
« Reply #2 on: September 1, 2009, 04:06 »
Thank Anders Blom  for the detailed explanation! ;D ;D