Skip to content

fetch from origin #127

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

Merged
merged 1 commit into from
Aug 4, 2020
Merged

Conversation

stefan-woerner
Copy link
Owner

…become mandatory) (qiskit-community#1131)

  • make parameters of OptimizationResult mandatory

  • fix int2bin and lineq2penalty

  • use assertListEqual for list comparison

  • avoid the direct access to _val

  • adjust with OptimizationResult._variables

  • make variables of OptimizationResult.init mandatory

  • update type hint and docstring

  • convert List[float] of Optimization.x into ndarray

  • pylint: fix a cyclic import

  • Update qiskit/optimization/algorithms/optimization_algorithm.py

Co-authored-by: Steve Wood [email protected]

  • updated the main docstrings of optimization algorithms

  • add reno

  • fix a typo

  • fix doctest

  • fix docstrings

  • update docstrings

  • fix plural

  • update docstrings

  • fix merges

  • add qubo_converter to raw_results of min_eigen_solver

Co-authored-by: Manoel Marques [email protected]
Co-authored-by: Anton Dekusar [email protected]
Co-authored-by: Manoel Marques [email protected]
Co-authored-by: Manoel Marques [email protected]
Co-authored-by: Steve Wood [email protected]

Summary

Details and comments

…become mandatory) (#1131)

* make parameters of OptimizationResult mandatory

* fix int2bin and lineq2penalty

* use assertListEqual for list comparison

* avoid the direct access to _val

* adjust with OptimizationResult._variables

* make variables of OptimizationResult.__init__ mandatory

* update type hint and docstring

* convert List[float] of Optimization.x into ndarray

* pylint: fix a cyclic import

* Update qiskit/optimization/algorithms/optimization_algorithm.py

Co-authored-by: Steve Wood <[email protected]>

* updated the main docstrings of optimization algorithms

* add reno

* fix a typo

* fix doctest

* fix docstrings

* update docstrings

* fix plural

* update docstrings

* fix merges

* add qubo_converter to raw_results of min_eigen_solver

Co-authored-by: Manoel Marques <[email protected]>
Co-authored-by: Anton Dekusar <[email protected]>
Co-authored-by: Manoel Marques <[email protected]>
Co-authored-by: Manoel Marques <[email protected]>
Co-authored-by: Steve Wood <[email protected]>
@stefan-woerner stefan-woerner merged commit ad6d91c into stefan-woerner:master Aug 4, 2020
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