Skip to content

Commit

Permalink
increase the lenght of upf%dft (#22)
Browse files Browse the repository at this point in the history
  • Loading branch information
nscolonna authored Oct 29, 2024
1 parent 0bb1786 commit cd6eab9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Modules/pseudo_types.f90
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ MODULE pseudo_types
LOGICAL :: tvanp ! .true. if Ultrasoft
LOGICAL :: tcoulombp ! .true. if Coulomb 1/r potential
LOGICAL :: nlcc ! Non linear core corrections
CHARACTER(LEN=20) :: dft ! Exch-Corr type
CHARACTER(LEN=25) :: dft ! Exch-Corr type
REAL(DP) :: zp ! z valence
REAL(DP) :: etotps ! total energy
REAL(DP) :: ecutwfc ! suggested cut-off for wfc
Expand Down

0 comments on commit cd6eab9

Please sign in to comment.