First, I do a calculation on the CO moleucle based on US-PP (GGA91) using the VASP code. And then I use the bader analysis to get the charge distribution on C and O atoms. The ACF file is as follow:
# X Y Z CHARGE MIN DIST
----------------------------------------------------------------
1 6.8090 7.9761 13.9505 2.2308 0.0536
2 7.9419 7.9533 14.1190 7.7692 1.0473
----------------------------------------------------------------
NUMBER OF ELECTRONS: 10.00000
And I found that the MIN DIST on C is only 0.0536, so is there some error?
small minimum distance
Moderator: moderators
It looks like you may not have included core charges.
Follow the instructions at http://theory.cm.utexas.edu/bader/vasp.php
and see if the Bader surface are further from the atomic centers.
Follow the instructions at http://theory.cm.utexas.edu/bader/vasp.php
and see if the Bader surface are further from the atomic centers.
I add the core charge to analysis again, the ACF data is :
# X Y Z CHARGE MIN DIST
----------------------------------------------------------------
1 6.8107 7.9761 13.9508 2.8741 0.2951
2 7.9403 7.9533 14.1187 7.1259 0.6892
----------------------------------------------------------------
NUMBER OF ELECTRONS: 10.00000
It looks better now.
# X Y Z CHARGE MIN DIST
----------------------------------------------------------------
1 6.8107 7.9761 13.9508 2.8741 0.2951
2 7.9403 7.9533 14.1187 7.1259 0.6892
----------------------------------------------------------------
NUMBER OF ELECTRONS: 10.00000
It looks better now.