Author Topic: Simulation of COHP and pCOHP  (Read 991 times)

0 Members and 1 Guest are viewing this topic.

Offline Habib

  • Regular QuantumATK user
  • **
  • Posts: 11
  • Country: gb
  • Reputation: 0
    • View Profile
Simulation of COHP and pCOHP
« on: December 15, 2023, 21:46 »
Hello,

Is it possible to simulate the Crystal Orbital Hamilton Population (COHP) and projected Crystal Orbital Hamilton Population (pCOHP) of a material using the QuantumATK?

Kind Regards
Habib

Offline Jahanzaib

  • Heavy QuantumATK user
  • ***
  • Posts: 81
  • Country: gb
  • Reputation: 2
    • View Profile
Re: Simulation of COHP and pCOHP
« Reply #1 on: December 16, 2023, 18:29 »
QuantumATK did not have the direct capability to simulate Crystal Orbital Hamilton Population (COHP) or projected Crystal Orbital Hamilton Population (pCOHP) for materials but I think, in future, it might have.


Offline Habib

  • Regular QuantumATK user
  • **
  • Posts: 11
  • Country: gb
  • Reputation: 0
    • View Profile
Re: Simulation of COHP and pCOHP
« Reply #2 on: December 17, 2023, 22:13 »
Thanks, Jahanzaib. I hope so.

@QuantumATK, is there any alternative to COHP and pCOHP in QuantumATK?

Offline Anders Blom

  • QuantumATK Staff
  • Supreme QuantumATK Wizard
  • *****
  • Posts: 5411
  • Country: dk
  • Reputation: 89
    • View Profile
    • QuantumATK at Synopsys
Re: Simulation of COHP and pCOHP
« Reply #3 on: January 5, 2024, 21:06 »
I'm afraid we only have MullikenPopulations, which obviously isn't as advanced. But it depends a bit on the end goal - you could perhaps use ProjectedDensityOfStates if you are looking to see where different orbitals or sites are positioned in energy

Offline Habib

  • Regular QuantumATK user
  • **
  • Posts: 11
  • Country: gb
  • Reputation: 0
    • View Profile
Re: Simulation of COHP and pCOHP
« Reply #4 on: January 7, 2024, 22:15 »
Hi Anders,

Thanks for your reply.
I have been attempting to simulate the five 3d orbitals of Fe in LaFeO3—namely, dxy, dxz, dyz, dx2-dy2, and dz2—through spin-polarized DFT+U simulations. I utilized PDOS with the "projections=ProjectOnOrbitalsByElement" setting, and it worked well, producing the DOS of the mentioned orbitals in one spin (refer to the attached file). However, I require both spin-up and spin-down positions. Can you help me to simulate the DOS in both spin?

Offline Anders Blom

  • QuantumATK Staff
  • Supreme QuantumATK Wizard
  • *****
  • Posts: 5411
  • Country: dk
  • Reputation: 89
    • View Profile
    • QuantumATK at Synopsys
Re: Simulation of COHP and pCOHP
« Reply #5 on: January 19, 2024, 00:21 »
You can't do that via the GUI for now, but in the script  you can create more complex projections. In your case, open the Python script in an editor and change the value of the "projection" keyword in ProjectedDensityOfStates to

ProjectionGenerator(atoms=ElementsProjection, l_quantum_numbers=True, m_quantum_numbers=True, spin=UpDownProjection)