Preprint
Article

Analysis of $d$-Wave Topologies with $k$-Hop-Based Graph Metrics

Altmetrics

Downloads

45

Views

28

Comments

0

This version is not peer-reviewed

Submitted:

14 October 2024

Posted:

15 October 2024

You are already at the latest version

Alerts
Abstract
In this paper, we focus on graph-based analysis of the topology of $D$-Wave quantum computers. The Pegasus, Chimera, and Zephyr topologies generated with different parameters are examined using $k$-hop-based graph metrics. In addition to the well-known classical graph metrics, we briefly describe the density and redundancy-based metrics interpreted in the $k$-hop environment. These topologies consist of different subgraphs depending on the implementation in which the qubits are connected in a specific pattern. Our main goal is to use metrics to highlight the main features and limitations of these topologies. The secondary goal is that the results contribute to the further development of more efficient quantum processors.
Keywords: 
Subject: Computer Science and Mathematics  -   Applied Mathematics

1. Introduction

The modeling and analysis of the topology of different computer systems (eg. quantum computer topologies) interdisciplinary field of computer science. The topologies are mathematically related to graph theory. It is known that topology represents the properties of the whole observed structure.
In our case, a topology describes a real quantum system configuration map (with constraints) and it can be converted to an undirected or directed graph. The common property of topological models is that they are usually calculated based on probabilities [2,3,7,33]. The objects of the model can be matched by the vertices of the graph. Edges can be used to describe the relations between the objects. Graph-based modeling can be one of two types: ad-hoc or measurement-based.
The measurement-based metrics can be further divided into three parts the distance-based (eccentricity), the centrality-based (degree centrality, closeness centrality, betweenness centrality, eigenvector centrality, eccentricity centrality) and the connection-based metrics (degree of a node, number of edges, degree distribution). Quantum topologies are usually represented by the traditional measurements based procedures [8,9,23,24,25,36,42,43,44].
Traditional graph metrics are generally unacceptable for large graphs due to the complexity of the algorithms over time. With k-hop-based analysis, they conduct research in many areas of computer science. Some important areas are social networks, ontologies, software verification, data mining, bioinformatics, complex optimization problems, machine learning, artificial intelligence, and cyber-physical systems. The goal of k-hop-based algorithms is to reduce the search space, combining local and global search procedures to find the best solution to a problem. The purpose of k-hop-based metrics, in addition to reducing the time complexity caused by the exponential explosion, is to represent local global properties in the case of the investigated problem. J. Cheng et al. [17] studied the problem of answering k-hop reachability queries in a directed graph, they investigated whether there exists a k-length directed path from the source query vertex to the destination query vertex in the input graph. Xie, X. et al. [47] is recommended for solving vertex-cover problems in cyber-physical systems as a composite index method, which was used to reduce the k-hop reachability query time and improve pruning efficiency. Graph neural networks have the same expressive power as the Weisfeiler-Lehman graph isomorphism test [45], but neither can identify fundamental graph properties.
G. Nikolentzos et al. [38] proposed a new k-hop-based architecture, which can identify the basic properties (connectivity, triangle freeness) of the graph by aggregating the information from the k-hop neighborhood of the nodes. The minimum-cost k-hop spanning tree problem asks for a spanning tree of minimum total cost such as the longest path from the root to any leaf element has at most k edges. E. Althaus et al. [1] presented an O ( l o g n ) time algorithm to compute a minimum-cost k-hop spanning tree. W. Liu and Z. Li [35] used a key/value-based method on a parallelized architecture in the interest of computing k-hop neighborhoods on a large-scale graph efficiently. Due to their approach, they do not transmit large amounts of neighborhood information, so unlike a breadth-first search traversal managed to reduce significantly the overhead of communication. Chen et al. [16] improved the partition-based algorithm in spatial sub-prevalent co-location patterns mining and proposed a novel hierarchy-based algorithm based on k-hop neighbors. By extending the study to a k-hop environment the modified algorithm can discover more potentially valuable maximally sub-prevalent co-location patterns.
Quantum topology [30] is a branch of mathematics that studies the topological properties of quantum mechanical systems. This includes the study of knots and links, which are closed curves in three-dimensional space, and their invariants. These invariants can be used to describe the topological properties of the underlying quantum system. The invariants have applications in a variety of fields, including physics [31], biology [27], and computer science [26]. In quantum mechanics, particles are described by wave functions that can have nontrivial topological properties, and these properties can have important physical consequences. Another area of study is topological quantum field theories, which are quantum field theories that are invariant under changes in topology [46].
In quantum computing, the term "topology" refers to the physical arrangement or layout of the qubits and other components that make up the quantum computer. Different topologies can have different strengths and weaknesses, depending on the type of quantum algorithm being run and the available technology [11,15,21]. Some common quantum computer topologies include:
  • Circuit-based quantum computers [41]: These are the most widely used type of quantum computers today. They typically consist of qubits arranged in a linear or 2D grid and quantum gates are applied sequentially to the qubits to perform computations.
  • Measurement-based quantum computers [15]: In this topology, the qubits are first prepared in a highly entangled state, and computations are performed by making measurements on custom qubits. Measurement-based quantum computers can be implemented using linear optics or spin chains.
  • Topological quantum computers [32]: These are a type of quantum computer designed to be more resistant to noise and errors. In this topology, qubits are arranged on a lattice, and the topology of the lattice is used to encode and protect quantum information.
  • Quantum annealers [19]: These are a type of quantum computer "Specifically designed" for optimization problems. Qubits are arranged in a graph, and the interactions between the qubits are used to find the optimal solution to a given problem.
The rest of this article is organized as follows. In Section 2 we briefly describe our previous results. In Section 3 and Section 4, we present in detail the k-hop-based analysis of the Chimera, Pegasus, and Zephyr topologies. Finally, Section 5 contains our conclusions and future work.

