From a76670ae8e69fc849360f1e9d199eba60be4ec04 Mon Sep 17 00:00:00 2001 From: nsbalbi <60553434+nsbalbi@users.noreply.github.com> Date: Sun, 15 Aug 2021 21:48:19 -0400 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 46ef768..2a454bc 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ theta, i1, i2, l_star, stats = mie_scattering(n_p, n_s, a_p, lambda_vac, phi) Plotting i1 and i2 versus theta generated the polar plots seen above. -To specify the structure factor, the argument "struct" can be used. Currently implimented is a Percus-Yevick hard sphere structure factor ('PY'), a hard sphere with an excluded annulus ('PYAnnulus'), and a sticky hard sphere model with a square potential well ('SHS'). For some models, additional parameters must be specified using the "optional_params" arguement. Examples of each are seen below along with an plot of example parameters. See the documentation of scattering.py for more details and citations. +To specify the structure factor, the argument "struct" can be used. Currently implimented is a Percus-Yevick hard sphere structure factor ('PY'), a hard sphere with an excluded annulus ('PYAnnulus'), and a sticky hard sphere model with a square potential well ('SHS'). For some models, additional parameters must be specified using the "optional_params" arguement. Examples of each are seen below along with an plot of example parameters. See the documentation of scattering.py for parameter details and citations. ```python _, _, _, _, [q, _, s_q, _, _, _, _, _] = mie_scattering(n_p, n_s, a_p, lambda_vac, phi, struct='PY')