Skip to content

lbolla/EMpy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

426f2ac · Jan 6, 2025
Oct 7, 2023
Jan 6, 2025
Jan 5, 2025
Jan 6, 2023
Jan 29, 2022
Jan 6, 2025
Feb 12, 2022
Mar 15, 2022
Jan 31, 2017
Dec 30, 2016
Apr 26, 2015
Jan 5, 2025
Jan 6, 2025
Dec 4, 2022
Jan 5, 2025
Jan 5, 2025
Jan 5, 2025
Jan 29, 2022
Oct 7, 2023
Jan 5, 2025

Repository files navigation

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.

Create a virtualenv with, e.g:

$> make venv

Then, from inside a virtualenv, install dev environment with:

$> make develop

Run tests with:

$> make test

Upgrade dependencies with:

$> make requirements-upgrade
$> make requirements-sync

Release process

  1. Edit CHANGES
  2. make release PART=major|minor|patch

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.