![]() |
QMCPACK
|
trait class to handel a set of Orbitals More...
Public Types | |
enum | { DIM = OHMMS_DIM } |
using | RealType = RealAlias< T > |
using | ValueType = T |
using | IndexType = int |
using | PosType = TinyVector< RealType, DIM > |
using | GradType = TinyVector< ValueType, DIM > |
using | HessType = Tensor< ValueType, DIM > |
using | TensorType = Tensor< ValueType, DIM > |
using | GradHessType = TinyVector< Tensor< ValueType, DIM >, DIM > |
using | IndexVector = Vector< IndexType > |
using | ValueVector = Vector< ValueType > |
using | ValueMatrix = Matrix< ValueType > |
using | GradVector = Vector< GradType > |
using | GradMatrix = Matrix< GradType > |
using | HessVector = Vector< HessType > |
using | HessMatrix = Matrix< HessType > |
using | GradHessVector = Vector< GradHessType > |
using | GradHessMatrix = Matrix< GradHessType > |
using | VGLVector = VectorSoaContainer< ValueType, DIM+2 > |
trait class to handel a set of Orbitals
Definition at line 50 of file OrbitalSetTraits.h.
using GradHessMatrix = Matrix<GradHessType> |
Definition at line 72 of file OrbitalSetTraits.h.
using GradHessType = TinyVector<Tensor<ValueType, DIM>, DIM> |
Definition at line 63 of file OrbitalSetTraits.h.
using GradHessVector = Vector<GradHessType> |
Definition at line 71 of file OrbitalSetTraits.h.
using GradMatrix = Matrix<GradType> |
Definition at line 68 of file OrbitalSetTraits.h.
using GradType = TinyVector<ValueType, DIM> |
Definition at line 60 of file OrbitalSetTraits.h.
using GradVector = Vector<GradType> |
Definition at line 67 of file OrbitalSetTraits.h.
using HessMatrix = Matrix<HessType> |
Definition at line 70 of file OrbitalSetTraits.h.
using HessVector = Vector<HessType> |
Definition at line 69 of file OrbitalSetTraits.h.
using IndexType = int |
Definition at line 58 of file OrbitalSetTraits.h.
using IndexVector = Vector<IndexType> |
Definition at line 64 of file OrbitalSetTraits.h.
using PosType = TinyVector<RealType, DIM> |
Definition at line 59 of file OrbitalSetTraits.h.
Definition at line 56 of file OrbitalSetTraits.h.
using TensorType = Tensor<ValueType, DIM> |
Definition at line 62 of file OrbitalSetTraits.h.
using ValueMatrix = Matrix<ValueType> |
Definition at line 66 of file OrbitalSetTraits.h.
using ValueType = T |
Definition at line 57 of file OrbitalSetTraits.h.
using ValueVector = Vector<ValueType> |
Definition at line 65 of file OrbitalSetTraits.h.
using VGLVector = VectorSoaContainer<ValueType, DIM + 2> |
Definition at line 73 of file OrbitalSetTraits.h.
anonymous enum |