GEMDAT-repos / GEMDAT

Python toolkit for molecular dynamics analysis
https://gemdat.readthedocs.io
Apache License 2.0
21 stars 3 forks source link

Orientations should return Trajectories instead of np.ndarrays #292

Closed SCiarella closed 3 months ago

SCiarella commented 3 months ago

The Orientation class currently returns trajectories of unit vectors as np.ndarrays. Investigate if it is possible to instead return Trajectory objects

stefsmeets commented 3 months ago

I'm not sure if this is still relevant after #293

SCiarella commented 3 months ago

This has been solved by #293