Skip to content
This repository was archived by the owner on Apr 11, 2024. It is now read-only.

Commit faddad8

Browse files
committed
Add notice of obsolescence
1 parent d75689d commit faddad8

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
22

33
[![License](https://img.shields.io/github/license/jakelishman/qiskit-qasm2.svg?style=flat)](https://opensource.org/licenses/Apache-2.0) [![Release](https://img.shields.io/github/release/jakelishman/qiskit-qasm2.svg?style=flat)](https://github.com/jakelishman/qiskit-qasm2/releases) [![Downloads](https://img.shields.io/pypi/dm/qiskit-qasm2.svg?style=flat)](https://pypi.org/project/qiskit-qasm2/) [![Coverage Status](https://coveralls.io/repos/github/jakelishman/qiskit-qasm2/badge.svg?branch=main)](https://coveralls.io/github/jakelishman/qiskit-qasm2?branch=main)
44

5+
> [!IMPORTANT]
6+
>
7+
> This package is obsolete. It was vendored into Qiskit itself as of `qiskit==0.43.0` (via
8+
> `qiskit-terra==0.24.0` at the time), at version `0.5.3` of this package. There is no longer any
9+
> need to install this package; simply use `qiskit.qasm2.load` or `qiskit.qasm2.loads`. The Qiskit
10+
> version is actively developed, and this package is not being updated any more.
11+
>
12+
> All references to Qiskit in the README and in the package itself mean Qiskit versions `<0.43`,
13+
> before this package was vendored into Qiskit.
14+
515
This repository provides the Python package `qiskit_qasm2`, which provides a
616
fast parser of OpenQASM 2 into Qiskit's `QuantumCircuit`. It is often 10x or
717
more faster than Qiskit's native parser. The API is simple:

src-python/qiskit_qasm2/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.5.3
1+
0.5.3.1

0 commit comments

Comments
 (0)