-
Notifications
You must be signed in to change notification settings - Fork 0
/
README
94 lines (69 loc) · 4.12 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
=========
WANNIER90
=========
The Maximally-Localised Generalised Wannier Functions Code
Wannier90 Version 2.0 has been written by:
Arash A. Mostofi (Imperial College London, UK)
Giovanni Pizzi (EPFL, Switzerland)
Ivo Souza (Universidad del Pais Vasco, Spain)
Jonathan R. Yates (University of Oxford, UK)
Contributors to the code include:
Young-Su Lee (KIST, S. Korea) -- specialised Gamma point routines & transport
Matthew Shelley (Imperial College London, UK) -- transport
Nicolas Poilvert (Harvard, USA) -- transport
Daniel Aberg (LLNL, USA) -- povray plotting
Raffaello Bianco (University of Trieste) -- k-slice plotting
w90vdw was written by:
Lampros Andrinopoulos, Nicholas D. M. Hine and Arash A. Mostofi
We gratefully acknowledge Marco Buongiorno Nardelli for the dosqc
v1.0 subroutines for the calculation of the density of states and the
quantum transport, upon which transport.f90 is based.
Wannier90 Version 1.0 was written by:
Arash A. Mostofi (Imperial College London, UK)
Jonathan R. Yates (University of Oxford, UK)
Young-Su Lee (KIST, S. Korea)
Wannier90 is based on Fortran 77 codes written by
Nicola Marzari, Ivo Souza, David Vanderbilt
website: http://www.wannier.org
Directory Structure
doc/ Documentation including the user guide and a tutorial
examples/ Sample calculations from the tutorial
pseudo/ Pseudopotential files for sample calculations
utility/ Useful scripts and routines
src/ The Wannier90 source code
tests/ A set of tests to check Wannier90 is installed correctly
config/ Example make.sys for many platforms
pwscf/ Source files for the interface with Quantum-Espresso
For Installation Instructions see README.install
Further information can be found in the user guide and tutorial
Please cite
[ref] A. A. Mostofi, J. R. Yates, Y.-S. Lee, I. Souza, D. Vanderbilt
and N. Marzari, "Wannier90: A Tool for Obtaining Maximally-Localised
Wannier Functions", Computer Physics Communications 178, 685 (2008)
in any publications arising from the use of this code.
For the method please cite
[ref] "Maximally Localized Generalised Wannier
Functions for Composite Energy Bands"
N. Marzari and D. Vanderbilt
Phys. Rev. B 56 12847 (1997)
[ref] "Maximally Localized Wannier Functions
for Entangled Energy Bands"
I. Souza, N. Marzari and D. Vanderbilt
Phys. Rev. B 65 035109 (2001)
[ref] "Maximally localized Wannier functions: Theory and applications"
Nicola Marzari, Arash A. Mostofi, Jonathan R. Yates,
Ivo Souza, David Vanderbilt
Rev. Mod. Phys. 84, 1419 (2012)
Copyright (C) 1997-2013 Jonathan Yates, Arash Mostofi, Young-Su Lee,
Giovanni Pizzi, Nicola Marzari, Ivo Souza, David Vanderbilt
All the material included in this distribution is free software;
you can redistribute it and/or modify it under the terms of the GNU
General Public License as published by the Free Software Foundation;
either version 2 of the License, or (at your option) any later version.
These programs are distributed in the hope that they will be useful, but
WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
for more details.
You should have received a copy of the GNU General Public License along
with this program; if not, write to the Free Software Foundation, Inc.,
675 Mass Ave, Cambridge, MA 02139, USA.