With this set up (let me know if I've missed something out)
\documentclass[11pt, a4paper, oneside]{Thesis}
\graphicspath{{Pictures/}}
\usepackage{amsmath}
\usepackage[square, numbers, comma, sort&compress]{natbib}
\hypersetup{urlcolor=black, colorlinks=true}
\title{\ttitle}
I get the following error
LaTeX Error: \begin{eqnarray} on input line 186 ended by \end{document}.
This is the equation beginning at line 186
\begin{eqnarray}
&\frac{\partial}{\partial t} G ~=~
\frac{(2\pi\hbar)^6}{\hbar}
\displaystyle\sum_{c}
\int\limits\nolimits_{ }
\frac{d\textbf{p}}{(2\pi\hbar)^3}
\frac{d\textbf{P}}{(2\pi\hbar)^3}
\frac{d\bar{\textbf{p}}}{(2\pi\hbar)^3}
\frac{d\bar{\textbf{P}}}{(2\pi\hbar)^3}
G\left(\frac{m_{bc}}{m_c}\textbf{P}+\textbf{p}\right)\nonumber \\
& |\langle\textbf{p}|T_{bc}^{R}|
\bar{\textbf{p}}\rangle|^2
\delta\left(\textbf{P}-\bar{\textbf{P}}\right)
\times2\pi\delta\left(E_{bc} - \bar{E}_{bc}\right)\nonumber \\
& \times\bigg\{\delta\left(\frac{m_{bc}}{m_c}\bar{\textbf{P}}+
\bar{\textbf{p}} -
\textbf{p}_b\right)
f_c\left(\frac{m_{bc}}{m_b}\bar{\textbf{P}}\bar{\textbf{p}}\right)\nonumber \\
&-\delta\left( \frac{m_{bc} {m_c}\textbf{P}+\textbf{p}-\textbf{p}_b\right)
f_c\left(\frac{m_{bc}}{m_b}\textbf{P}+\textbf{p}\right)\bigg\}
\end{eqnarray}
Can anyone tell me what's going on? This section of code is in a separate .tex file labelled 'Chapter2', which is then inputted into the main .tex file, if that bears any relation to the problem.
