parameters section
The parameters section defines additional physical and numerical parameters for atomistic models for nanoplasmonics (\(omegatext{FQ}\) and \(omegatext{FQF}\mu\) ).
This section is optional, and must be omitted if you want to rely entirely on default parameters [currently defined for: sodium, carbon, silver, gold].
Each atom type is given as a key, and parameters are defined in nested blocks (see Example)
Valid keywords
Keyword |
Type |
Allowed Values |
Default |
|---|---|---|---|
|
float or string |
> 0.0 |
units: a.u. |
|
float or string |
> 0.0 |
units: S/m |
|
float or string |
> 0.0 |
units: eV |
|
float or string |
> 0.0 |
units: a.u. |
|
float or string |
> 0.0 |
– |
|
float or string |
> 0.0 |
units: a.u. |
|
float or string |
> 0.0 |
– |
|
float or string |
> 0.0 |
– |
|
float or string |
> 0.0 |
units: eV |
|
string |
valid path to .csv |
– |
|
string |
|
– |
Notes
Each atom type used in the
input_geometrymust have a corresponding entry here, unless default values are exploited.Each atom type defined in
input_geometrycan define its ownparametersblock.tau: Electron relaxation/scattering time (Drude model).taucan be expressed in:a.u.orausfs
sigma0: Static electrical conductivity (Drude model).sigma0can be expressed in:s/ma.u.orau
w_p: Plasma frequency (Drude model).w_pcan be expressed in:eVnmmicronorumcm-1orcm^-1thza.u.orau
gamma: Drude damping constant.gammacan be expressed in:auora.u.fs^-1orfs-1s^-1ors-1
To define the Drude part of the response, any combination between (
sigma0,w_p) and (tau,gamma) must be provided.scaling sigma0-tau: Scaling factor applied to both sigma0 and tau, used to adjust the conductivity model for specific materials (e.g. sodium for which fefault:10)a_ij: effective area between the atoms.a_ijcan be expressed in:auora.u.nm^2ornm2ang^2orang2orangstrom^2orangstrom2
fermi function: defines the Fermi-like function parameters for tunneling regime.fermi_function.d: damping widthfermi_function.s: damping slope
fermi energy: Fermi energy. Used only for graphene-based materialswfqfmu file: points to a CSV file with frequency-dependent parameters. The file must contains 3 columns: frequencies (eV) Re(alpha) Im(alpha)permittivityrefers to a predefined dielectric function, from which the interband polarizability is computed.When more than one atom type is defined in the
input_geometry, it is possible to define interaction-specific damping functions using theinteraction AtomA->AtomBsyntax (see Example).This subsection is optional, and must be omitted if you want to rely entirely on default parameters [currently defined for: silver-gold bimetallic systems].
Keyword
Type
Description
fermi_function.dfloat or string
Width of the damping function
fermi_function.sfloat or string
Slope of the damping function
Example
parameters:
Au:
tau: 318.018
sigma0: 11834849.81
A_ij: 9.61
fermi_function:
d: 12.0
s: 1.1
wfqfmu file: jc_gold_polar.csv
Ag:
tau: 1633.608
sigma0: 65313000.0
A_ij: 9.61
fermi_function:
d: 12.0
s: 1.1
wfqfmu file: jc_silver_polar.csv
interaction Au->Ag:
fermi_function:
d: 12.0
s: 0.82555
interaction Ag->Au:
fermi_function:
d: 12.0
s: 0.82555