File tree Expand file tree Collapse file tree 2 files changed +26
-0
lines changed Expand file tree Collapse file tree 2 files changed +26
-0
lines changed Original file line number Diff line number Diff line change 1
1
Qlasskit
2
2
====================================
3
3
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
+
4
29
Qlasskit is a Python library that allows quantum developers to write classical algorithms in pure
5
30
Python and translate them into unitary operators (gates) for use in quantum circuits supporting a wide
6
31
range of quantum frameworks.
Original file line number Diff line number Diff line change 25
25
26
26
from .utils import qiskit_measure_and_count
27
27
28
+
28
29
def cx_circuit ():
29
30
qc = QCircuit ()
30
31
a , b = qc .add_qubit (), qc .add_qubit ()
You can’t perform that action at this time.
0 commit comments