Class : AbstractInternalInteraction
~AbstractInternalInteraction :
prototype: virtual ~AbstractInternalInteraction ()
description:virtual destructor
AddInteraction :
prototype: virtual Matrix& AddInteraction (Matrix& , List& operators )
description:evaluate amd add to hamitonian internal interaction terms
input parameters:
hamiltonian = reference on hamiltonian matrix representation
operators = list of operators used to construct interaction terms
return value: reference on hamiltonian matrix representation
SetSystemSize :
prototype: virtual void SetSystemSize (int size )
description:set real system size (needed when interactions depends on system real size)
input parameters:
size = system size
Back to index.