Changelog#
Version 15.2#
Drop support for Valkmusa architecture. #140
Version 15.1#
Bugfix: Accept unknown gates in the DQA. #141
Version 15.0#
Version 14.6#
Bugfix COMP-1491: Fixed issue where cirq_iqm would ignore the MOVE gate validation options in CircuitCompilationOptions. #136
Removed cirq_iqm circuit validation when submitting to an IQM device because iqm-client already validates the circuit.
Added isort formatting to tox -e format.
Version 14.5#
Remove unnecessary build files when publishing documentation. #138
Version 14.4#
Version 14.3#
Improved operation validation to check if it is calibrated according to the metadata rather than assuming. #133
Added
IQMMoveGate
class for Deneb architectures. #133Updated
IQMDevice
class to support devices with resonators. #133Support for
CircuitCompilationOptions
fromiqm-client
when submitting a circuit to an IQM device.Require iqm-client >= 18.0. #133
Version 14.2#
Version 14.1#
Require iqm-client >= 17.6. #132
Version 14.0#
Require iqm-client >= 17.1. #128
Version 13.2#
Use GitHub Action as a Trusted Publisher to publish packages to PyPI. #127
Version 13.1#
Remove multiversion documentation. #125
Version 13.0#
Require iqm-client >= 16.0.
Remove parameter
circuit_duration_check
fromIQMSampler
.Add parameter
max_circuit_duration_over_t2
toIQMSampler
.
Version 12.2#
Require iqm-client >= 15.2. Bump dependencies and dev tools. #121
Version 12.1#
Use latest version of
sphinx-multiversion-contrib
to fix documentation version sorting. #120
Version 12.0#
Move
cirq_iqm
package toiqm
namespace. #119
Version 11.13#
Add table of backend options and an example of submitting a batch of circuits to the user guide. #117
Version 11.12#
Return IQM Client metadata with results. #109
Version 11.11#
Submitted job is aborted if the user interrupts the program while it is waiting for results. #114
Version 11.10#
Make polling of circuit results configurable. #113
Version 11.9#
Version 11.8#
Version 11.7#
Generate license information for dependencies on every release #108
Version 11.6#
Upgrade to IQMClient version 12.2 #107
Version 11.5#
Upgrade to IQMClient version 12.0 #106
Version 11.4#
Version 11.3#
Provide version information to IQMClient. #104
Version 11.2#
Build and publish docs for older versions fixes. #103
Version 11.1#
Build and publish docs for older versions. #101
Version 11.0#
Use new opaque UUID for
calibration_set_id
. #98
Version 10.1#
Add
IQMSampler.run_iqm_batch()
for running multiple circuits in a batch. #100
Version 10.0#
Replace routing function from cirq.contrib with newly added routing functionality in cirq 1.1. #97
Version 9.0#
User guide updated.
Bugfixes#
IQMDevice.route_circuit()
bugfix:initial_mapping
must be reversed to match thecirq.contrib.routing.greedy
convention.
Version 8.2#
Upgrade to IQMClient version 10.0. #95
Version 8.1#
Version 8.0#
Implement metadata for IQM devices. #92
Version 7.8#
Bump
iqm-client
dependency. #91
Version 7.7#
Enable mypy support. #88
Version 7.6#
Upgrade to IQMClient version 8.0.
Remove
settings
parameter fromIQMSampler
.
Version 7.5#
Upgrade to IQMClient version 7.0.
Version 7.4#
cortex-cli
is now the preferred way of authentication.
Version 7.3#
Use cirq 1.0. #82
Version 7.2#
Version 7.1#
Support iqm-client 6.0. #79
Version 7.0#
Version 6.1#
Support iqm-client 4.3. #78
Version 6.0#
Allow running sweeps in
IQMSampler.run_sweep
. #76
Version 5.0#
Make
settings
an optional parameter forIQMSampler
. Optionalsettings
is now after non-optionaldevice
in arguments. #73Requires iqm-client 3.3
Version 4.1#
Add support for 20-qubit Apollo architecture. #72
Version 4.0#
Version 3.6#
Update optimizers, tests and relevant Jupyter examples to fix deprecation warnings in preparation for cirq 0.15 and cirq 1.0. #70
Version 3.5#
Configure automatic tagging and releasing. #64
Version 3.4#
Add HTTP Basic auth. #62
Version 3.3 (2021-11-15)#
Bump the
iqm-client
dependency to 1.4, remove the strict pinning. Bumpbuild
to 0.7.0. #58
Version 3.2 (2021-11-02)#
Add functionality for routing circuits with multi-qubit measurements. #56
Version 3.1 (2021-10-19)#
Update the cirq dependency to version 0.13
Remove unused argument from Circuit
Version 3.0 (2021-10-12)#
Raise an error if MeasurementGate has an
invert_mask
. #53
Version 2.1 (2021-09-21)#
Features#
Version 2.0 (2021-09-17)#
Version 1.2 (2021-09-03)#
Features#
Move IQM client to a separate library
Adonis native gate set updated, Rz is not native. #41
Bugfixes#
DropRZMeasurements sometimes did not remove z rotations it should have. #41
Version 1.1 (2021-08-13)#
The version of
requests
dependency is relaxed.Minor aesthetic changes in the documentation.
Version 1.0 (2021-08-11)#
Features#
IQMDevice
updated. #35IQMDevice.map_circuit
removed.IQMDevice.decompose_circuit
andIQMDevice.route_circuit
methods added.IQMDevice.simplify_circuit
now checks if it has hit a fixed point after each iteration.IQMSampler
checks that the circuit respects the device connectivity.
Device qubit handling is simplified. #34
IQMSampler
can generate a trivial qubit mapping automatically.The class
IQMQubit
was removed.
Documentation updated. #36
The documentation now contains a concise user guide.
Documentation published online.
Bugfixes#
Version 0.7 (2021-07-07)#
Bugfixes#
Off-by-one error fixed in IQMDevice.map_circuit. #29
Version 0.6 (2021-07-02)#
Features#
Project setup updated. #22
pyproject.toml
added.PyScaffold
dependency removed.Sphinx bumped to version 4.0.2.
API docs generated using recursive
sphinx.ext.autosummary
.tox
scripts for building docs, dist packages.
Version 0.5 (2021-06-24)#
Features#
Gate decomposition and circuit optimization procedure simplified. #21
Cirq dependency bumped to 0.11. #23
NOTE: Before installing this version, please manually uninstall Cirq 0.10. See Cirq 0.11 release notes for more details: quantumlib/Cirq
Version 0.4 (2021-06-23)#
Features#
Convert data to IQM internal format when running requests. #20
Version 0.3 (2021-06-09)#
Features#
Settings file support. #17
Version 0.2 (2021-04-23)#
Features#
Version 0.1 (2021-04-22)#
Features#
Supports the Adonis and Valkmusa architectures.
Extends the OpenQASM language with gates native to the IQM architectures.
Loads quantum circuits from OpenQASM files.
Decomposes gates into the native gate set of the chosen architecture.
Optimizes the circuit by merging neighboring gates, and commuting z rotations towards the end of the circuit.
Circuits can be simulated using both the standard Cirq simulators and the qsim simulators.