/beegfs/hackathon/users/eoseret/qaas_runs_test/178-654-6841/intel/miniqmc/build/miniqmc/src/QMCWaveFunctions/einspline_spo_ref.hpp: 216 - 230
--------------------------------------------------------------------------------

216:   {
217:     evaluate_vgh(P, iat);
218: 
219:     for (int i = 0; i < nBlocks; ++i)
220:     {
221:       // in real simulation, phase needs to be applied. Here just fake computation
222:       const int first = i * nBlocks;
223:       for (int j = first; j < std::min((i + 1) * nSplinesPerBlock, OrbitalSetSize); j++)
224:       {
225:         psi_v[j]   = psi[i][j - first];
226:         dpsi_v[j]  = grad[i][j - first];
227:         d2psi_v[j] = hess[i].data(0)[j - first];
228:       }
229:     }
230:   }
/usr/lib/gcc/x86_64-redhat-linux/11/../../../../include/c++/11/bits/stl_vector.h: 1046 - 1046
--------------------------------------------------------------------------------

1046: 	return *(this->_M_impl._M_start + __n);
/beegfs/hackathon/users/eoseret/qaas_runs_test/178-654-6841/intel/miniqmc/build/miniqmc/src/Numerics/OhmmsPETE/OhmmsVector.h: 223 - 223
--------------------------------------------------------------------------------

223:     return X[i];
/usr/lib/gcc/x86_64-redhat-linux/11/../../../../include/c++/11/bits/stl_algobase.h: 235 - 235
--------------------------------------------------------------------------------

235:       if (__b < __a)
/beegfs/hackathon/users/eoseret/qaas_runs_test/178-654-6841/intel/miniqmc/build/miniqmc/src/Numerics/OhmmsPETE/VectorSoAContainer.h: 231 - 271
--------------------------------------------------------------------------------

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

144:     for (int i = 0; i < D; ++i)
145:       X[i] = base[i * offset];
