https://github.com/wright-group/phasematching_calc
Objects and methods for simulating non-linear spectroscopy phasematching effects in isotropic media
https://github.com/wright-group/phasematching_calc
Last synced: 5 months ago
JSON representation
Objects and methods for simulating non-linear spectroscopy phasematching effects in isotropic media
- Host: GitHub
- URL: https://github.com/wright-group/phasematching_calc
- Owner: wright-group
- License: mit
- Created: 2022-03-22T14:44:46.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2026-01-19T22:03:36.000Z (5 months ago)
- Last Synced: 2026-01-20T05:19:18.019Z (5 months ago)
- Language: Python
- Homepage:
- Size: 5.47 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
- Zenodo: .zenodo.json
Awesome Lists containing this project
README
# phasematching_calc
Contains objects, methods, and functions that are designed for use in calculating phasematching effects in non-linear spectroscopy.
The current repository is limited to four-wave mixing spectroscopy (FWM) functions and methods, and the samples are assumed isotropic (or approximately isotropic). Functions include calculation of phasematching factors to FWM intensities, solves for angles and/or frequencies to achieve phasematching, and several auxiliary functions to help in analyzing low-order FWM phenomena.
To install: make sure the ``flit`` package is installed on your computer, then ``git clone`` or copy the folder into an empty directory and ``flit install`` at the command prompt while in the main folder.
@kameyer226