rustworkx icon indicating copy to clipboard operation
rustworkx copied to clipboard

Add more centrality measures

Open georgios-ts opened this issue 4 years ago • 0 comments

What is the expected enhancement?

Recently a new function that calculates the betweenness_centrality was added (https://qiskit.org/documentation/retworkx/api.html#centrality). We can add similar measures like

  • edge_betweenness_centrality https://networkx.org/documentation/stable/reference/algorithms/generated/networkx.algorithms.centrality.edge_betweenness_centrality.html#networkx.algorithms.centrality.edge_betweenness_centrality, or
  • closeness_centrality https://networkx.org/documentation/stable/reference/algorithms/generated/networkx.algorithms.centrality.closeness_centrality.html#networkx.algorithms.centrality.closeness_centrality

georgios-ts avatar Sep 08 '21 11:09 georgios-ts