+
    )iP;              
          R t ^ RIt^ RIt. ROt]P
                  ! RRR7      RR l4       t]P
                  ! RRR7      RR l4       t]P
                  ! RRR7      RR l4       t]P                  P                  P                  R4      ]P
                  ! RRR7      RRR	^dRR/R
 l4       4       tRRR	^dRR/R lt]P                  P                  R4      ]P                  P                  R4      ]P
                  ! RR^//R7      R^ /R l4       4       4       t]P                  P                  P                  R4      ]P
                  ! RRR7      R^ RRR	^dRR/R l4       4       tR# )z3Provides explicit constructions of expander graphs.NT)graphsreturns_graphc                l   \         P                  ! ^ V\         P                  R7      pVP                  4       '       g   VP	                  4       '       g   Rp\         P
                  ! V4      h\        P                  ! \        V 4      ^R7       F  w  rEV^V,          ,           V ,          V3V^V,          ^,           ,           V ,          V3WE^V,          ,           V ,          3WE^V,          ^,           ,           V ,          33 F  w  rgVP                  WE3Wg34       K  	  K  	  RV  R2VP                  R&   V# )a  Returns the Margulis-Gabber-Galil undirected MultiGraph on `n^2` nodes.

The undirected MultiGraph is regular with degree `8`. Nodes are integer
pairs. The second-largest eigenvalue of the adjacency matrix of the graph
is at most `5 \sqrt{2}`, regardless of `n`.

Parameters
----------
n : int
    Determines the number of nodes in the graph: `n^2`.
create_using : NetworkX graph constructor, optional (default MultiGraph)
   Graph type to create. If graph instance, then cleared before populated.

Returns
-------
G : graph
    The constructed undirected multigraph.

Raises
------
NetworkXError
    If the graph is directed or not a multigraph.

default0`create_using` must be an undirected multigraph.)repeatzmargulis_gabber_galil_graph()name)nxempty_graph
MultiGraphis_directedis_multigraphNetworkXError	itertoolsproductrangeadd_edgegraph)ncreate_usingGmsgxyuvs   &&      [/var/www/html/photoedit/myenv/lib/python3.14/site-packages/networkx/generators/expanders.pymargulis_gabber_galil_graphr   2   s    4 	q,>A}}aoo//@s##!!%(15!a%i1_a 1q519o"A&QUa a!eaiA%&	
DA JJvv&
 6 5QCq9AGGFOH    c                   \         P                  ! ^ V\         P                  R7      pVP                  4       '       g   VP	                  4       '       g   Rp\         P
                  ! V4      h\        V 4       F[  pV^,
          V ,          pV^,           V ,          pV^ 8  d   \        W@^,
          V 4      M^ pWVV3 F  pVP                  WH4       K  	  K]  	  RV  R2VP                  R&   V# )u  Returns the chordal cycle graph on `p` nodes.

The returned graph is a cycle graph on `p` nodes with chords joining each
vertex `x` to its inverse modulo `p`. This graph is a (mildly explicit)
3-regular expander [1]_.

`p` *must* be a prime number.

Parameters
----------
p : a prime number

    The number of vertices in the graph. This also indicates where the
    chordal edges in the cycle will be created.

create_using : NetworkX graph constructor, optional (default=nx.Graph)
   Graph type to create. If graph instance, then cleared before populated.

Returns
-------
G : graph
    The constructed undirected multigraph.

Raises
------
NetworkXError

    If `create_using` indicates directed or not a multigraph.

References
----------

.. [1] Theorem 4.4.2 in A. Lubotzky. "Discrete groups, expanding graphs and
       invariant measures", volume 125 of Progress in Mathematics.
       Birkhäuser Verlag, Basel, 1994.

r   r   zchordal_cycle_graph(r	   r
   )
r   r   r   r   r   r   r   powr   r   )	pr   r   r   r   leftrightchordr   s	   &&       r   chordal_cycle_graphr'   ]   s    N 	q,>A}}aoo//@s##1XA{Q! %&EA1ua qu%AJJq &   -QCq1AGGFOHr    c                   \         P                  ! ^ V\         P                  R7      pVP                  4       '       d   Rp\         P                  ! V4      h\        ^V 4       Uu0 uF)  qD^,          V ,          ^ 8w  g   K  V^,          V ,          kK+  	  pp\        V 4       F+  pV F"  pVP                  WDV,           V ,          4       K$  	  K-  	  RV  R2VP                  R&   V# u upi )a  Returns the Paley $\frac{(p-1)}{2}$ -regular graph on $p$ nodes.

The returned graph is a graph on $\mathbb{Z}/p\mathbb{Z}$ with edges between $x$ and $y$
if and only if $x-y$ is a nonzero square in $\mathbb{Z}/p\mathbb{Z}$.

If $p \equiv 1  \pmod 4$, $-1$ is a square in
$\mathbb{Z}/p\mathbb{Z}$ and therefore $x-y$ is a square if and
only if $y-x$ is also a square, i.e the edges in the Paley graph are symmetric.

