n2p2 - A neural network potential package
|
#include <fix_hdnnp.h>
Public Member Functions | |
FixHDNNP (class LAMMPS *, int, char **) | |
~FixHDNNP () | |
int | setmask () |
virtual void | post_constructor () |
virtual void | init () |
void | init_list (int, class NeighList *) |
void | setup_pre_force (int) |
virtual void | pre_force (int) |
void | min_setup_pre_force (int) |
void | min_pre_force (int) |
Protected Member Functions | |
virtual void | pertype_parameters (char *) |
void | isPeriodic () |
void | calculate_electronegativities () |
void | process_first_network () |
void | allocate_QEq () |
void | deallocate_QEq () |
double | QEq_f (const gsl_vector *) |
void | QEq_df (const gsl_vector *, gsl_vector *) |
void | QEq_fdf (const gsl_vector *, double *, gsl_vector *) |
void | calculate_QEqCharges () |
void | calculate_erfc_terms () |
Static Protected Member Functions | |
static double | QEq_f_wrap (const gsl_vector *, void *) |
static void | QEq_df_wrap (const gsl_vector *, void *, gsl_vector *) |
static void | QEq_fdf_wrap (const gsl_vector *, void *, double *, gsl_vector *) |
Protected Attributes | |
class PairHDNNP4G * | hdnnp |
class KSpaceHDNNP * | kspacehdnnp |
class NeighList * | list |
char * | pertype_option |
int | hdnnpflag |
int | kspaceflag |
int | ngroup |
bool | periodic |
double | qRef |
double * | Q |
gsl_multimin_function_fdf | QEq_minimizer |
QEq energy minimization via gsl library. | |
const gsl_multimin_fdfminimizer_type * | T |
gsl_multimin_fdfminimizer * | s |
int * | type_all |
Global storage. | |
int * | type_loc |
double * | qall |
double * | qall_loc |
double * | dEdQ_all |
double * | dEdQ_loc |
double * | xx |
double * | xy |
double * | xz |
double * | xx_loc |
double * | xy_loc |
double * | xz_loc |
Friends | |
class | PairHDNNP4G |
Definition at line 29 of file fix_hdnnp.h.
FixHDNNP::FixHDNNP | ( | class LAMMPS * | lmp, |
int | narg, | ||
char ** | arg ) |
Definition at line 52 of file fix_hdnnp.cpp.
References dEdQ_all, dEdQ_loc, hdnnp, hdnnpflag, kspaceflag, kspacehdnnp, list, ngroup, PairHDNNP4G, periodic, pertype_option, Q, qall, qall_loc, qRef, type_all, type_loc, xx, xx_loc, xy, xy_loc, xz, and xz_loc.
Referenced by QEq_df_wrap(), QEq_f_wrap(), and QEq_fdf_wrap().
FixHDNNP::~FixHDNNP | ( | ) |
Definition at line 123 of file fix_hdnnp.cpp.
References dEdQ_all, dEdQ_loc, hdnnp, pertype_option, qall, qall_loc, type_all, type_loc, xx, xx_loc, xy, xy_loc, xz, and xz_loc.
int FixHDNNP::setmask | ( | ) |
Definition at line 156 of file fix_hdnnp.cpp.
|
virtual |
Definition at line 150 of file fix_hdnnp.cpp.
References pertype_option, and pertype_parameters().
|
virtual |
Definition at line 165 of file fix_hdnnp.cpp.
References allocate_QEq(), isPeriodic(), and ngroup.
void FixHDNNP::init_list | ( | int | , |
class NeighList * | ptr ) |
void FixHDNNP::setup_pre_force | ( | int | vflag | ) |
Definition at line 258 of file fix_hdnnp.cpp.
References pre_force().
Referenced by min_setup_pre_force().
|
virtual |
Definition at line 274 of file fix_hdnnp.cpp.
References calculate_electronegativities(), calculate_erfc_terms(), calculate_QEqCharges(), kspacehdnnp, periodic, and qRef.
Referenced by min_pre_force(), and setup_pre_force().
void FixHDNNP::min_setup_pre_force | ( | int | vflag | ) |
Definition at line 263 of file fix_hdnnp.cpp.
References setup_pre_force().
void FixHDNNP::min_pre_force | ( | int | vflag | ) |
Definition at line 268 of file fix_hdnnp.cpp.
References pre_force().
|
protectedvirtual |
Definition at line 199 of file fix_hdnnp.cpp.
References hdnnpflag.
Referenced by post_constructor().
|
protected |
|
protected |
Definition at line 310 of file fix_hdnnp.cpp.
References hdnnp, process_first_network(), and qRef.
Referenced by pre_force().
|
protected |
Definition at line 323 of file fix_hdnnp.cpp.
References hdnnp, and nnp::Mode::HDNNP_4G.
Referenced by calculate_electronegativities().
|
protected |
Definition at line 209 of file fix_hdnnp.cpp.
References dEdQ_all, dEdQ_loc, hdnnp, qall, and qall_loc.
Referenced by init().
|
protected |
Definition at line 239 of file fix_hdnnp.cpp.
|
protected |
Definition at line 393 of file fix_hdnnp.cpp.
References hdnnp, kspacehdnnp, list, periodic, SQR, type_all, xx, xy, and xz.
Referenced by QEq_f_wrap(), and QEq_fdf().
|
protected |
Definition at line 519 of file fix_hdnnp.cpp.
References dEdQ_all, dEdQ_loc, hdnnp, kspacehdnnp, list, periodic, SQR, type_all, xx, xy, and xz.
Referenced by QEq_df_wrap(), and QEq_fdf().
|
protected |
Definition at line 629 of file fix_hdnnp.cpp.
References QEq_df(), and QEq_f().
Referenced by QEq_fdf_wrap().
|
staticprotected |
Definition at line 513 of file fix_hdnnp.cpp.
References FixHDNNP(), and QEq_f().
Referenced by calculate_QEqCharges().
|
staticprotected |
Definition at line 623 of file fix_hdnnp.cpp.
References FixHDNNP(), and QEq_df().
Referenced by calculate_QEqCharges().
|
staticprotected |
Definition at line 636 of file fix_hdnnp.cpp.
References FixHDNNP(), and QEq_fdf().
Referenced by calculate_QEqCharges().
|
protected |
Definition at line 642 of file fix_hdnnp.cpp.
References dEdQ_all, dEdQ_loc, hdnnp, periodic, Q, qall, qall_loc, QEq_df_wrap(), QEq_f_wrap(), QEq_fdf_wrap(), QEq_minimizer, qRef, s, T, type_all, type_loc, xx, xx_loc, xy, xy_loc, xz, and xz_loc.
Referenced by pre_force().
|
protected |
Definition at line 345 of file fix_hdnnp.cpp.
References hdnnp, kspacehdnnp, list, periodic, and SQR.
Referenced by pre_force().
|
friend |
Definition at line 30 of file fix_hdnnp.h.
References PairHDNNP4G.
Referenced by FixHDNNP(), and PairHDNNP4G.
|
protected |
Definition at line 47 of file fix_hdnnp.h.
Referenced by allocate_QEq(), calculate_electronegativities(), calculate_erfc_terms(), calculate_QEqCharges(), deallocate_QEq(), FixHDNNP(), process_first_network(), QEq_df(), QEq_f(), and ~FixHDNNP().
|
protected |
Definition at line 48 of file fix_hdnnp.h.
Referenced by calculate_erfc_terms(), FixHDNNP(), pre_force(), QEq_df(), and QEq_f().
|
protected |
Definition at line 49 of file fix_hdnnp.h.
Referenced by calculate_erfc_terms(), FixHDNNP(), init_list(), QEq_df(), and QEq_f().
|
protected |
Definition at line 50 of file fix_hdnnp.h.
Referenced by FixHDNNP(), post_constructor(), and ~FixHDNNP().
|
protected |
Definition at line 52 of file fix_hdnnp.h.
Referenced by FixHDNNP(), and pertype_parameters().
|
protected |
Definition at line 53 of file fix_hdnnp.h.
Referenced by FixHDNNP().
|
protected |
Definition at line 54 of file fix_hdnnp.h.
Referenced by FixHDNNP(), and init().
|
protected |
Definition at line 56 of file fix_hdnnp.h.
Referenced by calculate_erfc_terms(), calculate_QEqCharges(), FixHDNNP(), isPeriodic(), pre_force(), QEq_df(), and QEq_f().
|
protected |
Definition at line 57 of file fix_hdnnp.h.
Referenced by calculate_electronegativities(), calculate_QEqCharges(), FixHDNNP(), and pre_force().
|
protected |
Definition at line 58 of file fix_hdnnp.h.
Referenced by calculate_QEqCharges(), and FixHDNNP().
|
protected |
QEq energy minimization via gsl library.
Definition at line 69 of file fix_hdnnp.h.
Referenced by calculate_QEqCharges().
|
protected |
Definition at line 70 of file fix_hdnnp.h.
Referenced by calculate_QEqCharges().
|
protected |
Definition at line 71 of file fix_hdnnp.h.
Referenced by calculate_QEqCharges().
|
protected |
Global storage.
Definition at line 87 of file fix_hdnnp.h.
Referenced by calculate_QEqCharges(), FixHDNNP(), QEq_df(), QEq_f(), and ~FixHDNNP().
|
protected |
Definition at line 87 of file fix_hdnnp.h.
Referenced by calculate_QEqCharges(), FixHDNNP(), and ~FixHDNNP().
|
protected |
Definition at line 88 of file fix_hdnnp.h.
Referenced by allocate_QEq(), calculate_QEqCharges(), deallocate_QEq(), FixHDNNP(), and ~FixHDNNP().
|
protected |
Definition at line 88 of file fix_hdnnp.h.
Referenced by allocate_QEq(), calculate_QEqCharges(), deallocate_QEq(), FixHDNNP(), and ~FixHDNNP().
|
protected |
Definition at line 89 of file fix_hdnnp.h.
Referenced by allocate_QEq(), calculate_QEqCharges(), deallocate_QEq(), FixHDNNP(), QEq_df(), and ~FixHDNNP().
|
protected |
Definition at line 89 of file fix_hdnnp.h.
Referenced by allocate_QEq(), calculate_QEqCharges(), deallocate_QEq(), FixHDNNP(), QEq_df(), and ~FixHDNNP().
|
protected |
Definition at line 90 of file fix_hdnnp.h.
Referenced by calculate_QEqCharges(), FixHDNNP(), QEq_df(), QEq_f(), and ~FixHDNNP().
|
protected |
Definition at line 90 of file fix_hdnnp.h.
Referenced by calculate_QEqCharges(), FixHDNNP(), QEq_df(), QEq_f(), and ~FixHDNNP().
|
protected |
Definition at line 90 of file fix_hdnnp.h.
Referenced by calculate_QEqCharges(), FixHDNNP(), QEq_df(), QEq_f(), and ~FixHDNNP().
|
protected |
Definition at line 91 of file fix_hdnnp.h.
Referenced by calculate_QEqCharges(), FixHDNNP(), and ~FixHDNNP().
|
protected |
Definition at line 91 of file fix_hdnnp.h.
Referenced by calculate_QEqCharges(), FixHDNNP(), and ~FixHDNNP().
|
protected |
Definition at line 91 of file fix_hdnnp.h.
Referenced by calculate_QEqCharges(), FixHDNNP(), and ~FixHDNNP().