Skip to content

fsciortino/TRIPPy3

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

TRIPPy

Toroidal Radiation Inversion Protocol (Python)

Originally written by I. Faust, updated to Python 3 by F. Sciortino.

TRIPPy couples some C routines with Python code using f2py. To create the shared object library _bean.so run f2py -c _beam.pyf _beam.c # Python 2.7 or f2py3 -c _beam.pyf _beam.c # Python 3+

The rest of the package should be compatible with both Python 2.7 and Python 3+.

About

Toroidal Radiation Inversion Protocol (Python)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 96.9%
  • C 2.8%
  • Makefile 0.3%