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

Remove couplingdict argument from CouplingMap #1666

Conversation

max-reuter-2
Copy link
Contributor

Summary

Remove couplingdict argument from CouplingMap and associated tests.

Details and comments

@max-reuter-2 max-reuter-2 force-pushed the remove-couplingdict-arg-from-CouplingMap branch from ad1f925 to 739dc45 Compare January 11, 2019 18:04
@diego-plan9 diego-plan9 mentioned this pull request Jan 12, 2019
9 tasks
@@ -23,13 +23,13 @@ def test_empty_coupling_class(self):

def test_coupling_str(self):
coupling_list = [(0, 1), (0, 2), (1, 2)]
Copy link
Member

Choose a reason for hiding this comment

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

can we make this a list of lists.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

See b2954fb.

@jaygambetta jaygambetta merged commit 5be36bc into Qiskit:master Jan 15, 2019
lia-approves pushed a commit to edasgupta/qiskit-terra that referenced this pull request Jul 30, 2019
* Remove couplingdict parameter from CouplingMap

* Remove import warnings module

* Update changelog

* Remove specification of arguments to CouplingMap init - there is only one input now (couplinglist)

* Change elements in couplinglist from tuple to list
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.

2 participants