Description Usage Arguments Details Value Author(s) See Also
DBR-metal stack structure
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18  | tamm_stack_porous(
  lambda0 = 600,
  n1 = 1.72,
  n2 = 1.28,
  d1 = lambda0/4/n1,
  d2 = lambda0/4/n2,
  N = 2 * pairs,
  pairs = 4,
  dx1 = 0,
  dx2 = 0,
  dm = 20,
  metal = "epsAu",
  position = "before",
  incidence = "right",
  nleft = 1.5,
  nright = 1,
  ...
)
 | 
lambda0 | 
 central wavelength of the stopband  | 
n1 | 
 real refractive index for odd layers  | 
n2 | 
 real refractive index for even layers  | 
d1 | 
 odd layer thickness in nm  | 
d2 | 
 even layer thickness in nm  | 
N | 
 number of layers, overwrites pairs  | 
pairs | 
 number of pairs  | 
dx1 | 
 variation of last odd layer thickness in nm  | 
dx2 | 
 variation of last even layer thickness in nm  | 
dm | 
 thickness of metal layer  | 
metal | 
 character name of dielectric function  | 
position | 
 metal position relative to DBR  | 
incidence | 
 direction of incidence  | 
nleft | 
 refractive index of entering medium  | 
nright | 
 refractive index of outer medium  | 
... | 
 ignored  | 
periodic structure of dielectric layers against metal film
list of class 'stack'
baptiste Auguie
Other stack user_level: 
dbr_stack(),
embed_stack(),
layer_stack(),
tamm_stack_ir(),
tamm_stack()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.