QMCPACK
magLess Struct Reference
+ Collaboration diagram for magLess:

Public Member Functions

bool operator() (kSpaceJastrow::PosType a, kSpaceJastrow::PosType b)
 

Detailed Description

Definition at line 119 of file kSpaceJastrow.cpp.

Member Function Documentation

◆ operator()()

bool operator() ( kSpaceJastrow::PosType  a,
kSpaceJastrow::PosType  b 
)
inline

Definition at line 121 of file kSpaceJastrow.cpp.

References qmcplusplus::dot().

121 { return dot(a, a) < dot(b, b); }
Tensor< typename BinaryReturn< T1, T2, OpMultiply >::Type_t, D > dot(const AntiSymTensor< T1, D > &lhs, const AntiSymTensor< T2, D > &rhs)

The documentation for this struct was generated from the following file: