viperleed.calc.files.poscar
Functions for reading and writing POSCAR files.
Also defines the POSCARError specific exception, as well as some subclasses.
Functions
|
Return a Slab with the contents of a POSCAR file. |
|
Write a POSCAR-style file from a slab. |
Classes
|
A context manager for reading POSCAR files into a slab. |
|
A context manager for writing a slab to POSCAR. |
|
Base class for reading POSCAR structures into a Slab. |
|
Class for reading a POSCAR structure from an open stream. |
|
Class for writing a Slab to an open stream in POSCAR format. |
|
Base class for writing a Slab to POSCAR format. |
|
Class for writing a Slab to a POSCAR, ready for VASP relaxation. |
Exceptions
A generic exception related to a POSCAR file. |
|
|
An exceptions for syntax errors in POSCAR files. |