From 4992c5eeb365c5f1fb288f19773d78bbb43e4a06 Mon Sep 17 00:00:00 2001 From: Dominik Lentrodt Date: Thu, 7 Jul 2022 13:59:08 +0200 Subject: [PATCH] Changes to readme. --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index a42d8e6..a50a2f3 100644 --- a/README.md +++ b/README.md @@ -7,12 +7,11 @@ This software is an archive of the code used to create the scientific figures of Requirements: - numpy, scipy, matplotlib, jupyter, possibly other standard python packages - pynuss: A software package for nuclear resonance scattering. Currently unpublished and available from the author K. P. Heeg. -- pyrot: A software package implementing linear dispersion theory and Parratt's formalism for general one-dimensional cavities given by a refractive index profile, created for this paper. Available at TODO. +- pyrot: A software package implementing linear dispersion theory and Parratt's formalism for general one-dimensional cavities given by a refractive index profile, created for this paper. Available via pip (see https://github.com/dlentrodt/pyrot). Contents: - License - Readme file - ML_numerical.py: A class implementing a simple numerical scheme to compute Mittag-Leffler pole expansions of a given function that can be numerically evaluated in the complex plane. -- cavity1d.py: Classes - cav_functions.py: Helper for functions for evaluation of certain quantities in the complex plane. - Subfolders containing scripts creating each figure as pdf output. Additional plots for benchmarking are commented out in the code. \ No newline at end of file