Home
last modified time | relevance | path

Searched refs:getIonCharge (Results 1 – 24 of 24) sorted by relevance

/dports/science/qwalk/mainline-1.0.1-300-g1b7e381/src/system/
H A DMolecular_system.cpp183 Vtest(nelectrons)+=-sample->getIonCharge(i)/R(0); in calcLocWithTestPos()
228 elecIon+=sample->getIonCharge(i)/R(0); in calcLoc()
247 IonIon+=sample->getIonCharge(i)*sample->getIonCharge(j)/r; in calcLoc()
278 fieldPot+=sample->getIonCharge(i)*electric_field(d)*pos(d); in calcLoc()
360 onebody(e)-=sample->getIonCharge(i)/R(0); in separatedLocal()
395 tmpder(d)=-sample->getIonCharge(ion)*R(d+2)/(R(1)*R(0)); in locDerivative()
419 der(d)-=sample->getIonCharge(ion)*sample->getIonCharge(j)*vec(d)/(r2*r); in locDerivative()
H A DSHO_system.h63 virtual doublevar getIonCharge(const int number) in getIonCharge() function
H A DRing_system.h90 virtual doublevar getIonCharge(const int number) in getIonCharge() function
H A DRing_sample.h57 doublevar getIonCharge(const int ion) in getIonCharge() function
H A DSHO_sample.h56 doublevar getIonCharge(const int ion) in getIonCharge() function
H A DSystem.h138 virtual doublevar getIonCharge(const int number)=0;
H A DMolecular_sample.h56 doublevar getIonCharge(const int ion) in getIonCharge() function
H A DMolecular_system.h78 doublevar getIonCharge(const int ion) in getIonCharge() function
H A DHEG_sample.h60 doublevar getIonCharge(const int ion) in getIonCharge() function
H A DHEG_system.h95 doublevar getIonCharge(const int ion) { in getIonCharge() function
H A DPeriodic_sample.h60 doublevar getIonCharge(const int ion) in getIonCharge() function
H A DSample_point.h161 virtual doublevar getIonCharge(const int number)=0;
H A DPeriodic_system.h91 doublevar getIonCharge(const int ion) in getIonCharge() function
H A DPseudopotential.cpp314 v_l(l) += sample->getIonCharge(at)/r(0); in getRadial()
330 v_l(l,0) += sample->getIonCharge(at)/r(0); in getRadial()
332 v_l(l,d+1) -= sample->getIonCharge(at)*r(d+2)/(r(0)*r(1)); in getRadial()
H A DPseudopotential_so.cpp267 v_jl(j,l) += sample->getIonCharge(at)/r(0); in getRadial()
291 v_jl(j,l,0) += sample->getIonCharge(at)/r(0); in getRadial()
293 v_jl(j,l,d+1) -= sample->getIonCharge(at)*r(d+2)/(r(0)*r(1)); in getRadial()
H A DMolecular_sample.cpp409 doublevar z=getIonCharge(at); in rawInput()
H A DPeriodic_sample.cpp551 doublevar z=getIonCharge(at); in rawInput()
/dports/science/qwalk/mainline-1.0.1-300-g1b7e381/src/attic/
H A DOnebody_int_method.cpp335 doublevar charge=mywalker->getIonCharge(at); in run()
366 doublevar charge=mywalker->getIonCharge(at)-totcharge(at); in run()
368 chargeaccp+=mywalker->getIonCharge(at); in run()
375 zpolep+=mywalker->getIonCharge(at)*dcomplex(cos(2*pi*gvec(2,2)*pos(2)), in run()
/dports/science/qwalk/mainline-1.0.1-300-g1b7e381/src/method/
H A DPlot_method.cpp418 os << " " << mywalker->getIonCharge(at) << " 0.0000 " << pos(0) in run()
435 os << " " << mywalker->getIonCharge(at) << " 0.0000 " << pos(0) in run()
477 os << " " << mywalker->getIonCharge(at) << " 0.0000 " << pos(0) in run()
668 os << " " << mywalker->getIonCharge(at) << " 0.0000 " << pos(0) in plot_tbdm_file()
H A DNodes_method.cpp303 os << " " << mywalker->getIonCharge(at) << " 0.0000 " << pos(0) in run()
455 os << " " << mywalker->getIonCharge(at) << " 0.0000 " << pos(0) in run()
H A DSplit_sample.cpp604 doublevar charge=sample->getIonCharge(closest_ion); in getDriftEtc()
/dports/science/qwalk/mainline-1.0.1-300-g1b7e381/src/properties/
H A DAverage_quadrupole.cpp30 doublevar charge=sample->getIonCharge(at); in evaluate()
H A DProperties.cpp102 atominfo(i,0)=sys->getIonCharge(i); in init()
H A DAverage_generator.cpp110 doublevar charge=sample->getIonCharge(at); in evaluate()