|
RadialCollection | orb |
| object under test
|
|
int | nfile = 0 |
|
std::string * | file = nullptr |
| orbitals file to read from
|
|
std::string | log_file = "./test_files/radial_collection.log" |
| file for logging
|
|
Tested functions:
- build
- parse a series of orbital or pseudopotential files and initialize AtomicRadials/BetaRadials objects accordingly.
- copy constructor and assignment operator
- cbegin & cend
- pointer-to-pointers that enables the iteration through non-contiguous read-only NumericalRadial objects
- all "getters"
- Get access to private members.
- all "batch setters"
- Set a property for all RadialSet objects at once
◆ SetUp()
void RadialCollectionTest::SetUp |
( |
| ) |
|
|
protected |
◆ TearDown()
void RadialCollectionTest::TearDown |
( |
| ) |
|
|
protected |
◆ file
std::string* RadialCollectionTest::file = nullptr |
|
protected |
orbitals file to read from
◆ log_file
std::string RadialCollectionTest::log_file = "./test_files/radial_collection.log" |
|
protected |
◆ nfile
int RadialCollectionTest::nfile = 0 |
|
protected |
◆ orb
The documentation for this class was generated from the following file: