You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description
In the Bohdansky formula located in scripts/formulas.py, the factor R_Rp, which is R/Rp, should instead be (R_Rp)^(-1), that is, Rp/R.
Additional context
Interestingly, for many targets this makes the results of the original Bohdansky formula significantly worse. Later versions swapped out the prefactor in the formula with an empirical one. It might be worth using the 'revised' Bohdansky formula from Garcia-Rosales et al. instead of the original Bohdansky one.
The text was updated successfully, but these errors were encountered:
Description
In the Bohdansky formula located in scripts/formulas.py, the factor R_Rp, which is R/Rp, should instead be (R_Rp)^(-1), that is, Rp/R.
Additional context
Interestingly, for many targets this makes the results of the original Bohdansky formula significantly worse. Later versions swapped out the prefactor in the formula with an empirical one. It might be worth using the 'revised' Bohdansky formula from Garcia-Rosales et al. instead of the original Bohdansky one.
The text was updated successfully, but these errors were encountered: