ABACUS develop
Atomic-orbital Based Ab-initio Computation at UStc
Loading...
Searching...
No Matches
of_print_info.h
Go to the documentation of this file.
1#ifndef OF_PRINT_INFO_H
2#define OF_PRINT_INFO_H
3
4#include "source_estate/elecstate.h" // electronic states
6
8
9
10namespace OFDFT
11{
12
13void print_info(const int iter,
14 ModuleBase::TimePoint &iter_time,
15 const double &energy_current,
16 const double &energy_last,
17 const double &normdLdphi,
18 const elecstate::ElecState *pelec,
19 KEDF_Manager *kedf_manager,
20 const bool conv_esolver);
21
22}
23
24#endif
25
26
Definition kedf_manager.h:16
Definition elecstate.h:15
double TimePoint
Time point type that works in both MPI and non-MPI environments.
Definition timer_wrapper.h:15
Definition of_print_info.h:11
void print_info(const int iter, ModuleBase::TimePoint &iter_time, const double &energy_current, const double &energy_last, const double &normdLdphi, const elecstate::ElecState *pelec, KEDF_Manager *kedf_manager, const bool conv_esolver)
Print nessecary information to the screen, and write the components of the total energy into running_...
Definition of_print_info.cpp:10