Skip to content

Commit

Permalink
update [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
edoapra committed Apr 13, 2022
1 parent 6bba429 commit a3d727a
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions src/util/util_legal.F
Original file line number Diff line number Diff line change
Expand Up @@ -40,22 +40,23 @@ subroutine util_cite()
integer ibegin,iend,ilen,i
character*4096 newchr
integer maxno_authors,len_newchr
parameter(maxno_authors=105)
parameter(maxno_authors=106)
character*64 name_author(maxno_authors)
data name_author/
+ 'E. Apra', 'E. J. Bylaska',
+ 'N. Govind', 'K. Kowalski',
+ 'M. Valiev',
+ 'W. A. de Jong', 'T. P. Straatsma', 'H. J. J. van Dam',
+ 'D. Wang', 'T. L. Windus',
+ 'D. Mejia-Rodriguez', 'A. Kunitsa',
+ 'N. P. Bauman', 'A. Panyala',
+ 'W. A. de Jong', 'T. P. Straatsma', 'H. J. J. van Dam',
+ 'D. Wang', 'T. L. Windus',
+ 'J. Hammond', 'J. Autschbach', 'K. Bhaskaran-Nair',
+ 'J. Brabec','K. Lopata','S. A. Fischer','S. Krishnamoorthy',
+ 'M. Jacquelin',
+ 'W. Ma', 'M. Klemm', 'O. Villa', 'Y. Chen', 'V. Anisimov',
+ 'F. Aquino', 'S. Hirata', 'M. T. Hackler',
+ 'Eric Hermes', 'L. Jensen', 'J. E. Moore', 'J. C. Becca',
+ 'V. Konjkov', 'D. Mejia-Rodriguez','T. Risthaus',
+ 'V. Konjkov', 'T. Risthaus',
+ 'M. Malagoli', 'A. Marenich', 'A. Otero-de-la-Roza',
+ 'J. Mullin', 'P. Nichols', 'R. Peverati', 'J. Pittner',
+ 'Y. Zhao', 'P.-D. Fan', 'A. Fonari', 'M. J. Williamson',
Expand Down

0 comments on commit a3d727a

Please sign in to comment.