ccsd_residual.ipp File Reference
Include dependency graph for ccsd_residual.ipp:
This graph shows which files directly or indirectly include this file:

Namespaces

 mpqc
 The top-level namespace for all Massively Parallel Quantum Chemistry package.
 
 mpqc::lcao
 
 mpqc::lcao::cc
 

Macros

#define MPQC4_SRC_MPQC_CHEMISTRY_QC_LCAO_CC_CCSD_RESIDUAL_IPP_
 
#define MPQC_LCAO_CC_CCSD_RESIDUAL(NAME)
 

Macro Definition Documentation

◆ MPQC4_SRC_MPQC_CHEMISTRY_QC_LCAO_CC_CCSD_RESIDUAL_IPP_

#define MPQC4_SRC_MPQC_CHEMISTRY_QC_LCAO_CC_CCSD_RESIDUAL_IPP_

◆ MPQC_LCAO_CC_CCSD_RESIDUAL

#define MPQC_LCAO_CC_CCSD_RESIDUAL (   NAME)
Value:
template <typename Tile, typename Policy> \
typename Residual<CCSD<Tile, Policy> >::TArray \
Residual<CCSD<Tile, Policy> >::NAME(const TArray& t1, const TArray& t2, \
const TArray& tau, \
cc::Integrals<TArray>& ints) { \
return cc::NAME(t1, t2, tau, ints); \
}