예제 #1
0
def x90(q, time):
    return rx(q, time, angle=np.pi / 2)
예제 #2
0
def mx90(q, time):
    return rx(q, time, angle=-np.pi / 2)
예제 #3
0
def x(q, time):
    return rx(q, time, angle=np.pi)