1#ifndef CCSD_DIAGRAMMATIC_DECOMPOSITION
2#define CCSD_DIAGRAMMATIC_DECOMPOSITION
#define ALGORITHM_REGISTRAR_DECLARATION(NAME)
Auxiliary macro declaring the algorithm registrar for the algorithm type of the given name....
Definition Algorithm.hpp:169
Definition Algorithm.hpp:26
Definition CcsdDiagrammaticDecomposition.hpp:10
void evaluateEnergy(std::string diagramType, Tensor< double > &deltaabij, Tensor< double > &deltaai, Tensor< double > &Rabij, Tensor< double > &Rai)
Definition CcsdDiagrammaticDecomposition.cxx:435
void sliceIntoResiduum(Tensor< double > &Rxyij, int a, int b, Tensor< double > &Rabij)
Definition CcsdDiagrammaticDecomposition.cxx:469
virtual void run()
Definition CcsdDiagrammaticDecomposition.cxx:29
virtual ~CcsdDiagrammaticDecomposition()
Definition CcsdDiagrammaticDecomposition.cxx:22
Definition Algorithm.hpp:10
CTF::Tensor< F > Tensor
Definition Tensor.hpp:9