/usr/lib/gcc/x86_64-redhat-linux/11/../../../../include/c++/11/bits/stl_construct.h: 119 - 119
--------------------------------------------------------------------------------

119:       ::new((void*)__p) _Tp(std::forward<_Args>(__args)...);
/beegfs/hackathon/users/eoseret/qaas_runs_test/178-654-6841/intel/miniqmc/build/miniqmc/src/Numerics/PETE/OperatorTags.h: 43 - 63
--------------------------------------------------------------------------------

43:     return (a + b);
[...]
63:     return (a * b);
/usr/lib/gcc/x86_64-redhat-linux/11/../../../../include/c++/11/ext/new_allocator.h: 111 - 145
--------------------------------------------------------------------------------

111: 	if (__builtin_expect(__n > this->_M_max_size(), false))
112: 	  {
113: 	    // _GLIBCXX_RESOLVE_LIB_DEFECTS
114: 	    // 3190. allocator::allocate sometimes returns too little storage
115: 	    if (__n > (std::size_t(-1) / sizeof(_Tp)))
116: 	      std::__throw_bad_array_new_length();
[...]
127: 	return static_cast<_Tp*>(::operator new(__n * sizeof(_Tp)));
[...]
145: 	::operator delete(__p
/beegfs/hackathon/users/eoseret/qaas_runs_test/178-654-6841/intel/miniqmc/build/miniqmc/src/Particle/ParticleSet.h: 277 - 277
--------------------------------------------------------------------------------

277:   inline size_t getTotalNum() const { return TotalNum; }
/beegfs/hackathon/users/eoseret/qaas_runs_test/178-654-6841/intel/miniqmc/build/miniqmc/src/Particle/ParticleAttrib.h: 34 - 34
--------------------------------------------------------------------------------

34:   explicit inline ParticleAttrib(size_t n = 0) : __my_base(n), InUnit(0) {}
/usr/lib/gcc/x86_64-redhat-linux/11/../../../../include/c++/11/bits/stl_vector.h: 98 - 1770
--------------------------------------------------------------------------------

98: 	: _M_start(), _M_finish(), _M_end_of_storage()
[...]
335: 	_M_deallocate(_M_impl._M_start,
[...]
346: 	return __n != 0 ? _Tr::allocate(_M_impl, __n) : pointer();
[...]
353: 	if (__p)
[...]
361: 	this->_M_impl._M_start = this->_M_allocate(__n);
362: 	this->_M_impl._M_finish = this->_M_impl._M_start;
363: 	this->_M_impl._M_end_of_storage = this->_M_impl._M_start + __n;
[...]
919:       { return size_type(this->_M_impl._M_finish - this->_M_impl._M_start); }
[...]
1046: 	return *(this->_M_impl._M_start + __n);
[...]
1064: 	return *(this->_M_impl._M_start + __n);
[...]
1605: 	this->_M_impl._M_finish =
[...]
1769: 	if (__n > _S_max_size(_Tp_alloc_type(__a)))
1770: 	  __throw_length_error(
/beegfs/hackathon/users/eoseret/qaas_runs_test/178-654-6841/intel/miniqmc/build/miniqmc/src/Numerics/OhmmsPETE/OhmmsVector.h: 46 - 302
--------------------------------------------------------------------------------

46:   explicit inline Vector(size_t n = 0, Type_t val = Type_t()) : nLocal(n)
47:   {
48:     if (n)
[...]
144:   virtual ~Vector() { free(); }
[...]
210:     if (nAllocated)
211:     {
212:       mAllocator.deallocate(X, nAllocated);
[...]
223:     return X[i];
[...]
229:     return X[i];
[...]
289:   T* X = nullptr;
[...]
300:     X          = mAllocator.allocate(n);
301:     nLocal     = n;
302:     nAllocated = n;
/usr/lib/gcc/x86_64-redhat-linux/11/../../../../include/c++/11/bits/stl_algobase.h: 911 - 1115
--------------------------------------------------------------------------------

911:       for (; __first != __last; ++__first)
912: 	*__first = __value;
[...]
923:       for (; __first != __last; ++__first)
924: 	*__first = __tmp;
[...]
1115:       if (__n <= 0)
/beegfs/hackathon/users/eoseret/qaas_runs_test/178-654-6841/intel/miniqmc/build/miniqmc/src/QMCWaveFunctions/WaveFunction.h: 97 - 97
--------------------------------------------------------------------------------

97:   int get_ei_TableID() const { return ei_TableID; }
/usr/lib/gcc/x86_64-redhat-linux/11/../../../../include/c++/11/bits/stl_uninitialized.h: 578 - 602
--------------------------------------------------------------------------------

578: 	      for (; __n > 0; --__n, (void) ++__cur)
[...]
602: 	      ++__first;
/usr/lib/gcc/x86_64-redhat-linux/11/../../../../include/c++/11/bits/unique_ptr.h: 173 - 173
--------------------------------------------------------------------------------

173:       pointer    _M_ptr() const { return std::get<0>(_M_t); }
/beegfs/hackathon/users/eoseret/qaas_runs_test/178-654-6841/intel/miniqmc/build/miniqmc/src/Numerics/OhmmsPETE/VectorSoAContainer.h: 231 - 231
--------------------------------------------------------------------------------

231:   inline const AoSElement_t operator[](size_t i) const { return AoSElement_t(myData + i, nGhosts); }
/beegfs/hackathon/users/eoseret/qaas_runs_test/178-654-6841/intel/miniqmc/build/miniqmc/src/Numerics/OhmmsPETE/TinyVector.h: 62 - 145
--------------------------------------------------------------------------------

62:       X[d] = T(0);
[...]
144:     for (int i = 0; i < D; ++i)
145:       X[i] = base[i * offset];
/beegfs/hackathon/users/eoseret/qaas_runs_test/178-654-6841/intel/miniqmc/build/miniqmc/src/Drivers/NonLocalPP.hpp: 115 - 139
--------------------------------------------------------------------------------

115:   {
116:     ParticlePos rOnSphere(size());
117:     std::vector<QMCTraits::PosType> virtualPos(size());
118:     std::vector<QMCTraits::ValueType> ratios(size());
119:     randomize(rOnSphere); // pick random sphere
120:     const auto& d_ie = els.getDistTableAB(wf.get_ei_TableID());
121: 
122:     for (int jel = 0; jel < els.getTotalNum(); ++jel)
123:     {
124:       const auto& dist  = d_ie.getDistRow(jel);
125:       const auto& displ = d_ie.getDisplRow(jel);
126:       for (int iat = 0; iat < ions_ref.getTotalNum(); ++iat)
127:       {
128:         //due to < Rmax condition, the actually iteration iat is [0,2] in a real simulation
129:         if (dist[iat] < Rmax)
130:         {
131:           for (int k = 0; k < size(); k++)
132:             virtualPos[k] = dist[iat] * rOnSphere[k] + displ[iat] + els.R[jel];
133:           auto& VP = *VPs[ions_ref.GroupID[iat]];
134:           VP.makeMoves(els, jel, virtualPos, true, iat);
135:           wf.evaluateRatios(VP, ratios);
136:         }
137:       }
138:     }
139:   }
