Skip to content

Commit

Permalink
update Fe_paw example
Browse files Browse the repository at this point in the history
  • Loading branch information
toxa81 committed Jul 1, 2024
1 parent 4e5e414 commit a3967f9
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions examples/pp-pw/Fe_paw/sirius.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"control" : {
"verbosity" : 1,
"verbosity" : 2,
"processing_unit" : "cpu",
"print_forces" : true,
"print_stress" : true
Expand Down Expand Up @@ -51,16 +51,17 @@

"atoms" : {
"Fe" : [
[0.0, 0.0, 0.0, 0.0, 0.0, 1.0],
[0.5, 0.5, 0.5, 0.0, 0.0, 1.0]
[0.0, 0.0, 0.0, 0.0, 0.0, 2.0],
[0.5, 0.5, 0.5, 0.0, 0.0, 2.0]
]
}
},

"mixer" : {
"beta" : 0.7,
"type" : "anderson",
"max_history" : 8
"max_history" : 8,
"use_hartree" : true
}

}

0 comments on commit a3967f9

Please sign in to comment.