diff options
author | Jaron Kent-Dobias <jaron@kent-dobias.com> | 2020-12-07 12:45:28 +0100 |
---|---|---|
committer | Jaron Kent-Dobias <jaron@kent-dobias.com> | 2020-12-07 12:45:28 +0100 |
commit | 2a7f289f573e50ac92e1f549fb450dcb0751b313 (patch) | |
tree | 2617d97567ff9a98c60162b487cbd5f7e3cc9ea2 | |
parent | 585ac067557edac8751d4f764853dc6db2e11679 (diff) | |
download | PRR_3_023064-2a7f289f573e50ac92e1f549fb450dcb0751b313.tar.gz PRR_3_023064-2a7f289f573e50ac92e1f549fb450dcb0751b313.tar.bz2 PRR_3_023064-2a7f289f573e50ac92e1f549fb450dcb0751b313.zip |
Added constrained Hamiltonian and defined ε.
-rw-r--r-- | bezout.tex | 17 |
1 files changed, 11 insertions, 6 deletions
@@ -28,13 +28,18 @@ \maketitle -\begin{equation} \label{eq:hamiltonian} - H = \frac1{p!}\sum_{i_1\cdots i_p}^NJ_{i_1\cdots i_p}z_{i_1}\cdots z_{i_p} +\begin{equation} \label{eq:bare.hamiltonian} + H_0 = \frac1{p!}\sum_{i_1\cdots i_p}^NJ_{i_1\cdots i_p}z_{i_1}\cdots z_{i_p}, \end{equation} -where the $z$ are constrained by $z\cdot z=N$ and $J$ is a symmetric -tensor whose elements are complex normal with $\langle|J|^2\rangle=p!/2N^{p-1}$ -and $\langle J^2\rangle=\kappa\langle|J|^2\rangle$ for complex parameter -$|\kappa|<1$. +where the $z$ are constrained by $z\cdot z=N$ and $J$ is a symmetric tensor +whose elements are complex normal with $\langle|J|^2\rangle=p!/2N^{p-1}$ and +$\langle J^2\rangle=\kappa\langle|J|^2\rangle$ for complex parameter +$|\kappa|<1$. The constraint is enforced using the method of Lagrange +multipliers: introducing the $\epsilon\in\mathbb C$, this gives +\begin{equation} \label{eq:constrained.hamiltonian} + H = H_0+\frac p2\epsilon\left(N-\sum_i^Nz_i^2\right). +\end{equation} +At any critical point $\epsilon=H/N$, the average energy. \bibliographystyle{apsrev4-2} \bibliography{bezout} |