![]() |
QMCPACK
|
Inheritance diagram for RadialOrbitalSetBuilder< SoaAtomicBasisSet< MultiFunctorAdapter< FN >, SH > >:
Collaboration diagram for RadialOrbitalSetBuilder< SoaAtomicBasisSet< MultiFunctorAdapter< FN >, SH > >:Public Types | |
| using | COT = SoaAtomicBasisSet< MultiFunctorAdapter< FN >, SH > |
| using | RadialOrbital_t = MultiFunctorAdapter< FN > |
| using | single_type = typename RadialOrbital_t::single_type |
Public Types inherited from MPIObjectBase | |
| using | mpi_comm_type = Communicate::mpi_comm_type |
Public Member Functions | |
| RadialOrbitalSetBuilder (Communicate *comm, COT &aos) | |
| constructor More... | |
| bool | addGrid (xmlNodePtr cur, const std::string &rad_type) |
| implement functions used by AOBasisBuilder More... | |
| bool | addGridH5 (hdf_archive &hin) |
| bool | openNumericalBasisH5 (xmlNodePtr cur) |
| bool | put (xmlNodePtr cur) |
| bool | addRadialOrbital (xmlNodePtr cur, const std::string &rad_type, const QuantumNumberType &nlms) |
| bool | addRadialOrbitalH5 (hdf_archive &hin, const std::string &rad_type, const QuantumNumberType &nlms) |
| void | finalize () |
Public Member Functions inherited from MPIObjectBase | |
| MPIObjectBase (Communicate *c) | |
| constructor with communicator More... | |
| int | rank () const |
| return the rank of the communicator More... | |
| int | getGroupID () const |
| return the group id of the communicator More... | |
| Communicate * | getCommunicator () const |
| return myComm More... | |
| Communicate & | getCommRef () const |
| return a TEMPORARY reference to Communicate More... | |
| mpi_comm_type | getMPI () const |
| return MPI communicator if one wants to use MPI directly More... | |
| bool | is_manager () const |
| return true if the rank == 0 More... | |
| const std::string & | getName () const |
| return the name More... | |
| void | setName (const std::string &aname) |
Public Attributes | |
| bool | Normalized |
| true, if the RadialOrbitalType is normalized More... | |
| COT & | m_orbitals |
| orbitals to build More... | |
Additional Inherited Members | |
Protected Attributes inherited from MPIObjectBase | |
| Communicate * | myComm |
| pointer to Communicate More... | |
| std::string | ClassName |
| class Name More... | |
| std::string | myName |
| name of the object More... | |
Definition at line 190 of file MultiFunctorAdapter.h.
| using COT = SoaAtomicBasisSet<MultiFunctorAdapter<FN>, SH> |
Definition at line 193 of file MultiFunctorAdapter.h.
| using RadialOrbital_t = MultiFunctorAdapter<FN> |
Definition at line 194 of file MultiFunctorAdapter.h.
| using single_type = typename RadialOrbital_t::single_type |
Definition at line 195 of file MultiFunctorAdapter.h.
|
inline |
constructor
Definition at line 203 of file MultiFunctorAdapter.h.
|
inline |
implement functions used by AOBasisBuilder
Definition at line 206 of file MultiFunctorAdapter.h.
|
inline |
Definition at line 207 of file MultiFunctorAdapter.h.
|
inline |
Definition at line 217 of file MultiFunctorAdapter.h.
References RadialOrbitalSetBuilder< COT >::m_orbitals, RadialOrbitalSetBuilder< COT >::Normalized, and qmcplusplus::q_l.
|
inline |
Definition at line 227 of file MultiFunctorAdapter.h.
References RadialOrbitalSetBuilder< COT >::hin, RadialOrbitalSetBuilder< COT >::m_orbitals, MPIObjectBase::myComm, RadialOrbitalSetBuilder< COT >::Normalized, and qmcplusplus::q_l.
|
inline |
Definition at line 238 of file MultiFunctorAdapter.h.
References RadialOrbitalSetBuilder< COT >::m_orbitals.
|
inline |
Definition at line 208 of file MultiFunctorAdapter.h.
|
inline |
Definition at line 209 of file MultiFunctorAdapter.h.
References getXMLAttributeValue(), qmcplusplus::lowerCase(), and RadialOrbitalSetBuilder< COT >::Normalized.
| COT& m_orbitals |
orbitals to build
Definition at line 200 of file MultiFunctorAdapter.h.
| bool Normalized |
true, if the RadialOrbitalType is normalized
Definition at line 198 of file MultiFunctorAdapter.h.