ITensor / ITensorNetworks.jl

A package with general tools for working with higher-dimensional tensor networks based on ITensor.
MIT License
51 stars 12 forks source link

Delete `flatten_networks` #164

Open mtfishman opened 2 months ago

mtfishman commented 2 months ago

I don't think flatten_networks is needed now that we have some better concepts like forms, partitioned graphs, etc.

@JoeyT1994 seems like you already started removing it's usage in the tests in #162?

JoeyT1994 commented 2 months ago

Yeah I have been moving away from it.

I think, with the changes in #162, the only use I can see of it is in test_contraction_sequence_to_graph which was some code from a while back converting contraction_sequences to a graphical representation.