Home
last modified time | relevance | path

Searched refs:v_dn (Results 1 – 15 of 15) sorted by relevance

/dports/science/libvdwxc/libvdwxc-b1e0dd854310410012d05daf4c6661b49f31b2ab/src/
H A Dq0test2.c46 double v_up, v_dn; in main() local
48 vdwxc_compute_lda_spin_zeta(rho, zeta, &eps_spin, &v_up, &v_dn); in main()
53 eps_spin, e_err, v_up, v_dn); in main()
56 vdwxc_compute_lda_spin(rho_up, rho_dn, &eps_spin, &v_up, &v_dn); in main()
70 printf("v_up=%.16f v_dn=%.16f\n", v_up, v_dn); in main()
78 double deriv_err_dn = fabs(deriv_spin_dn - v_dn); in main()
H A Dvdw_q0.h6 double *e, double *v_up, double *v_dn);
8 double *e, double *v_up, double *v_dn);
H A Dvdw_q0.c156 double *e, double *v_up, double *v_dn) in vdwxc_compute_lda_spin_zeta() argument
195 *v_dn = (*e) - rs * decdrs / 3.0 - (zeta + 1.0) * decdzeta; in vdwxc_compute_lda_spin_zeta()
200 double *e, double *v_up, double *v_dn) in vdwxc_compute_lda_spin() argument
204 vdwxc_compute_lda_spin_zeta(n, zeta, e, v_up, v_dn); in vdwxc_compute_lda_spin()
/dports/science/qbox/qbox-public-rel1_73_3/src/
H A DLDAFunctional.cpp56 double v_dn = 0.0; in setxc() local
82 v_dn = v + xc_pu * ( -1.0 - zeta ) * dfz; in setxc()
86 vxc1_dn[ir] = v_dn; in setxc()
H A DXCPotential.cpp214 const double *const v_dn = xcf_->vxc1_dn; in update() local
219 dxc_ += r_i * e[i] - rh_up[i] * v_up[i] - rh_dn[i] * v_dn[i]; in update()
221 vr[1][i] = v_dn[i]; in update()
412 const double v_dn = v1_dn[ir] + vxctmp[1][ir]; in update() local
413 dsum += r_up_i * ( eup[ir] - v_up ) + r_dn_i * ( edn[ir] - v_dn ); in update()
415 vr[1][ir] = v_dn; in update()
495 const double *const v_dn = xcf_->vxc1_dn; in compute_stress() local
499 dsum += rh * e[i] - rh_up[i] * v_up[i] - rh_dn[i] * v_dn[i]; in compute_stress()
/dports/net/openldap24-client/openldap-2.4.59/servers/slapd/
H A Dconfig.h154 } v_dn; member
185 #define value_dn values.v_dn.vdn_dn
186 #define value_ndn values.v_dn.vdn_ndn
/dports/net/openldap24-server/openldap-2.4.59/servers/slapd/
H A Dconfig.h154 } v_dn; member
185 #define value_dn values.v_dn.vdn_dn
186 #define value_ndn values.v_dn.vdn_ndn
/dports/net/openldap25-client/openldap-2.5.9/servers/slapd/
H A Dslap-config.h37 } v_dn; member
195 #define value_dn values.v_dn.vdn_dn
196 #define value_ndn values.v_dn.vdn_ndn
/dports/net/openldap25-server/openldap-2.5.9/servers/slapd/
H A Dslap-config.h37 } v_dn; member
195 #define value_dn values.v_dn.vdn_dn
196 #define value_ndn values.v_dn.vdn_ndn
/dports/net/openldap26-client/openldap-2.6.0/servers/slapd/
H A Dslap-config.h37 } v_dn; member
196 #define value_dn values.v_dn.vdn_dn
197 #define value_ndn values.v_dn.vdn_ndn
/dports/net/openldap26-server/openldap-2.6.0/servers/slapd/
H A Dslap-config.h37 } v_dn; member
196 #define value_dn values.v_dn.vdn_dn
197 #define value_ndn values.v_dn.vdn_ndn
/dports/science/lammps/lammps-stable_29Sep2021/examples/PACKAGES/pafi/
H A Din.pafi43 fix af all ave/time 1 1000 1000 f_hp[1] f_hp[2] f_hp[3] v_dn
H A Dlog.15Apr20.pafi.g++.1200 fix af all ave/time 1 1000 1000 f_hp[1] f_hp[2] f_hp[3] v_dn
H A Dlog.15Apr20.pafi.g++.4200 fix af all ave/time 1 1000 1000 f_hp[1] f_hp[2] f_hp[3] v_dn
/dports/net/samba412/samba-4.12.15/python/samba/
H A Ddbchecker.py1461 v_dn = dsdb_Dn(self.samdb, v.decode('utf8'))
1462 v_guid = v_dn.dn.get_extended_component("GUID")
1463 v_blob = v_dn.dn.get_extended_component("RMD_FLAGS")
1486 v_dn = dsdb_Dn(self.samdb, v.decode('utf8'))
1487 v_guid = v_dn.dn.get_extended_component("GUID")
1488 v_blob = v_dn.dn.get_extended_component("RMD_FLAGS")