run_info¶
(
- data_context,
- **kwargs
)
Contains information about the VASP run.
path
Returns the path from which the output is obtained.
()
Print a string representation of this instance.
read
(*args, **kwargs)
Convenient wrapper around to_dict. Check that function for examples and optional arguments.
selections
() →
dict
Returns possible alternatives for this particular quantity VASP can produce.
The returned dictionary contains a single item with the name of the quantity mapping to all possible selections. Each of these selection may be passed to other functions of this quantity to select which output of VASP is used. Some quantities provide additional elements which can be passed as selection for other routines.
Returns
dict- The key indicates this quantity and the values possible choices for arguments to other functions of this quantity.
to_dict
()
Convert the run information to a dictionary.