Skip to content

Latest commit

 

History

History
41 lines (23 loc) · 733 Bytes

CHANGELOG.md

File metadata and controls

41 lines (23 loc) · 733 Bytes

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[Unreleased]

Added

Changed

  • Updated to support Qiskit 1.0.

Fixed

[0.0.4] - 2023-11-05

Added

  • support python 3.11

[0.0.3] - 2023-08-17

Fixed

  • qiskit-aer added to requirements.txt as it seems necessary to be explicitly installed

[0.0.2] - 2023-06-26

Added

  • Aer simulatotion method and execution method (#7)
  • Docs (#5)

Changed

Fixed

  • Remove dependency on graphix module inside runner.py (#9)

[0.0.1] - 2023-05-22