I am reading from the paper of Utkarsh et al., Solving Vehicle Routing Problem Using Quantum Approximate Optimization Algorithm (arXiv).
And I couldn't quite understand the notation to which the authors describe the formulation of the J matrix in the ISING Hamiltonian.
$$ H_{\text{ISING}} = -\sum_i \sum_{j < i} J_{ij} s_i s_j + \sum_i h_i s_i + d $$
where $J_{ij}$ is defined as $$ J_{ij} = -\frac{Q_{ij}}{4} \quad \forall i < j, \quad J_{ii} = 0 \quad \forall i $$
where the $Q$ Matrix is the matrix present in the QUBO formulation.
I do not understand whether the $J$ matrix is an upper triangular matrix with all the rest of the elements 0 or is it symmetric or skewed-symmetric?
My confusion arises from the fact that elements $\forall i > j$ are not specified.