EMug is a Python package of numerical analysis for ElectroMagnetism
There are many electromagnetic field simulation tools that use FEM, MoM, FDTD, etc. On the other hand, what about tools for numerical analysis? EMug provides you a Python package for electromagnetic field analysis.
Electromagnetic radiation from infinitesimal electric current element
python -m examples.dipole_emission
see requirements.txt
pip install -r requirements.txt
clone this repository.
git clone https://github.com/sp-yduck/emug
pip install -r requirements.txt
Teppei Sudo (https://github.com/sp-yduck)