Update README.md

This commit is contained in:
Eric Furst 2022-08-04 18:24:48 -04:00 committed by GitHub
commit e93edba1f2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -33,7 +33,7 @@ _, _, _, _, [q, _, s_q, _, _, _, _, _] = mie_scattering(n_p, n_s, a_p, lambda_va
<img src="https://github.com/emfurst/DWS-interactions/blob/main/Examples/Results/S(q)%20Models.png" width="45%">
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.py for an example; the results are shown below.
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.py` for an example; the results are shown below.
<img src="https://github.com/emfurst/DWS-interactions/blob/main/Examples/Results/Mie%20vs%20Rayleigh%20l_star.png" width="90%">