MADNESS
0.10.1
|
#include <madness/madness_config.h>
#include <madness/chem/xcfunctional.h>
#include <madness/tensor/tensor.h>
#include <iostream>
#include <string>
#include <sstream>
#include <utility>
#include <madness/world/madness_exception.h>
#include <madness/world/MADworld.h>
#include <xc.h>
#include <xc_funcs.h>
Namespaces | |
madness | |
File holds all helper structures necessary for the CC_Operator and CC2 class. | |
Functions | |
static xc_func_type * | madness::lookup_func (const std::string &name, bool polarized) |
static std::string | madness::lookup_id (const int id) |
static int | madness::lookup_name (const std::string &name) |
static xc_func_type * | madness::make_func (int id, bool polarized) |