[skip-CI] Yet another bug introduced yesterday

This commit is contained in:
Paolo Giannozzi 2023-12-12 13:33:54 +01:00
parent d24408844d
commit 6ee47afe36
5 changed files with 11 additions and 8 deletions

View File

@ -44,7 +44,7 @@ SUBROUTINE readpp ( input_dft, printout, ecutwfc_pp, ecutrho_pp )
USE mp, ONLY: mp_bcast
USE mp_images, ONLY: intra_image_comm
USE io_global, ONLY: stdout, ionode, ionode_id
USE pseudo_types, ONLY: pseudo_upf, reset_upf, deallocate_pseudo_upf
USE pseudo_types, ONLY: pseudo_upf, deallocate_pseudo_upf
USE funct, ONLY: enforce_input_dft, set_dft_from_name, get_inlc
USE xc_lib, ONLY: xclib_get_id
USE radial_grids, ONLY: deallocate_radial_grid, nullify_radial_grid
@ -88,8 +88,6 @@ SUBROUTINE readpp ( input_dft, printout, ecutwfc_pp, ecutrho_pp )
END IF
!
DO nt = 1, ntyp
!
CALL reset_upf( upf(nt) )
!
! try first pseudo_dir_cur if set: in case of restart from file,
! this is where PP files should be located

View File

@ -57,7 +57,8 @@ CONTAINS
!
IMPLICIT NONE
INTEGER, INTENT(in) :: iunps
TYPE(pseudo_upf), INTENT(out) :: upf
TYPE(pseudo_upf), INTENT(inout) :: upf
! INOUT because many variables are reset to default values in input
!
CALL read_fhi(iunps)
CALL convert_fhi(upf)
@ -180,7 +181,8 @@ SUBROUTINE convert_fhi (upf)
!
IMPLICIT NONE
!
TYPE(pseudo_upf), INTeNT(out) :: upf
TYPE(pseudo_upf), INTENT(inout) :: upf
! INOUT because many variables are reset to default values in input
!
REAL(dp), ALLOCATABLE :: aux(:)
REAL(dp) :: vll

View File

@ -24,7 +24,7 @@ SUBROUTINE read_ps_new ( psfile, upf, printout, ierr )
!! Should be executed on a single processor
!
USE upf_io, ONLY: stdout
USE pseudo_types, ONLY: pseudo_upf
USE pseudo_types, ONLY: pseudo_upf, reset_upf
USE read_upf_v1_module, ONLY: read_upf_v1
USE read_upf_new_module,ONLY: read_upf_new
USE read_uspp_module, ONLY: readvan, readrrkj
@ -40,6 +40,7 @@ SUBROUTINE read_ps_new ( psfile, upf, printout, ierr )
INTEGER :: iunps, l, lm3, lm4, lm5
!
!
CALL reset_upf( upf )
CALL read_upf_new( psfile, upf, ierr )
!
!! start reading - check first if file is readable as xml file

View File

@ -41,8 +41,9 @@ CONTAINS
!
CHARACTER(len=*), INTENT(IN) :: filename
!! input : name of file in psml format
TYPE(pseudo_upf), INTENT(OUT) :: upf
TYPE(pseudo_upf), INTENT(INOUT) :: upf
!! the derived type storing the pseudo data
!! INOUT because many variables are reset to default values in input
INTEGER, INTENT(OUT) :: ierr
!! error code (0 if correctly read)
CHARACTER(len=30) :: tag

View File

@ -35,8 +35,9 @@ CONTAINS
IMPLICIT NONE
CHARACTER(len=*), INTENT(IN) :: filename
!! i/o filename
TYPE(pseudo_upf),INTENT(OUT) :: upf
TYPE(pseudo_upf),INTENT(INOUT) :: upf
!! the derived type storing the pseudo data
!! INOUT because many variables are reset to default values in input
INTEGER, INTENT(OUT) :: ierr
!! ierr= -2 : UPF v.2
!! ierr= 0 : xml schema