netket.graph.DoubledGraph#
- class netket.graph.DoubledGraph[source]#
Bases:
DoubledGraph(graph)
Constructs a DoubledGraph representing the doubled hilbert space of a density operator. The resulting graph is composed of two disjoint sub-graphs identical to the input.
- Parameters:
graph (
AbstractGraph
) – The graph to double- Return type: