Skip to content

Commit

Permalink
Merge pull request wannier-developers#492 from giovannipizzi/fix_affi…
Browse files Browse the repository at this point in the history
…liation_and_docs_to_readme

Fixing Giovanni's affiliation and adding docs link to the README file
  • Loading branch information
qiaojunfeng committed Feb 27, 2024
2 parents b2b4255 + eb55df0 commit bc9b851
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 7 deletions.
7 changes: 6 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,13 @@ The homepage of the Wannier90 code is http://www.wannier.org
The code is hosted on
GitHub_.

The documentation of the code can be found
here_.

.. _GitHub: https://github.com/wannier-developers/wannier90

.. _here: https://wannier-developers.github.io/wannier90

How to contribute
+++++++++++++++++

Expand Down Expand Up @@ -87,7 +92,7 @@ Authors and contributors

The Wannier90 Developer Group includes:

* Giovanni Pizzi (EPFL, CH)
* Giovanni Pizzi (Paul Scherrer Institute, CH)
* Valerio Vitale (University of Trieste, IT)
* David Vanderbilt (Rutgers University, US)
* Nicola Marzari (EPFL, CH)
Expand Down
8 changes: 4 additions & 4 deletions docs/docs/user_guide/introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,10 +59,10 @@ and
## Credits

The Wannier90 Developer Group includes Giovanni Pizzi (EPFL, CH),
Valerio Vitale (University of Trieste, IT), David Vanderbilt (Rutgers University,
US), Nicola Marzari (EPFL, CH), Ivo Souza (Universidad del Pais Vasco,
ES), Arash A. Mostofi (Imperial College London, GB), and Jonathan R.
The Wannier90 Developer Group includes Giovanni Pizzi (Paul Scherrer Institute,
CH), Valerio Vitale (University of Trieste, IT), David Vanderbilt (Rutgers
University, US), Nicola Marzari (EPFL, CH), Ivo Souza (Universidad del Pais
Vasco, ES), Arash A. Mostofi (Imperial College London, GB), and Jonathan R.
Yates (University of Oxford, GB).

The present release of `wannier90` was written by the Wannier90
Expand Down
2 changes: 1 addition & 1 deletion docs/docs/user_guide/wannier90/files.md
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ might slightly change across different versions):
| http://www.wannier.org |
| |
| Wannier90 Developer Group: |
| Giovanni Pizzi (EPFL) |
| Giovanni Pizzi (Paul Scherrer Institute) |
| Valerio Vitale (Cambridge) |
| David Vanderbilt (Rutgers University) |
| Nicola Marzari (EPFL) |
Expand Down
2 changes: 1 addition & 1 deletion src/readwrite.F90
Original file line number Diff line number Diff line change
Expand Up @@ -1436,7 +1436,7 @@ subroutine w90_readwrite_write_header(bohr_version_str, constants_version_str1,
write (stdout, *) ' | |'
write (stdout, *) ' | |'
write (stdout, *) ' | Wannier90 Developer Group: |'
write (stdout, *) ' | Giovanni Pizzi (EPFL) |'
write (stdout, *) ' | Giovanni Pizzi (Paul Scherrer Institute) |'
write (stdout, *) ' | Valerio Vitale (University of Trieste) |'
write (stdout, *) ' | David Vanderbilt (Rutgers University) |'
write (stdout, *) ' | Nicola Marzari (EPFL) |'
Expand Down

0 comments on commit bc9b851

Please sign in to comment.