README for simulation of single and double slit diffraction

The program double-slit.f90 is a Fortran 90 program that performs diffraction of particles
at a single or double slit.
Requirements:
- Fortran 90 compiler, for example GNU gfortran
- Gnuplot version 4.4
- GNU make

All tools are Open Source

List of Files:
double-slit.f90		source code
input.txt			input file for definition of parameters
gplot.plt			input for Gnuplot (particle tracking)
hplot.plt			input for Gnuplot (scattering histogram)
Makefile			makefile

List of generated output files:
output.txt			tracked particle coordinates at certain time steps, data for gplot.plt
outscreen.txt		histogram data for hplot.plt
