Skip to content

Releases: rigetti/qiskit-rigetti

v0.4.7

07 Feb 20:38
Compare
Choose a tag to compare

0.4.7 (2024-02-07)

fix

  • README example needs coupling_map defined (#43) (bacbcf6), closes #43

Fix

  • Failing a fetch to get an ISA will no longer raise errors when initializing a backend (#46) (e7b2fd1), closes #46

v0.4.6

28 Dec 19:16
Compare
Choose a tag to compare

0.4.6 (2023-12-28)

Chore

  • Install Poetry in CI from pip (53adc87)
  • Support prerelease versions in CI (deed39a)
  • Update pip-licenses (7853185)
  • Update dependencies (4ab67c7)
  • update qiskit and flake8 (98c5c9e)

Docs

feat

fix

  • install npm along with nodejs in gitlab-ci (#42) (45d14ad), closes #42

Fix

  • Handle older versions of qasm that do not implement copy (3fd0091)
  • Include cz in OpenQASM basis gates (#35) (72eff3e), closes #35
  • Rename output clbit in instructions too (054bd0f)

Refactor

  • Remove unneeded type ignore comment (977c511)

Update

  • Add coupling map to backends automatically (7ce99b7)
  • expose coupling map on backend (b022f9e)

Upgrade

  • Update build dependencies, remove upper bound on qiskit (#31) (bd02e59), closes #31

v0.4.6-rc.3

15 Feb 19:30
Compare
Choose a tag to compare
v0.4.6-rc.3 Pre-release
Pre-release

0.4.6-rc.3 (2022-02-15)

Docs

Fix

Update

  • expose coupling map on backend (034db84)

v0.4.6-rc.2

15 Feb 01:33
Compare
Choose a tag to compare
v0.4.6-rc.2 Pre-release
Pre-release

0.4.6-rc.2 (2022-02-15)

fix

  • drop unused coupling map import (1d368c1)
  • handle older versions of qasm that do not implement copy (c798b19)
  • restore list coupling map (8dd9eb9)

Update

v0.4.6-rc.1

14 Feb 23:19
Compare
Choose a tag to compare
v0.4.6-rc.1 Pre-release
Pre-release

0.4.6-rc.1 (2022-02-14)

ci

  • drop dephell (76ee140)
  • explicitly set rc channel (9a21ae5)
  • release only from rc branch (8a26d46)
  • skip license check temporarily (95c8bf3)
  • support rc from additional branches (fbd9884)
  • support rc publication (a3f798f)
  • update release candidate rules (3859bf9)
  • use explicit branch to publish rc (637b3e6)
  • use implicit release channel (9f2f10a)

fix

  • match entire prerelease branch name (13317f6)
  • only publish release candidate on rc branch (8e8efa1)
  • set coupling map as list (cf85b6f)
  • test assertions against qvm service (8693550)
  • test environment url (66f3025)
  • update tests for proactive initialization of the coupling map (444c5bb)
  • version type ignore (77efee7)

update

  • auto set coupling map on backends (ed1bab1)

Update

  • always save version artifacts (9e2bd6a)

v0.4.5

09 Nov 17:57
Compare
Choose a tag to compare

0.4.5 (2021-11-09)

Fix

  • Exceptions when executing via QuantumInstance (22c0e96)
  • Set configured max experiments to max beneficial parallelism (01c5f08)

v0.4.4

25 Aug 21:08
Compare
Choose a tag to compare

0.4.4 (2021-08-25)

Fix

  • Compatibility with Qiskit's run_circuits and CircuitSampler utilities. (#19) (f4ca04a), closes #19

v0.4.3

12 Aug 17:11
Compare
Choose a tag to compare

0.4.3 (2021-08-12)

New

  • Add binder image to run tutorials (bd7c5e3)

v0.4.2

28 Jul 23:45
Compare
Choose a tag to compare

0.4.2 (2021-07-28)

Docs

Fix

  • Backend now binds parametric circuits before execution (#16) (7b9430d), closes #16

Update

  • Remove barrier support until quilc has better compatibility (bc9f9f1)

v0.4.1

26 Jul 19:09
Compare
Choose a tag to compare

0.4.1 (2021-07-26)

Docs

New