Skip to main contentIBM Quantum Documentation

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:

    OldNew
    from qiskit_addon_mpf.static import setup_lsefrom qiskit_addon_mpf.static import setup_static_lse
    from qiskit_addon_mpf.static import LSEfrom qiskit_addon_mpf.costs import LSE
    from qiskit_addon_mpf.static import setup_exact_modelfrom qiskit_addon_mpf.costs import setup_exact_problem
    from qiskit_addon_mpf.static import setup_approximate_modelfrom qiskit_addon_mpf.costs import setup_sum_of_squares_problem
Was this page helpful?
Report a bug or request content on GitHub.