2. Previous Work

In our previous work, we focused on wireless sensor networks and defined some globally local and locally global graph-based metrics. We introduced several density and redundancy based metrics interpreted in a k-hop environment: Weighted Communication Graph Density ( WCGD ), Relative Communication Graph Density ( RCGD ), Weighted Relative Communication Graph Density ( WRCGD ), Communication Graph Redundancy (value-based) ( CGR v b ), Weighted Communication Graph Redundancy (size-based) ( WCGR s b ) and (value-based) ( WCGR v b ).
We compared them to well-known graph metrics and showed that they can be used for node ranking [5].
The basic notations are:
  • u: the candidate node;
  • k: the number of hops;
  • N , V : the number of nodes and edges of graph G ;
  • N [ k ] ( u ) , V [ k ] ( u ) : the number of nodes and edges of graph G [ k ] ( u ) ;
  • C l , M : the set of maximum cliques of graph G and the cardinality of this set;
  • C l [ k ] ( u ) , M [ k ] ( u ) : the set of maximal cliques of graph G [ n ] ( u ) and the cardinality of this set;
  • T [ k ] ( u ) , T : the number of edges of the minimum cost spanning tree of graph G [ k ] ( u ) and G . Note, that in the case of a communication graph, we have that T = N 1 , regardless of whether the graph is directed or undirected;
  • s: the spreading factor, which is a technical value to enlarge small differences in the metrics. In this article, we set s = 2 . 71 ;
  • c s : the clique size, minimum value is 2.
  • We defined two global metrics the average clique size and the average value of cliques as follows:
CL ¯ = 1 M i = 1 M C l i > = c s CL V ¯ = 1 M i = 1 M C l i > = c s N s | C l i | > = c s CL ¯
Weighted Communication Graph Density
WCGD [ k ] ( u ) = s V [ k ] ( u ) T [ k ] ( u ) N [ k ] ( u ) N
Relative Communication Graph Density
RCGD [ k ] ( u ) = s CGD [ k ] ( u ) CGD = s V [ k ] ( u ) T T [ k ] ( u ) V
Weighted Relative Communication Graph Density
WRCGD [ k ] ( u ) = s V [ k ] ( u ) T T [ k ] ( u ) V N [ k ] ( u ) N
Communication Graph Redundancy (value-based)
WCGR s b [ k ] ( u ) = CGR s b [ k ] ( u ) N [ k ] ( u ) N
Weighted Communication Graph Redundancy (size-based)
CGR v b [ k ] ( u ) = M [ k ] ( u ) i = 1 M [ k ] ( u ) | C l [ k ] ( u ) i | > = c s N [ k ] ( u ) s | C l [ k ] ( u ) i | > = c s CL ¯ [ k ] ( u )
Weighted Communication Graph Redundancy (value-based)
WCGR v b [ k ] ( u ) = 1 CGR v b [ k ] ( u ) N [ k ] ( u ) N
In our previous paper [6], we focused on graph-based analysis of the topology of D-Wave quantum computers. The Pegasus, Chimera, and Zephyr topologies generated with different parameters we examined using classical-based graph metrics. We worked on the average values of the metrics interpreted on the graphs as we were interested in the characteristics shown by the metrics.
Classical graph metrics, such as degree centrality, closeness centrality, betweenness centrality, and eigenvector centrality, provide valuable insights into the structure and properties of graphs.
However, they have several limitations:
  • Metrics like betweenness and closeness centrality have high computational complexity, making them impractical for very large graphs [4,14].
  • Metrics can be affected by the density of the graph. For example, in very dense or very sparse graphs, some centrality measures might not. In our previous paper [6] we focused on graph-based analysis of the topology of D-Wave quantum computers. The Pegasus, Chimera, and Zephyr topologies generated with different parameters we examined using classical-based graph metrics. We worked on the average values of the metrics interpreted on the graphs as we were interested in the characteristics shown by the metrics. Classical graph metrics, such as degree centrality, closeness centrality, betweenness centrality, and eigenvector centrality, provide valuable insights into the structure and properties of graphs. However, they have several limitations: provide meaningful distinctions between nodes [39].
  • Many metrics were originally designed for undirected graphs and may not straightforwardly apply to directed graphs.[28]
  • Centrality measures can be significantly affected by the presence of outlier nodes, which may not be representative of the overall network [13].
  • Many classical metrics assume that all nodes have similar roles or functions, which is not always true in heterogeneous networks where nodes represent different entities or functions [22].
  • Classical metrics may not effectively capture the nuances of complex network structures such as modularity, community structure, or hierarchical organization [37].

3. Topology Analysis

In this article, we focus on D-Wave processor topologies. The processors of D-Wave work with quantum annealing used for solve optimization problems. The topology of D-Wave’s quantum annealing processors is based on a Chimera or a Pegazus or a Zephyr graph [10,11,12]. In general, these topologies (graphs) consist of different subgraphs depending on the implementation in which the qubits are connected in a specific pattern. On the entire chip, these subgraphs are repeated with varying degrees of interconnectedness, resulting in a highly interconnected and modular architecture. These topologies are optimized for optimization problems, such as the Ising model and the quadratic unconstrained binary optimization (QUBO) problem. D-Wave’s processors are not universal and may not be suitable for other types of quantum algorithms that require different types of connectivity or topology [29,34,40].

3.1. Chimera

