Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

More functionality for PartitionedGraph wrapping ITensorNetwork #127

Open
1 task
mtfishman opened this issue Jan 22, 2024 · 0 comments
Open
1 task

More functionality for PartitionedGraph wrapping ITensorNetwork #127

mtfishman opened this issue Jan 22, 2024 · 0 comments

Comments

@mtfishman
Copy link
Member

A follow up to #126, which introduces PartitionedGraph wrapping an ITensorNetwork as a data structure to help with implementing the belief propagation code.

An unfortunate consequence of that design is that functions that work on regular ITensorNetwork may not work on one wrapped in a PartitionedGraph, such as:

  • scalartype

It would be good to assess how to make those functions work in an elegant way. scalartype could maybe work if we made ITensorNetwork iterable over the vertex data, in which case scalartype would iterate over the ITensors of the network.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant