/dports/science/qmcpack/qmcpack-3.11.0/src/AFQMC/HamiltonianOperations/ |
H A D | KP3IndexFactorization_batched.hpp | 614 std::vector<sp_pointer> Aarray; in getOneBodyPropagatorMatrix() 615 std::vector<sp_pointer> Barray; in getOneBodyPropagatorMatrix() 616 std::vector<sp_pointer> Carray; in getOneBodyPropagatorMatrix() 696 Aarray.push_back(sp_pointer( in getOneBodyPropagatorMatrix() 1259 std::vector<sp_pointer> Aarray; in getOneBodyPropagatorMatrix() 1260 std::vector<sp_pointer> Barray; in getOneBodyPropagatorMatrix() 1261 std::vector<sp_pointer> Carray; in getOneBodyPropagatorMatrix() 1429 std::vector<sp_pointer> Aarray; in getOneBodyPropagatorMatrix() 1430 std::vector<sp_pointer> Barray; in getOneBodyPropagatorMatrix() 1431 std::vector<sp_pointer> Carray; in getOneBodyPropagatorMatrix() [all …]
|
H A D | Real3IndexFactorization_batched_v2.hpp | 54 using sp_pointer = typename SpAllocator::pointer; typedef in qmcplusplus::afqmc::Real3IndexFactorization_batched_v2 68 using SpCVector_ref = SPComplexVector_ref<sp_pointer>; 70 using SpCMatrix_ref = SPComplexMatrix_ref<sp_pointer>; 72 using SpCTensor_ref = boost::multi::array_ref<SPComplexType, 3, sp_pointer>; 307 sp_pointer ptr(nullptr); in energy() 414 sp_pointer vptr(nullptr); in vHS() 481 sp_pointer vptr(nullptr); in vbias() 599 std::vector<sp_pointer> Aarray; in generalizedFockMatrix() 600 std::vector<sp_pointer> Barray; in generalizedFockMatrix() 601 std::vector<sp_pointer> Carray; in generalizedFockMatrix() [all …]
|
H A D | Real3IndexFactorization_batched.hpp | 51 using sp_pointer = typename SpAllocator::pointer; typedef in qmcplusplus::afqmc::Real3IndexFactorization_batched 60 using SpCVector_ref = SPComplexVector_ref<sp_pointer>; 62 using SpCMatrix_ref = SPComplexMatrix_ref<sp_pointer>; 63 using SpC4Tensor_ref = boost::multi::array_ref<ComplexType, 4, sp_pointer>; 238 sp_pointer Klptr(nullptr); in energy() 301 sp_pointer ptr(nullptr); in energy()
|
H A D | SparseTensor.hpp | 53 using sp_pointer = SPComplexType*; typedef in qmcplusplus::afqmc::SparseTensor 316 sp_pointer vptr(nullptr); in vHS() 332 vptr = reinterpret_cast<sp_pointer>(to_address(v.origin())); in vHS() 397 sp_pointer vptr(nullptr); in vbias() 413 vptr = reinterpret_cast<sp_pointer>(to_address(v.origin())); in vbias()
|
H A D | Real3IndexFactorization.hpp | 46 using sp_pointer = SPComplexType*; typedef in qmcplusplus::afqmc::Real3IndexFactorization 451 sp_pointer vptr(nullptr); in vHS() 469 vptr = reinterpret_cast<sp_pointer>(to_address(v.origin())); in vHS() 526 sp_pointer vptr(nullptr); in vbias() 543 vptr = reinterpret_cast<sp_pointer>(to_address(v.origin())); in vbias()
|
H A D | THCOps.hpp | 61 using sp_pointer = typename device_alloc_type<SPComplexType>::pointer; typedef in qmcplusplus::afqmc::THCOps 715 sp_pointer vptr(nullptr); in getOneBodyPropagatorMatrix() 866 sp_pointer vptr(nullptr); in getOneBodyPropagatorMatrix() 1077 using array_ptr = boost::multi::array_ptr<SPComplexType, 2, sp_pointer>; in getOneBodyPropagatorMatrix()
|
H A D | KP3IndexFactorization.hpp | 42 using sp_pointer = SPComplexType*; typedef in qmcplusplus::afqmc::KP3IndexFactorization 1147 sp_pointer Xptr(nullptr); in getOneBodyPropagatorMatrix() 1152 Xptr = reinterpret_cast<sp_pointer>(to_address(Xw.origin())); in getOneBodyPropagatorMatrix()
|
/dports/x11/xman/xman-1.1.5/ |
H A D | ScrollByL.c | 1195 register char *sp_pointer; in Boldify() local 1204 for (sp_pointer = sp, count = 0; count < length; sp_pointer++, count++) in Boldify() 1205 if (!isupper(*sp_pointer) && !isspace(*sp_pointer)) in Boldify()
|
/dports/science/qmcpack/qmcpack-3.11.0/src/AFQMC/Propagators/ |
H A D | AFQMCBasePropagator.h | 52 using sp_pointer = typename device_allocator<SPComplexType>::pointer; variable 69 using SPCMatrix_ref = boost::multi::array_ref<SPComplexType, 2, sp_pointer>;
|
H A D | AFQMCDistributedPropagatorDistCV.icc | 91 SPCMatrix_ref vrecv(sp_pointer(make_device_ptr(vrecv_buff.origin())), vhs_ext); 125 …SPCMatrix_ref vsend(sp_pointer(make_device_ptr(vrecv_buff.origin())) + vrecv_buff.num_elements(), … 463 SPCMatrix_ref vrecv(sp_pointer(make_device_ptr(vrecv_buff.origin())), vhs_ext); 497 …SPCMatrix_ref vHS(sp_pointer(make_device_ptr(vrecv_buff.origin())) + vrecv_buff.num_elements(), vh… 814 SPCMatrix_ref vrecv(sp_pointer(make_device_ptr(vrecv_buff.origin())), vhs_ext); 816 …SPCMatrix_ref vsend(sp_pointer(make_device_ptr(vrecv_buff.origin())) + vrecv_buff.num_elements(), …
|
H A D | AFQMCDistributedPropagator.icc | 87 SPCMatrix_ref vHS(sp_pointer(make_device_ptr(vHS_buff.origin())), vhs_ext);
|
H A D | AFQMCBasePropagator.icc | 164 SPCMatrix_ref vsp(sp_pointer(make_device_ptr(vHS.origin())), vhs_ext); 341 SPCMatrix_ref vsp(sp_pointer(make_device_ptr(vHS.origin())), vhs_ext);
|