Author Topic: Export Mulliken population from bulk structure.  (Read 1585 times)

0 Members and 1 Guest are viewing this topic.

Offline fangyongxinxi

  • QuantumATK Guru
  • ****
  • Posts: 143
  • Reputation: 0
    • View Profile
Export Mulliken population from bulk structure.
« on: May 22, 2014, 12:53 »
Dear Sir,

I calculated Mulliken population for a bulk structure with atk13 version, and follow the usage examples in manual (atk12 manual, P 285 ),
I want to get the Mulliken population for a atom (for example atom_id = 20), and get the bond population between two atoms(for example, atom20-atom21)

I used this script:
# #####################################
mulli = nlread(...)
print mulli.atom()[20]    
# or
print mulli.atom(20)[0]  # get the mulli for atom 20

print mulli.bond(20,21)  # get the mulli for atom 20-21
# #####################################

something wrong happend.  (the bond-population result seems ok, but the population for atom is wrong)
so, my question is: what's wrong with my script?





Thanks
Yong Fang
2014-5-22
« Last Edit: May 22, 2014, 13:00 by fangyongxinxi »

Offline Anders Blom

  • QuantumATK Staff
  • Supreme QuantumATK Wizard
  • *****
  • Posts: 5428
  • Country: dk
  • Reputation: 89
    • View Profile
    • QuantumATK at Synopsys
Re: Export Mulliken population from bulk structure.
« Reply #1 on: May 22, 2014, 14:40 »
Any chance we can see the actual numbers, or do we need to guess them?
Why do you think they are wrong?