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

Old version of pytket does not install on py3.8 #12

Closed
mpharrigan opened this issue Apr 7, 2020 · 5 comments
Closed

Old version of pytket does not install on py3.8 #12

mpharrigan opened this issue Apr 7, 2020 · 5 comments
Labels

Comments

@mpharrigan
Copy link
Collaborator

  1. Use newer pytket
  2. Re-enable python 3.8 build
@mpharrigan mpharrigan added the qaoa label Apr 7, 2020
This was referenced Apr 7, 2020
@mpharrigan
Copy link
Collaborator Author

mpharrigan commented Jun 15, 2020

The old version of pytket also fails on the latest version of Cirq because it uses cirq.Circuit.from_ops

@mpharrigan
Copy link
Collaborator Author

I couldn't easily figure out how to modify it to use the latest version of pytket. In particular the routing method doesn't return the initial and final mapping.

@mpharrigan
Copy link
Collaborator Author

I tried following CQCL/pytket-docs#15 but am now running into issues with their provided "cirq to device" functionality using Cirq SerializableDevice.

When using bristlecone XMonDevice I was also running into a confusing error message from pytket about an improper qubit/node id

@mpharrigan
Copy link
Collaborator Author

I think I've found success porting it to their "compilation unit" framework and my own cirq-to-tket device conversion. PR forthcoming

@mpharrigan
Copy link
Collaborator Author

Fixed by #38

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

No branches or pull requests

1 participant