ABACUS develop
Atomic-orbital Based Ab-initio Computation at UStc
Loading...
Searching...
No Matches
init_info.h
Go to the documentation of this file.
1#ifndef INIT_INFO_H
2#define INIT_INFO_H
6
10namespace Json
11{
12#ifdef __RAPIDJSON
13// void gen_init(ModuleSymmetry::Symmetry *symm,Atom *atoms);
14
18void gen_init(UnitCell* ucell);
19
23void add_nkstot(int nkstot);
24
28void gen_stru(UnitCell* ucell);
29#endif
30} // namespace Json
31#endif
Definition unitcell.h:16
In this part of the code to complete the general_info part of the json tree.
Definition abacusjson.cpp:9