pymatgen_structure¶
-
sknano.core.structures.pymatgen_structure(*args, classmethod=None, **kwargs)[source] [edit on github][source]¶ Helper function to generate a
pymatgen.core.Structure.Parameters: - args (
tuple) – variable number of positional arguments to pass to thepymatgen.core.Structureconstructor - classmethod ({None, str}, optional) – name of
pymatgen.core.Structureclassmethod to call instead of callingpymatgen.core.Structure. - kwargs (
dict) – variable number of keyword arguments to pass to thepymatgen.core.Structureconstructor
Returns: Return type: pymatgen.core.Structure- args (