Skip to content

Commit

Permalink
convert I to A in qe writer
Browse files Browse the repository at this point in the history
  • Loading branch information
aoterodelaroza committed Mar 14, 2024
1 parent 628d7a5 commit 23fe19f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/[email protected]
Original file line number Diff line number Diff line change
Expand Up @@ -1289,8 +1289,8 @@ module subroutine write_espresso(c,file,rklength,ti)
write (lu,'("/")')
write (lu,'("&system")')
write (lu,'(" ibrav=0,")')
write (lu,'(" nat=",I6,",")') c%ncel
write (lu,'(" ntyp=",I3,",")') c%nspc
write (lu,'(" nat=",A,",")') string(c%ncel)
write (lu,'(" ntyp=",A,",")') string(c%nspc)
write (lu,'(" ecutwfc=60.0,")')
write (lu,'(" ecutrho=600.0,")')
write (lu,'(" xdm=.true.,")')
Expand Down

0 comments on commit 23fe19f

Please sign in to comment.