This repository was archived by the owner on May 17, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 22Q-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
66users to deploy established error-robust quantum control protocols from the
77open literature and defined in Q-CTRL Open Controls on IBM Quantum hardware.
88
@@ -21,7 +21,7 @@ Table of Contents
2121Installation
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
2525the ``pip `` distribution to get the most recent stable release. If you want the
2626latest features then install from source.
2727
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " qctrl-qiskit"
33version = " 0.0.1"
4- description = " Q-CTRL Qiskit"
4+ description = " Q-CTRL Qiskit Adapter "
55license = " Apache-2.0"
66authors = [
" Q-CTRL <[email protected] >" ]
77readme = " README.md"
Original file line number Diff line number Diff line change 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' ,
You can’t perform that action at this time.
0 commit comments