|
112 | 112 |
|
113 | 113 | \end{tikzpicture} |
114 | 114 |
|
| 115 | + |
| 116 | + |
| 117 | +\begin{tikzpicture}[scale=1.0, line cap=round, line join=round] |
| 118 | + |
| 119 | +% Axes (optional) |
| 120 | +%\draw[->] (-6,0) -- (6,0) node[right] {$x$}; |
| 121 | +%\draw[->] (0,0) -- (0,5.5) node[above] {$E$}; |
| 122 | + |
| 123 | +% Parameters |
| 124 | +\def\a{0.15} % curvature |
| 125 | +\def\b{2.5} % well separation |
| 126 | +\def\Emax{4.5} |
| 127 | +\def\R{0.13} |
| 128 | + |
| 129 | +% --- Smooth double-well potential --- |
| 130 | +% V(x) = a (x^2 - b^2)^2 |
| 131 | +\draw[thick, domain=-4.2:4.2, samples=300] |
| 132 | + plot (\x, {\a*(\x*\x-\b*\b)^2}); |
| 133 | + |
| 134 | +% --- Energy levels (drawn locally in each well) --- |
| 135 | +\foreach \n/\E in {0/0.5,1/1.5,2/2.5,3/3.5}{ |
| 136 | + % Left well levels |
| 137 | + \draw[dashed] (-4.0,\E) -- (-1.2,\E); |
| 138 | + % Right well levels |
| 139 | + \draw[dashed] ( 1.2,\E) -- ( 4.0,\E); |
| 140 | +} |
| 141 | + |
| 142 | +% Emphasize ground states |
| 143 | +\draw[very thick] (-4.0,0.5) -- (-1.2,0.5); |
| 144 | +\draw[very thick] ( 1.2,0.5) -- ( 4.0,0.5); |
| 145 | + |
| 146 | +% --- Particles in the ground states --- |
| 147 | +\filldraw[white, thick] (-2.5,0.5) circle (\R); |
| 148 | +\filldraw[white, thick] ( 2.5,0.5) circle (\R); |
| 149 | + |
| 150 | +% Optional labels |
| 151 | +\node[below] at (-2.5,0.3) {$n=0$}; |
| 152 | +\node[below] at ( 2.5,0.3) {$n=0$}; |
| 153 | + |
| 154 | +\end{tikzpicture} |
| 155 | + |
| 156 | + |
| 157 | +\clearpage |
| 158 | + |
| 159 | + |
| 160 | +\begin{tikzpicture}[scale=1.0, line cap=round, line join=round] |
| 161 | + |
| 162 | +% ----------------------- |
| 163 | +% Parameters |
| 164 | +% ----------------------- |
| 165 | +\def\a{0.15} % curvature of the double well |
| 166 | +\def\b{2.5} % separation of wells |
| 167 | +\def\R{0.13} % particle radius |
| 168 | + |
| 169 | +% ----------------------- |
| 170 | +% Smooth double-well potential |
| 171 | +% V(x) = a (x^2 - b^2)^2 |
| 172 | +% ----------------------- |
| 173 | +\draw[thick, domain=-4.2:4.2, samples=300] |
| 174 | + plot (\x, {\a*(\x*\x-\b*\b)^2}); |
| 175 | + |
| 176 | +% ----------------------- |
| 177 | +% Energy levels En = n + 1/2 (ħω = 1 units) |
| 178 | +% ----------------------- |
| 179 | +\foreach \n/\E in {0/0.5,1/1.5,2/2.5,3/3.5}{ |
| 180 | + % Left well levels |
| 181 | + \draw[dashed] (-4.0,\E) -- (-1.2,\E); |
| 182 | + % Right well levels |
| 183 | + \draw[dashed] ( 1.2,\E) -- ( 4.0,\E); |
| 184 | +} |
| 185 | + |
| 186 | +% Emphasize ground states (n=0) |
| 187 | +\draw[very thick] (-4.0,0.5) -- (-1.2,0.5); |
| 188 | +\draw[very thick] ( 1.2,0.5) -- ( 4.0,0.5); |
| 189 | + |
| 190 | +% ----------------------- |
| 191 | +% Particles in ground states |
| 192 | +% ----------------------- |
| 193 | +% Left particle (spin up) |
| 194 | +\filldraw[white, thick] (-2.5,0.5) circle (\R); |
| 195 | +\draw[->, thick] (-2.5,0.55) -- (-2.5,0.95); |
| 196 | +\node[above] at (-2.5,0.95) {$\uparrow$}; |
| 197 | + |
| 198 | +% Right particle (spin down) |
| 199 | +\filldraw[white, thick] ( 2.5,0.5) circle (\R); |
| 200 | +\draw[->, thick] ( 2.5,0.95) -- ( 2.5,0.55); |
| 201 | +\node[below] at ( 2.5,0.50) {$\downarrow$}; |
| 202 | + |
| 203 | +% ----------------------- |
| 204 | +% Optional labels |
| 205 | +% ----------------------- |
| 206 | +\node[below] at (-2.5,0.30) {$n=0$}; |
| 207 | +\node[below] at ( 2.5,0.30) {$n=0$}; |
| 208 | + |
| 209 | +\end{tikzpicture} |
| 210 | + |
| 211 | + |
| 212 | +\begin{tikzpicture}[scale=1.0, line cap=round, line join=round] |
| 213 | + |
| 214 | +% ----------------------- |
| 215 | +% Parameters |
| 216 | +% ----------------------- |
| 217 | +\def\a{0.15} % curvature of the double well |
| 218 | +\def\b{2.5} % separation of wells |
| 219 | +\def\R{0.13} % particle radius |
| 220 | + |
| 221 | +% ----------------------- |
| 222 | +% Smooth double-well potential with softened outer edges |
| 223 | +% V(x) = a (x^2 - b^2)^2 * exp(-0.03 x^2) |
| 224 | +% ----------------------- |
| 225 | +\draw[thick, domain=-4.2:4.2, samples=400] |
| 226 | + plot (\x, {\a*(\x*\x-\b*\b)^2 * exp(-0.03*\x*\x)}); |
| 227 | + |
| 228 | +% ----------------------- |
| 229 | +% Energy levels En = n + 1/2 (ħω = 1 units) |
| 230 | +% ----------------------- |
| 231 | +\foreach \n/\E in {0/0.5,1/1.5,2/2.5,3/3.5}{ |
| 232 | + % Left well levels |
| 233 | + \draw[dashed] (-4.0,\E) -- (-1.2,\E); |
| 234 | + % Right well levels |
| 235 | + \draw[dashed] ( 1.2,\E) -- ( 4.0,\E); |
| 236 | +} |
| 237 | + |
| 238 | +% Emphasize ground states (n = 0) |
| 239 | +\draw[very thick] (-4.0,0.5) -- (-1.2,0.5); |
| 240 | +\draw[very thick] ( 1.2,0.5) -- ( 4.0,0.5); |
| 241 | + |
| 242 | +% ----------------------- |
| 243 | +% Particles in ground states |
| 244 | +% ----------------------- |
| 245 | + |
| 246 | +% Left particle (spin up) |
| 247 | +\filldraw[black, thick] (-2.5,0.5) circle (\R); |
| 248 | +\draw[->, very thick] (-2.5,0.55) -- (-2.5,1.45); |
| 249 | +%\node[above] at (-2.5,1.45) {$\uparrow$}; |
| 250 | + |
| 251 | +% Right particle (spin down) |
| 252 | +\filldraw[black, thick] ( 2.5,0.5) circle (\R); |
| 253 | +\draw[->, very thick] ( 2.5,1.45) -- ( 2.5,0.55); |
| 254 | +%\node[below] at ( 2.5,0.45) {$\downarrow$}; |
| 255 | + |
| 256 | +% ----------------------- |
| 257 | +% Optional labels |
| 258 | +% ----------------------- |
| 259 | +\node[below] at (-3.5,0.0) {$n=0$}; |
| 260 | +\node[below] at ( 3.5,0.0) {$n=0$}; |
| 261 | + |
| 262 | +\end{tikzpicture} |
| 263 | + |
| 264 | + |
| 265 | + |
115 | 266 | \end{document} |
0 commit comments