← Back to team overview

python-meep team mailing list archive

version 1.0 released

 

Stable version 1.0 has just been released.
This is the result of ongoing work by Nizamov Shawkat and Emmanuel
Lambert during the past months. 

The LATEST_RELEASE branch contains this version. You can get it from
Launchpad with the following Bazaar command :
	bzr branch lp:~python-meep/python-meep/LATEST_RELEASE

A tutorial on how to write Python-meep scripts is available in the
doc/html subdirectory:
 python_meep_documentation.html 

Prerequisites for installation:
    - libmeep (or libmeep-mpi) version 1.1.1
    - mpi support (if used) - tested with OpenMPI version 1.3.3
    - swig version 1.3.40
    - gcc/g++ (required by swig)
    - numpy, scipy and company
    - Python 2.6

You can build it using the ./make script (or ./make-mpi for
MPI-installations of Meep).

Good luck !
The python-meep team.