About cookies on this site Our websites require some cookies to function properly (required). In addition, other cookies may be used with your consent to analyze site usage, improve the user experience and for advertising. For more information, please review your options. By visiting our website, you agree to our processing of information as described in IBM’sprivacy statement. To provide a smooth navigation, your cookie preferences will be shared across the IBM web domains listed here.
Multi-product formulas (MPF) release notes
0.2.0
New Features
- Adds the ability to compute dynamic (i.e. time-dependent) MPF coefficients. For more details, refer to
qiskit_addon_mpf.dynamic
.
Upgrade Notes
-
The code for the static MPF coefficients has been moved. It functions the same as before, but you have to update your imports and function names as summarized in the table below:
Old New from qiskit_addon_mpf.static import setup_lse
from qiskit_addon_mpf.static import setup_static_lse
from qiskit_addon_mpf.static import LSE
from qiskit_addon_mpf.costs import LSE
from qiskit_addon_mpf.static import setup_exact_model
from qiskit_addon_mpf.costs import setup_exact_problem
from qiskit_addon_mpf.static import setup_approximate_model
from qiskit_addon_mpf.costs import setup_sum_of_squares_problem
Was this page helpful?
Report a bug or request content on GitHub.