Package aloha :: Module aloha_object :: Class DenominatorPropagator
[hide private]
[frames] | no frames]

Class DenominatorPropagator

source code

             object --+    
                      |    
aloha_lib.LorentzObject --+
                          |
                         DenominatorPropagator

The Denominator of the Propagator

Nested Classes [hide private]

Inherited from aloha_lib.LorentzObject: add_class, mult_class

Instance Methods [hide private]
 
__init__(self, particle)
initialization of the object with default value
source code
 
get_unique_name(self, *args) source code
 
simplify(self)
Return the Denominator in a abstract way
source code
 
create_representation(self)
Create the representation for the Vector propagator
source code

Inherited from aloha_lib.LorentzObject: __str__, expand, has_component

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __subclasshook__

Static Methods [hide private]
a new object with type S, a subtype of T
__new__(cls, particle) source code
Class Variables [hide private]

Inherited from aloha_lib.LorentzObject: contract_first

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__new__(cls, particle)
Static Method

source code 
Returns: a new object with type S, a subtype of T
Overrides: object.__new__
(inherited documentation)

__init__(self, particle)
(Constructor)

source code 

initialization of the object with default value

Overrides: object.__init__
(inherited documentation)

create_representation(self)

source code 

Create the representation for the Vector propagator

Overrides: aloha_lib.LorentzObject.create_representation