ABACUS develop
Atomic-orbital Based Ab-initio Computation at UStc
|
#include <algorithm>
#include <cassert>
#include "vdw.h"
#include "vdwd2.h"
#include "vdwd3.h"
#include "source_base/tool_quit.h"
Namespaces | |
namespace | vdw |
Functions | |
std::string | parse_xcname (const std::string &xc_input, const std::vector< std::string > &xc_psp) |
std::unique_ptr< Vdw > | vdw::make_vdw (const UnitCell &ucell, const Input_para &input, std::ofstream *plog=nullptr) |
make vdw correction object | |
std::string parse_xcname | ( | const std::string & | xc_input, |
const std::vector< std::string > & | xc_psp | ||
) |