Skip to content

Commit 198a8ca

Browse files
Add Arxiv shield to README.md (#947)
* Add Arxiv shield to README.md * Update README.md Co-authored-by: Steve Wood <40241007+woodsp-ibm@users.noreply.github.com> --------- Co-authored-by: Steve Wood <40241007+woodsp-ibm@users.noreply.github.com>
1 parent b16d0b4 commit 198a8ca

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

README.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,13 @@
33
[![License](https://img.shields.io/github/license/qiskit-community/qiskit-machine-learning.svg?)](https://opensource.org/licenses/Apache-2.0) <!--- long-description-skip-begin -->
44
[![Current Release](https://img.shields.io/github/release/qiskit-community/qiskit-machine-learning.svg?logo=Qiskit)](https://github.com/qiskit-community/qiskit-machine-learning/releases)
55
[![Build Status](https://github.com/qiskit-community/qiskit-machine-learning/actions/workflows/main.yml/badge.svg)](https://github.com/qiskit-community/qiskit-machine-learning/actions?query=workflow%3A"Machine%20Learning%20Unit%20Tests"+branch%3Amain+event%3Apush)
6-
[![Monthly downloads](https://img.shields.io/pypi/dm/qiskit-machine-learning.svg)](https://pypi.org/project/qiskit-machine-learning/)
76
[![Coverage Status](https://coveralls.io/repos/github/qiskit-community/qiskit-machine-learning/badge.svg?branch=main)](https://coveralls.io/github/qiskit-community/qiskit-machine-learning?branch=main)
87
![PyPI - Python Version](https://img.shields.io/pypi/pyversions/qiskit-machine-learning)
8+
[![Monthly downloads](https://img.shields.io/pypi/dm/qiskit-machine-learning.svg)](https://pypi.org/project/qiskit-machine-learning/)
99
[![Total downloads](https://static.pepy.tech/badge/qiskit-machine-learning)](https://pepy.tech/project/qiskit-machine-learning)
1010
[![Slack Organisation](https://img.shields.io/badge/slack-chat-blueviolet.svg?label=Qiskit%20Slack&logo=slack)](https://slack.qiskit.org)
11+
[![arXiv](https://img.shields.io/badge/arXiv-2505.17756-b31b1b.svg)](https://arxiv.org/abs/2505.17756)
12+
1113
<!--- long-description-skip-end -->
1214

1315
## What is Qiskit Machine Learning?
@@ -21,8 +23,9 @@ on the Qiskit software development kit. As of version `0.7`, Qiskit Machine Lear
2123
by IBM and the [Hartree Center](https://www.hartree.stfc.ac.uk/), part of the UK Science and
2224
Technologies Facilities Council (STFC).
2325

24-
A description of the library structure, features, and domain-specific applications, can be found
25-
in a dedicated [ArXiv paper](https://arxiv.org/abs/2505.17756).
26+
> [!NOTE]
27+
> A description of the library structure, features, and domain-specific applications, can be found
28+
> in a dedicated [ArXiv paper](https://arxiv.org/abs/2505.17756).
2629
2730
The Qiskit Machine Learning framework aims to be:
2831

0 commit comments

Comments
 (0)