This document discusses the computational complexity of finding sound cycles in paired de Bruijn graphs. It shows that the paired de Bruijn sound cycle problem is NP-hard for fixed k ≥ 1 or fixed alphabet size |Σ| ≥ 2. However, if both k and |Σ| are fixed, the problem is not NP-hard unless P=NP. The problem can be solved in polynomial time if k = 0, |Σ| = 1, or the shift distance d is fixed.