|
ABACUS develop
Atomic-orbital Based Ab-initio Computation at UStc
|
#include <memory>#include <vector>#include "source_cell/unitcell.h"#include "vdw_parameters.h"#include "vdwd2_parameters.h"#include "vdwd3_parameters.h"Go to the source code of this file.
Classes | |
| class | vdw::Vdw |
Namespaces | |
| namespace | vdw |
Functions | |
| template<typename T , typename... Args> | |
| std::unique_ptr< T > | vdw::make_unique (Args &&... args) |
| std::unique_ptr< Vdw > | vdw::make_vdw (const UnitCell &ucell, const Input_para &input, std::ofstream *plog=nullptr) |
| make vdw correction object | |