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§
- Site
Index Network - Site Index Network (inspired by ITensorNetworks.jl’s IndsNetwork)
Type Aliases§
- Default
Site Index Network - Type alias for the default SiteIndexNetwork using DynId indices.