forked from qiskit-community/qiskit-aqua
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
For the Enhancement of converters of QuadraticProgram (qiskit-communi…
…ty#1061) * refactored converter's constructor * added baseconverter class * added is_compatible_with_integer_slack * added InequalityToEquality converter to QuadraticProgramToQubo * refactor InequalityToEquality converter * refactored encode and decode name * renamed encode/decode to convert/interpret * added getter/setter for linear * moved `name` to convert method * fixed IsingToQuadraticProgram * removed `name` arguments from converters * added to_ising and from_ising * moved converters to constructors of algorithms * fixed deprecated msg and added conv to results Co-authored-by: Steve Wood <40241007+woodsp-ibm@users.noreply.github.com> Co-authored-by: Manoel Marques <manoel@us.ibm.com> Co-authored-by: Julien Gacon <jules.gacon@googlemail.com>
- Loading branch information
1 parent
e95bdb8
commit 9999b6e
Showing
15 changed files
with
610 additions
and
572 deletions.
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
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
Oops, something went wrong.