LaTeX complains Limit controls must follow a math operator. \textbf{G} := \parallel\limits about the following snippet.
\documentclass{article}
\usepackage{mathtools}
\begin{document}
\begin{equation}
\textbf{G} := \parallel\limits_{\pi \in \mathcal{P}} \textbf{G}^{\pi}
\end{equation}
\end{document}
What is a possible workaround to apply \limits to \parallel?
