casm.vasp.io.Incar
- class casm.vasp.io.Incar(filename, species=None, poscar=None, sort=True, structure_info=None)[source]
- The INCAR class contains:
tags: a dict of all INCAR settings
All input tags and associated values are stored as key-value pairs in the dicionary called ‘tags’.
Construct an Incar object from ‘filename’
- __init__(filename, species=None, poscar=None, sort=True, structure_info=None)[source]
Construct an Incar object from ‘filename’
Methods
__init__
(filename[, species, poscar, sort, ...])Construct an Incar object from 'filename'
read
(filename[, species, poscar, sort, ...])Read an INCAR file
update
(species, poscar[, sort, structure_info])Update Incar object to reflect Species settings
write
(filename)