This repository has been archived by the owner on Dec 7, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 376
For the Enhancement of converters of QuadraticProgram #1061
Merged
woodsp-ibm
merged 43 commits into
qiskit-community:master
from
a-matsuo:converter_constructor
Aug 3, 2020
Merged
Changes from 1 commit
Commits
Show all changes
43 commits
Select commit
Hold shift + click to select a range
2c1e762
refactored converter's constructor
a-matsuo eaa1cf1
Merge branch 'master' into converter_constructor
woodsp-ibm 7dd3692
Merge branch 'master' into converter_constructor
manoelmarques 73af26f
added baseconverter class
a-matsuo 281ebe9
Merge branch 'master' into converter_constructor
manoelmarques fabdc3a
added is_compatible_with_integer_slack
a-matsuo 8c9e474
added InequalityToEquality converter to QuadraticProgramToQubo
a-matsuo b657d41
Merge branch 'converter_constructor' of github.com:a-matsuo/qiskit-aq…
a-matsuo 5669d81
refactor InequalityToEquality converter
a-matsuo 6efbdcf
refactored encode and decode name
a-matsuo be17abe
Merge branch 'master' into converter_constructor
manoelmarques 5cb01a0
renamed encode/decode to convert/interpret
a-matsuo 64111f2
renamed encode/decode to convert/interpret
a-matsuo 07c8e4e
fixed lint and changed to deep copy results
a-matsuo abb351d
added getter/setter for linear
a-matsuo bd0fec0
Merge branch 'master' into converter_constructor
Cryoris dbf881b
reflect EqualityToPenalty converter changes
a-matsuo 8fb0c25
fixed
a-matsuo fb66959
fixed lint and mypy errors
a-matsuo cc2beb2
fixed a style error
a-matsuo 5b4077c
moved `name` to convert method
a-matsuo f73fbd8
fixed IsingToQuadraticProgram
a-matsuo 2ff04ea
added reno file
a-matsuo 26da9c9
fixed
a-matsuo d512032
removed `name` arguments from converters
a-matsuo ae5da14
fixed issues
a-matsuo d034110
fixed name
a-matsuo 7673009
Merge branch 'master' into converter_constructor
woodsp-ibm e8ed1f0
Merge branch 'master' into converter_constructor
woodsp-ibm c3ce427
Merge branch 'master' into converter_constructor
woodsp-ibm bb22c9f
added to_ising and from_ising
a-matsuo d45a18d
Merge branch 'converter_constructor' of github.com:a-matsuo/qiskit-aq…
a-matsuo 5b56f0c
updated release notes
a-matsuo 0f14ee1
Merge branch 'master' into converter_constructor
manoelmarques 44149e4
fixed the release note
a-matsuo 0827f25
Merge remote-tracking branch 'upstream/master' into converter_constru…
a-matsuo 6c9ada1
Merge remote-tracking branch 'upstream/master' into converter_constru…
a-matsuo 89f4695
added deprecated messages and fixed
a-matsuo c543a7d
fixed lint
a-matsuo 41f7315
fixed lint
a-matsuo 06fcdfb
moved converters to constructors of algorithms
a-matsuo 1317ae3
Merge remote-tracking branch 'upstream/master' into converter_constru…
a-matsuo b3cf5db
fixed deprecated msg and added conv to results
a-matsuo File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
insert a copy of the converter?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
(for all optimizers)