Electromagnetic Polarization Simulation in C++
epsic is both a library of C++ code that can be used to simulate the polarization of electromagnetic radiation and an application that constructs and executes a simulation as configured by its command-line arguments.
The project documentation is hosted at https://epsic.readthedocs.io/en/latest.
The software is hosted at https://github.com/straten/epsic.
The following commands can be used to obtain, compile, verify, and install the software.
git clone https://github.com/straten/epsic.git
cd epsic
./bootstrap
./configure
make
make check
make install