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

[bug] Error in Bohdansky sputtering yield formula in formulas.py #244

Open
drobnyjt opened this issue May 3, 2024 · 0 comments
Open

[bug] Error in Bohdansky sputtering yield formula in formulas.py #244

drobnyjt opened this issue May 3, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@drobnyjt
Copy link
Collaborator

drobnyjt commented May 3, 2024

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.

@drobnyjt drobnyjt added the bug Something isn't working label May 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant