Skip to content

photonix/EMpy

 
 

Repository files navigation

EMpy - ElectroMagnetic Python

image

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.txt
$> python setup.py install

Run tests with:

$> python setup.py test

Release process

  1. Edit CHANGES
  2. Edit version in setup.py
  3. git tag
  4. Push to PyPi: python setup.py release

About

Electromagnetic Python

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%