|
ABACUS develop
Atomic-orbital Based Ab-initio Computation at UStc
|
#include "gtest/gtest.h"#include "gmock/gmock.h"#include "../read_atoms_helper.h"#include "source_base/vector3.h"#include "source_base/matrix3.h"#include "source_io/module_output/output.h"#include <sstream>#include <fstream>Classes | |
| class | ReadAtomsHelperTest |
Namespaces | |
| namespace | elecstate |
| namespace | unitcell |
Functions | |
| bool | elecstate::read_orb_file (int it, std::string &orb_file, std::ofstream &ofs_running, Atom *atom) |
| read number of numerical orbitals for each angular momentum | |
| bool | unitcell::read_atom_positions (UnitCell &ucell, std::ifstream &ifpos, std::ofstream &ofs_running, std::ofstream &ofs_warning) |
| TEST_F (ReadAtomsHelperTest, ValidateCoordinateSystem_ValidInputs) | |
| TEST_F (ReadAtomsHelperTest, ValidateCoordinateSystem_InvalidInputs) | |
| TEST_F (ReadAtomsHelperTest, CalculateLatticeCenterXY) | |
| TEST_F (ReadAtomsHelperTest, CalculateLatticeCenterXZ) | |
| TEST_F (ReadAtomsHelperTest, CalculateLatticeCenterYZ) | |
| TEST_F (ReadAtomsHelperTest, CalculateLatticeCenterXYZ) | |
| TEST_F (ReadAtomsHelperTest, CalculateLatticeCenterNonCubic) | |
| TEST_F (ReadAtomsHelperTest, AllocateAtomProperties) | |
| TEST_F (ReadAtomsHelperTest, TransformAtomCoordinatesDirect) | |
| TEST_F (ReadAtomsHelperTest, TransformAtomCoordinatesCartesian) | |
| TEST_F (ReadAtomsHelperTest, ProcessMagnetizationNspin2) | |
| TEST_F (ReadAtomsHelperTest, ProcessMagnetizationNspin4VectorInput) | |
| TEST_F (ReadAtomsHelperTest, ProcessMagnetizationAngleInput) | |
| TEST_F (ReadAtomsHelperTest, ParseAtomPropertiesMovementFlags) | |
| TEST_F (ReadAtomsHelperTest, ParseAtomPropertiesVelocity) | |
| TEST_F (ReadAtomsHelperTest, ParseAtomPropertiesScalarMag) | |
| TEST_F (ReadAtomsHelperTest, ParseAtomPropertiesVectorMag) | |
| int | main (int argc, char **argv) |
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
| TEST_F | ( | ReadAtomsHelperTest | , |
| AllocateAtomProperties | |||
| ) |
| TEST_F | ( | ReadAtomsHelperTest | , |
| CalculateLatticeCenterNonCubic | |||
| ) |
| TEST_F | ( | ReadAtomsHelperTest | , |
| CalculateLatticeCenterXY | |||
| ) |
| TEST_F | ( | ReadAtomsHelperTest | , |
| CalculateLatticeCenterXYZ | |||
| ) |
| TEST_F | ( | ReadAtomsHelperTest | , |
| CalculateLatticeCenterXZ | |||
| ) |
| TEST_F | ( | ReadAtomsHelperTest | , |
| CalculateLatticeCenterYZ | |||
| ) |
| TEST_F | ( | ReadAtomsHelperTest | , |
| ParseAtomPropertiesMovementFlags | |||
| ) |
| TEST_F | ( | ReadAtomsHelperTest | , |
| ParseAtomPropertiesScalarMag | |||
| ) |
| TEST_F | ( | ReadAtomsHelperTest | , |
| ParseAtomPropertiesVectorMag | |||
| ) |
| TEST_F | ( | ReadAtomsHelperTest | , |
| ParseAtomPropertiesVelocity | |||
| ) |
| TEST_F | ( | ReadAtomsHelperTest | , |
| ProcessMagnetizationAngleInput | |||
| ) |
| TEST_F | ( | ReadAtomsHelperTest | , |
| ProcessMagnetizationNspin2 | |||
| ) |
| TEST_F | ( | ReadAtomsHelperTest | , |
| ProcessMagnetizationNspin4VectorInput | |||
| ) |
| TEST_F | ( | ReadAtomsHelperTest | , |
| TransformAtomCoordinatesCartesian | |||
| ) |
| TEST_F | ( | ReadAtomsHelperTest | , |
| TransformAtomCoordinatesDirect | |||
| ) |
| TEST_F | ( | ReadAtomsHelperTest | , |
| ValidateCoordinateSystem_InvalidInputs | |||
| ) |
| TEST_F | ( | ReadAtomsHelperTest | , |
| ValidateCoordinateSystem_ValidInputs | |||
| ) |