![]() |
KIDS
ver-0.0.1
KIDS : Kernel Integrated Dynamics Simulator
|
#include "kids/Kernel_Elec_NAD.h"
#include "kids/Kernel_Elec_Utils.h"
#include "kids/Kernel_NADForce.h"
#include "kids/Kernel_Random.h"
#include "kids/Kernel_Representation.h"
#include "kids/debug_utils.h"
#include "kids/hash_fnv1a.h"
#include "kids/linalg.h"
#include "kids/macro_utils.h"
#include "kids/vars_list.h"
Go to the source code of this file.
Namespaces | |
namespace | PROJECT_NS |
< http://warp.povusers.org/FunctionParser/fparser.html | |
Functions | |
bool | isFileExists (const std::string &name) |
double | phi (double lambda, double N0_max, int F) |
double | PROJECT_NS::calc_alpha (kids_real *V, int i=0, int k=1, int F=2) |
int | PROJECT_NS::calc_wrho (kids_complex *wrho, kids_complex *rho, double xi, double gamma, double alpha) |
double | PROJECT_NS::calc_Ew (kids_real *E, kids_complex *wrho, int occ) |
int | PROJECT_NS::calc_distforce (kids_real *f1, kids_real *E, kids_real *dE, kids_complex *wrho, kids_complex *rho, double alpha) |
the force driven from the shape of distorted-density W(\rho) | |
int | PROJECT_NS::hopping_impulse (kids_real *direction, kids_real *np, kids_real *nm, kids_real Efrom, kids_real Eto, int from, int to, bool reflect) |
|
inline |
Definition at line 13 of file Kernel_Elec_NAD.cpp.
Referenced by PROJECT_NS::Kernel_Elec_NAD::initializeKernel_impl(), PROJECT_NS::Kernel_Elec_Switch::initializeKernel_impl(), PROJECT_NS::Model_Interf_MNDO::initializeKernel_impl(), and PROJECT_NS::Model_Interf_MNDO::setInputDataSet_impl().
double phi | ( | double | lambda, |
double | N0_max, | ||
int | F ) |
Definition at line 15 of file Kernel_Elec_NAD.cpp.
Referenced by PROJECT_NS::Kernel_Elec_NAD::executeKernel_impl(), and PROJECT_NS::Kernel_Elec_Switch::executeKernel_impl().