-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmain.tex
More file actions
28 lines (21 loc) · 963 Bytes
/
main.tex
File metadata and controls
28 lines (21 loc) · 963 Bytes
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
\documentclass{article}
\usepackage{graphicx}
\usepackage{amsfonts}
\usepackage{amssymb}
\usepackage{amsmath}
\title{Equations}
\author{Patrick Dobranowski, Xylo Molenda}
\begin{document}
\maketitle
\section{Equations}
\begin{equation}
\begin{aligned}
\langle \alpha_{ij} | 0, z \rangle = \sum_{n=0}^{\infty} e^{-\frac{|\alpha_{ij}|^2}{2}} \frac{(\alpha_{ij}^*)^{2n} (-1)^n}{2^n n!} \left( \frac{e^{i \theta} \tanh r}{\sqrt{\cosh r}} \right)^n
\end{aligned}
\end{equation}
\begin{equation}
\begin{aligned}
i \hbar \dot{C}_{i'j'k'n'} = \sum_{ij} \left( E_u + (|\alpha_{ij}|^2 + nN) \hbar \omega \right) C_{ijk'n'} + \sum_{ijk} i \epsilon_w \langle A_u' | D | A_u \rangle (\alpha_{ij}^* + \alpha_{ij}) C_{ijkn'} + \sum_{ijk} i \epsilon_{Nw} \langle A_u' | D | A_u \rangle \sqrt{n'} C_{ijk,n'-1} + \sum_{ijk} i \epsilon_{Nw} \langle A_u' | D | A_u \rangle \sqrt{n'+1} C_{ijk,n'+1}
\end{aligned}
\end{equation}
\end{document}