Skip to content

Commit

Permalink
Updated credits in header.
Browse files Browse the repository at this point in the history
  • Loading branch information
mostofi committed Jan 26, 2010
1 parent 5da9262 commit 74b99bf
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions src/parameters.F90
Original file line number Diff line number Diff line change
Expand Up @@ -1312,15 +1312,19 @@ subroutine param_write_header
write(stdout,*) ' | Generalized Wannier Functions code |'
write(stdout,*) ' | http://www.wannier.org |'
write(stdout,*) ' | |'
write(stdout,*) ' | Authors: |'
write(stdout,*) ' | Wannier90 Authors: |'
write(stdout,*) ' | Arash A. Mostofi (Imperial College London) |'
write(stdout,*) ' | Jonathan R. Yates (University of Oxford) |'
write(stdout,*) ' | Young-Su Lee (KIST, S. Korea) |'
write(stdout,*) ' | |'
write(stdout,*) ' | Contributors: |'
write(stdout,*) ' | Wannier90 Contributors: |'
write(stdout,*) ' | Matthew Shelley (Imperial College London) |'
write(stdout,*) ' | Nicolas Poilvert (MIT) |'
write(stdout,*) ' | |'
write(stdout,*) ' | Wannier77 Authors: |'
write(stdout,*) ' | Nicola Marzari (University of Oxford) |'
write(stdout,*) ' | Ivo Souza (UC Berkeley) |'
write(stdout,*) ' | David Vanderbilt (Rutgers University) |'
write(stdout,*) ' | |'
write(stdout,*) ' | Please cite |'
write(stdout,*) ' | |'
Expand All @@ -1331,12 +1335,7 @@ subroutine param_write_header
write(stdout,*) ' | Comput. Phys. Commun. 178, 685 (2008) |'
write(stdout,*) ' | |'
write(stdout,*) ' | in any publications arising from the use of |'
write(stdout,*) ' | this code. |'
write(stdout,*) ' | |'
write(stdout,*) ' | |'
write(stdout,*) ' | Wannier90 is based on routines written by |'
write(stdout,*) ' | Nicola Marzari, Ivo Souza and David Vanderbilt. |'
write(stdout,*) ' | For the method please cite |'
write(stdout,*) ' | this code. For the method please cite |'
write(stdout,*) ' | |'
write(stdout,*) ' | [ref] "Maximally Localized Generalised Wannier |'
write(stdout,*) ' | Functions for Composite Energy Bands" |'
Expand All @@ -1349,10 +1348,11 @@ subroutine param_write_header
write(stdout,*) ' | Phys. Rev. B 65 035109 (2001) |'
write(stdout,*) ' | |'
write(stdout,*) ' | |'
write(stdout,*) ' | Copyright (c) 1997-2009 J. Yates, A. Mostofi, |'
write(stdout,*) ' | Y.-S Lee, N. Marzari, I. Souza, D. Vanderbilt |'
write(stdout,*) ' | Copyright (c) 1996-2010 |'
write(stdout,*) ' | A. A. Mostofi, J. R. Yates, Y.-S. Lee, |'
write(stdout,*) ' | I. Souza, D. Vanderbilt and N. Marzari |'
write(stdout,*) ' | |'
write(stdout,*) ' | Release: 1.2 1st Dec 2009 |'
write(stdout,*) ' | Release: 1.2 24th Jan 2010 |'
write(stdout,*) ' | |'
write(stdout,*) ' | This program is free software; you can |'
write(stdout,*) ' | redistribute it and/or modify it under the terms |'
Expand Down

0 comments on commit 74b99bf

Please sign in to comment.