sknano.core.crystallography.pymatgen_structure

sknano.core.crystallography.pymatgen_structure(*args, *, classmethod=None, **kwargs)[source][source]

Helper function to generate a pymatgen.core.Structure.

Parameters:

args : tuple

variable number of positional arguments to pass to the pymatgen.core.Structure constructor

classmethod : {None, str}, optional

name of pymatgen.core.Structure classmethod to call instead of calling pymatgen.core.Structure.

kwargs : dict

variable number of keyword arguments to pass to the pymatgen.core.Structure constructor

Returns:

pymatgen.core.Structure