Breaking changes
vqe_runner
has been updated to use IBMQ's VQE program. The first argument,program_id
, has
now been removed. Theupload_vqe_runner
anddelete_vqe_runner
functions have also been removed.
(#298)
Improvements
- Updated many small things across the plugin to match re-works and deprecations in
qiskit
. The plugin
can still be used in the same way as before. However, we suggest you authenticate with
qiskit_ibm_provider.IBMProvider
instead ofqiskit.IBMQ
from now on, as the latter is deprecated.
(#301)
Contributors
This release contains contributions from (in alphabetical order):
Matthew Silverman