If $p \equiv 3 \pmod 4$, $-1$ is not a square in $\mathbb{Z}/p\mathbb{Z}$
and therefore either $x-y$ or $y-x$ is a square in $\mathbb{Z}/p\mathbb{Z}$ but not both.

Note that a more general definition of Paley graphs extends this construction
to graphs over $q=p^n$ vertices, by using the finite field $F_q$ instead of
$\mathbb{Z}/p\mathbb{Z}$.
This construction requires to compute squares in general finite fields and is
not what is implemented here (i.e `paley_graph(25)` does not return the true
Paley graph associated with $5^2$).

Parameters
----------
p : int, an odd prime number.

create_using : NetworkX graph constructor, optional (default=nx.Graph)
   Graph type to create. If graph instance, then cleared before populated.

Returns
-------
G : graph
    The constructed directed graph.

Raises
------
NetworkXError
    If the graph is a multigraph.

References
----------
Chapter 13 in B. Bollobas, Random Graphs. Second edition.
Cambridge Studies in Advanced Mathematics, 73.
Cambridge University Press, Cambridge (2001).
r   z&`create_using` cannot be a multigraph.zpaley(r	   r
   )r   r   DiGraphr   r   r   r   r   )r#   r   r   r   r   
square_setx2s   &&     r   paley_graphr,      s    X 	q,

;A6s##
 ',AqkEkdaZ1_*1a41**kJE1XBJJqr6Q,'   qcmAGGFOH Fs   $C$?C$seedr   	max_triesc                  ^ RI pV ^8  d   \        P                  ! R4      hV^8  g   \        P                  ! R4      hV^,          ^ 8X  g   \        P                  ! R4      hV ^,
          V8  g%   \        P                  ! RV^,           RV  R24      h\        P                  ! W4      pV ^8  d   V# . p\	        4       p\        V^,          4       EF  p	Tp
\        V4      V	^,           V ,          8w  g   K&  V
^,          p
VP                  V ^,
          4      P                  4       pVP                  V ^,
          4       \        P                  P                  VRR	7       UUu0 uF  w  rW3V9  g   K  W3V9  g   K  W3kK  	  ppp\        V4      V 8X  d#   VP                  V4       VP                  V4       V
^ 8X  g   K  R
p\        P                  ! V4      h	  VP                  V4       V# u uppi )a  Utility for creating a random regular expander.

Returns a random $d$-regular graph on $n$ nodes which is an expander
graph with very good probability.

Parameters
----------
n : int
  The number of nodes.
d : int
  The degree of each node.
create_using : Graph Instance or Constructor
  Indicator of type of graph to return.
  If a Graph-type instance, then clear and use it.
  If a constructor, call it to create an empty graph.
  Use the Graph constructor by default.
max_tries : int. (default: 100)
  The number of allowed loops when generating each independent cycle
seed : (default: None)
  Seed used to set random number generation state. See :ref`Randomness<randomness>`.

Notes
-----
The nodes are numbered from $0$ to $n - 1$.

The graph is generated by taking $d / 2$ random independent cycles.

Joel Friedman proved that in this model the resulting
graph is an expander with probability
$1 - O(n^{-\tau})$ where $\tau = \lceil (\sqrt{d - 1}) / 2 \rceil - 1$. [1]_

Examples
--------
>>> G = nx.maybe_regular_expander_graph(n=200, d=6, seed=8020)

Returns
-------
G : graph
    The constructed undirected graph.

Raises
------
NetworkXError
    If $d % 2 != 0$ as the degree must be even.
    If $n - 1$ is less than $ 2d $ as the graph is complete at most.
    If max_tries is reached

See Also
--------
is_regular_expander
random_regular_expander_graph

References
----------
.. [1] Joel Friedman,
   A Proof of Alon's Second Eigenvalue Conjecture and Related Problems, 2004
   https://arxiv.org/abs/cs/0405020

Nzn must be a positive integerz$d must be greater than or equal to 2zd must be evenzNeed n-1>= d to have room for z independent cycles with z nodesT)cyclicz3Too many iterations in maybe_regular_expander_graph)numpyr   r   r   setr   lenpermutationtolistappendutilspairwiseupdateadd_edges_from)r   dr   r.   r-   npr   cyclesedgesi
iterationscycler   r   	new_edgesr   s   &&$$$           r   maybe_regular_expander_graphrC      s   ~ 1u=>>FEFFEQJ/00EQJ,Q!VH4MaSPVW
 	
 	q'A1uFEE 16]
%jQUaK'!OJ $$QU+224ELLQ HH--eD-AADA6& ,-6+> A   9~"e$Y'QK&&s++/ 2 UH#s   #G04G0>G0c               V    ^ RI pVP                  R\        ^R7       \        WW#VR7      # )z
.. deprecated:: 3.6
   `maybe_regular_expander` is a deprecated alias
   for `maybe_regular_expander_graph`.
   Use `maybe_regular_expander_graph` instead.
