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

Merge branch 'dev-stable' of github.com:QuantumPackage/qp2 into dev-stable

This commit is contained in:
Anthony Scemama 2025-02-04 19:18:30 +01:00
commit 2586b8dc47

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