emmet.core.vasp.utils
Define utilities needed for parsing VASP calculations.
Functions
Find and sort VASP files from a directory for TaskDoc. |
|
Scan a target directory and identify VASP files. |
|
Recursively scan a target directory and identify VASP files. |
Classes
Object to represent calculation directory with possible file suffixes. |
|
Lightweight model to enable validation on files via MD5. |
|
set() -> new empty set object set(iterable) -> new set object |
|
set() -> new empty set object set(iterable) -> new set object |
|
bool(x) -> bool |
|
Built-in mutable sequence. |
|
Built-in mutable sequence. |
|
Built-in mutable sequence. |
|
dict() -> new empty dictionary dict(mapping) -> new dictionary initialized from a mapping object's (key, value) pairs dict(iterable) -> new dictionary initialized as if via: d = {} for k, v in iterable: d[k] = v dict(**kwargs) -> new dictionary initialized with the name=value pairs in the keyword argument list. For example: dict(one=1, two=2). |
|
Built-in mutable sequence. |
|
Built-in mutable sequence. |