Skip to content

Commit

Permalink
fix the comment in abacus.json (#3784)
Browse files Browse the repository at this point in the history
  • Loading branch information
pxlxingliang committed Mar 25, 2024
1 parent 07b64d2 commit 6784cae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/module_io/json_output/init_info.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ void add_nkstot(int nkstot,int nkstot_ibz){


void gen_stru(UnitCell *ucell){
AbacusJson::add_json({"comment"},"Unless otherwise specified, the unit of energy is Ry and the unit of length is Bohr",false);
AbacusJson::add_json({"comment"},"Unless otherwise specified, the unit of energy is eV and the unit of length is Angstrom",false);

int ntype = ucell->ntype;

Expand Down

0 comments on commit 6784cae

Please sign in to comment.