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