14 #ifndef QMCPLUSPLUS_DISTANCETABLE_H 15 #define QMCPLUSPLUS_DISTANCETABLE_H 55 std::unique_ptr<DistanceTable>
createDistanceTableAB(
const ParticleSet&
s, ParticleSet& t, std::ostream& description);
58 std::ostream& description);
62 std::ostream& description)
helper functions for EinsplineSetBuilder
std::unique_ptr< DistanceTable > createDistanceTableAA(ParticleSet &s, std::ostream &description)
Class to manage multiple DistanceTable objects.
Specialized paritlce class for atomistic simulations.
std::unique_ptr< DistanceTable > createDistanceTableAAOMPTarget(ParticleSet &s, std::ostream &description)
Adding SymmetricDTD to the list, e.g., el-el distance table.
std::unique_ptr< DistanceTable > createDistanceTableAB(const ParticleSet &s, ParticleSet &t, std::ostream &description)
free function create a distable table of s-t
std::unique_ptr< DistanceTable > createDistanceTableABOMPTarget(const ParticleSet &s, ParticleSet &t, std::ostream &description)
Adding AsymmetricDTD to the list, e.g., el-el distance table.
std::unique_ptr< DistanceTable > createDistanceTable(ParticleSet &s, std::ostream &description)