File: node9.html

package info (click to toggle)
espresso 6.7-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 311,068 kB
  • sloc: f90: 447,429; ansic: 52,566; sh: 40,631; xml: 37,561; tcl: 20,077; lisp: 5,923; makefile: 4,503; python: 4,379; perl: 1,219; cpp: 761; fortran: 618; java: 568; awk: 128
file content (128 lines) | stat: -rw-r--r-- 3,815 bytes parent folder | download | duplicates (3)
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
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">

<!--Converted with LaTeX2HTML 2019.2 (Released June 5, 2019) -->
<HTML lang="EN">
<HEAD>
<TITLE>4.4 Color plot of the Fermi velocity and the orbital character on Fermi surfaces</TITLE>
<META NAME="description" CONTENT="4.4 Color plot of the Fermi velocity and the orbital character on Fermi surfaces">
<META NAME="keywords" CONTENT="user_guide">
<META NAME="resource-type" CONTENT="document">
<META NAME="distribution" CONTENT="global">

<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=utf-8">
<META NAME="viewport" CONTENT="width=device-width, initial-scale=1.0">
<META NAME="Generator" CONTENT="LaTeX2HTML v2019.2">

<LINK REL="STYLESHEET" HREF="user_guide.css">

<LINK REL="next" HREF="node10.html">
<LINK REL="previous" HREF="node8.html">
<LINK REL="next" HREF="node10.html">
</HEAD>

<BODY >
<!--Navigation Panel-->
<A
 HREF="node10.html">
<IMG WIDTH="37" HEIGHT="24" ALT="next" SRC="next.png"></A> 
<A
 HREF="node5.html">
<IMG WIDTH="26" HEIGHT="24" ALT="up" SRC="up.png"></A> 
<A
 HREF="node8.html">
<IMG WIDTH="63" HEIGHT="24" ALT="previous" SRC="prev.png"></A> 
<A ID="tex2html63"
  HREF="node1.html">
<IMG WIDTH="65" HEIGHT="24" ALT="contents" SRC="contents.png"></A>  
<BR>
<B> Next:</B> <A
 HREF="node10.html">4.5 Wannier functions</A>
<B> Up:</B> <A
 HREF="node5.html">4 Usage</A>
<B> Previous:</B> <A
 HREF="node8.html">4.3 Projection over atomic</A>
 &nbsp; <B>  <A ID="tex2html64"
  HREF="node1.html">Contents</A></B> 
<BR>
<BR>
<!--End of Navigation Panel-->

<H2><A ID="SECTION00054000000000000000">
4.4 Color plot of the Fermi velocity and the orbital character
  on Fermi surfaces</A>
</H2>

<P>
You can plot any quantity on Fermi surfaces as a color plot 
by using <code>fermisurfer</code> program<A ID="tex2html1"
  HREF="footnode.html#foot191"><SUP>1</SUP></A>.
<code>fermi_velocity.x</code> and <code>fermi_proj.x</code> are used 
to generate an input file for <code>fermisurfer</code> from the output
of <TT>pw.x</TT>or <code>projwfc.x</code>.

<P>
<code>fermi_velocity.x</code> generates a color-plot of Fermi velocity.
You use it as follows:

<OL>
<LI>Run <TT>pw.x</TT>with <code>K_POINT automatic</code>.
</LI>
<LI>Run 
<PRE>
$ fermi_velocity.x -in {pw.x input file}
</PRE>  
</LI>
<LI><code>vfermi.frmsf</code> is generated
</LI>
</OL>

<P>
<code>fermi_proj.x</code> generates a color plot of an orbital character.
You use it as follows:

<OL>
<LI>Run <TT>pw.x</TT>with <code>K_POINT automatic</code>.
</LI>
<LI>Run <code>projwfc.x</code> just to generate <code>{prefix}.save/atomic_proj.*</code>.
</LI>
<LI>Run 
<PRE>
$ fermi_proj.x -in {input file}
</PRE>
Input-file format is as follows:
<PRE>
&amp;PROJWFC
 {The same as the input of projwfc.x}
/
{Number of target wavefunctions}
{Index of target WFC1} {Index of target WFC2} {Index of target WFC3} ...
</PRE>
It generates 
<!-- MATH
 $\sum_{i=1}^{n_{\rm target}} |\langle \varphi_{{\rm target}(i)}^{\rm atom}|\varphi_{n k} \rangle|^2$
 -->
<IMG STYLE="height: 2.51ex; vertical-align: -0.63ex; " SRC="img2.png"
 ALT="$\sum_{{i=1}}^{{n_{\rm target}}}$">|〈<IMG STYLE="height: 2.91ex; vertical-align: -1.11ex; " SRC="img3.png"
 ALT="$\varphi_{{{\rm target}(i)}}^{{\rm atom}}$">|<IMG STYLE="height: 1.69ex; vertical-align: -0.67ex; " SRC="img4.png"
 ALT="$\varphi_{{n k}}^{}$">〉|<SUP>2</SUP>, 
where <I>n</I><SUB>s</SUB> and <!-- MATH
 ${\rm target}(i)$
 -->
<I>target</I>(<I>i</I>) are
the number of the target wavefunctions
and the indices of target wavefunctions, respectively.
</LI>
<LI>The above quantity is written into <code>"proj.frmsf"</code>,
  which can be read by FermiSurfer program.
</LI>
</OL>

<P>
There is an example of <code>fermi_velocity.x</code> and <code>fermi_proj.x</code>
in <code>fermisurf_example/</code>.

<P>
<BR><HR>

</BODY>
</HTML>