def to_pymatgen_structure( self ): lattice = pmg_Lattice( self.cell.matrix * self.scaling ) structure = pmg_Structure( lattice, self.labels(), self.coordinates ) return structure
def to_pymatgen_structure(self): lattice = pmg_Lattice(self.cell.matrix * self.scaling) structure = pmg_Structure(lattice, self.labels(), self.coordinates) return structure