Chimera two-dimensional lattice graph C M , N , L is an M  x  N grid of Chimera tiles implements the topology of the D-Wave 2000Q systems. The Chimera titles K L , L are complete bipartite graphs. Chimera graph contains a particularly nice clique minor, so the triangle embedding is uniform and near-optimal [10,18].
The following configurations were used on Chimera-based D-Wave processors: C l · n , l · n , l where n N + and l = 4 . In the C 12 , 12 , 4 configuration, the processor can use 1152 qubits. The Chimera graphs were examined under different configurations from C 2 , 2 , 4 to C 16 , 16 , 4 with L values of 4 and 8.
Within the analyzed interval, the average number of neighbors of each vertex is from 6 to 6 . 875 . While the average degrees of vertices from 10 to 11 . 75 . Let be f C ( M , N , L ) a function for representing a Chimera graph G ( V , E ) as a function of V + E. The value set of f C , is given by the average values of one of the previously defined classical or k-hop-based metrics.
The parameters N and M primarily define the characteristic of the function, while L the offset of f C on the y axis. Figure 1, Figure 2, Figure 3 and Figure 4 show f C functions of k-hop-based metrics as a function of V + E for different Chimera graphs.
The Figure 5, Figure 6 and Figure 7 show the relationships between individual k-hop-based metrics on Chimera graphs.
Examining the C 8 , 8 , 4 graph in more detail. The redundancy of the entire graph is 5 . 77 , and the average value of the cliques is 8 . 4 × 10 6 .
Table 1 shows how the average number of vertices and edges in each vertex environment increases as a function of hop number. In this graph, the number of vertices is 512, and the number of edges is 2944. In a 3-hop environment, the average 12 . 3 % of all vertices can be reached from custom vertices, and environments contain 7 . 7 % of all edges on average.
Table 2 and Table 3 show the average values of density-based and redundancy-based metrics in 1–3 hop environments of vertices.
Figure 8Figure 9 show the relationships between the average values of density and redundancy-based metrics on Chimera graphs in a 3-hop environment.

3.2. Pegasus

The Pegasus topology is a variation of the Chimera architecture. In the case of this topology, each tile has eight qubits arranged in a square, and each qubit is connected to its four nearest neighbors by couplers. The couplers are essentially the connections between qubits. One of the important features of the Pegasus topology is that it also has longer-range couplers that connect qubits between adjacent tiles.
It is suitable for performing more complex calculations than the Chimera-based processors because it allows for more complex interactions between qubits. The Pegasus topology is designed to provide high connectivity and flexibility. Thus, this supports a wider range of quantum algorithms than earlier. In Pegasus, as in Chimera, the qubit’s orientations are vertically or horizontally [11,20]. The maximum degree of this P M graph is 15. The number of vertices depends on multiple parameters: u,w,k,z respectively orientation, tile offset, qubit offset, and parallel tile offset.
By definition, has some disconnected components, the P 0 contains 8 ( M 1 ) qubits. The size of the main processor fabric is 24 M ( M 1 ) 8 ( M 1 ) , the size of the full disconnected graph is 24 M ( M 1 ) . A Pegasus graph that retains the basic characteristics of Chimera can also be created, in this case, the size of the graph is 24 ( M 1 ) 2 . A P 8 contains 1344 qubits and 1288 in the main fabric. The Pegasus graphs were examined under different configurations from P 2 to P 8 .
Within the analyzed interval, the average number of neighbors of each vertex is from 8 . 66 to 14 . 67 , while the average degrees of vertices are from 15 . 33 to 27 . 34 . Let be f P ( M ) a function for representing a Pegasus graph G ( V , E ) as a function of V + E. The value set of f P is given by the average values of one of the previously defined classical or k-hop-based metrics.
Figure 10, Figure 11, Figure 12 and Figure 13 show f P functions of k-hop-based metrics as a function of V + E for different Pegasus graphs.
Figure 14, Figure 15 and Figure 16 show the relationships between custom k-hop-based metrics on Pegasus graphs.
Examining the P 8 graph in more detail, the redundancy of the entire graph is 13 . 69 , and the average value of the cliques is 2 . 16 × 10 6 .
Table 4 shows how the average number of vertices and edges in each vertex environment increases as a function of hop number. In this graph, the number of vertices is 1288 and the number of edges is 17608. In a 3-hop environment average of 16 . 2 % of all vertices can be reached from custom vertices, and the custom environments contain 13 . 1 % of all edges on average.
Table 5 and Table 6 show the average values of density-based and redundancy-based metrics in 1–3 hop environments of vertices.
Figure 17Figure 18 show the relationships between density and redundancy-based metrics on Pegasus graphs in a 3-hop environment.

3.3. Zephyr

