1- .. _ dnx_algorithms :
1+ .. _ graphs_algorithms :
22
33==========
44Algorithms
@@ -7,21 +7,21 @@ Algorithms
77Implementations of graph-theory algorithms on the D-Wave system and other
88binary quadratic model samplers.
99
10- .. currentmodule :: dwave_networkx
10+ .. currentmodule :: dwave.graphs
1111
12- .. _ dnx_canonicalization :
12+ .. _ graphs_canonicalization :
1313
1414Canonicalization
1515================
1616
17- .. automodule :: dwave_networkx .algorithms.canonicalization
17+ .. automodule :: dwave.graphs .algorithms.canonicalization
1818
1919.. autosummary ::
2020 :toctree: generated/
2121
2222 canonical_chimera_labeling
2323
24- .. _ dnx_clique :
24+ .. _ graphs_clique :
2525
2626Clique
2727======
@@ -35,7 +35,7 @@ that for every two vertices in C there exists an edge connecting the two.
3535 :align: center
3636 :scale: 40 %
3737
38- .. automodule :: dwave_networkx .algorithms.clique
38+ .. automodule :: dwave.graphs .algorithms.clique
3939
4040.. autosummary ::
4141 :toctree: generated/
@@ -44,7 +44,7 @@ that for every two vertices in C there exists an edge connecting the two.
4444 clique_number
4545 is_clique
4646
47- .. _ dnx_coloring :
47+ .. _ graphs_coloring :
4848
4949Coloring
5050========
@@ -67,7 +67,7 @@ The map-coloring problem is to assign a color to each region of a map
6767
6868 Coloring a map of Canada with four colors.
6969
70- .. automodule :: dwave_networkx .algorithms.coloring
70+ .. automodule :: dwave.graphs .algorithms.coloring
7171
7272.. autosummary ::
7373 :toctree: generated/
@@ -78,7 +78,7 @@ The map-coloring problem is to assign a color to each region of a map
7878 vertex_color
7979 vertex_color_qubo
8080
81- .. _ dnx_cover :
81+ .. _ graphs_cover :
8282
8383Cover
8484=====
@@ -96,7 +96,7 @@ edges of the graph are incident to at least one of the vertices in the set.
9696 (the horizontal tile of the Chimera unit cell) and the red set (vertical
9797 tile) connect to all 16 edges of the graph.
9898
99- .. automodule :: dwave_networkx .algorithms.cover
99+ .. automodule :: dwave.graphs .algorithms.cover
100100
101101.. autosummary ::
102102 :toctree: generated/
@@ -105,7 +105,7 @@ edges of the graph are incident to at least one of the vertices in the set.
105105 min_weighted_vertex_cover
106106 min_vertex_cover
107107
108- .. _ dnx_elimination_ordering :
108+ .. _ graphs_elimination_ordering :
109109
110110Elimination Ordering
111111====================
@@ -122,7 +122,7 @@ whose neighborhood induces a clique. A perfect elimination ordering is an
122122ordering of vertices :math: `1 ..n` such that any vertex :math: `i` is simplicial
123123for the subset of vertices :math: `i..n`.
124124
125- .. automodule :: dwave_networkx .algorithms.elimination_ordering
125+ .. automodule :: dwave.graphs .algorithms.elimination_ordering
126126
127127.. autosummary ::
128128 :toctree: generated/
@@ -138,20 +138,20 @@ for the subset of vertices :math:`i..n`.
138138 pegasus_elimination_order
139139 treewidth_branch_and_bound
140140
141- .. _ dnx_markov :
141+ .. _ graphs_markov :
142142
143143Markov Networks
144144===============
145145
146- .. automodule :: dwave_networkx .algorithms.markov
146+ .. automodule :: dwave.graphs .algorithms.markov
147147
148148.. autosummary ::
149149 :toctree: generated/
150150
151151 sample_markov_network
152152 markov_network_bqm
153153
154- .. _ dnx_matching :
154+ .. _ graphs_matching :
155155
156156Matching
157157========
@@ -167,7 +167,7 @@ A matching is a subset of graph edges in which no vertex occurs more than once.
167167 A matching for a Chimera unit cell: no vertex is incident to more than one
168168 edge in the set of blue edges
169169
170- .. automodule :: dwave_networkx .algorithms.matching
170+ .. automodule :: dwave.graphs .algorithms.matching
171171
172172.. autosummary ::
173173 :toctree: generated/
@@ -177,7 +177,7 @@ A matching is a subset of graph edges in which no vertex occurs more than once.
177177 min_maximal_matching_bqm
178178 min_maximal_matching
179179
180- .. _ dnx_maximum_cut :
180+ .. _ graphs_maximum_cut :
181181
182182Maximum Cut
183183===========
@@ -195,15 +195,15 @@ between this subset and the remaining vertices is as large as possible.
195195 nodes {4, 5, 6, 7} cuts 16 edges; adding or removing a node decreases the
196196 number of edges between the two complementary subsets of the graph.
197197
198- .. automodule :: dwave_networkx .algorithms.max_cut
198+ .. automodule :: dwave.graphs .algorithms.max_cut
199199
200200.. autosummary ::
201201 :toctree: generated/
202202
203203 maximum_cut
204204 weighted_maximum_cut
205205
206- .. _ dnx_independent_set :
206+ .. _ graphs_independent_set :
207207
208208Independent Set
209209===============
@@ -222,7 +222,7 @@ its member pairs.
222222 (vertical tile) are independent sets of the graph, with no blue node
223223 adjacent to another blue node and likewise for red nodes.
224224
225- .. automodule :: dwave_networkx .algorithms.independent_set
225+ .. automodule :: dwave.graphs .algorithms.independent_set
226226
227227.. autosummary ::
228228 :toctree: generated/
@@ -239,7 +239,7 @@ Helper Functions
239239
240240 maximum_weighted_independent_set_qubo
241241
242- .. _ dnx_partitioning :
242+ .. _ graphs_partitioning :
243243
244244Partitioning
245245============
@@ -258,14 +258,14 @@ is as small as possible.
258258 and the nodes in red are in the '1' subset. There are no other arrangements
259259 with fewer edges between two equally sized subsets.
260260
261- .. automodule :: dwave_networkx .algorithms.partition
261+ .. automodule :: dwave.graphs .algorithms.partition
262262
263263.. autosummary ::
264264 :toctree: generated/
265265
266266 partition
267267
268- .. _ dnx_social :
268+ .. _ graphs_social :
269269
270270Social
271271======
@@ -284,15 +284,15 @@ friendly/hostile interactions between vertices.
284284 cleanly divided into two subsets, {Bob, Eve} and {Alice}, with friendly
285285 relations within each subset and only hostile relations between the subsets.
286286
287- .. automodule :: dwave_networkx .algorithms.social
287+ .. automodule :: dwave.graphs .algorithms.social
288288
289289.. autosummary ::
290290 :toctree: generated/
291291
292292 structural_imbalance
293293 structural_imbalance_ising
294294
295- .. _ dnx_traveling_salesperson :
295+ .. _ graphs_traveling_salesperson :
296296
297297Traveling Salesperson
298298=====================
@@ -308,7 +308,7 @@ weighted graph.
308308
309309 A traveling salesperson route of [2, 1, 0, 3].
310310
311- .. automodule :: dwave_networkx .algorithms.tsp
311+ .. automodule :: dwave.graphs .algorithms.tsp
312312
313313.. autosummary ::
314314 :toctree: generated/
0 commit comments