Skip to content

Commit

Permalink
Update incar_parameters.json (#3741)
Browse files Browse the repository at this point in the history
ENCUT should be float

Signed-off-by: yuuukuma <yuuukuma@gmail.com>
  • Loading branch information
yuuukuma committed Apr 9, 2024
1 parent 2a3608f commit d69bf97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pymatgen/io/vasp/incar_parameters.json
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@
"type": "float"
},
"ENCUT": {
"type": "int"
"type": "float"
},
"ENCUTFOCK": {
"type": "float"
Expand Down

0 comments on commit d69bf97

Please sign in to comment.