Packages
mnp_plasmon
0.1.0
Integrated computational package for single-nanoparticle electromagnetic response in the Rayleigh quasi-static limit.
Current section
Files
Jump to
Current section
Files
mnp_plasmon
rebar.config
rebar.config
{erl_opts, [debug_info, warnings_as_errors]}.
{plugins, [rebar3_hex]}.
{hex, [{doc, edoc}]}.
{edoc_opts, [
{application, "mnp_plasmon"},
{title, "mnp_plasmon"},
{overview, "README.md"}
]}.
{profiles, [
{test, [{erl_opts, [debug_info]}]}
]}.