ElectroMagneticPython

EMpy - ElectroMagnetic Python


License
BSD-3-Clause
Install
pip install ElectroMagneticPython==2.1.5

Documentation

EMpy - ElectroMagnetic Python

EMpy - ElectroMagnetic Python is a suite of algorithms widely known and used in electromagnetic problems and optics: the transfer matrix algorithm, the rigorous coupled wave analysis algorithm and more.

Run the examples in examples/* to have an idea how EMpy works.

Visit http://lbolla.github.io/EMpy/ for more information.

Installation

$> pip install ElectromagneticPython

Optionally, install bvp:

$> pip install scikits.bvp1lg

Development

First, download the source code from https://github.com/lbolla/EMpy. Then, from inside a virtualenv, install with:

$> pip install -r requirements_dev.txt
$> python setup.py develop

Run tests with:

$> python setup.py test

Release process

  1. Edit CHANGES
  2. bumpversion major|minor|patch
  3. git push && git push --tags

Citation

If you find EMpy useful in your job, please consider adding a citation.

As reference:

Bolla, L. (2017). EMpy [Computer software]. https://github.com/lbolla/EMpy/

As text:

We used EMpy (version x.y.z) to complete our work.