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

Make Benchmarking model inherit from Exponential #55

Closed amycxh closed 1 year ago

amycxh commented 1 year ago

Use a change of base so that the randomised benchmarking model can inherit from the exponential decay model.

I think this is nicer code but a bit of a roundabout way to fit this particular model. However, I've tested it and it doesn't seem to suffer from the extra complexity, so I think I lean in favour of this version. What do you reckon @hartytp?