Home
last modified time | relevance | path

Searched defs:Ea (Results 1 – 25 of 218) sorted by relevance

123456789

/dports/science/dalton/dalton-66052b3af5ea7225e31178bf9a8b031913c72190/DALTON/srdft/srfunctionals/
H A DLDA_ERF_exchange.F9 pure subroutine ESRX_LDA_ERF_case_1(rho_a, mu, Ea) argument
25 pure subroutine ESRX_LDA_ERF_case_2(rho_a, mu, Ea) argument
52 pure subroutine ESRX_LDA_ERF_case_3(rho_a, mu, Ea) argument
68 pure subroutine D1ESRX_LDA_ERF_case_1(rho_a, mu, Ea, d1Ea) argument
88 pure subroutine D1ESRX_LDA_ERF_case_2(rho_a, mu, Ea, d1Ea) argument
143 pure subroutine D1ESRX_LDA_ERF_case_3(rho_a, mu, Ea, d1Ea) argument
163 pure subroutine D2ESRX_LDA_ERF_case_1(rho_a, mu, Ea, d1Ea, d2Ea) argument
185 pure subroutine D2ESRX_LDA_ERF_case_2(rho_a, mu, Ea, d1Ea, d2Ea) argument
267 pure subroutine D2ESRX_LDA_ERF_case_3(rho_a, mu, Ea, d1Ea, d2Ea) argument
H A DPBE_ERFGWS_exchange.F13 pure subroutine ESRX_PBE_GWS_ERF_case_1(rho_a, gamma_aa, mu, Ea) argument
37 pure subroutine ESRX_PBE_GWS_ERF_case_2_1(rho_a, gamma_aa, mu, Ea) argument
74 pure subroutine ESRX_PBE_GWS_ERF_case_2_2(rho_a, gamma_aa, mu, Ea) argument
110 pure subroutine ESRX_PBE_GWS_ERF_case_2_3(rho_a, gamma_aa, mu, Ea) argument
152 pure subroutine ESRX_PBE_GWS_ERF_case_3(rho_a, gamma_aa, mu, Ea) argument
179 pure subroutine D1ESRX_PBE_GWS_ERF_case_1(rho_a, gamma_aa, mu, Ea, argument
498 pure subroutine D1ESRX_PBE_GWS_ERF_case_3(rho_a, gamma_aa, mu, Ea, argument
550 pure subroutine D2ESRX_PBE_GWS_ERF_case_1(rho_a, gamma_aa, mu, Ea, argument
1174 pure subroutine D2ESRX_PBE_GWS_ERF_case_3(rho_a, gamma_aa, mu, Ea, argument
H A DwPBE_exchange.F9 pure subroutine ESRX_wPBE(rho_a, gamma_aa, mu, Ea) argument
86 pure subroutine D1ESRX_wPBE(rho_a, gamma_aa, mu, Ea, d1Ea) argument
417 pure subroutine D2ESRX_wPBE(rho_a, gamma_aa, mu, Ea, d1Ea, d2Ea) argument
/dports/science/antioch/antioch-0.4.0-156-g90ffa43/test/standard_unit/
H A Darrhenius_rate_test.C52 Scalar Ea = 298.0L; in setUp() local
76 Scalar Ea = 36000.L; in test_reset_scalar_params() local
95 Scalar Ea = 43000.L; //still in cal in test_reset_vector_params2() local
114 Scalar Ea = 100000.L; in test_reset_vector_params3() local
H A Darrhenius_rate_test_helper.h46 void reset_params( Scalar Cf, Scalar Ea ) in reset_params()
52 void reset_params( Scalar Cf, Scalar Ea, Scalar R ) in reset_params()
/dports/science/antioch/antioch-0.4.0-156-g90ffa43/src/kinetics/include/antioch/
H A Darrhenius_rate.h167 …ArrheniusRate<CoeffType>::ArrheniusRate(const CoeffType Cf, const CoeffType Ea, const CoeffType rs… in ArrheniusRate()
203 void ArrheniusRate<CoeffType>::set_Ea( const CoeffType Ea ) in set_Ea()
212 void ArrheniusRate<CoeffType>::reset_Ea( const CoeffType Ea ) in reset_Ea()
306 CoeffType ArrheniusRate<CoeffType>::Ea() const in Ea() function
H A Dkooij_rate.h175 …KooijRate<CoeffType>::KooijRate(const CoeffType Cf, const CoeffType eta, const CoeffType Ea, const… in KooijRate()
239 void KooijRate<CoeffType>::set_Ea( const CoeffType Ea ) in set_Ea()
248 void KooijRate<CoeffType>::reset_Ea( const CoeffType Ea ) in reset_Ea()
376 CoeffType KooijRate<CoeffType>::Ea() const in Ea() function
H A Dvanthoff_rate.h180 …VantHoffRate<CoeffType>::VantHoffRate(const CoeffType Cf, const CoeffType eta, const CoeffType Ea,… in VantHoffRate()
244 void VantHoffRate<CoeffType>::set_Ea( const CoeffType Ea ) in set_Ea()
253 void VantHoffRate<CoeffType>::reset_Ea( const CoeffType Ea ) in reset_Ea()
400 CoeffType VantHoffRate<CoeffType>::Ea() const in Ea() function
/dports/science/bagel/bagel-1.2.2/src/molecule/
H A Dpetite.h118 double Ea[9] = {1.0, 0.0, 0.0, in SymCs() local
143 double Ea[9] = {1.0, 0.0, 0.0, in SymCi() local
168 double Ea[9] = {1.0, 0.0, 0.0, in SymC2() local
193 double Ea[9] = {1.0, 0.0, 0.0, in SymC2h() local
229 double Ea[9] = {1.0, 0.0, 0.0, in SymD2() local
266 double Ea[9] = {1.0, 0.0, 0.0, in SymC2v() local
301 double Ea[9] = {1.0, 0.0, 0.0, in SymD2h() local
/dports/science/antioch/antioch-0.4.0-156-g90ffa43/test/
H A Dvanthoff_rate_unit.C36 int test_values(const Scalar & Cf, const Scalar & eta, const Scalar & Ea, const Scalar& D, const Sc… in test_values()
113 Scalar Ea = 298.L; in tester() local
H A Dkooij_rate_unit.C73 int test_values(const Scalar & Cf, const Scalar & eta, const Scalar & Ea, const Scalar & Tref, cons… in test_values()
118 Scalar Ea = 298.0L; in tester() local
H A Dkinetics_settings_unit.C43 int test_values(const Scalar & Cf, const Scalar & eta, const Scalar & Ea, const Scalar & D, const S… in test_values()
133 Scalar Ea = 298; in tester() local
/dports/science/nwchem/nwchem-7b21660b82ebd85ef659f6fba7e1e73433b0bd0a/src/nwpw/band/analysis/APC/
H A Dband_atom_Efield.F177 subroutine band_print_atom_Efield(unit,nion,E1,Ea,Ee) argument
182 real*8 Ea(3,*) local
/dports/science/nwchem-data/nwchem-7.0.2-release/src/nwpw/band/analysis/APC/
H A Dband_Efield.F177 subroutine band_print_Efield(unit,nion,E1,Ea,Ee) argument
182 real*8 Ea(3,*) local
/dports/games/manaplus/manaplus-2.1.3.17/src/net/ea/
H A Dbeinghandler.cpp30 namespace Ea namespace
H A Dskillhandler.cpp28 namespace Ea namespace
H A Ditemhandler.cpp28 namespace Ea namespace
H A Dadminrecv.cpp34 namespace Ea namespace
H A Dnpchandler.cpp30 namespace Ea namespace
H A Dbuysellhandler.cpp30 namespace Ea namespace
H A Ditemrecv.cpp34 namespace Ea namespace
/dports/science/nwchem-data/nwchem-7.0.2-release/src/nwpw/pspw/analysis/APC/
H A Dpspw_Efield.F199 subroutine pspw_print_Efield(unit,nion,E1,Ea,Ee) argument
204 real*8 Ea(3,*) local
/dports/science/py-chempy/chempy-0.8.2/examples/
H A Dbokeh_interactive_arrhenius.py16 def get_rsys(Af=1e16, Ab=1.5e15, Ea=72e3, Er=-12e3): argument
H A Dbokeh_interactive_arrhenius_units.py20 Af, Ab, Ea, Er = ( variable
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/testsuite/gfortran.dg/
H A Dalloc_comp_assign_13.f0814 Type(A) :: Ea variable

123456789