You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The rotate function could do with an update. Firstly the documentation should be in numpy doc format. Also the way we do rotations for 2D systems isn't ideal (we extend to 3D, then remove the dimension at the end).
The
rotatefunction could do with an update. Firstly the documentation should be in numpy doc format. Also the way we do rotations for 2D systems isn't ideal (we extend to 3D, then remove the dimension at the end).