Fix docstring for rotation

This commit is contained in:
Jan Petykiewicz 2017-05-20 21:22:43 -07:00
parent 5033472342
commit 9d33744427

View File

@ -284,7 +284,8 @@ def m2j(omega: complex,
def rotation(axis: int, shape: List[int], shift_distance: int=1) -> sparse.spmatrix:
"""
Utility operator for performing a circular shift along a specified axis by 1 element.
Utility operator for performing a circular shift along a specified axis by a
specified number of elements.
:param axis: Axis to shift along. x=0, y=1, z=2
:param shape: Shape of the grid being shifted