ROOTPWA
|
#include <TJwfTensor.h>
Public Member Functions | |
TTensorSum () | |
Int_t | AddTerm (TTensorTerm *) |
Int_t | SpinInnerContraction (Int_t) |
TTensorSum * | LSContraction (TTensorSum *, Int_t, Int_t, Int_t, char) |
TTensorSum * | LJContraction (Int_t, Int_t) |
Int_t | GetNterms () |
Int_t | Print (char) |
Int_t | Print () |
TTensorTerm * | GetTerm (Int_t i) |
Private Attributes | |
Int_t | Nterms |
TTensorTerm * | terms |
Definition at line 60 of file TJwfTensor.h.
|
inline |
Definition at line 67 of file TJwfTensor.h.
Int_t TTensorSum::AddTerm | ( | TTensorTerm * | addt | ) |
Definition at line 296 of file TJwfTensor.cc.
Referenced by TSpinWaveFunction::GetSpinCoupledTensorSum(), TSpinWaveFunction::GetTensorSum(), LJContraction(), and LSContraction().
|
inline |
|
inline |
Definition at line 79 of file TJwfTensor.h.
Referenced by TLSAmpl::GetTerm().
TTensorSum * TTensorSum::LJContraction | ( | Int_t | cChiPhi, |
Int_t | even | ||
) |
Definition at line 348 of file TJwfTensor.cc.
References AddTerm(), i, Int_t, TTensorTerm::IsNonZero(), Nterms, and terms.
Referenced by TLSAmpl::TLSAmpl().
TTensorSum * TTensorSum::LSContraction | ( | TTensorSum * | L, |
Int_t | contr, | ||
Int_t | co, | ||
Int_t | ce, | ||
char | con_type | ||
) |
Definition at line 331 of file TJwfTensor.cc.
References AddTerm(), i, Int_t, TTensorTerm::IsNonZero(), Nterms, and terms.
Referenced by TLSAmpl::TLSAmpl().
Int_t TTensorSum::Print | ( | char | flag | ) |
Definition at line 286 of file TJwfTensor.cc.
Referenced by TLSAmpl::TLSAmpl().
|
inline |
Definition at line 308 of file TJwfTensor.cc.
Referenced by TLSAmpl::TLSAmpl().
|
private |
Definition at line 63 of file TJwfTensor.h.
Referenced by GetNterms(), LJContraction(), LSContraction(), and TTensorSum().
|
private |
Definition at line 64 of file TJwfTensor.h.
Referenced by GetTerm(), LJContraction(), LSContraction(), and TTensorSum().