Printing BV for multiple atoms in a single file & unable to print BV for all atoms

Bader charge density analysis

Moderator: moderators

Post Reply
Jatin19k
Posts: 1
Joined: Tue Oct 13, 2020 8:40 pm

Printing BV for multiple atoms in a single file & unable to print BV for all atoms

Post by Jatin19k »

Please help me with below questions:

1) Why I don't gets 205 cube files for a system containing 205 atoms for all_atom flag.
2) How to print a cube file showing bader volumes of let's say 2 atoms.

Thank you very much.
graeme
Site Admin
Posts: 2253
Joined: Tue Apr 26, 2005 4:25 am
Contact:

Re: Printing BV for multiple atoms in a single file & unable to print BV for all atoms

Post by graeme »

You should get a BvAtxxxx.dat for each atom, if you use a command such as:

bader cubefile -p all_atom

If you want to print out the charge density for two atoms, you can use:

bader cubefile -p sel_atom 1-2

or

bader cubefile -p sel_atom 1
bader cubefile -p sel_atom 3
Post Reply