Skip to content

Instantly share code, notes, and snippets.

@GCBallesteros
Last active July 19, 2019 22:11
Show Gist options
  • Save GCBallesteros/ff54fa095a006592d90f98e6f94ce6ed to your computer and use it in GitHub Desktop.
Save GCBallesteros/ff54fa095a006592d90f98e6f94ce6ed to your computer and use it in GitHub Desktop.
LaTex Template For cg.py
\documentclass{article}
\usepackage{amsmath}
\begin{document}
Transformation matrix from $|jm>$ to $|m_1 m_2>$ basis
This is not the actual matrix; elements are represented as in the
CG tables. Do element-wise sqrt but keep the sign for the matrix.
@V
$LS$ operator in the $|jm>$ basis
@LS_JM
$LS$ operator in the $|m_1 m_2>$ basis
@LS_M1M2
Basis in $|m_1 m_2>$ space
@SPACE_M1M2
Basis in $|j m>$ space
@SPACE_JM
\end{document}
@GCBallesteros
Copy link
Author

This is the template latex file that is used by this gist.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment