PyFolding icon indicating copy to clipboard operation
PyFolding copied to clipboard

The equation used for the model

Open mnaqvi-code opened this issue 4 years ago • 1 comments

The equation used for the model :TwoStateEquilibriumSloping is incorrect. The correct equation is :

Fnorm =[An + Bn + (Ad + Bd) exp(m(D-D50%)/RT )]/(1 + exp(m(D-D50%)/RT ))

There is a bracket [ ] missing in the equation currently used which is giving wrong fitting parameters. Please correct it. Thanks

mnaqvi-code avatar Apr 10 '21 17:04 mnaqvi-code

Hi @mnaqvi-code - do you want to open a pull request to fix this? I think @ergm3 added these equations.

quantumjot avatar Apr 12 '21 10:04 quantumjot