9
1
mirror of https://github.com/QuantumPackage/qp2.git synced 2025-04-25 17:54:44 +02:00

put more explicit print in print_su_pbe_ot.irp.f

This commit is contained in:
eginer 2025-02-04 11:31:11 +01:00
parent 42fff288d5
commit 6611722d32

View File

@ -18,6 +18,7 @@ end
subroutine print_su_pbe_ot
implicit none
integer :: istate
print*,'Two flavours of PBE functionals :'
do istate = 1, N_states
write(*, '(A29,X,I3,X,A3,X,F16.10)') ' ECMD PBE-UEG , state ',istate,' = ',ecmd_pbe_ueg_mu_of_r(istate)
enddo