pyfeyn is hosted by Hepforge, IPPP Durham

Package pyfeyn
[hide private]
[frames] | no frames]

Package pyfeyn



PyFeyn - a simple Python interface for making Feynman diagrams.

Submodules [hide private]
  • pyfeyn.blobs: Various blob shapes to represent generic interactions.
  • pyfeyn.config: Handle runtime options and command line option parsing.
  • pyfeyn.deco: A couple of classes for decorating diagram elements.
  • pyfeyn.diagrams: Classes for the actual diagram containers.
  • pyfeyn.feynml: PyFeyn interface to the proposed FeynML XML dialect.
  • pyfeyn.hepnames: Convenience interfaces between the hepnames LaTeX package and pyfeyn.
  • pyfeyn.lines: Various particle line types.
  • pyfeyn.paint: Convenience imports for colouring etc.
  • pyfeyn.points: Various types of points for vertices etc.
  • pyfeyn.user: Convenience imports to make things easier for typical users.
  • pyfeyn.utils: Utility functions and classes for PyFeyn

Variables [hide private]
  __author__ = 'Andy Buckley (andy@insectnation.org)'
  __version__ = '0.3.0'
  __date__ = '$Date: 2007-06-20 13:01:56 +0100 (Wed, 20 Jun 2007) $'
  __copyright__ = 'Copyright (c) 2007 Andy Buckley'
  __license__ = 'GPL'
  _majorversionstr = '0.9'

Variables Details [hide private]

__author__

None
Value:
'Andy Buckley (andy@insectnation.org)'                                 
      

__version__

None
Value:
'0.3.0'                                                                
      

__date__

None
Value:
'$Date: 2007-06-20 13:01:56 +0100 (Wed, 20 Jun 2007) $'                
      

__copyright__

None
Value:
'Copyright (c) 2007 Andy Buckley'                                      
      

__license__

None
Value:
'GPL'                                                                  
      

_majorversionstr

None
Value:
'0.9'