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

generalize contraction code #19

Closed
95-martin-orion opened this issue May 2, 2019 · 3 comments
Closed

generalize contraction code #19

95-martin-orion opened this issue May 2, 2019 · 3 comments
Assignees

Comments

@95-martin-orion
Copy link
Contributor

In order for qflex to support arbitrary circuit layouts, we need to write a generic version of the contraction code which can take contraction details (i.e., ordering and cuts) as input.

@95-martin-orion
Copy link
Contributor Author

On a similar note, we should be able to take the "qubits_off" grid as input as well - either as a bitstring or a boolean array.

@95-martin-orion
Copy link
Contributor Author

PR #27 will resolve this, more or less. There's still room for changes to how users provide input, but that can be tracked in a separate issue.

@95-martin-orion 95-martin-orion self-assigned this Jul 2, 2019
@95-martin-orion
Copy link
Contributor Author

As of #30 this is complete - all circuit details can be provided through config files, and the main binary is completely generic.

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