Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

I found a formula in your jupyter-notebook that make me puzzled. #1

Open
JLU-ICCMS-MaYuan opened this issue Jul 27, 2023 · 0 comments

Comments

@JLU-ICCMS-MaYuan
Copy link

$$
f_{1} f_{2}=\sqrt[3]{1+\left[\frac{\lambda}{2.46\left(1+3.8 \mu^{}\right)}\right]^{3 / 2}} \cdot\left[1-\frac{\lambda^{2}\left(1-\omega_{2} / \omega_{\log }\right)}{\lambda^{2}+3.312\left(1+6.3 \mu^{}\right)^{2}}\right] \nonumber
$$

I suspect that the denominator of f2 in the above formula is missing an item: (w2/wlog)^2.

The same problem occurs in the following code, which position is tc.py
f2 = 1 - (np.power(_lambda[pos], 2) * (1 - w2[pos] / wlog[pos])) / (
np.power(_lambda[pos], 2) + 3.312 * np.power(1 + 6.3 * mu, 2))

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant