DOSCAR and COOP visualization

Queries about input and output files, running specific calculations, etc.


Moderators: Global Moderator, Moderator

Post Reply
Message
Author
an5989
Newbie
Newbie
Posts: 7
Joined: Wed Apr 16, 2014 10:43 pm
License Nr.: 5-1015

DOSCAR and COOP visualization

#1 Post by an5989 » Fri Sep 19, 2014 11:05 pm

Hi all,
What software(s) are necessary to visualize the DOSCAR file?

Thanks!

qavo08
Newbie
Newbie
Posts: 5
Joined: Wed Dec 18, 2013 4:53 am

Re: DOSCAR and COOP visualization

#2 Post by qavo08 » Tue Sep 23, 2014 3:23 pm

You could use wxdragon.de

an5989
Newbie
Newbie
Posts: 7
Joined: Wed Apr 16, 2014 10:43 pm
License Nr.: 5-1015

Re: DOSCAR and COOP visualization

#3 Post by an5989 » Wed Sep 24, 2014 11:10 pm

wxdragon.de returns the error:
./wxDragon_basic: error while loading shared libraries: libjbig.so.0: cannot open shared object file: No such file or directory

I'm not sure what libjbig.so.0 is, where to get it, and how to install it. Do you have any suggestions?

Thanks for your help!

qavo08
Newbie
Newbie
Posts: 5
Joined: Wed Dec 18, 2013 4:53 am

Re: DOSCAR and COOP visualization

#4 Post by qavo08 » Thu Sep 25, 2014 3:03 pm

The latest version requires updated version of libraries. It's quite complicated to update these libraries because they may affect other programs. I requested the author to provide the older version of wxdragon, but he refused due to time demanding for maintenance. I decided to use mac version. It works well, but have to download COOP files from server to mac.

terencelz
Newbie
Newbie
Posts: 13
Joined: Tue May 07, 2013 6:48 am

Re: DOSCAR and COOP visualization

#5 Post by terencelz » Thu Oct 02, 2014 5:45 am

I wrote a bunch of scripts to do these routine work.

https://github.com/terencezl/ScriptsForVASP

The PlotTDOS.py plots total density of states, with ISPIN auto detection. PlotLDOS.py deals with projected DOS, with ISPIN and LORBIT auto detection.

But you need to first have Python 2(.7), Numpy, Matplotlib installed. After that, go to the working directory with preferably all OUTPUT files (But DOSCAR is the only hard request)
>> python PlotTDOS.py -h
will show you a help screen output. Without '-h', it should just work and give you a figure called TDOS.pdf, and a formatted data file, and another file showing the states around Ef (+-0.2eV).

Post Reply