ABACUS develop
Atomic-orbital Based Ab-initio Computation at UStc
Loading...
Searching...
No Matches
mock_remake_cell.h
Go to the documentation of this file.
1#ifndef MOCK_REMAKE_CELL_H
2#define MOCK_REMAKE_CELL_H
3
5#include <string>
6
7namespace unitcell
8{
9 // Mock state tracking
10 extern bool remake_cell_called;
11 extern std::string remake_cell_latName;
12 extern ModuleBase::Matrix3 remake_cell_latvec;
13
14 // Mock implementation of remake_cell
15 void remake_cell(Lattice& lat);
16
17 // Helper functions for testing
20}
21
22#endif // MOCK_REMAKE_CELL_H
3x3 matrix and related mathamatical operations
Definition matrix3.h:19
Definition bcast_cell.cpp:10
void remake_cell(Lattice &lat)
Definition update_cell.cpp:9
void reset_remake_cell_mock()
Definition ions_move_methods_test.cpp:66
bool was_remake_cell_called()
Definition ions_move_methods_test.cpp:74
info of lattice
Definition unitcell_data.h:8