MDANSE icon indicating copy to clipboard operation
MDANSE copied to clipboard

[ENHANCEMENT] Replace Rotations with scipy

Open oerc0122 opened this issue 1 year ago • 0 comments

Is your feature request related to a problem? Please describe. MDANSE.Mathematics.LinearAlgebra.Quaternion is used in three places:

  • As a return from MANSE.Mathematics.Transformation.Rotation.asQuaternion
  • As a return from MANSE.Mathematics.superposition_fit
  • As a return from RigidBodyTrajectoryGenerator (which is being deprecated?)

Describe the solution you'd like Scipy provides established classes for handling rotations including quaternions.

These methods should be reworked to use these classes to remove maintenance responsibilities.

Describe alternatives you've considered N/A

Additional context N/A

oerc0122 avatar Mar 04 '25 13:03 oerc0122