pyprocar.io.vasp.Poscar

class pyprocar.io.vasp.Poscar(filepath: str | Path, rotations=None)[source]

A class to parse the POSCAR file

Parameters:
  • filepath (str, optional) – The POSCAR filepath, by default “POSCAR”

  • rotations (list, optional) – The rotations of the POSCAR file, by default None

Methods

Poscar.__init__(filepath[, rotations])