Logo

A physics toolbox for laser spectroscopy.

Static Badge Static Badge Static Badge

Static Badge Static Badge

© 2025 Patrick Müller. All rights reserved.

qspec.simulate. Geometry.set_rotation  (  r = None  )[source]

Parameters:
rqspec.tools.Rotation

None or a 3x3 matrix defining a rotation.Therefore, dot(r, r.T) = I and Det(r) = 1 must be fulfilled. If r == None, the Identity matrix is used.

Returns:
outNone

Sets the 'R' attribute of the Geometry object.

API navigation