Go to the source code of this file.
Functions | |
| EXCLUDED (FAST(foo bar)) EXCLUDED(MODIFIED(foo bar)) EXCLUDED(NORMAL(foo bar)) NORMAL(MODIFIED(foo bar)) ALCHPAIR(NOT_ALCHPAIR(foo bar)) ALCHPAIR(myLambda | |
| FEP (myLambda2=ALCH1(lambda2Up) ALCH2(lambda2Down);) myElecLambda | |
| FEP (myElecLambda2=ALCH1(elecLambda2Up) ALCH2(elecLambda2Down);) myVdwLambda | |
| FEP (myVdwLambda2=ALCH1(vdwLambda2Up) ALCH2(vdwLambda2Down);) myVdwShift | |
| FEP (myVdwShift2=ALCH1(vdwShift2Up) ALCH2(vdwShift2Down);)) for(k=0 | |
| TABENERGY (register const int tabtype=lj_pars->tabletype;register int eneraddress;register BigReal r1;) Force *f_j | |
Variables | |
| k< npairi;++k){TABENERGY(const int numtypes=simParams-> | tableNumTypes |
| const float | table_spacing = simParams->tableSpacing |
| const int | npertype = (int) (mynearbyint(simParams->tableMaxDist / simParams->tableSpacing) + 1) |
| int | table_i = (r2iilist[2*k] >> 14) + r2_delta_expc |
| const int | j = pairlisti[k] |
| register const CompAtom * | p_j = p_1 + j |
| BigReal | diffa = r2list[k] - r2_table[table_i] |
| const BigReal *const | table_four_i = table_four + 16*table_i |
| const LJTable::TableEntry * | lj_pars |
| Force * | fullf_j = fullf_1 + j |
| BigReal | kqq = kq_i * p_j->charge |
| register const BigReal | p_ij_x = p_i_x - p_j->position.x |
| register const BigReal | p_ij_y = p_i_y - p_j->position.y |
| register const BigReal | p_ij_z = p_i_z - p_j->position.z |
|
|
Copyright (c) 1995, 1996, 1997, 1998, 1999, 2000 by The Board of Trustees of the University of Illinois. All rights reserved. |
|
|
|
|
|
|
|
|
|
|
|
|
|
||||||||||||
|
|
|
|
Definition at line 49 of file ComputeNonbondedBase2.h. Referenced by ComputeNonbondedCUDA::build_force_table(), and ExclElem::computeForce(). |
|
|
Definition at line 68 of file ComputeNonbondedBase2.h. |
|
|
|
Definition at line 115 of file ComputeNonbondedBase2.h. Referenced by ExclElem::computeForce(). |
|
|
Initial value: Definition at line 53 of file ComputeNonbondedBase2.h. Referenced by ExclElem::computeForce(). |
|
|
Definition at line 41 of file ComputeNonbondedBase2.h. |
|
|
Definition at line 119 of file ComputeNonbondedBase2.h. |
|
|
Definition at line 120 of file ComputeNonbondedBase2.h. |
|
|
Definition at line 121 of file ComputeNonbondedBase2.h. |
|
|
Definition at line 46 of file ComputeNonbondedBase2.h. Referenced by ExclElem::computeForce(), and pairlist_from_pairlist(). |
|
|
Definition at line 50 of file ComputeNonbondedBase2.h. Referenced by ExclElem::computeForce(). |
|
|
Definition at line 44 of file ComputeNonbondedBase2.h. Referenced by ComputeNonbondedCUDA::build_force_table(), and ExclElem::computeForce(). |
|
|
Definition at line 40 of file ComputeNonbondedBase2.h. Referenced by Parameters::read_ener_table(), Parameters::read_energy_type(), Parameters::read_energy_type_bothcubspline(), and Parameters::read_energy_type_cubspline(). |
|
|
Definition at line 39 of file ComputeNonbondedBase2.h. |
1.3.9.1