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

Adding Entangle Layers #211

Merged
merged 5 commits into from
Nov 4, 2023
Merged

Conversation

GenericP3rson
Copy link
Collaborator

As discussed, added support for four entanglement types: EntangleFull, EntangleLinear, EntangleCircular, and EntanglePairwise. This is broken into two commits: the first adds the updates changes (would recommend focusing review there) and the second fixes the style of the layers.py file.

@GenericP3rson
Copy link
Collaborator Author

Hm, it looks like the tests’ errors are unrelated to this particular file. The error seems to be:

ImportError: cannot import name 'isometry' from 'qiskit.extensions.quantum_initializer' 

I think qiskit.extensions.quantum_initializer.isometry is deprecated? I’ll take a look into it!

Copy link
Collaborator

@Hanrui-Wang Hanrui-Wang left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

reviewed

@Hanrui-Wang
Copy link
Collaborator

Hi GenericP3rson,

Thank you for your contributions! I will merge it first. We can create a new one for separating different layers to different files.

@Hanrui-Wang Hanrui-Wang merged commit 357dc4d into mit-han-lab:dev Nov 4, 2023
5 of 7 checks passed
@GenericP3rson GenericP3rson deleted the entangle_layers branch November 5, 2023 15:23
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

Successfully merging this pull request may close these issues.

None yet

2 participants