Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update paper.md #1

Merged
merged 1 commit into from
Jun 8, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Update paper.md
  • Loading branch information
arfon authored Jun 7, 2017
commit 40f94574a0e0a830d1319435d1df7f0f67f6b992
24 changes: 13 additions & 11 deletions paper/paper.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,32 +10,34 @@ tags:
authors:
- name: Sean M. Anderson
orcid: 0000-0002-4809-921X
affiliation: none
affiliation: 2
- name: Bernardo S. Mendoza
orcid: 0000-0002-8546-0262
affiliation: 1
affiliations:
- name: Centro de Investigaciones en Óptica, A. C.
index: 1
- name: None
index: 2

date: 07 February 2017
bibliography: paper.bib
---

---
nocite: |
nocite: |
@andersonFMATS17, @andersonPRB16b, @andersonPRB16a, @andersonPRB15, @andersonARXIV16, @andersonthesis
---

# Summary

`SHGYield.py` is a python program for calculating the surface second-harmonic generation (SSHG) yield (in reflectance) for semiconductor surfaces.
`SHGYield.py` is a python program for calculating the surface second-harmonic generation (SSHG) yield (in reflectance) for semiconductor surfaces.

SSHG is an effective, nondestructive, and noninvasive probe for studying surface and interface properties, and even for characterizing buried interfaces and nanostructures. The high surface sensitivity of SSHG spectroscopy is due to the fact that within the dipole approximation, the bulk SHG response in centrosymmetric materials is identically zero. The SHG process can occur only at the surface where the inversion symmetry is broken.
SSHG is an effective, nondestructive, and noninvasive probe for studying surface and interface properties, and even for characterizing buried interfaces and nanostructures. The high surface sensitivity of SSHG spectroscopy is due to the fact that within the dipole approximation, the bulk SHG response in centrosymmetric materials is identically zero. The SHG process can occur only at the surface where the inversion symmetry is broken.

This program has several potential applications and uses:
* determining and analyzing the physical origin of SSHG spectra
* predicting and characterizing the radiated SSHG for interesting new materials
* characterizing thin films based on measured SH spectra
* allowing the experimenter to calculate and analyze the SSHG yield to optimize experiments

- determining and analyzing the physical origin of SSHG spectra
- predicting and characterizing the radiated SSHG for interesting new materials
- characterizing thin films based on measured SH spectra
- allowing the experimenter to calculate and analyze the SSHG yield to optimize experiments

For example, the figure below is an overview of the angular dependence of the reflected SHG Yield from the Si(111)(1x1)H surface. Experimentalists will find this very useful, as they can plan the experiment accordingly in order to optimize the output signal strength and polarization.

Expand Down