StollLab / EasySpin

MATLAB toolbox for Electron Paramagnetic Resonance (EPR) spectroscopy
http://easyspin.org
MIT License
48 stars 25 forks source link

CrystalOrientation rename to SampleFrame (#245) #285

Closed stestoll closed 10 months ago

stestoll commented 1 year ago

This changes the way a sample orientation is defined in the lab frame (see issue #245). This makes the frame interface more consistent (lab -> sample -> mol -> tensor instead of lab <- sample -> mol -> tensor).

Main tasks:

List of additional necessary updates , changes and checks:

Functions:

Partial ordering:

Documentation:

Examples:

Downstream:

stestoll commented 10 months ago

Thanks! I fixed the docs. The test resfields_frames passes on my computer, with an error of 5e-14. I'll fix the lab frame definition for the superconducting magnet after the merge. An additional example for Exp.Ordering is a good idea, I'll add that after the merge.