Home
last modified time | relevance | path

Searched refs:rho1 (Results 1 – 25 of 487) sorted by relevance

12345678910>>...20

/dports/science/nwchem/nwchem-7b21660b82ebd85ef659f6fba7e1e73433b0bd0a/src/nwpw/ofpw/lib/WGC/
H A Dwgc.F216 integer rho1(2),tmp1(2) local
222 value = BA_push_get(mt_dbl,2*n2ft3d,'rho1',rho1(2),rho1(1))
236 call Pack_c_pack(0,dbl_mb(rho1(1)))
260 call Pack_c_pack(0,dbl_mb(rho1(1)))
262 > dbl_mb(rho1(1)),
281 call Pack_c_pack(0,dbl_mb(rho1(1)))
299 > .and.BA_pop_stack(rho1(2))
328 integer tmp1(2),rho1(2),rho2(2) local
339 value = BA_push_get(mt_dcpl,nfft3d,'rho1',rho1(2),rho1(1))
351 call Pack_c_pack(0,dcpl_mb(rho1(1)))
[all …]
/dports/science/nwchem-data/nwchem-7.0.2-release/src/nwpw/ofpw/lib/WGC/
H A Dwgc.F216 integer rho1(2),tmp1(2)
222 value = BA_push_get(mt_dbl,2*n2ft3d,'rho1',rho1(2),rho1(1))
236 call Pack_c_pack(0,dbl_mb(rho1(1)))
260 call Pack_c_pack(0,dbl_mb(rho1(1)))
262 > dbl_mb(rho1(1)),
281 call Pack_c_pack(0,dbl_mb(rho1(1)))
299 > .and.BA_pop_stack(rho1(2))
328 integer tmp1(2),rho1(2),rho2(2)
339 value = BA_push_get(mt_dcpl,nfft3d,'rho1',rho1(2),rho1(1))
351 call Pack_c_pack(0,dcpl_mb(rho1(1)))
[all …]
/dports/science/clhep/2.4.1.0/CLHEP/Vector/src/
H A DSpaceVector.cc53 dy = rho1 * std::sin (phi1); in setSpherical()
54 dx = rho1 * std::cos (phi1); in setSpherical()
59 double rho1, in setCylindrical() argument
62 if ( rho1 < 0 ) { in setCylindrical()
68 dy = rho1 * std::sin (phi1); in setCylindrical()
69 dx = rho1 * std::cos (phi1); in setCylindrical()
74 double rho1, in setRhoPhiTheta() argument
77 if (rho1 == 0) { in setRhoPhiTheta()
95 dy = rho1 * std::sin (phi1); in setRhoPhiTheta()
101 double rho1, in setRhoPhiEta() argument
[all …]
H A DThreeVector.cc205 double rho1 = r1*std::sqrt(1 - cosTheta1*cosTheta1); in setEta() local
206 dy = rho1 * std::sin (phi1); in setEta()
207 dx = rho1 * std::cos (phi1); in setEta()
242 double rho1 = getRho(); in setCylTheta() local
250 dz = rho1 / std::tan (theta1); in setCylTheta()
251 dy = rho1 * std::sin (phi1); in setCylTheta()
252 dx = rho1 * std::cos (phi1); in setCylTheta()
289 double rho1 = getRho(); in setCylEta() local
290 dz = rho1 / std::tan (theta1); in setCylEta()
291 dy = rho1 * std::sin (phi1); in setCylEta()
[all …]
/dports/science/py-cirq-core/Cirq-0.13.1/cirq-core/cirq/contrib/quimb/
H A Ddensity_matrix_test.py13 np.testing.assert_allclose(rho1, rho2, atol=1e-15)
20 rho1 = cirq.final_density_matrix(c, dtype=np.complex128)
22 np.testing.assert_allclose(rho1, rho2, atol=1e-15)
35 np.testing.assert_allclose(rho1, rho2, atol=1e-15)
44 rho1 = cirq.final_density_matrix(c, dtype=np.complex128)
46 np.testing.assert_allclose(rho1, rho2, atol=1e-8)
52 rho1 = cirq.final_density_matrix(circuit, dtype=np.complex128)
54 np.testing.assert_allclose(rho1, rho2, atol=1e-8)
63 rho1 = cirq.final_density_matrix(circuit, dtype=np.complex128)
65 np.testing.assert_allclose(rho1, rho2, atol=1e-8)
[all …]
/dports/science/py-cirq-pasqal/Cirq-0.13.1/cirq-core/cirq/contrib/quimb/
H A Ddensity_matrix_test.py13 np.testing.assert_allclose(rho1, rho2, atol=1e-15)
20 rho1 = cirq.final_density_matrix(c, dtype=np.complex128)
22 np.testing.assert_allclose(rho1, rho2, atol=1e-15)
35 np.testing.assert_allclose(rho1, rho2, atol=1e-15)
44 rho1 = cirq.final_density_matrix(c, dtype=np.complex128)
46 np.testing.assert_allclose(rho1, rho2, atol=1e-8)
52 rho1 = cirq.final_density_matrix(circuit, dtype=np.complex128)
54 np.testing.assert_allclose(rho1, rho2, atol=1e-8)
63 rho1 = cirq.final_density_matrix(circuit, dtype=np.complex128)
65 np.testing.assert_allclose(rho1, rho2, atol=1e-8)
[all …]
/dports/science/py-cirq-google/Cirq-0.13.0/cirq-core/cirq/contrib/quimb/
H A Ddensity_matrix_test.py13 np.testing.assert_allclose(rho1, rho2, atol=1e-15)
20 rho1 = cirq.final_density_matrix(c, dtype=np.complex128)
22 np.testing.assert_allclose(rho1, rho2, atol=1e-15)
35 np.testing.assert_allclose(rho1, rho2, atol=1e-15)
44 rho1 = cirq.final_density_matrix(c, dtype=np.complex128)
46 np.testing.assert_allclose(rho1, rho2, atol=1e-8)
52 rho1 = cirq.final_density_matrix(circuit, dtype=np.complex128)
54 np.testing.assert_allclose(rho1, rho2, atol=1e-8)
63 rho1 = cirq.final_density_matrix(circuit, dtype=np.complex128)
65 np.testing.assert_allclose(rho1, rho2, atol=1e-8)
[all …]
/dports/science/py-cirq-ionq/Cirq-0.13.1/cirq-core/cirq/contrib/quimb/
H A Ddensity_matrix_test.py13 np.testing.assert_allclose(rho1, rho2, atol=1e-15)
20 rho1 = cirq.final_density_matrix(c, dtype=np.complex128)
22 np.testing.assert_allclose(rho1, rho2, atol=1e-15)
35 np.testing.assert_allclose(rho1, rho2, atol=1e-15)
44 rho1 = cirq.final_density_matrix(c, dtype=np.complex128)
46 np.testing.assert_allclose(rho1, rho2, atol=1e-8)
52 rho1 = cirq.final_density_matrix(circuit, dtype=np.complex128)
54 np.testing.assert_allclose(rho1, rho2, atol=1e-8)
63 rho1 = cirq.final_density_matrix(circuit, dtype=np.complex128)
65 np.testing.assert_allclose(rho1, rho2, atol=1e-8)
[all …]
/dports/science/py-cirq-aqt/Cirq-0.12.0/cirq-core/cirq/contrib/quimb/
H A Ddensity_matrix_test.py11 rho1 = cirq.final_density_matrix(c, qubit_order=q, dtype=np.complex128)
13 np.testing.assert_allclose(rho1, rho2, atol=1e-15)
20 rho1 = cirq.final_density_matrix(c, dtype=np.complex128)
22 np.testing.assert_allclose(rho1, rho2, atol=1e-15)
35 np.testing.assert_allclose(rho1, rho2, atol=1e-15)
44 rho1 = cirq.final_density_matrix(c, dtype=np.complex128)
46 np.testing.assert_allclose(rho1, rho2, atol=1e-8)
52 rho1 = cirq.final_density_matrix(circuit, dtype=np.complex128)
54 np.testing.assert_allclose(rho1, rho2, atol=1e-8)
63 rho1 = cirq.final_density_matrix(circuit, dtype=np.complex128)
[all …]
/dports/math/libflame/libflame-5.2.0/src/base/flamec/blis/fused/
H A Dbl1_dotsv2.c48 double rho1, rho2; in bl1_ddotsv2() local
80 rho1 = 0.0; in bl1_ddotsv2()
89 rho1 += x1c * z1c; in bl1_ddotsv2()
121 rho1 += rho1v.d[0] + rho1v.d[1]; in bl1_ddotsv2()
132 rho1 += x1c * z1c; in bl1_ddotsv2()
149 double rho1, rho2;
178 rho1 = 0.0;
187 rho1 += x1c * z1c;
204 rho1 += x1c * z1c + x2c * z2c;
220 rho1 += x1c * z1c;
[all …]
H A Dbl1_dotsv3.c89 rho1 = 0.0; in bl1_ddotsv3()
100 rho1 += x1c * z1c; in bl1_ddotsv3()
140 rho1 += rho1v.d[0] + rho1v.d[1]; in bl1_ddotsv3()
153 rho1 += x1c * z1c; in bl1_ddotsv3()
164 *rho_xz = *beta * *rho_xz + rho1; in bl1_ddotsv3()
206 rho1 = 0.0;
217 rho1 += x1c * z1c;
238 rho1 += x1c * z1c + x2c * z2c;
257 rho1 += x1c * z1c;
268 *rho_xz = *beta * *rho_xz + rho1;
[all …]
/dports/science/siconos/siconos-4.4.0/kernel/swig/tests/plugins/
H A DCamState.h11 double rho1 = 0.85; in CamState() local
62 hc = -k1 * sin(beta) + rho1 * sqrt(1 - pow((cos(beta)) * (k1 / rho1), 2)) ; in CamState()
63 …* cos(beta) + (pow(k1, 2) * sin(beta) * cos(beta)) / (rho1 * sqrt(1 - pow((cos(beta)) * (k1 / rho1 in CamState()
64 …sin(beta - beta1) * cos(beta - beta1), 2)) / (pow(rho1, 2) * (1 - pow((cos(beta - beta1)) * (k1 / in CamState()
65 …hcpp = (k1 * sin(beta - beta1) + (pow(k1, 2) / (rho1 * sqrt(1 - pow((cos(beta - beta1)) * (k1 / rh… in CamState()
H A DFollowerPlugin.cpp63 double rho1 = 0.85; in FextFunction() local
114 hc = -k1 * sin(beta) + rho1 * sqrt(1 - pow((cos(beta)) * (k1 / rho1), 2)) ; in FextFunction()
115 …* cos(beta) + (pow(k1, 2) * sin(beta) * cos(beta)) / (rho1 * sqrt(1 - pow((cos(beta)) * (k1 / rho1 in FextFunction()
116 …sin(beta - beta1) * cos(beta - beta1), 2)) / (pow(rho1, 2) * (1 - pow((cos(beta - beta1)) * (k1 / in FextFunction()
117 …hcpp = (k1 * sin(beta - beta1) + (pow(k1, 2) / (rho1 * sqrt(1 - pow((cos(beta - beta1)) * (k1 / rh… in FextFunction()
/dports/science/clhep/2.4.1.0/CLHEP/GenericFunctions/src/
H A DTrivariateGaussian.cc74 double rho1 = _corr01.getValue(); in operator ()() local
78 double dt = (1.0+rho1*rho2*rho3-rho1*rho1-rho2*rho2-rho3*rho3); in operator ()()
82 …0-rho3*rho3)/sys+dz*dz*(1.0-rho1*rho1)/szs+2.0*dx*dy*(rho2*rho3-rho1)/sx/sy+2.0*dy*dz*(rho1*rho3-r… in operator ()()
/dports/math/octave-forge-image/image-2.12.0/inst/
H A Dhoughlines.m206 %! rho1 = -70:70;
214 %!error houghlines (BW1, theta1, rho1)
215 %!assert (houghlines (BW1, theta1, rho1, peaks1), lines1)
224 %!error houghlines (ones(5, 5, 5), theta1, rho1, peaks1)
225 %!error houghlines ("nonsense", theta1, rho1, peaks1)
226 %!error houghlines (BW1, ones(5), rho1, peaks1)
227 %!error houghlines (BW1, "nonsense", rho1, peaks1)
230 %!error houghlines (BW1, theta1, rho1, ones(5))
231 %!error houghlines (BW1, theta1, rho1, ones(2,2,2))
232 %!error houghlines (BW1, theta1, rho1, "nonsense")
[all …]
/dports/devel/py-qutip/qutip-4.6.2/qutip/tests/
H A Dtest_superoper.py62 rho1 = rand_dm(N)
63 rho2 = vector_to_operator(operator_to_vector(rho1))
65 assert_((rho1 - rho2).norm() < 1e-8)
75 rho1 = tensor(rhoa, rhob)
78 assert_((rho1 - rho2).norm() < 1e-8)
97 rho1 = U * rho
101 assert_((rho1 - rho2).norm() < 1e-8)
111 rho1 = rho * U
115 assert_((rho1 - rho2).norm() < 1e-8)
125 rho1 = U * rho * U.dag()
[all …]
/dports/math/blis/blis-0.8.1/kernels/penryn/1/
H A Dbli_dotv_penryn_int.c68 double rho1; in bli_ddotv_penryn_int() local
128 PASTEMAC(d,set0s)( rho1 ); in bli_ddotv_penryn_int()
135 rho1 += x1c * y1c; in bli_ddotv_penryn_int()
156 rho1 += rho1v.d[0] + rho1v.d[1]; in bli_ddotv_penryn_int()
165 rho1 += x1c * y1c; in bli_ddotv_penryn_int()
172 PASTEMAC(d,copys)( rho1, *rho_cast ); in bli_ddotv_penryn_int()
/dports/science/siconos/siconos-4.4.0/numerics/src/FrictionContact/Generated/
H A DAlartCurnierGenerated.c38 *rho0, *rho1, *rho2, in fc3d_AlartCurnierFunctionGenerated()
53 *rho0, *rho1, *rho2, in fc3d_AlartCurnierFunctionGenerated()
64 *rho0, *rho1, *rho2, in fc3d_AlartCurnierFunctionGenerated()
99 *rho0, *rho1, *rho2, in fc3d_AlartCurnierJeanMoreauFunctionGenerated()
114 *rho0, *rho1, *rho2, in fc3d_AlartCurnierJeanMoreauFunctionGenerated()
125 *rho0, *rho1, *rho2, in fc3d_AlartCurnierJeanMoreauFunctionGenerated()
/dports/java/bouncycastle15/crypto-169/core/src/main/java/org/bouncycastle/pqc/math/ntru/polynomial/
H A DModularResultant.java37 BigIntPolynomial rho1 = (BigIntPolynomial)modRes1.rho.clone(); in combineRho() local
38 rho1.mult(er.x.multiply(mod2)); in combineRho()
41 rho1.add(rho2); in combineRho()
42 rho1.mod(prod); in combineRho()
44 return new ModularResultant(rho1, null, prod); in combineRho()
/dports/math/blis/blis-0.8.1/frame/2/trsv/
H A Dbli_trsv_unf_var1.c69 ctype rho1; \
148 PASTEMAC(ch,set0s)( rho1 ); \
152 PASTEMAC(ch,dotjs)( *(a12t + j*cs_at), *(x21 + j*incx), rho1 ); \
157 PASTEMAC(ch,dots)( *(a12t + j*cs_at), *(x21 + j*incx), rho1 ); \
159 PASTEMAC(ch,subs)( rho1, *chi11 ); \
208 PASTEMAC(ch,set0s)( rho1 ); \
212 PASTEMAC(ch,dotjs)( *(a10t + j*cs_at), *(x01 + j*incx), rho1 ); \
217 PASTEMAC(ch,dots)( *(a10t + j*cs_at), *(x01 + j*incx), rho1 ); \
219 PASTEMAC(ch,subs)( rho1, *chi11 ); \
/dports/math/blis/blis-0.8.1/frame/2/trmv/
H A Dbli_trmv_unf_var1.c68 ctype rho1; \
127 PASTEMAC(ch,set0s)( rho1 ); \
131 PASTEMAC(ch,dotjs)( *(a12t + j*cs_at), *(x21 + j*incx), rho1 ); \
136 PASTEMAC(ch,dots)( *(a12t + j*cs_at), *(x21 + j*incx), rho1 ); \
138 PASTEMAC(ch,axpys)( *alpha, rho1, *chi11 ); \
186 PASTEMAC(ch,set0s)( rho1 ); \
190 PASTEMAC(ch,dotjs)( *(a10t + j*cs_at), *(x01 + j*incx), rho1 ); \
195 PASTEMAC(ch,dots)( *(a10t + j*cs_at), *(x01 + j*incx), rho1 ); \
197 PASTEMAC(ch,axpys)( *alpha, rho1, *chi11 ); \
/dports/science/dynare/dynare-4.6.4/dynare++/tests/
H A Dportfolio.mod5 parameters beta, r1, r2, gamma, d, rho1, rho2;
14 rho1 = 0.8;
25 D1/d = D1(-1)^rho1/(d^rho1)*exp(E_D1);
29 D1-d = rho1*(D1(-1)-d) + E_D1;
/dports/science/cantera/cantera-2.5.1-611-gc4d6ecc15/interfaces/cython/cantera/examples/transport/
H A Ddusty_gas.py36 T1, rho1, Y1 = g.TDY variable
42 print(g.molar_fluxes(T1, T1, rho1, rho1, Y1, Y1, delta))
43 print(g.molar_fluxes(T1, T2, rho1, rho2, Y1, Y2, delta))
/dports/science/elmerfem/elmerfem-release-9.0/fem/tests/mgdyn_anisotropic_cond/
H A Dcurrents.f9014 real(kind=dp) :: r, r0, y, curr, rho1, rho2, turns, I local
16 rho1 = rho(8d-3, r0, y)
19 curr = turns * I /(2*pi*(rho2-rho1)*r)*(-y/rho(r, r0, y))
25 real(kind=dp) :: r, r0, y, curr, rho1, rho2, turns, I local
27 rho1 = rho(8d-3, r0, y)
30 curr = turns * I /(2*pi*(rho2-rho1)*r)*((r-r0)/rho(r, r0, y))
/dports/science/elmerfem/elmerfem-release-9.0/fem/tests/mgdyn_lamstack_lowfreq_transient/
H A Dcurrents.f9014 real(kind=dp) :: r, r0, y, curr, rho1, rho2, turns, I local
16 rho1 = rho(8d-3, r0, y)
19 curr = turns * I /(2*pi*(rho2-rho1)*r)*(-y/rho(r, r0, y))
25 real(kind=dp) :: r, r0, y, curr, rho1, rho2, turns, I local
27 rho1 = rho(8d-3, r0, y)
30 curr = turns * I /(2*pi*(rho2-rho1)*r)*((r-r0)/rho(r, r0, y))

12345678910>>...20