Changelog
Contents
Changelog#
Version 7.1#
Add a simple example for getting started. #41
Version 7.0#
Use new opaque UUID for
calibration_set_id
. #37
Version 6.3#
Construct
IQMJob.circuit_metadata
from data retrieved from the server, if needed. #36
Version 6.2#
Upgrade to
qiskit ~= 0.39.1
and remove the life hack of adding measurement gates to the target. #34
Version 6.1#
Version 6.0#
Implement transpiler target for
IQMBackend
. #32
Version 5.0#
Remove
settings
option fromIQMBackend.run
. #28
Version 4.6#
Enable mypy support. #27
Version 4.5#
Move calibration set ID from result’s metadata to the individual results’ metadata. #25
Version 4.4#
Version 4.3#
cortex-cli
is now the preferred way of authentication.
Version 4.2#
Version 4.1#
iqm-client 6.0 support. #21
Version 4.0#
Remove
settings_path
fromIQMProvider
and addsettings
option toIQMBackend.run
. #17
Version 3.1#
Use metadata returned from iqm-client for minor improvements. #19
Version 3.0#
Experimental enabling of batch circuit exection. #18
Version 2.3#
Make
settings_path
optional parameter forIQMProvider
. #14Requires iqm-client 3.3 if
settings_path
is not specified.
Version 2.2#
Use IQM Client’s
get_run_status
instead ofget_run
to retrieve status. #13Requires iqm-client 3.2
Version 2.1#
Allow serialization of
barrier
operations. #12
Version 2.0#
Version 1.1#
Fix code examples in user guide, add missing dependency in developer guide. #8
Version 1.0#
Updated documentation layout to use sphinx-book-theme. #6
Version 0.2#
Version 0.1#
Project skeleton created.