ABACUS develop
Atomic-orbital Based Ab-initio Computation at UStc
Loading...
Searching...
No Matches
output_info.h
Go to the documentation of this file.
1#ifndef OUTPUT_INFO_H
2#define OUTPUT_INFO_H
3
8
9
14namespace Json
15{
16#ifdef __RAPIDJSON
17
18 void init_output_array_obj();
19
20 void add_output_cell_coo_stress_force(
21 const UnitCell *ucell,
22 const ModuleBase::matrix force, const double fac,
23 const ModuleBase::matrix stress, const double unit_transform
24 );
25
26 void add_output_efermi_converge(const double efermi, const bool scf_converge );
27 void add_output_energy(const double energy );
28
29 void add_output_scf_mag(
30 const double total_mag, const double absolute_mag,
31 const double energy, const double ediff, const double drho,const double time
32 );
33
34#endif
35}
36#endif
Definition matrix.h:19
Definition unitcell.h:16
In this part of the code to complete the general_info part of the json tree.
Definition abacusjson.cpp:9