set_oper.h File Reference
#include <tiledarray_fwd.h>
Include dependency graph for set_oper.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::gaussian
 
 mpqc::lcao::gaussian::detail
 

Functions

template<typename Tile , typename ComputeTile = Tile>
void mpqc::lcao::gaussian::detail::set_oper (std::function< Tile(ComputeTile &&)> &op)
 interface template function More...
 
template<>
void mpqc::lcao::gaussian::detail::set_oper (std::function< TA::TensorD(TA::TensorD &&)> &op)
 specialization when Tile=TA::TensorD More...