Skip to content

scbarton/pyband

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pyband

This is a python wrapper for BAND.F by John S. Newman with portions by others. It uses f2py from numpy and is therefore restricted to Python 2.7.

Portions are copywrite John S. Newman 1998, and there are other contributions as listed in License.txt.

To install:

$ pip install git+git://github.com/scbarton/pyband.git

To test:

Using Jupyter Notebook:

%pylab inline
from pyband.example import samplefd
samplefd();

which should produce the following plot:

plot

You may also use the attached notebook pyband.ipynb which includes a performance comparison with scipy.integrate.solve_bvp.

About

python wrapper for BAND.F by John S. Newman with portions by others

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published