ABACUS develop
Atomic-orbital Based Ab-initio Computation at UStc
Loading...
Searching...
No Matches
para_json.h
Go to the documentation of this file.
1#include <ctime>
2#include <string>
3
8namespace Json
9{
10
11// void create_Json(ModuleSymmetry::Symmetry *symm,Atom *atoms,Input *input);
12
13void create_Json(UnitCell *ucell, const Parameter& input);
14
15// Output the json to abacus.json file
16void json_output();
17
18// Convert time_t to string
19void convert_time(std::time_t time_now, std::string& time_str);
20
21// generate struture wrapper function
22void gen_stru_wrapper(UnitCell *ucell);
23} // namespace Json
Definition parameter.h:13
Definition unitcell.h:16
In this part of the code to complete the general_info part of the json tree.
Definition abacusjson.cpp:9
void create_Json(UnitCell *ucell, const Parameter &param)
Definition para_json.cpp:40
void gen_stru_wrapper(UnitCell *ucell)
Definition para_json.cpp:50
void convert_time(std::time_t time_now, std::string &time_str)
Definition para_json.cpp:62
void json_output()
Definition para_json.cpp:28