OxIonics / ionics_fits

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

models.RabiFrequency: add heuristic #69

Closed hartytp closed 1 year ago

hartytp commented 1 year ago

This adds a special-case heuristic for the case where we want to find w_0, with t_pulse and omega are already known. This is a relatively common case, for example in finding transition frequencies. Since we know the pulse duration and rabi frequency we can avoid making the Sinc^2 approximation which helps to improve accuracy (also speed, but that's not a primary concern for this library).