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

change model to not include inverting Clifford in SPAM estimate #186

Open JackMTB opened 6 days ago

JackMTB commented 6 days ago

A sequence length of N cliffords actually has N+1 Cliffords because of the inverting operation. With the current model, the error from the inverting Clifford is included in the SPAM estimate. This PR changes the model such that the inverting Clifford is taken into account in the sequence length, and the SPAM estimate does not include the error from the inverting Clifford anymore.