NzQmaybe_regular_expander is deprecated, use `maybe_regular_expander_graph` instead.)category
stacklevelr   r.   r-   )warningswarnDeprecationWarningrC   )r   r;   r   r.   r-   rH   s   &&$$$ r   maybe_regular_expanderrK   P  s9     MM	6#	   (	<4 r    directed
multigraphr   weight)preserve_edge_attrsepsilonc                  ^ RI p^ RIpV^ 8  d   \        P                  ! R4      h\        P                  ! V 4      '       g   R# \        P
                  P                  V P                  4      w  rE\        P                  ! V \        R7      pVP                  P                  P                  VR^RR7      p\        V4      p\        \        V4      ^VP!                  V^,
          4      ,          V,           8  4      # )a  Determines whether the graph G is a regular expander. [1]_

An expander graph is a sparse graph with strong connectivity properties.

More precisely, this helper checks whether the graph is a
regular $(n, d, \lambda)$-expander with $\lambda$ close to
the Alon-Boppana bound and given by
$\lambda = 2 \sqrt{d - 1} + \epsilon$. [2]_

In the case where $\epsilon = 0$ then if the graph successfully passes the test
it is a Ramanujan graph. [3]_

A Ramanujan graph has spectral gap almost as large as possible, which makes them
excellent expanders.

Parameters
----------
G : NetworkX graph
epsilon : int, float, default=0

Returns
-------
bool
    Whether the given graph is a regular $(n, d, \lambda)$-expander
    where $\lambda = 2 \sqrt{d - 1} + \epsilon$.

Examples
--------
>>> G = nx.random_regular_expander_graph(20, 4)
>>> nx.is_regular_expander(G)
True

See Also
--------
maybe_regular_expander_graph
random_regular_expander_graph

References
----------
.. [1] Expander graph, https://en.wikipedia.org/wiki/Expander_graph
.. [2] Alon-Boppana bound, https://en.wikipedia.org/wiki/Alon%E2%80%93Boppana_bound
.. [3] Ramanujan graphs, https://en.wikipedia.org/wiki/Ramanujan_graph

Nzepsilon must be non negativeF)dtypeLM)whichkreturn_eigenvectors)r1   scipyr   r   
is_regularr7   arbitrary_elementdegreeadjacency_matrixfloatsparselinalgeigshminboolabssqrt)	r   rP   r<   sp_r;   Alamslambda2s	   &$       r   is_regular_expanderri   d  s    b {=>>==88%%ahh/DA
AU+A99!!!41%!PD $iG Gq2771q5>1G;;<<r    c                   \        WW4VR7      pTp\        WbR7      '       g7   V^,          p\        WW4VR7      pV^ 8X  g   K2  \        P                  ! R4      hV# )a  Returns a random regular expander graph on $n$ nodes with degree $d$.

An expander graph is a sparse graph with strong connectivity properties. [1]_

More precisely the returned graph is a $(n, d, \lambda)$-expander with
$\lambda = 2 \sqrt{d - 1} + \epsilon$, close to the Alon-Boppana bound. [2]_

In the case where $\epsilon = 0$ it returns a Ramanujan graph.
A Ramanujan graph has spectral gap almost as large as possible,
which makes them excellent expanders. [3]_

Parameters
----------
n : int
  The number of nodes.
d : int
  The degree of each node.
epsilon : int, float, default=0
max_tries : int, (default: 100)
  The number of allowed loops,
  also used in the `maybe_regular_expander_graph` utility
seed : (default: None)
  Seed used to set random number generation state. See :ref`Randomness<randomness>`.

Raises
------
NetworkXError
    If max_tries is reached

Examples
--------
>>> G = nx.random_regular_expander_graph(20, 4)
>>> nx.is_regular_expander(G)
True

Notes
-----
This loops over `maybe_regular_expander_graph` and can be slow when
$n$ is too big or $\epsilon$ too small.

See Also
--------
maybe_regular_expander_graph
is_regular_expander

References
----------
.. [1] Expander graph, https://en.wikipedia.org/wiki/Expander_graph
.. [2] Alon-Boppana bound, https://en.wikipedia.org/wiki/Alon%E2%80%93Boppana_bound
.. [3] Ramanujan graphs, https://en.wikipedia.org/wiki/Ramanujan_graph

rG   )rP   )r   r;   r   r.   r-   z4Too many iterations in random_regular_expander_graph)rC   ri   r   r   )r   r;   rP   r   r.   r-   r   r@   s   &&$$$$  r   random_regular_expander_graphrk     sh    r 	%	<4	A J!!55a
(<4
 ?""F  Hr    )r   r'   r,   rK   rC   ri   rk   )N)__doc__r   networkxr   __all___dispatchabler   r'   r,   r7   
decoratorsnp_random_staterC   rK   not_implemented_forri   rk    r    r   <module>rt      s   9  V T2' 3'T T2< 3<~ T29 39x $$V,T2qt qs qQU q 3 -qh  4 ( j)l+sXqM&:;@=a @= < , *@=F $$V,T2GG%)G58G?CG 3 -Gr    