Menu

Tree [r33] /
 History

HTTPS access


File Date Author Commit
 PyPROCAR 2013-06-13 aldorome [r25] major change in the script
 README.txt 2013-06-13 aldorome [r25] major change in the script
 procar.py 2015-03-17 fvmunoz [r33] Concatenate sp PROCARS. Merge of several unmana...

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
------------