This repository was archived by the owner on Apr 11, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change 2
2
3
3
[ ![ 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 )
4
4
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
+
5
15
This repository provides the Python package ` qiskit_qasm2 ` , which provides a
6
16
fast parser of OpenQASM 2 into Qiskit's ` QuantumCircuit ` . It is often 10x or
7
17
more faster than Qiskit's native parser. The API is simple:
Original file line number Diff line number Diff line change 1
- 0.5.3
1
+ 0.5.3.1
You can’t perform that action at this time.
0 commit comments