Home
last modified time | relevance | path

Searched defs:ecuts (Results 1 – 16 of 16) sorted by relevance

/dports/science/qbox/qbox-public-rel1_73_3/src/
H A DConfinementPotential.h37 double ecuts(void) const { return ecuts_; } in ecuts() function
H A DConfinementPotential.cpp23 ConfinementPotential::ConfinementPotential(double ecuts, double facs, in ConfinementPotential()
H A DControl.h54 double ecuts; // confinement potential energy cutoff member
/dports/science/berkeleygw/BGW-2.0.0/Epsilon/
H A Depsmat_hdf5_merge.py92 ecuts = f1['eps_header/params/ecuts'][()] variable
H A Depsinvomega.f9046 real(DP) :: dDeltaFreq,dBrdning,ecuts,delta variable
H A Deps0sym.f9026 real(DP) :: ecuts variable
H A Depsomega.f9055 real(DP) :: dDeltaFreq,dBrdning,ecuts,delta,qvec(3) variable
/dports/science/quantum-espresso/q-e-qe-6.7.0/PP/src/
H A Daverage.f90110 REAL(DP) :: celldms (6), gcutmsa, duals, ecuts, zvs (ntypx), ats(3,3) variable
/dports/science/quantum-espresso/q-e-qe-6.7.0/Modules/
H A Drecvec.f90209 REAL(DP) :: ecuts = 0.0_DP ! energy cut-off = 4*ecutwfc variable
/dports/science/py-abipy/abipy-0.9.0/abipy/electrons/
H A Dpsps.py516 def ecuts(self): member in VnlProjector
/dports/science/berkeleygw/BGW-2.0.0/BSE/
H A Dinput_kernel.f90519 real(DP) :: ecuts local
/dports/science/berkeleygw/BGW-2.0.0/Common/
H A Dtypedefs.f90286 real(DP) :: ecuts !< energy cutoff of screened coulomb interaction in Ry component
480 real(DP) :: ecuts !< energy cutoff of screened coulomb interaction in Ry component
933 real(DP) :: ecuts !< epsilon cutoff component
H A Depsread_hdf5.f9083 subroutine read_eps_grid_sizes_hdf5(ng, nq, ecuts, nfreq, nfreq_imag, nmtxmax, qgrid, freq_dep, nam… argument
86 real(DP), intent(out) :: ecuts local
/dports/science/berkeleygw/BGW-2.0.0/Sigma/
H A Dinput.f9083 real(DP) :: ecuts local
H A Depscopy.f90560 real(DP) :: ecuts, qk(3), ekin local
/dports/cad/gmsh/gmsh-4.9.2-source/Mesh/
H A DgmshCrossFields.cpp3287 void cut_edge(std::map<MEdge, int, MEdgeLessThan> &ecuts, MVertex *v0, in cut_edge()
3304 std::map<MEdge, int, MEdgeLessThan> &ecuts, int index, in cutTriangles()
3406 std::map<MEdge, int, MEdgeLessThan> ecuts; in cutMesh() local