MADNESS
0.10.1
|
Class to compute terms of the potential. More...
#include <xcfunctional.h>
Public Member Functions | |
xc_potential (const XCfunctional &xc, int ispin) | |
std::size_t | get_result_size () const |
std::vector< madness::Tensor< double > > | operator() (const madness::Key< 3 > &key, const std::vector< madness::Tensor< double > > &t) const |
Public Attributes | |
const int | ispin |
const XCfunctional * | xc |
Class to compute terms of the potential.
|
inline |
|
inline |
|
inline |
References ispin, MADNESS_ASSERT, madness::XCfunctional::vxc(), and xc.
const int madness::xc_potential::ispin |
Referenced by operator()().
const XCfunctional* madness::xc_potential::xc |
Referenced by get_result_size(), and operator()().