pymatgen.io.abinit.variable module
Support for Abinit input variables.
- class InputVariable(name, value, units='', valperline=3)[source]
Bases:
object
An Abinit input variable.
- Parameters:
name – Name of the variable.
value – Value of the variable.
units – String specifying one of the units supported by Abinit. Default: atomic units.
valperline – Number of items printed per line.
- format_list(values, floatdecimal=0)[source]
Format a list of values into a string. The result might be spread among several lines.