The Gil-Schmidt power centrality index is a normalized variant of harmonic centrality [2], which quantifies the influence of a node in a network while explicitly accounting for the set of nodes it can reach. Let \( R(i,G) \) denote the set of nodes reachable from node \( i \) in the graph \( G \). The Gil-Schmidt power index \( c_{GS}(i) \) of node \( i \) is defined as
\begin{equation*}
c_{GS}(i) = \frac{1}{|R(i,G)|} \sum_{j \in R(i,G)} \frac{1}{d_{ij}}
= \frac{1}{|R(i,G)|} c_{harmonic}(i),
\end{equation*}
where \( d_{ij} \) is the length of the shortest path from \( i \) to \( j \). Intuitively, the index computes the average of the inverse shortest-path distances from node \( i \) to all nodes it can reach, so that nodes located closer to many others receive higher scores. The normalization by \( |R(i,G)| \) ensures that the measure is comparable across nodes with differing numbers of reachable nodes. In connected graphs, where every node can reach all others, the Gil-Schmidt power index coincides with the harmonic centrality.

References

[1] Shvydun, S. (2025). Zoo of Centralities: Encyclopedia of Node Metrics in Complex Networks. arXiv: 2511.05122 https://doi.org/10.48550/arXiv.2511.05122
[2] Sinclair, P. A. (2009). Network centralization with the Gil Schmidt power centrality index. Social Networks, 31(3), 214-219. doi: 10.1016/j.socnet.2009.04.004.