Molecular vibrations

Molecular vibration illustrated with springs, and the Morse potential with different energy levels. Also see these diagrams on harmonic oscillator approximations.

molecules_vibrations-001.pngmolecules_vibrations-002.png

Edit and compile if you like:

% Author: Izaak Neutelings (March 2019)
\documentclass[border=3pt,tikz]{standalone}
\usepackage{tikz}
\usepackage{ifthen}
\tikzset{>=latex} % for LaTeX arrow head
\usetikzlibrary{calc}
\usetikzlibrary{patterns,snakes,decorations.pathmorphing,intersections,arrows.meta}
\begin{document}
\tikzstyle{atom}=[ball color=blue!50!black]
\tikzstyle{bound}=[thick,black!80,decorate,decoration={coil,amplitude=6pt,segment length=5pt}]
% BOUNDS
\begin{tikzpicture}[scale=2,z={(0.6,0.4)}]
\def\z{-.03}
\def\o{1.03}
\draw[bound] (0,0,0) -- (1,0,0);
\draw[bound] (0,0,0) -- (0,1,0);
\draw[bound] (0,0,0) -- (0,0,1);
\draw[bound] (1,0,0) -- (1,1,0);
\draw[bound] (1,0,0) -- (1,0,1);
\draw[bound] (0,1,0) -- (1,1,0);
\draw[bound] (0,1,0) -- (0,1,1);
\draw[bound] (0,0,1) -- (0,1,1);
\draw[bound] (0,0,1) -- (1,0,1);
\draw[bound] (1,1,0) -- (1,1,1);
\draw[bound] (0,1,1) -- (1,1,1);
\draw[bound] (1,0,1) -- (1,1,1);
\fill[atom] (\z,\z,\z) circle (4pt);
\fill[atom] (\o,\z,\z) circle (4pt);
\fill[atom] (\z,\o,\z) circle (4pt);
\fill[atom] (\z,\z,\o) circle (4pt);
\fill[atom] (\o,\o,\z) circle (4pt);
\fill[atom] (\o,\z,\o) circle (4pt);
\fill[atom] (\z,\o,\o) circle (4pt);
\fill[atom] (\o,\o,\o) circle (4pt);
\end{tikzpicture}
 
הההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההה
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Click to download: molecules_vibrations.texmolecules_vibrations.pdf
Open in Overleaf: molecules_vibrations.tex

Leave a Reply

Your email address will not be published.