OxIonics / ionics_fits

Small python fitting library with an emphasis on Atomic Molecular and Optical Physics
Apache License 2.0
1 stars 0 forks source link

rabifloptime: fix heuristic corner case #131

Closed hartytp closed 10 months ago

hartytp commented 10 months ago

Prior to this PR the RabiFlopTime heuristic would struggle when min(t) >> t_pi. This adds a special-case to improve handling of this corner-case.