Read Me
===========
PyPROCAR
===========
Prprocar provides a set of scripts that manage the PROCAR file obtained from Vasp. Basically, the PROCAR
file is a projection of the Kohn-Sham states over atomic orbitals. That projection is performed to every K
point in the considered mesh, every energy band and every atom. Here you will find scripts that help
you in digging the information from it and plot it in a nice and friendly process.
Typical use is as follows
#!/usr/bin/env python
from pyprocar import utilsprocar
from pyprocar import procarselect
Below something that will be writen soon
A Section
=========
Lists look like this:
* First
* Second. Can be multiple lines
but must be indented properly.
A Sub-Section
-------------
Numbered lists look like you'd expect:
1. hi there
2. must be going
Urls are http://like.this and links can be
written `like this <http://www.example.com/foo/bar>`_.
Contributors
------------