Update of the bibliography reference.

git-svn-id: http://qeforge.qe-forge.org/svn/q-e/trunk/espresso@13112 c92efa57-630b-4861-b058-cf58834340f0
This commit is contained in:
sponce 2016-10-17 18:23:27 +00:00
parent f5e052d63e
commit f24306cff0
3 changed files with 7 additions and 2 deletions

View File

@ -31,7 +31,7 @@
Please also consider citing the EPW papers:
1) F. Giustino, M. L. Cohen, and S. G. Louie, Phys. Rev. B 76, 165108 (2007)
2) S. Ponc\'e, E. R. Margine, C. Verdi, and F. Giustino, Comput. Phys. Comm. (2016) [to be submitted]
2) S. Ponc\'e, E. R. Margine, C. Verdi and F. Giustino, Comput. Phys. Commun. 209, 116 (2016)
The software tree of EPW v4 is composed of
/bin ==> Contains the epw.x soft link to the EPW executable.

View File

@ -77,7 +77,7 @@ write(stdout,'(a)') " -+h/------------------------::::::::://////+++++++++++++
write(stdout,'(a)') " shdddddddddddddddddddddddddddddhhhhhhhhyyyyyssssssssssssssssyyyyyyyhhhhhhhddddh` "
write(stdout,'(a)') " "
write(stdout,'(a)') " S. Ponce, E. R. Margine, C. Verdi, and F. Giustino, "
write(stdout,'(a)') " http://dx.doi.org/10.1016/j.cpc.2016.07.028 "
write(stdout,'(a)') " Comput. Phys. Commun. 209, 116 (2016) "
write(stdout,'(a)') " "
ENDIF
!

View File

@ -19,10 +19,15 @@
!!
use mp, ONLY : mp_end, mp_barrier
USE mp_global, ONLY : inter_pool_comm, mp_global_end
USE io_global, ONLY : stdout
!
implicit none
!
CALL print_clock_epw
write(stdout,'(a)') " "
write(stdout,'(a)') " Please consider citing: "
write(stdout,'(a)') " S. Ponce, E. R. Margine, C. Verdi and F. Giustino, Comput. Phys. Commun. 209, 116 (2016) "
write(stdout,'(a)') " "
CALL mp_barrier(inter_pool_comm)
CALL mp_end(inter_pool_comm)
!