supercell_lattice_points¶
-
sknano.core.crystallography.
supercell_lattice_points
(supercell_matrix)[source] [edit on github][source]¶ Generate the fractional coordinates of lattice points in a supercell lattice.
Modified implementation of
pymatgen.util.coord_utils.lattice_points_in_supercell
Parameters: supercell_matrix (array_like) – Returns: frac_points – numpy array of the fractional coordinates of lattice points Return type: ndarray