Author Topic: band structure projection  (Read 2543 times)

0 Members and 1 Guest are viewing this topic.

Offline Yiheng Yin

  • New QuantumATK user
  • *
  • Posts: 4
  • Country: cn
  • Reputation: 0
    • View Profile
band structure projection
« on: March 18, 2021, 03:45 »
I would like to calculate the bandstructure with spin (up/down) and projection on specific elements simultaneously. However, the fat bandstructure can not calculate both the spin (up/down) and projection. How can I obtain the bandstructure with spin and projection?

Offline mlee

  • QuantumATK Guru
  • ****
  • Posts: 173
  • Country: dk
  • Reputation: 6
    • View Profile
Re: band structure projection
« Reply #1 on: March 19, 2021, 12:43 »
Your script with projection of spin up and down in the fatbandstructure analysis looks fine.
https://docs.quantumatk.com/manual/Types/FatBandstructure/FatBandstructure.html

Offline Yiheng Yin

  • New QuantumATK user
  • *
  • Posts: 4
  • Country: cn
  • Reputation: 0
    • View Profile
Re: band structure projection
« Reply #2 on: March 19, 2021, 13:09 »
Thank you for your reply. I have read this manual, but this fat bandstructure script can not calculate the spin (up/down) and select elements simultaneously. I want to obtained the HDF5 result containing both spin (up/down) and element selection. Could you please provide a script to achieve this goal?

Offline mlee

  • QuantumATK Guru
  • ****
  • Posts: 173
  • Country: dk
  • Reputation: 6
    • View Profile
Re: band structure projection
« Reply #3 on: March 20, 2021, 11:00 »
Which version do you use? Do you have an error to run the FatBandstructure?  Your attached script in Fatbandstructure analysis block is correct to get the spin (up/down) in R-2020.09-SP1 version.

Offline Yiheng Yin

  • New QuantumATK user
  • *
  • Posts: 4
  • Country: cn
  • Reputation: 0
    • View Profile
Re: band structure projection
« Reply #4 on: March 20, 2021, 12:44 »
Thank you for you reply! My version is 2019.03. The MoS2 is doped by a Nb atom in the script. The script is fine, But the script can not obtain the bandstructure I want. I want to plot the bandstructure only contains MoS2, namly without any band provided by Nb atom. However, in the fatband setting, I donot konw how to choose the spin (up/down) and select elements (Mo, S) simultaneously.  If there are any python scripts can help to achieve this function?

Offline mlee

  • QuantumATK Guru
  • ****
  • Posts: 173
  • Country: dk
  • Reputation: 6
    • View Profile
Re: band structure projection
« Reply #5 on: March 29, 2021, 14:58 »
Did you try the below command?

#by element,
projections=ProjectOnElements,

#by tags,
projections=ProjectOnTags,

I am not sure in your version. But it works in the latest version.