ccsd_r1_r2.h File Reference
Include dependency graph for ccsd_r1_r2.h:
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
 

Functions

template<typename Array >
Array mpqc::lcao::cc::compute_cs_ccsd_r1 (const Array &t1, const Array &t2, const Array &tau, cc::Integrals< Array > &ints)
 this file contains functions to compute spin-adapted closed-shell CCSD amplitude equation More...
 
template<typename Array >
Array mpqc::lcao::cc::compute_cs_ccsd_r1_df (const Array &t1, const Array &t2, const Array &tau, cc::Integrals< Array > &ints)
 
template<typename Array >
Array mpqc::lcao::cc::compute_cs_ccsd_r2 (const Array &t1, const Array &t2, const Array &tau, const cc::Integrals< Array > &ints)
 
template<typename Array >
Array mpqc::lcao::cc::compute_cs_ccsd_r2_df (const Array &t1, const Array &t2, const Array &tau, const cc::Integrals< Array > &ints)
 
template<typename Array >
Array mpqc::lcao::cc::compute_cs_mp1_r2_df (const Array &t2, const cc::Integrals< Array > &ints)