1#ifndef CCSDTENERGYFROMCOULOMBINTEGRALS_HPP_
2#define CCSDTENERGYFROMCOULOMBINTEGRALS_HPP_
#define ALGORITHM_REGISTRAR_DECLARATION(NAME)
Auxiliary macro declaring the algorithm registrar for the algorithm type of the given name....
Definition Algorithm.hpp:169
#define PTR(TYPE)
Definition SharedPointer.hpp:8
Definition CcsdtEnergyFromCoulombIntegrals.hpp:8
virtual std::shared_ptr< FockVector< double > > getResiduum(const int iteration, const std::shared_ptr< const FockVector< double > > &litudes)
Computes and returns the residuum of the given amplitudes.
Definition CcsdtEnergyFromCoulombIntegrals.cxx:459
static int64_t constexpr DEFAULT_SLICE_SIZE
Definition CcsdtEnergyFromCoulombIntegrals.hpp:17
static int64_t constexpr DEFAULT_DISTINGUISHABLE
Definition CcsdtEnergyFromCoulombIntegrals.hpp:18
std::shared_ptr< FockVector< F > > getResiduumTemplate(const int iterationStep, const std::shared_ptr< const FockVector< F > > &litudes)
Definition CcsdtEnergyFromCoulombIntegrals.cxx:17
virtual std::string getAbbreviation()
Returns the abbreviation of the concrete algorithm, e.g. "Ccd", "Dcd".
Definition CcsdtEnergyFromCoulombIntegrals.hpp:15
virtual ~CcsdtEnergyFromCoulombIntegrals()
Definition CcsdtEnergyFromCoulombIntegrals.hpp:13
CcsdtEnergyFromCoulombIntegrals(std::vector< Argument > const &argumentList)
Definition CcsdtEnergyFromCoulombIntegrals.hpp:11
Contains all the necessary tools for an algorithm with singles, doubles and triples amplitudes....
Definition ClusterSinglesDoublesTriplesAlgorithm.hpp:26
Represents the direct sum of Tensors and provides the vector space operations of addition,...
Definition FockVector.hpp:26
Definition Algorithm.hpp:10
Complex< real > complex
Definition Complex.hpp:17