Skip to content

Commit aa65b4b

Browse files
committed
update docs
1 parent 0da2135 commit aa65b4b

File tree

2 files changed

+26
-0
lines changed

2 files changed

+26
-0
lines changed

docs/source/index.rst

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,31 @@
11
Qlasskit
22
====================================
33

4+
.. image:: https://img.shields.io/badge/GitHub-Repository-blue?logo=github
5+
:alt: GitHub Repository
6+
:target: https://github.com/dakk/qlasskit
7+
.. image:: https://img.shields.io/badge/supported_by-Unitary_Fund-ffff00.svg
8+
:alt: Unitary Fund
9+
:target: https://unitary.fund
10+
.. image:: https://github.com/dakk/qlasskit/actions/workflows/ci.yaml/badge.svg
11+
:alt: CI Status
12+
:target: https://github.com/dakk/qlasskit/actions/workflows/ci.yaml
13+
.. image:: https://img.shields.io/pypi/v/qlasskit
14+
:alt: PyPI - Version
15+
:target: https://pypi.org/project/qlasskit/
16+
.. image:: https://img.shields.io/badge/license-Apache_2.0-blue
17+
:alt: License: Apache 2.0
18+
:target: https://opensource.org/licenses/Apache-2.0
19+
.. image:: https://img.shields.io/badge/qlasskit-Discord-yellow?logo=discord&logoColor=f5f5f5
20+
:alt: Discord
21+
:target: https://discord.com/channels/764231928676089909/1210279373865754624
22+
.. image:: https://app.codacy.com/project/badge/Grade/05acc06af76848028183a66448217d91
23+
:alt: Codacy Badge
24+
:target: https://app.codacy.com/gh/dakk/qlasskit/dashboard?utm_source=gh&utm_medium=referral&utm_content=&utm_campaign=Badge_grade
25+
.. image:: https://static.pepy.tech/badge/qlasskit
26+
:alt: Downloads
27+
:target: https://pepy.tech/project/qlasskit
28+
429
Qlasskit is a Python library that allows quantum developers to write classical algorithms in pure
530
Python and translate them into unitary operators (gates) for use in quantum circuits supporting a wide
631
range of quantum frameworks.

test/test_qcircuit_exporters.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525

2626
from .utils import qiskit_measure_and_count
2727

28+
2829
def cx_circuit():
2930
qc = QCircuit()
3031
a, b = qc.add_qubit(), qc.add_qubit()

0 commit comments

Comments
 (0)