Skip to content
This repository was archived by the owner on May 17, 2022. It is now read-only.

Commit e0daa93

Browse files
author
Rajib Chakravorty
committed
description changed in toml file
1 parent 371ef5e commit e0daa93

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Q-CTRL Qiskit Adaptor
33
=====================
44

5-
The aim of the Q-CTRL Qiskit Adaptor package is to provide export functions allowing
5+
The aim of the Q-CTRL Qiskit Adapter package is to provide export functions allowing
66
users to deploy established error-robust quantum control protocols from the
77
open literature and defined in Q-CTRL Open Controls on IBM Quantum hardware.
88

@@ -21,7 +21,7 @@ Table of Contents
2121
Installation
2222
------------
2323

24-
Q-CTRL Qiskit Adaptor can be install through ``pip`` or from source. We recommend
24+
Q-CTRL Qiskit Adaptor can be installed through ``pip`` or from source. We recommend
2525
the ``pip`` distribution to get the most recent stable release. If you want the
2626
latest features then install from source.
2727

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[tool.poetry]
22
name = "qctrl-qiskit"
33
version = "0.0.1"
4-
description = "Q-CTRL Qiskit"
4+
description = "Q-CTRL Qiskit Adapter"
55
license = "Apache-2.0"
66
authors = ["Q-CTRL <[email protected]>"]
77
readme = "README.md"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
long_description=readme,
2626
name='qctrl-qiskit',
2727
version='0.0.1',
28-
description='Q-CTRL Qiskit',
28+
description='Q-CTRL Qiskit Adapter',
2929
python_requires='<3.8,>=3.6.4',
3030
project_urls={'repository': 'https://github.com/qctrl/python-qiskit'},
3131
author='Q-CTRL',

0 commit comments

Comments
 (0)