Releases: iqm-finland/cirq-on-iqm
Releases · iqm-finland/cirq-on-iqm
3.3
- Bump the
iqm-client
dependency to 1.4, remove the strict pinning. Bump build
to 0.7.0. #58
3.2
Add functionality for routing circuits with multi-qubit measurements. #56
3.1
Remove unused circuit args. #55
3.0
Raise an error if MeasurementGate has an invert_mask
. #53
2.1
circuit_from_qasm
imports OpenQASM 2.0 gates U
and u3
of the form U(a, b, -b)
as cirq.PhasedXPowGate
. #46
- Add an equals method to
IQMDevice
such that all instances of the same device architecture are considered equivalent. #50