Skip to content
This repository has been archived by the owner on Dec 7, 2021. It is now read-only.

Commit

Permalink
updated docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
adekusar-drl committed Jul 22, 2020
1 parent d6fb48a commit 7aeafcc
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions qiskit/optimization/algorithms/admm_optimizer.py
Original file line number Diff line number Diff line change
Expand Up @@ -202,9 +202,10 @@ def __init__(self, qubo_optimizer: Optional[OptimizationAlgorithm] = None,
"""
Args:
qubo_optimizer: An instance of OptimizationAlgorithm that can effectively solve
QUBO problems.
QUBO problems. If not specified then :class:`MinimumEigenOptimizer` initialized
with an instance of :class:`NumPyMinimumEigensolver` will be used.
continuous_optimizer: An instance of OptimizationAlgorithm that can solve
continuous problems.
continuous problems. If not specified then :class:`SlsqpOptimizer` will be used.
params: An instance of ADMMParameters.
"""
super().__init__()
Expand Down

0 comments on commit 7aeafcc

Please sign in to comment.