Zephyr provides the topology of D-Wave’s latest-generation processors. In Zephyr, as in Pegasus and Chimera, qubits are oriented either vertically or horizontally. Zephyr topology includes the basic coupler types of both Chimera and Pegasus, with two odd couplers, two external couplers, and sixteen internal couplers. In this topology, the nominal length and degree of qubits are, respectively, 16 and 20. The two basic parameters of the Zephyr Z M , T are M (grid parameter) and T (tile parameter).The maximum degree of this graph is 4 T + 4 , and the number of nodes is 4 T M ( 2 + 1 ) [12,29].
The number of edges depends on parameter settings:
Z M , T = { 2 T ( ( 8 T + 8 ) M 2 2 M 3 , if   M > 1 , 2 T ( 8 T + 3 ) , otherwise .
The Zephyr index of a vertex in a Zephyr lattice depends on multiple parameters: u,w,k,j,z, respectively orientation, perpendicular block (major) offset, qubit index (secondary offset), shift identifier (minor offset), parallel tile offset. The Z 3 , 1 consist of 84 vertices and 540 edges and the Z 3 , 2 contains 168 and 1656. The Zephyr graphs were examined under different configurations from Z 2 , 1 to Z 5 , 5 .
Within the analyzed interval, the average number of neighbors of each vertex is from 6 . 7 to 22 . 582 . While the average degrees of vertices are from 11 . 44 to 43 . 16 . Let be f Z ( M , T ) a function for representing a Zephyr graph G ( V , E ) as a function of V + E. The value set of f Z is given by the average values of k-hop-based metrics.
Figure 19, Figure 20, Figure 21 and Figure 22 show f Z ( M , T ) functions of k-hop-based metrics as a function of V + E for different Zephyr graphs.
Examining the Z 5 , 5 graph in more detail, the average values of the classic metrics: degree centrality, betweenness centrality, closeness centrality, eccentricity, clustering coefficient in 1 3 hop environment naturally are the same, and respectively: 0 . 0196 , 0 . 0033 , 0 . 2154 , 8 . 836 , 0 . 1187 . The redundancy of the entire graph is 21 . 62 , and the average value of the cliques is 3 . 18 × 10 6 .
In this graph, the number of vertices is 1100 and the number of edges is 23740. In a 3-hop environment average of 27 . 9 % of all vertices can be reached from custom vertices, and the custom environments contain 22 . 4 % of all edges on average.
In addition to Z 5 , 5 , the tables (Table 7 and Table 8) also show the average values of Zephyr graphs Z 5 , 1 to Z 5 , 4 .
Figure 23, Figure 24 and Figure 25 show the relationships between custom k-hop-based metrics on Zephyr graphs.
Figure 26 and Figure 27 show the relationships between density and redundancy-based metrics on Zephyr graphs in a 3-hop environment.
Table 7 shows how the average number of vertices and edges in each vertex environment increases as a function of hop number. Table 8 and Table 9 show the average values of density-based and redundancy-based metrics in 1–3 hop environments of vertices.

4. Comparison and Analysis

We examine the density-based metrics interpreted in the k-hop environment, where k = 3 , notedly the WCGD [ 3 ] , the RCGD [ 3 ] and the WRCGD [ 3 ] . In the case of Chimera graphs, WCGD [ 3 ] shows (see in Figure 1(green)) the same characteristics as the degree and the closeness centrality, with the difference that WCGD [ 3 ] more clearly shows the differences resulting from different L values. In the case of Pegasus, also they show (see in Figure 10(green)) the same character as the degree and the closeness centrality [6]. In the case of Zephyr, the WCGD [ 3 ] metric shows a completely different character. Figure 16(green) shows the increase of the WCGD [ 3 ] values as a function of the ( M , T ) parameters. In the case of M = 5 , the linear regression is assigned to the series of points: 4 . 096 e 05 · x + 0 . 429 where x = V + E .
Figure 1(red), Figure 10(red) and Figure 19(red) show that the RCGD [ 3 ] values are similar for all three graphs, there are no essential differences. The RCGD [ 3 ] values move around a constant value as a function of V + E .
In the case of Chimera graphs, WRCGD [ 3 ] shows (see in Figure 1(green)) same characteristics as the degree, the closeness centrality and the WCGD [ 3 ] [6]. In the case of Pegasus graphs, also they show a same character as the degree, the closeness centrality and the WCGD [ 3 ] [6]. It can be seen in Figure 10(green) that WRCGD [ 3 ] shows a decreasing constant-like value depending on the increase of the M parameter (independent of the T parameter).
We examine the redundancy-based metrics interpreted in the k-hop environment, where k = 3 , notedly the CGR v b [ 3 ] , the WCGR s b [ 3 ] and the WCGR v b [ 3 ] .
Among the redundancy-based metrics, let is first look in more detail at the values shown by the CGR v b [ 3 ] metric. Figure 3, Figure 12 and Figure 21 show that all three graphs show a logarithmic increase in the case of CGR v b [ 3 ] , and in the case of the Chimera and Zephyr graphs, the differences resulting from the values of L and M are clearly visible.
In the case of Chimera graphs, WCGR s b shows (see in Figure 2) same characteristics as the closeness centrality and the WCGD [ 3 ] [6]. In the case of Pegasus, they show (see in Figure 11) a same character as the betweenness centrality [6]. For Zephyr graphs, it shows (see in Figure 20) the same characteristics as the WCGD [ 3 ] .
Figure 4, Figure 13 and Figure 22 show that the WCGR v b shows the same characteristics as the composition of degree and betweenness centrality, in all three graph cases [6].
We examined the characteristics of the k-hop-based metrics in the case of different graphs as a function of the value of k. The results can be seen in Figure 5, Figure 6 and Figure 7 for Chimera, Figure 14, Figure 15 and Figure 16 and Figure 23, Figure 24 and Figure 25 for Pegazus and Zephyr.
Finally, we examine the relationships between density and redundancy-based metrics in a 3-hop environment. The results were plotted on 3 D charts, for density-based metrics the axes are respectively WCGD [ 3 ] , RCGD [ 3 ] , WRCGD [ 3 ] , while for redundancy-based metrics WCGR s b [ k ] , CGR v b [ k ] , WCGR v b [ k ] .
In the case of the Chimera and Pegasus graphs (see in Figure 8, Figure 17)—apart from the Chimera L parameter dependence—the density-based metrics show the same characteristic, the density increases linearly in a 3-hop environment as a function of V + E . For these two graphs, Figure 9, Figure 18 also show the same characteristics for the redundancy-based metrics. It can be seen that in the case of Chimera graphs, CGR v b [ k ] shows case separation depending on the value of L, and WCGR v b [ k ] shows an exponential increase as a function of WCGR s b [ k ] .
Figure 26 shows the relationship between Zephyr and density-based metrics, the linear growth between WCGD [ 3 ] and WRCGD [ 3 ] that can be experienced in the Chimera and Pegasus graphs is not visible, RCGD [ 3 ] shows case separation depending on the value of M.
In the case of Zephyr graphs, the results of the redundancy-based metrics can be seen in Figure 27. This figure had to be rotated to present the results. The figure nicely shows the tendency of redundancy-based metrics as a function of the T parameter.

5. Conclusion and Future Work

In this paper, we focused on graph-based analysis of the topology of D-Wave quantum computers. We analyzed the Chimera, Pegasus, and Zephyr graphs with different configurations. We generated topologies from C 2 , 2 , 4 to C 16 , 16 , 4 for Chimera, from P 2 to P 8 for Pegasus, and from Z 2 , 1 to Z 5 , 5 for Zephyr. In general, we worked on the average values of the metrics interpreted on the graphs, we were interested in the characteristics shown by the metrics. Our main goal was to highlight the main features and limitations of topologies with the thought of metrics. We believe that we have managed to highlight several interesting characteristics, advantages, and features. In the following, our goal is to examine Zephyr and newer topologies more deeply, focusing on cliques and bicliques, heuristic 2 D and 3 D lattice embeddings, and heuristic optimization.

Funding

This research was supported by the Ministry of Innovation and Technology and the National Research, Development and Innovation Office within the Quantum Information National Laboratory of Hungary.

Conflicts of Interest

The authors declare no conflict of interest.

References

  1. Althaus, E., Funke, S., Har-Peled, S., Könemann, J., Ramos, E. A. and Skutella, M. Approximating k-hop minimum-spanning trees. Operations Research Letters., 33(2), pp. 115-120, 2005.
  2. Albert-László Barabási, Réka Albert, Hawoong Jeong. Scale-free characteristics of random networks: the topology of the world-wide web, Physica A: Statistical Mechanics and its Applications., pp. 69–77, 2000.
  3. Réka Albert, Albert-László Barabási.Statistical mechanics of complex networks, Reviews of Modern Physics, pp.74–77, 2002.
  4. Batagelj, V. and Zaversnik, M, An O(m) algorithm for cores decomposition of networks. arXiv preprint cs/0310049, 2003.
  5. Cs. Biró, G. Kusper, Some k-hop Based Graph Metrics and Node Ranking in Wireless Sensor Networks. Annales Mathematicae et Informaticae., Vol. 50, pp. 19-37, 2019.
  6. Cs. Biró, Analysis of D-Wave topologies with classical graph metrics. International Journal of Mathematics and Computer Science. , Vol. 19 pp. 1171-1175, 2024.
  7. S. Boccaletti, V. Latora, YAlthaus, E., Funke, S., Har-Peled, S., Könemann, J., Ramos, E. A., and Skutella, M. Approximating k-hop minimum-spanning trees. Operations Research Letters., 33(2), pp. 115-120, 2006.
  8. P. Bonacich. A Technique for Analyzing Overlapping Memberships. Sociological Methodology, San Francisco: Jossey-Bass., pp. 176-85, 1972.
  9. P. Bonacich. Factoring and Weighting Approaches to Status Scores and Clique Identification. Journal of Mathematical Sociology., pp. 113-20, 1972.
  10. Boothby, T., King, A. D., and Roy, A. Fast clique minor generation in Chimera qubit connectivity graphs. Quantum Information Processing., 15, 495-508, 2016.
  11. Boothby, K., Bunyk, P., Raymond, J., and Roy, A. Next-generation topology of d-wave quantum processors. arXiv preprint arXiv:2003.00133., 2020.
  12. Boothby K, King A, Raymond J. Zephyr Topology of D-Wave Quantum Processors. D-wave technical report series., 2021.
  13. Borgatti, S. P., and Everett, M. G. A graph-theoretic perspective on centrality, Social Networks, 28(4), pp. 466-484, 2006.
  14. Brandes, U., A faster algorithm for betweenness centrality, Journal of Mathematical Sociology, 25(2), pp. 163-177, 2003.
  15. Briegel, H. J., Browne, D. E., Dür, W., Raussendorf, R., and Van den Nest, M. Measurement-based quantum computation. Nature Physics., 5(1), 19-26, 2009.
  16. Chen, Y., Wang, L., and Zhou, L. Mining Maximal Sub-prevalent Co-location Patterns Based on k-hop. Advanced Data Mining and Applications: 18th International Conference, ADMA 2022., Proceedings, Part I,pp. 384-396, 2022.
  17. Cheng, J., Shang, Z., Cheng, H., Wang, H., and Yu, J. X. K-reach: Who is in your small world. arXiv preprint arXiv:1208.0090., 2012.
  18. Choi, V. Minor-embedding in adiabatic quantum computation: II. Minor-universal graph design. Quantum Inf. Process., 10(3), pp. 343–353, 2011.
  19. A. Das, and Chakrabarti, B. K. Colloquium: Quantum annealing and analog quantum computation. Reviews of Modern Physics., 80(3), 1061, 2008.
  20. Dattani, N., Szalay, S., and Chancellor, N. Pegasus: The second connectivity graph for large-scale quantum annealing hardware.arXiv preprint arXiv:1901.07636., 2019.
  21. Flurin, E., Ramasesh, V. V., Hacohen-Gourgy, S., Martin, L. S., Yao, N. Y., ad Siddiqi, I. Observing topological invariants using quantum walks in superconducting circuits. Physical Review X., 7(3), 2017.
  22. Fortunato, S.Community detection in graphs, Physics Reports, 486(3-5), pp. 75-174. 2010.
  23. L. C. Freeman. Set of measures of centrality based on betweenness. Sociometry., pp. 35–41, 1977.
  24. L. C. Freeman, Centrality in social networks conceptual clarification. Social Networks., Vol. 1, Issue 3, pp. 205, 1978.
  25. L. C. Freeman, D. Roeder, R. R. Mulholland. Centrality in social networks: II. Experimental results. Social networks., 2(2), 119–141, 1979.
  26. Gyongyosi, L., and Imre, S. A survey on quantum computing technology. Computer Science Review., 31, pp. 51-71, 2019.
  27. Hagan, S., Hameroff, S. R., and Tuszyski, J. A. Quantum computation in brain microtubules: Decoherence and biological feasibility. Physical review E., 65(6), 2002.
  28. Hage, P., and Harary, F. Eccentricity and centrality in networks, Social Networks, 17(1), pp. 57-63, 1995.
  29. Huang, T., Zhu, Y., Goh, R. S. M., and Luo, T. When quantum annealing meets multitasking: Potentials, challenges and opportunities. Array., 100282, 2023.
  30. Isham, C. J. Topological and global aspects of quantum theory. In Relativity, groups and topology., 2, 1984.
  31. Keimer, B., and Moore, J. E. The physics of quantum materials. Nature Physics., 13(11), pp. 1045–1055, 2017.
  32. Lahtinen, V., and Pachos, J. A short introduction to topological quantum computation. SciPost Physics., 3(3), 021, 2017.
  33. A. Lesne. Complex Networks: from Graph Theory to Biology. Letters in Mathematical Physics., pp. 235–262, 2006.
  34. Lewis M. and Glover F. Quadratic unconstrained binary optimization problem preprocessing. Theory and empirical analysis Networks., 70 (2), pp. 79–97, 2017.
  35. Liu, W., and Li, Z. An efficient parallel algorithm of n-hop neighborhoods on graphs in distributed environment. Frontiers of Computer Science., 13, pp. 1309–1325, 2019.
  36. R. Luce, A. Duncan, D. Albert, matrix analysis of group structure. Psychometrika., pp. 95–116, 1949.
  37. Newman, M. E. J., and Girvan, M., Finding and evaluating community structure in networks, Physical Review E, 69(2), 2004.
  38. Nikolentzos, G., Dasoulas, G., and Vazirgiannis, M. k-hop graph neural networks. Neural Networks, 130, 195-205, 2020.
  39. Opsahl, T., Agneessens, F., and Skvoretz, J., Node centrality in weighted networks: Generalizing degree and shortest paths, Social Networks, 32(3), pp. 245-251, 2010.
  40. Pelofske, E. Comparing Three Generations of D-Wave Quantum Annealers for Minor Embedded Combinatorial Optimization Problems. arXiv preprint arXiv:2301.03009., 2023.
  41. Saffman, M. Quantum computing with atomic qubits and Rydberg interactions: progress and challenges. Journal of Physics B: Atomic, Molecular and Optical Physics., 49(20), 202001, 2016.
  42. M. T. Van Genuchten. A closed-form equation for predicting the hydraulic conductivity of unsaturated soils. I. Soil science society of America journal., 44(5), pp. 892–898, 1980.
  43. S. Wasserman, K. Faust. Social network analysis: Methods and applications. Cambridge university press., v. 4, 1994.
  44. D. J. Watts, S. H. Strogatz. Collective dynamics of ’small-world’ networks. Nature., pp. 440–442, 1998.
  45. B. Weisfeiler and A. A. Lehman.A reduction of a graph to a canonical form and an algebra arising during this reduction (in russian). Nauchno-Technicheskaya Informatsia.n Seriya 2, 9:12–16, 1968.
  46. Witten, E. Topological quantum field theory. Communications in Mathematical Physics., 117(3), pp. 353–386, 1988.
  47. Xie, X., Yang, X., Wang, X., Jin, H., Wang, D., and Ke, X. BFSI-B: An improved K-hop graph reachability queries for cyber physical systems. Information Fusion., 38, pp. 35–42, 2017.
Figure 1. The average values of WCGD [ 3 ] , RCGD [ 3 ] and WRCGD [ 3 ] as a function of V + E for different Chimera graphs.
Figure 1. The average values of WCGD [ 3 ] , RCGD [ 3 ] and WRCGD [ 3 ] as a function of V + E for different Chimera graphs.
Preprints 121234 g001
Figure 2. The average values of WCGR s b [ 3 ] as a function of V + E for different Chimera graphs.
Figure 2. The average values of WCGR s b [ 3 ] as a function of V + E for different Chimera graphs.
Preprints 121234 g002
Figure 3. The average values of CGR v b [ 3 ] as a function of V + E for different Chimera graphs.
Figure 3. The average values of CGR v b [ 3 ] as a function of V + E for different Chimera graphs.
Preprints 121234 g003
Figure 4. The average values of WCGR v b [ 3 ] as a function of V + E for different Chimera graphs.
Figure 4. The average values of WCGR v b [ 3 ] as a function of V + E for different Chimera graphs.
Preprints 121234 g004
Figure 5. On Chimera graphs the average values of WCGD [ k ] as a function of the average values of WCGR s b [ k ] .
Figure 5. On Chimera graphs the average values of WCGD [ k ] as a function of the average values of WCGR s b [ k ] .
Preprints 121234 g005
Figure 6. On Chimera graphs the average values of RCGD [ k ] as a function of the average values of CGR v b [ k ] .
Figure 6. On Chimera graphs the average values of RCGD [ k ] as a function of the average values of CGR v b [ k ] .
Preprints 121234 g006
Figure 7. On Chimera graphs the average values of WCGR v b [ k ] as a function of the average values of WRCGD [ k ] .
Figure 7. On Chimera graphs the average values of WCGR v b [ k ] as a function of the average values of WRCGD [ k ] .
Preprints 121234 g007
Figure 8. The relationship between the average values of density-based metrics on Chimera graphs in a 3-hop environment.
Figure 8. The relationship between the average values of density-based metrics on Chimera graphs in a 3-hop environment.
Preprints 121234 g008
Figure 9. The relationship between the average values of redundancy-based metrics on Chimera graphs in a 3-hop environment.
Figure 9. The relationship between the average values of redundancy-based metrics on Chimera graphs in a 3-hop environment.
Preprints 121234 g009
Figure 10. The average values of WCGD [ 3 ] , RCGD [ 3 ] and WRCGD [ 3 ] as a function of V + E for different Pegasus graphs.
Figure 10. The average values of WCGD [ 3 ] , RCGD [ 3 ] and WRCGD [ 3 ] as a function of V + E for different Pegasus graphs.
Preprints 121234 g010
Figure 11. The average values of WCGR s b [ 3 ] as a function of V + E for different Pegasus graphs.
Figure 11. The average values of WCGR s b [ 3 ] as a function of V + E for different Pegasus graphs.
Preprints 121234 g011
Figure 12. The average values of CGR v b [ 3 ] as a function of V + E for different Pegasus graphs.
Figure 12. The average values of CGR v b [ 3 ] as a function of V + E for different Pegasus graphs.
Preprints 121234 g012
Figure 13. The average values of WCGR v b [ 3 ] as a function of V + E for different Pegasus graphs.
Figure 13. The average values of WCGR v b [ 3 ] as a function of V + E for different Pegasus graphs.
Preprints 121234 g013
Figure 14. On Pegasus graphs the average values of WCGD [ k ] as a function of the average values of WCGR s b [ k ] .
Figure 14. On Pegasus graphs the average values of WCGD [ k ] as a function of the average values of WCGR s b [ k ] .
Preprints 121234 g014
Figure 15. On Pegasus graphs the average values of RCDG [ k ] as a function of the average values of CGR v b [ k ] .
Figure 15. On Pegasus graphs the average values of RCDG [ k ] as a function of the average values of CGR v b [ k ] .
Preprints 121234 g015
Figure 16. On Pegasus graphs the average values of WCGR v b [ k ] as a function of the average values of WRCGD [ k ] .
Figure 16. On Pegasus graphs the average values of WCGR v b [ k ] as a function of the average values of WRCGD [ k ] .
Preprints 121234 g016
Figure 17. The relationship between density-based metrics on Pegasus graphs in a 3-hop environment.
Figure 17. The relationship between density-based metrics on Pegasus graphs in a 3-hop environment.
Preprints 121234 g017
Figure 18. The relationship between redundancy-based metrics on Pegasus graphs in a 3-hop environment.
Figure 18. The relationship between redundancy-based metrics on Pegasus graphs in a 3-hop environment.
Preprints 121234 g018
Figure 19. The average values of WCGD [ 3 ] , RCGD [ 3 ] and WRCGD [ 3 ] as a function of V + E for different Zephyr graphs.
Figure 19. The average values of WCGD [ 3 ] , RCGD [ 3 ] and WRCGD [ 3 ] as a function of V + E for different Zephyr graphs.
Preprints 121234 g019
Figure 20. The average values of WCGR s b [ 3 ] as a function of V + E for different Zephyr graphs.
Figure 20. The average values of WCGR s b [ 3 ] as a function of V + E for different Zephyr graphs.
Preprints 121234 g020
Figure 21. The average values of CGR v b [ 3 ] as a function of V + E for different Zephyr graphs.
Figure 21. The average values of CGR v b [ 3 ] as a function of V + E for different Zephyr graphs.
Preprints 121234 g021
Figure 22. The average values of WCGR v b [ 3 ] as a function of V + E for different Zephyr graphs.
Figure 22. The average values of WCGR v b [ 3 ] as a function of V + E for different Zephyr graphs.
Preprints 121234 g022
Figure 23. On Zephyr graphs the average values of WCGD [ k ] as a function of the average values of WCGR s b [ k ] .
Figure 23. On Zephyr graphs the average values of WCGD [ k ] as a function of the average values of WCGR s b [ k ] .
Preprints 121234 g023
Figure 24. On Zephyr graphs the average values of RCDG [ k ] as a function of the average values of CRG v b [ k ] .
Figure 24. On Zephyr graphs the average values of RCDG [ k ] as a function of the average values of CRG v b [ k ] .
Preprints 121234 g024
Figure 25. On Zephyr graphs the average values of WCGR v b [ k ] as a function of the average values of WRCGD [ k ] .
Figure 25. On Zephyr graphs the average values of WCGR v b [ k ] as a function of the average values of WRCGD [ k ] .
Preprints 121234 g025
Figure 26. The relationship between density-based metrics on Zephyr graphs in a 3-hop environment.
Figure 26. The relationship between density-based metrics on Zephyr graphs in a 3-hop environment.
Preprints 121234 g026
Figure 27. The relationship between redundancy-based metrics on Zephyr graphs in a 3-hop environment.
Figure 27. The relationship between redundancy-based metrics on Zephyr graphs in a 3-hop environment.
Preprints 121234 g027
Figure 28. The average values of WCGD [ 3 ] as a function of V + E and for different Zephyr graphs.
Figure 28. The average values of WCGD [ 3 ] as a function of V + E and for different Zephyr graphs.
Preprints 121234 g028
Table 1. The average values of classical metrics in 1-3 hop environments of vertices.
Table 1. The average values of classical metrics in 1-3 hop environments of vertices.
N. of vertices N. of edges
1-hop 6.75 11.5
2-hop 25.25 66.5
3-hop 63 226
Table 2. Average values of density-based metrics in 1–3 hop environments of vertices.
Table 2. Average values of density-based metrics in 1–3 hop environments of vertices.
k-hop-based metrics
WCGD [ k ] RCGD [ k ] WRCGD [ k ]
k = 1 0.0159 1.0335 0.0136
k = 2 0.0641 1.0465 0.0517
k = 3 0.1745 1.0623 0.1309
Table 3. Average values of redundancy-based metrics in 1–3 hop environments of vertices.
Table 3. Average values of redundancy-based metrics in 1–3 hop environments of vertices.
k-hop-based metrics
WCGR s b [ k ] CGR v b [ k ] WCGR v b [ k ]
k = 1 2.0025 6.7474 1 × 10 7
k = 2 2.0094 25.2405 4.3 × 10 7
k = 3 2.0236 62.9765 1.04 × 10 6
Table 4. Average values of classical metrics in 1–3 hop environments of vertices
Table 4. Average values of classical metrics in 1–3 hop environments of vertices
N. of vertices N. of edges
1-hop 14.67 60.21
2-hop 81.76 741.38
3-hop 208.8 2311.7
Table 5. Average values of density-based metrics in 1–3 hop environments of vertices
Table 5. Average values of density-based metrics in 1–3 hop environments of vertices
k-hop-based metrics
WCGD [ k ] RCGD [ k ] WRCGD [ k ]
k = 1 0.0173 1.0309 0,0117
k = 2 0.1527 1.0642 0.0677
k = 3 0.4691 1.0791 0,1753
Table 6. Average values of redundancy-based metrics in 1–3 hop environments of vertices
Table 6. Average values of redundancy-based metrics in 1–3 hop environments of vertices
k-hop-based metrics
WCGR s b [ k ] CGR v b [ k ] WCGR v b [ k ]
k = 1 3.5113 14.6667 1 e 8
k = 2 3.3490 81.7421 1.56 e 7
k = 3 3.3513 208.7459 3.6397 e 6
Table 7. The average values of a number of vertices and edges in 1 3 hop environments of vertices.
Table 7. The average values of a number of vertices and edges in 1 3 hop environments of vertices.
Z 5 , 1
N. of vertices N. of edges
1-hop 8.03 14.07
2-hop 28.09 134.18
3-hop 63.94 364.04
Z 5 , 2
N. of vertices N. of edges
1-hop 11.67 21.34
2-hop 51.98 357.89
3-hop 124.92 1072.72
Z 5 , 3
N. of vertices N. of edges
1-hop 15.31 62.87
2-hop 75.87 687.93
3-hop 185.89 2138.07
Z 5 , 4
N. of vertices N. of edges
1-hop 18.94 79.96
2-hop 99.76 1124.31
3-hop 24685 3560.1
Z 5 , 5
N. of vertices N. of edges
1-hop 22.58 97.05
2-hop 123.65 1667
3-hop 307.82 5338.70
Table 8. Average values of density-based metrics in 1 3 hop environments of vertices.
Table 8. Average values of density-based metrics in 1 3 hop environments of vertices.
k-hop-based metrics Z 5 , 1
WCGD [ k ] RCGD [ k ] WRCGD [ k ]
k = 1 0.0541 1.0555 0.038
k = 2 0.2056 1.0678 0.1370
k = 3 0.5068 1.0797 0.3156
k-hop-based metrics Z 5 , 2
WCGD [ k ] RCGD [ k ] WRCGD [ k ]
k = 1 0.0400 1.0383 0.0276
k = 2 0.2313 1.0635 0.1260
k = 3 0.6497 1.0790 0.3073
k-hop-based metrics Z 5 , 3
WCGD [ k ] RCGD [ k ] WRCGD [ k ]
k = 1 0.0353 1.0291 0.0239
k = 2 0.2767 1.0620 0.1223
k = 3 0.8502 1.0789 0.3045
k-hop-based metrics Z 5 , 4
WCGD [ k ] RCGD [ k ] WRCGD [ k ]
k = 1 0.0329 1.0235 0.0220
k = 2 0.3366 1.0613 0.1205
k = 3 1.1184 1.0788 0.3032
k-hop-based metrics Z 5 , 5
WCGD [ k ] RCGD [ k ] WRCGD [ k ]
k = 1 0.0315 1.0196 0.0209
k = 2 0.4123 1.0609 0.1194
k = 3 1.4744 1.0788 0.3024
Table 9. Average values of redundancy-based metrics in 1 3 hop environments of vertices.
Table 9. Average values of redundancy-based metrics in 1 3 hop environments of vertices.
k-hop-based metrics Z 5 , 1
WCGR s b [ k ] CGR v b [ k ] WCGR v b [ k ]
k = 1 3.3323 8.0244 2 , 8 e 6
k = 2 3.1634 28.0510 9.2 e 6
k = 3 3.2635 63.8723 2.13 e 5
k-hop-based metrics Z 5 , 2
WCGR s b [ k ] CGR v b [ k ] WCGR v b [ k ]
k = 1 3.4493 11.6637 5.2 e 7
k = 2 3.1411 51.9446 2.1 e 6
k = 3 3.3117 124.8359 5.25 e 6
k-hop-based metrics Z 5 , 3
WCGR s b [ k ] CGR v b [ k ] WCGR v b [ k ]
k = 1 3.5124 15.3011 1.8 e 7
k = 2 3.1264 75.8364 8.9 e 7
k = 3 3.3362 185.7993 2.3 e 6
k-hop-based metrics Z 5 , 4
WCGR s b [ k ] CGR v b [ k ] WCGR v b [ k ]
k = 1 3.5518 18.9379 9.6 e 8
k = 2 3.1170 99.7278 5 e 7
k = 3 3.3510 246.7626 1.13 e 6
k-hop-based metrics Z 5 , 5
WCGR s b [ k ] CGR v b [ k ] WCGR v b [ k ]
k = 1 3.57895 22.5746 8.18 e 8
k = 2 3.1106 123.6190 3.2 e 7
k = 3 3.3610 307.7261 8.4 e 7
Disclaimer/Publisher’s Note: The statements, opinions and data contained in all publications are solely those of the individual author(s) and contributor(s) and not of MDPI and/or the editor(s). MDPI and/or the editor(s) disclaim responsibility for any injury to people or property resulting from any ideas, methods, instructions or products referred to in the content.
Copyright: This open access article is published under a Creative Commons CC BY 4.0 license, which permit the free download, distribution, and reuse, provided that the author and preprint are cited in any reuse.
Prerpints.org logo

Preprints.org is a free preprint server supported by MDPI in Basel, Switzerland.

Subscribe

© 2024 MDPI (Basel, Switzerland) unless otherwise stated