Skip to content
Snippets Groups Projects
Commit 0e78cd78 authored by Anton Akhmerov's avatar Anton Akhmerov
Browse files

Merge branch 'master' into local

parents b216c403 170c487e
No related branches found
No related tags found
2 merge requests!65Crystal structure changes,!16WIP: exercises lecture 7 (Tight-Binding)
Pipeline #14686 passed
......@@ -33,7 +33,32 @@ $$
k_x=\frac{2\pi p}{L},\ k_y=\frac{2\pi q}{L},\ k_z=\frac{2\pi r}{L}\ \Rightarrow\ \varepsilon=\frac{2\pi^2\hbar^2}{mL^2}\left( p^2+q^2+r^2 \right)
$$
![](figures/free_electron.svg)
```python
kf = 3;
extrapol = 1.1;
ks = np.arange(-kf, kf+1);
kcont = np.linspace(-extrapol*kf, extrapol*kf, 200);
Edis = ks**2;
Econt = kcont**2;
fig = pyplot.figure();
ax = fig.add_subplot(111);
ax.plot(kcont, Econt);
ax.plot(ks, Edis, 'k.', markersize=10);
for i in range(2*kf + 1):
ax.plot([ks[i], ks[i]], [0.0, Edis[i]], 'k:');
ax.set_xlim(-3.75, 3.75);
ax.set_ylim(0.0, 11);
ax.set_xlabel(r"$k \enspace \left[ \frac{2 \pi}{L} \right]$");
ax.set_ylabel(r"$\varepsilon$");
ax.set_xticklabels([""] + ks.tolist() + [""]);
ax.set_yticks([]);
draw_classic_axes(ax, xlabeloffset=.6);
```
Comparable to phonons, but: electrons are _fermions_.
......@@ -97,7 +122,35 @@ For copper, the Fermi energy is ~7 eV. It would take a temperature of $\sim 70 0
The total number of electrons can be expressed as $N=\frac{2}{3}\varepsilon_{\rm F}g(\varepsilon_{\rm F})$.
![](figures/fermi_level.svg)
```python
kf = 3.0;
extrapol = 4.0/3.0;
kfilled = np.linspace(-kf, kf, 500);
kstates = np.linspace(-extrapol*kf, extrapol*kf, 500);
Efilled = kfilled**2;
Estates = kstates**2;
fig = pyplot.figure();
ax = fig.add_subplot(111);
ax.fill_between(kfilled, Efilled, kf*kf, alpha=0.5);
ax.plot([kf, kf], [0.0, kf*kf], 'k:');
ax.plot(kstates, Estates, 'k--');
ax.plot(kfilled, Efilled, linewidth=4);
ax.axhline(kf*kf, linestyle="dotted", color='k');
ax.set_xticks([kf]);
ax.set_yticks([kf*kf + 0.4]);
ax.set_xticklabels([r"$k_F$"]);
ax.set_yticklabels([r"$\varepsilon_F$"]);
ax.set_xlabel(r"$k$");
ax.set_ylabel(r"$\varepsilon$");
ax.set_xlim(-kf*extrapol, kf*extrapol);
ax.set_ylim(0.0, kf*kf*extrapol);
draw_classic_axes(ax, xlabeloffset=.6);
```
The bold line represents all filled states at $T=0$. This is called the _Fermi sea_. Conduction takes place only at the _Fermi surface_: everything below $\varepsilon_{\rm F}-\frac{eV}{2}$ is compensated.
......
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 21.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
viewBox="0 0 566.9 146.3" style="enable-background:new 0 0 566.9 146.3;" xml:space="preserve">
<style type="text/css">
.st0{fill:none;stroke:#000000;stroke-width:0.5;stroke-miterlimit:10;}
.st1{clip-path:url(#SVGID_2_);}
.st2{clip-path:url(#SVGID_4_);}
.st3{fill:none;stroke:#000000;stroke-width:1.5;stroke-miterlimit:10;}
.st4{fill:none;stroke:#000000;stroke-width:0.5;stroke-miterlimit:10;stroke-dasharray:2;}
.st5{clip-path:url(#SVGID_6_);}
</style>
<g>
<g>
<line class="st0" x1="293.1" y1="133" x2="293.1" y2="7.4"/>
<g>
<polygon points="294.5,8.4 293.1,3 291.6,8.4 "/>
</g>
</g>
</g>
<g>
<g>
<line class="st0" x1="205" y1="133" x2="376.8" y2="133"/>
<g>
<polygon points="375.8,134.5 381.2,133 375.8,131.6 "/>
</g>
</g>
</g>
<path class="st0" d="M345.9,23.5c-29.2,146-76.4,146-105.6,0"/>
<g>
<defs>
<rect id="SVGID_1_" x="376.7" y="136.5" width="5" height="7"/>
</defs>
<clipPath id="SVGID_2_">
<use xlink:href="#SVGID_1_" style="overflow:visible;"/>
</clipPath>
<path class="st1" d="M379.1,137c0,0,0-0.1-0.1-0.1c-0.2,0-0.9,0.1-1.1,0.1c-0.1,0-0.2,0-0.2,0.2c0,0.1,0.1,0.1,0.2,0.1
c0.4,0,0.5,0.1,0.5,0.2l0,0.2l-1.3,5.2c0,0.1,0,0.1,0,0.2c0,0.2,0.2,0.2,0.3,0.2c0.1,0,0.2-0.1,0.3-0.2c0.1-0.1,0.5-1.7,0.5-2
c0.3,0,1.1,0.2,1.1,0.8c0,0.1,0,0.1,0,0.2c0,0.1-0.1,0.2-0.1,0.3c0,0.5,0.4,0.9,0.8,0.9c0.3,0,0.5-0.1,0.7-0.5
c0.2-0.4,0.3-0.9,0.3-0.9c0-0.1-0.1-0.1-0.1-0.1c-0.1,0-0.1,0-0.1,0.2c-0.2,0.7-0.4,1.1-0.8,1.1c-0.2,0-0.3-0.1-0.3-0.4
c0-0.2,0.1-0.3,0.1-0.5c0-0.2,0-0.2,0-0.3c0-0.6-0.6-0.9-1.3-1c0.3-0.2,0.6-0.5,0.8-0.7c0.5-0.5,0.9-0.9,1.3-0.9c0.1,0,0.1,0,0.1,0
c0.1,0,0.1,0,0.2,0.1c0,0,0,0,0,0c-0.4,0-0.5,0.4-0.5,0.5c0,0.2,0.1,0.3,0.3,0.3c0.2,0,0.5-0.2,0.5-0.6c0-0.3-0.2-0.6-0.6-0.6
c-0.2,0-0.7,0.1-1.3,0.8c-0.3,0.3-0.7,0.7-1,0.8L379.1,137"/>
</g>
<g>
<defs>
<rect id="SVGID_3_" x="284.5" y="2.8" width="5" height="5"/>
</defs>
<clipPath id="SVGID_4_">
<use xlink:href="#SVGID_3_" style="overflow:visible;"/>
</clipPath>
<path class="st2" d="M286.2,5.4c0.2-0.1,0.4-0.1,0.6-0.1c0.2,0,0.3,0,0.4,0.1c-0.1,0.1-0.2,0.1-0.5,0.1
C286.5,5.4,286.4,5.4,286.2,5.4 M285.9,5.5c0.3,0.1,0.6,0.1,0.8,0.1c0.2,0,0.7,0,0.7-0.3c0-0.2-0.3-0.2-0.7-0.2
c-0.2,0-0.5,0-0.8,0.2c-0.2-0.1-0.4-0.3-0.4-0.5c0-0.6,0.9-0.9,1.7-0.9c0.1,0,0.5,0,0.8,0.2c0.1,0.1,0.1,0.1,0.2,0.1
c0.1,0,0.2-0.1,0.2-0.2c0-0.2-0.6-0.5-1.2-0.5c-1,0-2,0.6-2,1.3c0,0.4,0.3,0.6,0.3,0.6c-0.5,0.3-0.8,0.8-0.8,1.2
c0,0.6,0.5,1.1,1.5,1.1c1.2,0,1.7-0.8,1.7-0.9c0-0.1-0.1-0.1-0.1-0.1c0,0-0.1,0-0.1,0.1c-0.1,0.2-0.3,0.6-1.4,0.6
c-0.6,0-1.3-0.1-1.3-0.8C285.1,6.2,285.4,5.8,285.9,5.5z"/>
</g>
<path class="st3" d="M332,78.3c-23.8,73-54,73-77.9,0"/>
<line class="st4" x1="232" y1="78.3" x2="354.2" y2="78.3"/>
<g>
<defs>
<rect id="SVGID_5_" x="357.1" y="75.1" width="9" height="6.3"/>
</defs>
<clipPath id="SVGID_6_">
<use xlink:href="#SVGID_5_" style="overflow:visible;"/>
</clipPath>
<path class="st5" d="M359,77.2c0.2-0.1,0.4-0.1,0.6-0.1c0.2,0,0.2,0,0.4,0.1c-0.1,0.1-0.1,0.1-0.5,0.1
C359.3,77.2,359.2,77.2,359,77.2 M358.7,77.3c0.3,0.1,0.6,0.1,0.8,0.1c0.2,0,0.7,0,0.7-0.3c0-0.2-0.3-0.3-0.6-0.3
c-0.2,0-0.5,0-0.9,0.2c-0.2-0.1-0.3-0.3-0.3-0.5c0-0.5,0.9-0.9,1.7-0.9c0.2,0,0.5,0,0.8,0.3C361,76,361,76,361.1,76
c0.1,0,0.2-0.1,0.2-0.2c0-0.2-0.5-0.5-1.1-0.5c-1,0-2,0.6-2,1.3c0,0.4,0.3,0.6,0.4,0.6c-0.5,0.3-0.8,0.8-0.8,1.2
c0,0.6,0.5,1.1,1.5,1.1c1.2,0,1.7-0.8,1.7-0.9c0-0.1-0.1-0.1-0.1-0.1s-0.1,0.1-0.1,0.1c-0.1,0.2-0.3,0.5-1.4,0.5
c-0.6,0-1.3-0.1-1.3-0.8C357.9,78,358.2,77.6,358.7,77.3z"/>
<path class="st5" d="M365.7,76.4H362v0.2h0.2c0.5,0,0.5,0.1,0.5,0.3v3.2c0,0.2,0,0.3-0.5,0.3H362v0.2c0,0,0.7,0,1,0s1,0,1.1,0v-0.2
h-0.2c-0.6,0-0.6-0.1-0.6-0.3v-1.5h0.6c0.6,0,0.7,0.2,0.7,0.7h0.2v-1.7h-0.2c0,0.5-0.1,0.7-0.7,0.7h-0.6v-1.5c0-0.2,0-0.2,0.3-0.2
h0.9c1,0,1.2,0.3,1.3,1.2h0.2L365.7,76.4"/>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
</svg>
<?xml version="1.0" encoding="utf-8"?>
<!-- Generator: Adobe Illustrator 21.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
viewBox="0 0 566.9 158.3" style="enable-background:new 0 0 566.9 158.3;" xml:space="preserve">
<style type="text/css">
.st0{fill:none;stroke:#000000;stroke-width:0.5;stroke-miterlimit:10;}
.st1{clip-path:url(#SVGID_2_);}
.st2{clip-path:url(#SVGID_2_);fill:none;stroke:#000000;stroke-width:0.3582;stroke-miterlimit:10;}
.st3{clip-path:url(#SVGID_4_);}
.st4{clip-path:url(#SVGID_4_);fill:none;stroke:#000000;stroke-width:0.3582;stroke-miterlimit:10;}
.st5{clip-path:url(#SVGID_6_);}
.st6{clip-path:url(#SVGID_6_);fill:none;stroke:#000000;stroke-width:0.3582;stroke-miterlimit:10;}
.st7{clip-path:url(#SVGID_8_);}
.st8{clip-path:url(#SVGID_8_);fill:none;stroke:#000000;stroke-width:0.3582;stroke-miterlimit:10;}
.st9{fill:none;stroke:#000000;stroke-width:0.5;stroke-miterlimit:10;stroke-dasharray:1.9709,1.9709;}
.st10{fill:none;stroke:#000000;stroke-width:0.5;stroke-miterlimit:10;stroke-dasharray:2;}
.st11{clip-path:url(#SVGID_10_);}
.st12{clip-path:url(#SVGID_12_);}
.st13{clip-path:url(#SVGID_14_);}
.st14{clip-path:url(#SVGID_14_);fill:none;stroke:#000000;stroke-width:0.3582;stroke-miterlimit:10;}
.st15{clip-path:url(#SVGID_16_);}
.st16{clip-path:url(#SVGID_16_);fill:none;stroke:#000000;stroke-width:0.3582;stroke-miterlimit:10;}
</style>
<g>
<g>
<line class="st0" x1="205" y1="133" x2="376.8" y2="133"/>
<g>
<polygon points="375.8,134.5 381.2,133 375.8,131.6 "/>
</g>
</g>
</g>
<path class="st0" d="M356.5,23.5c-35,146-91.7,146-126.8,0"/>
<g>
<defs>
<rect id="SVGID_1_" x="303.4" y="135.7" width="8.7" height="16.3"/>
</defs>
<clipPath id="SVGID_2_">
<use xlink:href="#SVGID_1_" style="overflow:visible;"/>
</clipPath>
<path class="st1" d="M304.4,140.6l0.8-0.8c1.2-1.1,1.7-1.5,1.7-2.3c0-0.9-0.7-1.5-1.7-1.5c-0.9,0-1.5,0.7-1.5,1.4
c0,0.4,0.4,0.4,0.4,0.4c0.1,0,0.4-0.1,0.4-0.4c0-0.2-0.1-0.4-0.4-0.4c-0.1,0-0.1,0-0.1,0c0.2-0.5,0.6-0.8,1.1-0.8
c0.7,0,1,0.6,1,1.3c0,0.6-0.4,1.2-0.8,1.7l-1.5,1.7c-0.1,0.1-0.1,0.1-0.1,0.3h2.9l0.2-1.4h-0.2c0,0.2-0.1,0.6-0.2,0.7
c0,0.1-0.6,0.1-0.7,0.1H304.4"/>
<path class="st1" d="M309.4,138.3h0.9c-0.3,1.2-0.3,1.5-0.3,2c0,0.1,0,0.3,0,0.6c0.1,0.3,0.2,0.4,0.3,0.4c0.1,0,0.3-0.1,0.3-0.3
c0,0,0-0.1,0-0.2c-0.2-0.6-0.2-1.1-0.2-1.3c0-0.4,0-0.9,0.1-1.2h0.9c0.1,0,0.4,0,0.4-0.3c0-0.2-0.2-0.2-0.3-0.2h-2.6
c-0.2,0-0.5,0-0.8,0.4c-0.3,0.3-0.5,0.7-0.5,0.7c0,0,0,0.1,0.1,0.1c0.1,0,0.1,0,0.1-0.1c0.4-0.6,0.8-0.6,1-0.6h0.4
c-0.3,0.9-0.7,1.9-1,2.6c-0.1,0.1-0.1,0.1-0.1,0.2c0,0.1,0.1,0.2,0.2,0.2c0.2,0,0.3-0.2,0.4-0.5c0.1-0.4,0.1-0.4,0.2-0.8
L309.4,138.3"/>
<line class="st2" x1="303.5" y1="144.5" x2="312.1" y2="144.5"/>
<path class="st1" d="M308.1,147c0.1-0.3,0.1-0.4,0.8-0.4c0.2,0,0.3,0,0.3-0.1c0-0.1-0.1-0.1-0.1-0.1c-0.3,0-0.9,0-1.2,0
c-0.2,0-0.8,0-1,0c0,0-0.1,0-0.1,0.2c0,0.1,0.1,0.1,0.2,0.1c0,0,0.2,0,0.3,0c0.1,0,0.2,0,0.2,0.1c0,0,0,0,0,0.1l-1.1,4.2
c-0.1,0.3-0.1,0.4-0.7,0.4c-0.1,0-0.2,0-0.2,0.2c0,0.1,0.1,0.1,0.2,0.1h3.6c0.2,0,0.2,0,0.3-0.1l0.6-1.7c0-0.1,0-0.1,0-0.1
c0,0,0-0.1-0.1-0.1s-0.1,0-0.1,0.2c-0.3,0.7-0.6,1.6-2,1.6h-0.7c-0.1,0-0.1,0-0.2,0c-0.1,0-0.1,0-0.1-0.1c0,0,0,0,0-0.2L308.1,147"
/>
</g>
<g>
<defs>
<rect id="SVGID_3_" x="318.1" y="135.7" width="8.7" height="16.3"/>
</defs>
<clipPath id="SVGID_4_">
<use xlink:href="#SVGID_3_" style="overflow:visible;"/>
</clipPath>
<path class="st3" d="M320.4,139.7h-1.9l1.9-2.9V139.7 M320.4,139.9v0.7c0,0.3,0,0.4-0.6,0.4h-0.2v0.2c0.3,0,0.7,0,1,0
c0.3,0,0.8,0,1.1,0v-0.2h-0.2c-0.6,0-0.6-0.1-0.6-0.4v-0.7h0.8v-0.2H321v-3.6c0-0.2,0-0.2-0.1-0.2c-0.1,0-0.1,0-0.2,0.1l-2.4,3.7
v0.2H320.4z"/>
<path class="st3" d="M324.1,138.3h0.9c-0.3,1.2-0.3,1.5-0.3,2c0,0.1,0,0.3,0,0.6c0.1,0.3,0.2,0.4,0.3,0.4c0.1,0,0.3-0.1,0.3-0.3
c0,0,0-0.1,0-0.2c-0.2-0.6-0.2-1.1-0.2-1.3c0-0.4,0-0.9,0.1-1.2h0.9c0.1,0,0.4,0,0.4-0.3c0-0.2-0.2-0.2-0.3-0.2h-2.6
c-0.2,0-0.5,0-0.8,0.4c-0.3,0.3-0.5,0.7-0.5,0.7c0,0,0,0.1,0.1,0.1c0.1,0,0.1,0,0.1-0.1c0.4-0.6,0.8-0.6,1-0.6h0.4
c-0.3,0.9-0.7,1.9-1,2.6c-0.1,0.1-0.1,0.1-0.1,0.2c0,0.1,0.1,0.2,0.2,0.2c0.2,0,0.3-0.2,0.4-0.5c0.1-0.4,0.1-0.4,0.2-0.8
L324.1,138.3"/>
<line class="st4" x1="318.1" y1="144.5" x2="326.7" y2="144.5"/>
<path class="st3" d="M322.7,147c0.1-0.3,0.1-0.4,0.8-0.4c0.2,0,0.3,0,0.3-0.1c0-0.1-0.1-0.1-0.1-0.1c-0.3,0-0.9,0-1.2,0
c-0.2,0-0.8,0-1,0c0,0-0.1,0-0.1,0.2c0,0.1,0.1,0.1,0.2,0.1c0,0,0.2,0,0.3,0c0.1,0,0.2,0,0.2,0.1c0,0,0,0,0,0.1l-1.1,4.2
c-0.1,0.3-0.1,0.4-0.7,0.4c-0.1,0-0.2,0-0.2,0.2c0,0.1,0.1,0.1,0.2,0.1h3.6c0.2,0,0.2,0,0.3-0.1l0.6-1.7c0-0.1,0-0.1,0-0.1
c0,0,0-0.1-0.1-0.1s-0.1,0-0.1,0.2c-0.3,0.7-0.6,1.6-2,1.6h-0.7c-0.1,0-0.1,0-0.2,0c-0.1,0-0.1,0-0.1-0.1c0,0,0,0,0-0.2L322.7,147"
/>
</g>
<g>
<defs>
<rect id="SVGID_5_" x="332.6" y="135.7" width="8.7" height="16.3"/>
</defs>
<clipPath id="SVGID_6_">
<use xlink:href="#SVGID_5_" style="overflow:visible;"/>
</clipPath>
<path class="st5" d="M334.5,141.1c-0.5,0-0.7-0.5-0.8-0.6c-0.1-0.4-0.1-1-0.1-1.1c0-0.6,0.3-1.4,1-1.4c0.1,0,0.5,0,0.7,0.5
c0.1,0.3,0.1,0.7,0.1,1.1c0,0.4,0,0.8-0.1,1C335.1,141.1,334.7,141.1,334.5,141.1 M333.6,138.6v-0.2c0-2,1-2.3,1.4-2.3
c0.2,0,0.5,0,0.7,0.3c-0.1,0-0.4,0-0.4,0.3c0,0.2,0.2,0.3,0.4,0.3c0.1,0,0.3-0.1,0.3-0.4c0-0.5-0.3-0.8-1-0.8c-1,0-2.1,1-2.1,2.7
c0,2.1,0.9,2.6,1.6,2.6c0.9,0,1.6-0.7,1.6-1.8c0-1-0.7-1.8-1.6-1.8C334,137.8,333.7,138.2,333.6,138.6z"/>
<path class="st5" d="M338.5,138.3h0.9c-0.3,1.2-0.3,1.5-0.3,2c0,0.1,0,0.3,0,0.6c0.1,0.3,0.2,0.4,0.3,0.4c0.1,0,0.3-0.1,0.3-0.3
c0,0,0-0.1,0-0.2c-0.2-0.6-0.2-1.1-0.2-1.3c0-0.4,0-0.9,0.1-1.2h0.9c0.1,0,0.4,0,0.4-0.3c0-0.2-0.2-0.2-0.3-0.2H338
c-0.2,0-0.5,0-0.8,0.4c-0.3,0.3-0.5,0.7-0.5,0.7c0,0,0,0.1,0.1,0.1c0.1,0,0.1,0,0.1-0.1c0.4-0.6,0.8-0.6,1-0.6h0.4
c-0.3,0.9-0.7,1.9-1,2.6c-0.1,0.1-0.1,0.1-0.1,0.2c0,0.1,0.1,0.2,0.2,0.2c0.2,0,0.3-0.2,0.4-0.5c0.1-0.4,0.1-0.4,0.2-0.8
L338.5,138.3"/>
<line class="st6" x1="332.6" y1="144.5" x2="341.2" y2="144.5"/>
<path class="st5" d="M337.2,147c0.1-0.3,0.1-0.4,0.8-0.4c0.2,0,0.3,0,0.3-0.1c0-0.1-0.1-0.1-0.1-0.1c-0.3,0-0.9,0-1.2,0
c-0.2,0-0.8,0-1,0c0,0-0.1,0-0.1,0.2c0,0.1,0.1,0.1,0.2,0.1c0,0,0.2,0,0.3,0c0.1,0,0.2,0,0.2,0.1c0,0,0,0,0,0.1l-1.1,4.2
c-0.1,0.3-0.1,0.4-0.7,0.4c-0.1,0-0.2,0-0.2,0.2c0,0.1,0.1,0.1,0.2,0.1h3.6c0.2,0,0.2,0,0.3-0.1l0.6-1.7c0-0.1,0-0.1,0-0.1
c0,0,0-0.1-0.1-0.1s-0.1,0-0.1,0.2c-0.3,0.7-0.6,1.6-2,1.6h-0.7c-0.1,0-0.1,0-0.2,0c-0.1,0-0.1,0-0.1-0.1c0,0,0,0,0-0.2L337.2,147"
/>
</g>
<g>
<defs>
<rect id="SVGID_7_" x="347.1" y="135.7" width="8.7" height="16.3"/>
</defs>
<clipPath id="SVGID_8_">
<use xlink:href="#SVGID_7_" style="overflow:visible;"/>
</clipPath>
<path class="st7" d="M348.8,138.7l0.9,0.6c0.2,0.2,0.6,0.4,0.6,0.9c0,0.6-0.6,1-1.2,1c-0.7,0-1.2-0.5-1.2-1.1
C347.8,139.5,348.1,139.1,348.8,138.7 M349.5,138.3c0.6-0.3,0.9-0.7,0.9-1.2c0-0.7-0.7-1.2-1.4-1.2c-0.8,0-1.4,0.6-1.4,1.3
c0,0.1,0,0.5,0.3,0.9c0.1,0.1,0.4,0.3,0.6,0.4c-0.5,0.2-1.1,0.6-1.1,1.4c0,0.8,0.8,1.3,1.6,1.3c0.9,0,1.6-0.6,1.6-1.5
c0-0.3-0.1-0.6-0.4-0.9C350.2,138.7,350,138.7,349.5,138.3z M348.4,137.6c-0.3-0.2-0.4-0.5-0.4-0.6c0-0.5,0.5-0.8,1.1-0.8
c0.6,0,1.1,0.4,1.1,1c0,0.4-0.3,0.8-0.8,1.1L348.4,137.6z"/>
<path class="st7" d="M353.1,138.3h0.9c-0.3,1.2-0.3,1.5-0.3,2c0,0.1,0,0.3,0,0.6c0.1,0.3,0.2,0.4,0.3,0.4c0.1,0,0.3-0.1,0.3-0.3
c0,0,0-0.1,0-0.2c-0.2-0.6-0.2-1.1-0.2-1.3c0-0.4,0-0.9,0.1-1.2h0.9c0.1,0,0.4,0,0.4-0.3c0-0.2-0.2-0.2-0.3-0.2h-2.6
c-0.2,0-0.5,0-0.8,0.4c-0.3,0.3-0.5,0.7-0.5,0.7c0,0,0,0.1,0.1,0.1c0.1,0,0.1,0,0.1-0.1c0.4-0.6,0.8-0.6,1-0.6h0.4
c-0.3,0.9-0.7,1.9-1,2.6c-0.1,0.1-0.1,0.1-0.1,0.2c0,0.1,0.1,0.2,0.2,0.2c0.2,0,0.3-0.2,0.4-0.5c0.1-0.4,0.1-0.4,0.2-0.8
L353.1,138.3"/>
<line class="st8" x1="347.2" y1="144.5" x2="355.7" y2="144.5"/>
<path class="st7" d="M351.8,147c0.1-0.3,0.1-0.4,0.8-0.4c0.2,0,0.3,0,0.3-0.1c0-0.1-0.1-0.1-0.1-0.1c-0.3,0-0.9,0-1.2,0
c-0.2,0-0.8,0-1,0c0,0-0.1,0-0.1,0.2c0,0.1,0.1,0.1,0.2,0.1c0,0,0.2,0,0.3,0c0.1,0,0.2,0,0.2,0.1c0,0,0,0,0,0.1l-1.1,4.2
c-0.1,0.3-0.1,0.4-0.7,0.4c-0.1,0-0.2,0-0.2,0.2c0,0.1,0.1,0.1,0.2,0.1h3.6c0.2,0,0.2,0,0.3-0.1l0.6-1.7c0-0.1,0-0.1,0-0.1
c0,0,0-0.1-0.1-0.1s-0.1,0-0.1,0.2c-0.3,0.7-0.6,1.6-2,1.6h-0.7c-0.1,0-0.1,0-0.2,0c-0.1,0-0.1,0-0.1-0.1c0,0,0,0,0-0.2L351.8,147"
/>
</g>
<g>
<g>
<g>
<line class="st0" x1="293.1" y1="133" x2="293.1" y2="7.4"/>
<g>
<polygon points="294.5,8.4 293.1,3 291.6,8.4 "/>
</g>
</g>
</g>
<line class="st0" x1="307.8" y1="130.2" x2="307.8" y2="133"/>
<line class="st0" x1="322.4" y1="130.2" x2="322.4" y2="133"/>
<line class="st0" x1="337.1" y1="130.2" x2="337.1" y2="133"/>
<line class="st0" x1="351.7" y1="130.2" x2="351.7" y2="133"/>
<ellipse cx="307.8" cy="128" rx="1.2" ry="1.2"/>
<ellipse cx="322.4" cy="112.9" rx="1.2" ry="1.2"/>
<ellipse cx="337.1" cy="85" rx="1.2" ry="1.2"/>
<ellipse cx="351.7" cy="42.2" rx="1.2" ry="1.2"/>
<g>
<g>
<line class="st0" x1="351.7" y1="130.2" x2="351.7" y2="129.2"/>
<line class="st9" x1="351.7" y1="127.2" x2="351.7" y2="45.4"/>
<line class="st0" x1="351.7" y1="44.4" x2="351.7" y2="43.4"/>
</g>
</g>
<line class="st10" x1="337.1" y1="130.2" x2="337.1" y2="85"/>
<line class="st10" x1="322.4" y1="130.2" x2="322.4" y2="114.2"/>
</g>
<g>
<defs>
<rect id="SVGID_9_" x="376.2" y="136.6" width="5" height="7"/>
</defs>
<clipPath id="SVGID_10_">
<use xlink:href="#SVGID_9_" style="overflow:visible;"/>
</clipPath>
<path class="st11" d="M378.6,137.1c0,0,0-0.1-0.1-0.1c-0.2,0-0.9,0.1-1.1,0.1c-0.1,0-0.2,0-0.2,0.2c0,0.1,0.1,0.1,0.2,0.1
c0.4,0,0.5,0.1,0.5,0.2l0,0.2l-1.3,5.2c0,0.1,0,0.1,0,0.2c0,0.2,0.2,0.2,0.3,0.2c0.1,0,0.2-0.1,0.3-0.2c0.1-0.1,0.5-1.7,0.5-2
c0.3,0,1.1,0.2,1.1,0.8c0,0.1,0,0.1,0,0.2c0,0.1-0.1,0.2-0.1,0.3c0,0.5,0.4,0.9,0.8,0.9c0.3,0,0.5-0.1,0.7-0.5
c0.2-0.4,0.3-0.9,0.3-0.9c0-0.1-0.1-0.1-0.1-0.1c-0.1,0-0.1,0-0.1,0.2c-0.2,0.7-0.4,1.1-0.8,1.1c-0.2,0-0.3-0.1-0.3-0.4
c0-0.2,0.1-0.3,0.1-0.5c0-0.2,0-0.2,0-0.3c0-0.6-0.6-0.9-1.3-1c0.3-0.2,0.6-0.5,0.8-0.7c0.5-0.5,0.9-0.9,1.3-0.9c0.1,0,0.1,0,0.1,0
c0.1,0,0.1,0,0.2,0.1c0,0,0,0,0,0c-0.4,0-0.5,0.4-0.5,0.5c0,0.2,0.1,0.3,0.3,0.3c0.2,0,0.5-0.2,0.5-0.6c0-0.3-0.2-0.6-0.6-0.6
c-0.2,0-0.7,0.1-1.3,0.8c-0.3,0.3-0.7,0.7-1,0.8L378.6,137.1"/>
</g>
<g>
<defs>
<rect id="SVGID_11_" x="284" y="3" width="5" height="5"/>
</defs>
<clipPath id="SVGID_12_">
<use xlink:href="#SVGID_11_" style="overflow:visible;"/>
</clipPath>
<path class="st12" d="M285.7,5.5c0.2-0.1,0.4-0.1,0.6-0.1c0.2,0,0.3,0,0.4,0.1c-0.1,0.1-0.2,0.1-0.5,0.1
C286,5.6,285.9,5.6,285.7,5.5 M285.4,5.7c0.3,0.1,0.6,0.1,0.8,0.1c0.2,0,0.7,0,0.7-0.3c0-0.2-0.3-0.2-0.7-0.2c-0.2,0-0.5,0-0.8,0.2
c-0.2-0.1-0.4-0.3-0.4-0.5c0-0.6,0.9-0.9,1.7-0.9c0.1,0,0.5,0,0.8,0.2c0.1,0.1,0.1,0.1,0.2,0.1c0.1,0,0.2-0.1,0.2-0.2
c0-0.2-0.6-0.5-1.2-0.5c-1,0-2,0.6-2,1.3c0,0.4,0.3,0.6,0.3,0.6c-0.5,0.3-0.8,0.8-0.8,1.2c0,0.6,0.5,1.1,1.5,1.1
c1.2,0,1.7-0.8,1.7-0.9c0-0.1-0.1-0.1-0.1-0.1c0,0-0.1,0-0.1,0.1c-0.1,0.2-0.3,0.6-1.4,0.6c-0.6,0-1.3-0.1-1.3-0.8
C284.6,6.4,284.9,5.9,285.4,5.7z"/>
</g>
<g>
<line class="st0" x1="278.4" y1="130.2" x2="278.4" y2="133"/>
<line class="st0" x1="263.8" y1="130.2" x2="263.8" y2="133"/>
<line class="st0" x1="249.1" y1="130.2" x2="249.1" y2="133"/>
<line class="st0" x1="234.4" y1="130.2" x2="234.4" y2="133"/>
<ellipse cx="278.4" cy="128" rx="1.2" ry="1.2"/>
<ellipse cx="263.8" cy="112.9" rx="1.2" ry="1.2"/>
<ellipse cx="249.1" cy="85" rx="1.2" ry="1.2"/>
<ellipse cx="234.4" cy="42.2" rx="1.2" ry="1.2"/>
<g>
<g>
<line class="st0" x1="234.4" y1="130.2" x2="234.4" y2="129.2"/>
<line class="st9" x1="234.4" y1="127.2" x2="234.4" y2="45.4"/>
<line class="st0" x1="234.4" y1="44.4" x2="234.4" y2="43.4"/>
</g>
</g>
<line class="st10" x1="249.1" y1="130.2" x2="249.1" y2="85"/>
<line class="st10" x1="263.8" y1="130.2" x2="263.8" y2="114.2"/>
</g>
<g>
<defs>
<rect id="SVGID_13_" x="268.5" y="135.7" width="15.6" height="16.3"/>
</defs>
<clipPath id="SVGID_14_">
<use xlink:href="#SVGID_13_" style="overflow:visible;"/>
</clipPath>
<path class="st13" d="M273.7,144.7c0.1,0,0.3,0,0.3-0.2c0-0.1-0.1-0.1-0.3-0.1h-4.2c-0.1,0-0.3,0-0.3,0.1c0,0.2,0.1,0.2,0.3,0.2
H273.7"/>
<path class="st13" d="M276.4,140.6l0.8-0.8c1.2-1.1,1.7-1.5,1.7-2.3c0-0.9-0.7-1.5-1.6-1.5c-0.9,0-1.5,0.7-1.5,1.4
c0,0.4,0.4,0.4,0.4,0.4c0.1,0,0.4-0.1,0.4-0.4c0-0.2-0.1-0.4-0.4-0.4c-0.1,0-0.1,0-0.1,0c0.2-0.5,0.6-0.8,1-0.8
c0.7,0,1.1,0.6,1.1,1.3c0,0.6-0.4,1.2-0.8,1.7l-1.5,1.7c-0.1,0.1-0.1,0.1-0.1,0.3h2.9l0.2-1.4h-0.2c0,0.2-0.1,0.6-0.2,0.7
c-0.1,0.1-0.6,0.1-0.8,0.1H276.4"/>
<path class="st13" d="M281.4,138.3h0.9c-0.3,1.2-0.3,1.5-0.3,2c0,0.1,0,0.3,0.1,0.6c0.1,0.3,0.2,0.4,0.3,0.4c0.2,0,0.3-0.1,0.3-0.3
c0,0,0-0.1,0-0.2c-0.2-0.6-0.2-1.1-0.2-1.3c0-0.4,0.1-0.9,0.1-1.2h0.9c0.1,0,0.4,0,0.4-0.3c0-0.2-0.2-0.2-0.3-0.2h-2.6
c-0.2,0-0.5,0-0.8,0.4c-0.3,0.3-0.5,0.7-0.5,0.7c0,0,0,0.1,0.1,0.1c0,0,0.1,0,0.1-0.1c0.4-0.6,0.8-0.6,1-0.6h0.4
c-0.2,0.9-0.7,1.9-1,2.6c-0.1,0.1-0.1,0.1-0.1,0.2c0,0.1,0.1,0.2,0.2,0.2c0.2,0,0.3-0.2,0.4-0.5c0.1-0.4,0.1-0.4,0.2-0.8
L281.4,138.3"/>
<line class="st14" x1="275.5" y1="144.5" x2="284.1" y2="144.5"/>
<path class="st13" d="M280,147c0.1-0.3,0.1-0.4,0.8-0.4c0.2,0,0.3,0,0.3-0.1c0-0.1-0.1-0.1-0.1-0.1c-0.3,0-0.9,0-1.2,0
c-0.2,0-0.8,0-1,0c-0.1,0-0.2,0-0.2,0.2c0,0.1,0.1,0.1,0.2,0.1c0,0,0.2,0,0.3,0c0.1,0,0.2,0,0.2,0.1c0,0,0,0,0,0.1l-1,4.2
c-0.1,0.3-0.1,0.4-0.7,0.4c-0.1,0-0.2,0-0.2,0.2c0,0.1,0.1,0.1,0.2,0.1h3.6c0.2,0,0.2,0,0.2-0.1l0.6-1.7c0-0.1,0-0.1,0-0.1
c0,0,0-0.1-0.1-0.1c-0.1,0-0.1,0-0.1,0.2c-0.3,0.7-0.6,1.6-2,1.6h-0.7c-0.1,0-0.1,0-0.2,0c-0.1,0-0.1,0-0.1-0.1c0,0,0,0,0-0.2
L280,147"/>
</g>
<g>
<defs>
<rect id="SVGID_15_" x="223.2" y="135.7" width="15.6" height="16.3"/>
</defs>
<clipPath id="SVGID_16_">
<use xlink:href="#SVGID_15_" style="overflow:visible;"/>
</clipPath>
<path class="st15" d="M228.4,144.7c0.1,0,0.3,0,0.3-0.2c0-0.1-0.1-0.1-0.3-0.1h-4.2c-0.1,0-0.3,0-0.3,0.1c0,0.2,0.1,0.2,0.3,0.2
H228.4"/>
<path class="st15" d="M231.8,138.7l1,0.6c0.2,0.2,0.6,0.4,0.6,0.9c0,0.6-0.6,1-1.2,1c-0.7,0-1.2-0.5-1.2-1.1
C230.9,139.5,231.1,139.1,231.8,138.7 M232.6,138.3c0.6-0.3,0.9-0.7,0.9-1.2c0-0.7-0.7-1.2-1.4-1.2c-0.8,0-1.4,0.6-1.4,1.3
c0,0.1,0,0.5,0.3,0.9c0.1,0.1,0.4,0.3,0.6,0.4c-0.4,0.2-1.1,0.6-1.1,1.4c0,0.8,0.8,1.3,1.6,1.3c0.9,0,1.6-0.6,1.6-1.5
c0-0.3-0.1-0.6-0.4-1C233.2,138.7,233.1,138.7,232.6,138.3z M231.5,137.6c-0.4-0.2-0.4-0.5-0.4-0.6c0-0.5,0.5-0.8,1.1-0.8
c0.6,0,1.1,0.4,1.1,1c0,0.4-0.3,0.8-0.8,1.1L231.5,137.6z"/>
<path class="st15" d="M236.1,138.3h0.9c-0.3,1.2-0.3,1.5-0.3,2c0,0.1,0,0.3,0.1,0.6c0.1,0.3,0.2,0.4,0.3,0.4c0.2,0,0.3-0.1,0.3-0.3
c0,0,0-0.1,0-0.2c-0.2-0.6-0.2-1.1-0.2-1.3c0-0.4,0.1-0.9,0.1-1.2h0.9c0.1,0,0.4,0,0.4-0.3c0-0.2-0.2-0.2-0.3-0.2h-2.6
c-0.2,0-0.5,0-0.8,0.4c-0.3,0.3-0.5,0.7-0.5,0.7c0,0,0,0.1,0.1,0.1c0,0,0.1,0,0.1-0.1c0.4-0.6,0.8-0.6,1-0.6h0.4
c-0.2,0.9-0.7,1.9-1,2.6c-0.1,0.1-0.1,0.1-0.1,0.2c0,0.1,0.1,0.2,0.2,0.2c0.2,0,0.3-0.2,0.4-0.5c0.1-0.4,0.1-0.4,0.2-0.8
L236.1,138.3"/>
<line class="st16" x1="230.2" y1="144.5" x2="238.8" y2="144.5"/>
<path class="st15" d="M234.7,147c0.1-0.3,0.1-0.4,0.8-0.4c0.2,0,0.3,0,0.3-0.1c0-0.1-0.1-0.1-0.1-0.1c-0.3,0-0.9,0-1.2,0
c-0.2,0-0.8,0-1,0c-0.1,0-0.2,0-0.2,0.2c0,0.1,0.1,0.1,0.2,0.1c0,0,0.2,0,0.3,0c0.1,0,0.2,0,0.2,0.1c0,0,0,0,0,0.1l-1,4.2
c-0.1,0.3-0.1,0.4-0.7,0.4c-0.1,0-0.2,0-0.2,0.2c0,0.1,0.1,0.1,0.2,0.1h3.6c0.2,0,0.2,0,0.2-0.1l0.6-1.7c0-0.1,0-0.1,0-0.1
c0,0,0-0.1-0.1-0.1c-0.1,0-0.1,0-0.1,0.2c-0.3,0.7-0.6,1.6-2,1.6h-0.7c-0.1,0-0.1,0-0.2,0c-0.1,0-0.1,0-0.1-0.1c0,0,0,0,0-0.2
L234.7,147"/>
</g>
<g>
<path d="M252.1,146.9V146h0.9v0.9H252.1z"/>
<path d="M254.6,146.9V146h0.9v0.9H254.6z"/>
<path d="M257.1,146.9V146h0.9v0.9H257.1z"/>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
<g>
</g>
</svg>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment