slice.py

A python script which will read in a VASP density file (eg. CHG, CHGCAR and LOCPOT) and take a 2D slice through the data.

Authors

Matthew Dyer and Jonas Björk

If you have any questions, bug reports or suggestions for modifications please email Matthew Dyer using My email address

Download

Version 0.3 is now available.

Download the script by right-clicking on the Download link above and selecting "Save Link As" from the menu.

slice.py is distributed under the terms of the GNU General Public Licence. The full licence can be downloaded here or found at http://www.gnu.org/licenses.

Installation

If slice.py is in the current directory then an interactive session of slice.py can be started either by typing
python ./slice.py
or by changing the mode of slice.py to allow executable permission and typing
./slice.py

Alternatively you may wish to copy slice.py to a directory where python looks for files and then use
python slice.py
or copy the file with executable permission into a directory in your PATH environment and type
slice.py

Dependencies

As a python script, you must have a working version of python installed on your machine to run slice.py. In addition the script depends on the following python modules and packages:

Manual

To do...

Releases

DateVersionComment
19/01/20090.3Code is compatible with ase versions 3.1.0 and above.
25/11/20080.2Original release version.

Top Software Homepage


Valid HTML 4.01! Valid CSS!