This repository has been archived by the owner on Jun 12, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 160
Change default solver to CVXPY default for CVX tomography #300
Merged
dcmckayibm
merged 20 commits into
qiskit-community:master
from
chriseclectic:remove-cvxopt
Nov 13, 2019
Merged
Change default solver to CVXPY default for CVX tomography #300
dcmckayibm
merged 20 commits into
qiskit-community:master
from
chriseclectic:remove-cvxopt
Nov 13, 2019
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
chriseclectic
changed the title
Remove cvxopt from requirements and update docs
Change default solver to CVXPY default for CVX tomography
Nov 11, 2019
2 tasks
chriseclectic
force-pushed
the
remove-cvxopt
branch
from
November 11, 2019 19:50
1ef50a3
to
6543760
Compare
It looks like windows tests wont pass without a BLAS or LAPACK library installed |
mtreinish
reviewed
Nov 11, 2019
chriseclectic
force-pushed
the
remove-cvxopt
branch
from
November 12, 2019 00:36
401bf1f
to
b43b809
Compare
dcmckayibm
approved these changes
Nov 13, 2019
5 tasks
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Summary
Changes default solver method for CXV tomography from
CVXOPT
to whatever is the default solver used by CVXPY.Updates tomography API documentation to fix rendering of math equations.
Details and comments
Co-authored-by: Matthew Treinish mtreinish@kortar.org