Skip to content

Commit

Permalink
better?
Browse files Browse the repository at this point in the history
Signed-off-by: Steven Hahn <[email protected]>
  • Loading branch information
quantumsteve committed Sep 28, 2023
1 parent 87fc266 commit 3cfac4a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/Particle/ParticleSetT.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1339,10 +1339,13 @@ ParticleSetT<T>::convert2CartInBox(const ParticlePos& pin, ParticlePos& pout)
}

// explicit instantiations
#ifndef QMC_COMPLEX
template class ParticleSetT<double>;
template class ParticleSetT<float>;
#else
template class ParticleSetT<std::complex<double>>;
template class ParticleSetT<std::complex<float>>;
#endif

template void
ParticleSetT<double>::mw_makeMove<CoordsType::POS>(
Expand Down

0 comments on commit 3cfac4a

Please sign in to comment.