![]() |
QMCPACK
|
Public Member Functions | |
TestableNEReferencePoints (const NEReferencePoints &nerp) | |
void | write_testable_description (std::ostream &os) const |
![]() | |
NEReferencePoints (const ReferencePointsInput &rp_input, const ParticleSet &pset, RefVector< ParticleSet > &ref_psets) | |
Usual constructor. More... | |
NEReferencePoints (const NEReferencePoints &nerp)=default | |
void | write_description (std::ostream &os, const std::string &indent) const |
writes a human readable representation of the reference points. More... | |
void | write (hdf_archive &file) const |
machine readable output More... | |
const Points & | get_points () const |
return const ref to map of reference points. More... | |
Additional Inherited Members | |
![]() | |
using | Real = QMCTraits::FullPrecRealType |
using | Axes = Tensor< Real, OHMMS_DIM > |
using | Point = TinyVector< Real, OHMMS_DIM > |
using | Points = std::map< std::string, Point > |
using | Coord = typename ReferencePointsInput::Coord |
![]() | |
Points | points_ |
Definition at line 29 of file test_ReferencePoints.cpp.
|
inline |
Definition at line 32 of file test_ReferencePoints.cpp.
void write_testable_description | ( | std::ostream & | os | ) | const |
Definition at line 36 of file test_ReferencePoints.cpp.
References NEReferencePoints::points_.
Referenced by qmcplusplus::operator<<().