Skip to content
/ ellip Public

Software for simulation the single-wavelength null type ellipsometer

Notifications You must be signed in to change notification settings

szylis/ellip

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ellip

Single-wavelength null type ellipsometer solver

Copyright (C) 2016 Szymon Lis email: szymonlis@yahoo.com twitter: @drSzymonLis

This program is distibuteted for free, but WITHOUT ANY WARRANTY

  1. Description

Script design to a solve three layers stack in terms of reflectance, transmittance and ellipsometry parameters (DEL, PSI).

  1. Compilation

Modify the main.cpp according to your needs, then compile it using standard c++11 compiler:

g++ -std=c++11 -pthread ${SRC_DIR}/main.cpp -o ellip 
  1. Limitations

Results can be obtained for single-wavelength; Only there layers stack can be solved; The complex refractive index was not fully tested yet;

  1. Further work

    Implementation of a layer refractive index dependence on the wavelength; Testing the complex refractive index and plasmon behaviour for metal layers; Increment the capability of solving more than three layers (Transfer-matrix method)

About

Software for simulation the single-wavelength null type ellipsometer

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages