Author Topic: questions for mulliken population  (Read 2405 times)

0 Members and 1 Guest are viewing this topic.

Offline tigeryzz

  • Heavy QuantumATK user
  • ***
  • Posts: 34
  • Reputation: 0
    • View Profile
questions for mulliken population
« on: December 12, 2009, 10:09 »
Can the mulliken population projected to the orbital? namely, can atk output the mulliken population for s, px, py, pz……respectively?

Offline Anders Blom

  • QuantumATK Staff
  • Supreme QuantumATK Wizard
  • *****
  • Posts: 5429
  • Country: dk
  • Reputation: 89
    • View Profile
    • QuantumATK at Synopsys
Re: questions for mulliken population
« Reply #1 on: December 12, 2009, 10:34 »
It does already in the SCF loop, if you have verbosity = 10. To do it post-SCF:
Code
import ATK
ATK.setVerbosityLevel(10)
m = calculateMullikenPopulation(scf)
Then the orbital-resolved populations will be written to the terminal.