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

Adapt TilingComposite to Pegasus architecture #295

Open
arcondello opened this issue May 8, 2020 · 2 comments
Open

Adapt TilingComposite to Pegasus architecture #295

arcondello opened this issue May 8, 2020 · 2 comments
Labels
feature-request/enhancement New feature or request

Comments

@arcondello
Copy link
Member

Right now the TilingComposite is only defined for Chimera-structured hardware graphs.

See also #294

@jackraymond
Copy link
Contributor

TilingComposite has been modified so that Chimera structured subproblems can be tiled over Pegasus-structured graphs. This is a partial solution. #431
The ability to tile Pegasus structured subproblems over Pegasus structured graphs is still absent. This involves changes to the class signature, amongst other things.

@jackraymond
Copy link
Contributor

It would make sense to have a simpler DisplacementComposite or AutomorphicComposite that attempts to move/rotate an embedding on the processor. This would have independent value for noise reductions (same reason as SRT). The TilingComposite would reuse these transformations (accumulating them subject to no intersection)
.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature-request/enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants