You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fundamental <aclass="reference external" href="https://qiskit-community.github.io/qiskit-algorithms/apidocs/qiskit_algorithms.html#minimum-eigensolvers">minimum eigensolvers</a>
of <aclass="reference external" href="https://qiskit.org/ecosystem/algorithms/">Qiskit Algorithms</a>
553
553
as <codeclass="docutils literal notranslate"><spanclass="pre">min_eigen_solver</span></code> argument.
554
554
The supports of the former algorithms based on <codeclass="docutils literal notranslate"><spanclass="pre">qiskit.algorithms</span></code> and <codeclass="docutils literal notranslate"><spanclass="pre">QuantumInstance</span></code>
@@ -585,31 +585,31 @@ <h1>Release Notes<a class="headerlink" href="#release-notes" title="Permalink to
585
585
<spanid="id3"></span><h2>0.5.0<aclass="headerlink" href="#release-notes-0-5-0" title="Permalink to this heading">#</a></h2>
586
586
<sectionid="release-notes-0-5-0-prelude">
587
587
<spanid="id4"></span><h3>Prelude<aclass="headerlink" href="#release-notes-0-5-0-prelude" title="Permalink to this heading">#</a></h3>
588
-
<p>Qiskit Optimization 0.5 supports the new algorithms introduced in Qiskit Terra 0.22 which in turn rely on the <aclass="reference external" href="https://qiskit.org/documentation/apidoc/primitives.html">Qiskit Primitives</a>. Qiskit Optimization 0.5 still supports the former algorithms based on <aclass="reference external" href="https://docs.quantum.ibm.com/api/qiskit/qiskit.utils.QuantumInstance" title="(in Qiskit v0.46)"><codeclass="xref py py-class docutils literal notranslate"><spanclass="pre">qiskit.utils.QuantumInstance</span></code></a>, but they will be deprecated and then removed, along with the support here, in future releases.</p>
588
+
<p>Qiskit Optimization 0.5 supports the new algorithms introduced in Qiskit Terra 0.22 which in turn rely on the <aclass="reference external" href="https://qiskit.org/documentation/apidoc/primitives.html">Qiskit Primitives</a>. Qiskit Optimization 0.5 still supports the former algorithms based on <codeclass="xref py py-class docutils literal notranslate"><spanclass="pre">qiskit.utils.QuantumInstance</span></code>, but they will be deprecated and then removed, along with the support here, in future releases.</p>
589
589
</section>
590
590
<sectionid="release-notes-0-5-0-new-features">
591
591
<spanid="id5"></span><h3>New Features<aclass="headerlink" href="#release-notes-0-5-0-new-features" title="Permalink to this heading">#</a></h3>
592
592
<ulclass="simple">
593
593
<li><p>The <aclass="reference internal" href="stubs/qiskit_optimization.algorithms.MinimumEigenOptimizer.html#qiskit_optimization.algorithms.MinimumEigenOptimizer" title="qiskit_optimization.algorithms.MinimumEigenOptimizer"><codeclass="xref py py-class docutils literal notranslate"><spanclass="pre">MinimumEigenOptimizer</span></code></a> class takes the primitives-based algorithms
The former algorithm <codeclass="xref py py-class docutils literal notranslate"><spanclass="pre">qiskit.algorithms.QAOA</span></code>
608
608
is pending deprecation and will be deprecated and subsequently removed in future releases.</p></li>
609
609
</ul>
610
610
<ulclass="simple">
611
611
<li><p>The <aclass="reference internal" href="stubs/qiskit_optimization.algorithms.GroverOptimizer.html#qiskit_optimization.algorithms.GroverOptimizer" title="qiskit_optimization.algorithms.GroverOptimizer"><codeclass="xref py py-class docutils literal notranslate"><spanclass="pre">GroverOptimizer</span></code></a> class has a new keyword argument, <codeclass="docutils literal notranslate"><spanclass="pre">sampler</span></code> which is
612
-
used to run the algorithm using an instance of the <aclass="reference external" href="https://docs.quantum.ibm.com/api/qiskit/qiskit.primitives.BaseSampler" title="(in Qiskit v0.46)"><codeclass="xref py py-class docutils literal notranslate"><spanclass="pre">qiskit.primitives.BaseSampler</span></code></a>
612
+
used to run the algorithm using an instance of the <codeclass="xref py py-class docutils literal notranslate"><spanclass="pre">qiskit.primitives.BaseSampler</span></code>
613
613
interface to calculate the results. This new argument supersedes the
614
614
the <codeclass="docutils literal notranslate"><spanclass="pre">quantum_instance</span></code> argument and accordingly, <codeclass="docutils literal notranslate"><spanclass="pre">quantum_instance</span></code>
615
615
is pending deprecation and will be deprecated and subsequently removed in
@@ -1001,7 +1001,7 @@ <h1>Release Notes<a class="headerlink" href="#release-notes" title="Permalink to
1001
1001
into a constraint of Docplex without any error.</p></li>
1002
1002
</ul>
1003
1003
<ulclass="simple">
1004
-
<li><p>Allow Qiskit’s <aclass="reference external" href="https://docs.quantum.ibm.com/api/qiskit/qiskit.algorithms.optimizers.Optimizer" title="(in Qiskit v0.46)"><codeclass="xref py py-class docutils literal notranslate"><spanclass="pre">Optimizer</span></code></a> classes as input for
1004
+
<li><p>Allow Qiskit’s <codeclass="xref py py-class docutils literal notranslate"><spanclass="pre">Optimizer</span></code> classes as input for
1005
1005
the <codeclass="docutils literal notranslate"><spanclass="pre">optimizer</span></code> in the <codeclass="xref py py-class docutils literal notranslate"><spanclass="pre">VQEProgram</span></code> and
1006
1006
<codeclass="xref py py-class docutils literal notranslate"><spanclass="pre">QAOAProgram</span></code> instead of only
<aclass="reference internal" href="qiskit_optimization.converters.QuadraticProgramToQubo.html#qiskit_optimization.converters.QuadraticProgramToQubo" title="qiskit_optimization.converters.QuadraticProgramToQubo"><codeclass="xref py py-class docutils literal notranslate"><spanclass="pre">QuadraticProgramToQubo</span></code></a> will be used.</p></li>
445
445
<li><p><strong>penalty</strong> (<aclass="reference external" href="https://docs.python.org/3/library/functions.html#float" title="(in Python v3.12)"><em>float</em></a><em> | </em><em>None</em>) – The penalty factor used in the default
<li><p><strong>sampler</strong> (<aclass="reference external" href="https://docs.quantum.ibm.com/api/qiskit/qiskit.primitives.BaseSampler" title="(in Qiskit v0.46)"><em>BaseSampler</em></a><em> | </em><em>None</em>) – A Sampler to use for sampling the results of the circuits.</p></li>
447
+
<li><p><strong>sampler</strong> (<aclass="reference external" href="https://docs.quantum.ibm.com/api/qiskit/qiskit.primitives.BaseSamplerV1" title="(in Qiskit v1.0)"><em>BaseSamplerV1</em></a><em> | </em><em>None</em>) – A Sampler to use for sampling the results of the circuits.</p></li>
0 commit comments