Packages

Integrated computational package for single-nanoparticle electromagnetic response in the Rayleigh quasi-static limit.

Current section

Files

Jump to
mnp_plasmon rebar.config
Raw

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]}]}
]}.