diff --git a/README.md b/README.md index 88ba67a..c482d22 100644 --- a/README.md +++ b/README.md @@ -32,4 +32,12 @@ _, _, _, _, [q, _, s_q, _, _, _, _, _] = mie_scattering(n_p, n_s, a_p, lambda_va -Another great resourse and similar code can be found here: https://miepython.readthedocs.io/en/latest/index.html +The code is sufficiently optimized so that 100+ calls to mie/rayleigh_scattering can occur in under a second. See mie_vs_rayleigh_l_star for an example of such, the results of which are shown below. + + + +## Other Resources + +Other great resources for scattering calculations can be found here: +* https://miepython.readthedocs.io/en/latest/index.html +* https://omlc.org/calc/mie_calc.html