You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
contract_approx has a lot of partitioned tensor network/graph logic, but uses an older format based on a DataGraph with subgraphs stored as the vertex data. It would clean up that part of the code to switch to the new PartitionedGraph type.
contract_approx
has a lot of partitioned tensor network/graph logic, but uses an older format based on aDataGraph
with subgraphs stored as the vertex data. It would clean up that part of the code to switch to the newPartitionedGraph
type.@JoeyT1994
The text was updated successfully, but these errors were encountered: