Author Topic: mpsh eigenvalues corresponding to mpsh eigenstates  (Read 591 times)

0 Members and 1 Guest are viewing this topic.

Offline rupen

  • Regular QuantumATK user
  • **
  • Posts: 11
  • Country: in
  • Reputation: 0
    • View Profile
mpsh eigenvalues corresponding to mpsh eigenstates
« on: September 5, 2023, 12:28 »
where to find mpsh eigenvalues corresponding to calculated mpsh eigenstates in single-molecule junction device calculation??

Offline Anders Blom

  • QuantumATK Staff
  • Supreme QuantumATK Wizard
  • *****
  • Posts: 5411
  • Country: dk
  • Reputation: 89
    • View Profile
    • QuantumATK at Synopsys
Re: mpsh eigenvalues corresponding to mpsh eigenstates
« Reply #1 on: September 7, 2023, 20:53 »
It's been a long time ago since this was discussed, and it's less supported than it was perhaps in ancient version of our code... But if you check the script projection.py at https://docs.quantumatk.com/tutorials/low_level_entities/low_level_entities.html#projecting-the-transmission, you can see in the line "w, v = scipy.linalg.eigh(H_dtb, S_dtb)" how to compute the eigenvalues (w) and eigenvectors (v).