Skip to main content

Module site_index_network

Module site_index_network 

Source
Expand description

Site Index Network (inspired by ITensorNetworks.jl’s IndsNetwork)

Provides a structure combining:

  • NodeNameNetwork: Graph topology (node connections)
  • Site space map: Physical indices at each node (HashMap<NodeName, HashSet<I>>)

This design separates the index structure from tensor data, enabling topology and site space comparison independent of tensor values.

Re-exports§

pub use crate::node_name_network::CanonicalizeEdges as CanonicalizeEdgesType;

Structs§

SiteIndexNetwork
Site Index Network (inspired by ITensorNetworks.jl’s IndsNetwork)

Type Aliases§

DefaultSiteIndexNetwork
Type alias for the default SiteIndexNetwork using DynId indices.