Home
last modified time | relevance | path

Searched refs:cos2a (Results 1 – 4 of 4) sorted by relevance

/dports/science/py-pyscf/pyscf-2.0.1/examples/local_orb/
H A Dpmloc.py158 cos2a = math.sqrt((1+cos4a)*0.5)
160 cosa = math.sqrt((1+cos2a)*0.5)
161 sina = math.sqrt((1-cos2a)*0.5)
164 cos2a = -cos2a
/dports/science/InsightToolkit/ITK-5.0.1/Modules/Core/Common/test/
H A DitkVersorTest.cxx306 ValueType cos2a = std::cos( angle/2.0 ); in itkVersorTest() local
308 if( std::abs(qa.GetW()-cos2a) > epsilon ) in itkVersorTest()
312 std::cout << " it should be " << cos2a << std::endl; in itkVersorTest()
/dports/science/clipper/clipper-2.1/clipper/contrib/
H A Dsfweight.h95 struct HLterms { ftype cosa, sina, cos2a, sin2a; }; member
H A Dsfweight.cpp131 q = hl_a*trig.cosa + hl_b*trig.sina + hl_c*trig.cos2a + hl_d*trig.sin2a; in operator ()()
181 hlterms[a].cos2a = cos(2.0*phi); in init()