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

Commit 31fc2db

Browse files
author
Rajib Chakravorty
authored
Merge pull request #5 from qctrl/convert-to-adapter
Changed instances of Adaptor to Adapter in Readme and index.rst
2 parents 6721b41 + 7caf710 commit 31fc2db

File tree

3 files changed

+15
-15
lines changed

3 files changed

+15
-15
lines changed

README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# Q-CTRL Qiskit Adaptor
1+
# Q-CTRL Qiskit Adapter
22

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

@@ -17,13 +17,13 @@ Anyone interested in quantum control is welcome to contribute to this project.
1717

1818
## Installation
1919

20-
Q-CTRL Qiskit Adaptor can be installed through `pip` or from source. We recommend
20+
Q-CTRL Qiskit Adapter can be installed through `pip` or from source. We recommend
2121
the `pip` distribution to get the most recent stable release. If you want the
2222
latest features then install from source.
2323

2424
### Requirements
2525

26-
To use Q-CTRL Qiskit Adaptor you will need an installation of Python. We
26+
To use Q-CTRL Qiskit Adapter you will need an installation of Python. We
2727
recommend using the [Anaconda](https://www.anaconda.com/) distribution of
2828
Python. Anaconda includes standard numerical and scientific Python packages
2929
which are optimally compiled for your machine. Follow the [Anaconda
@@ -37,7 +37,7 @@ jupyter notebook editor](https://jupyter.org/install) on its own.
3737

3838
### Using PyPi
3939

40-
Use `pip` to install the latest version of Q-CTRL Qiskit Adaptor.
40+
Use `pip` to install the latest version of Q-CTRL Qiskit Adapter.
4141

4242
```shell
4343
pip install qctrl-qiskit

README.rst

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11

2-
Q-CTRL Qiskit Adaptor
2+
Q-CTRL Qiskit Adapter
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,14 +21,14 @@ Table of Contents
2121
Installation
2222
------------
2323

24-
Q-CTRL Qiskit Adaptor can be installed through ``pip`` or from source. We recommend
24+
Q-CTRL Qiskit Adapter 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

2828
Requirements
2929
^^^^^^^^^^^^
3030

31-
To use Q-CTRL Qiskit Adaptor you will need an installation of Python. We
31+
To use Q-CTRL Qiskit Adapter you will need an installation of Python. We
3232
recommend using the `Anaconda <https://www.anaconda.com/>`_ distribution of
3333
Python. Anaconda includes standard numerical and scientific Python packages
3434
which are optimally compiled for your machine. Follow the `Anaconda
@@ -43,7 +43,7 @@ jupyter notebook editor <https://jupyter.org/install>`_ on its own.
4343
Using PyPi
4444
^^^^^^^^^^
4545

46-
Use ``pip`` to install the latest version of Q-CTRL Qiskit Adaptor.
46+
Use ``pip`` to install the latest version of Q-CTRL Qiskit Adapter.
4747

4848
.. code-block:: shell
4949

docs/index.rst

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,22 @@
11

2-
Q-CTRL Qiskit Adaptor
2+
Q-CTRL Qiskit Adapter
33
=====================
44

5-
Aim of the Q-CTRL Qiskit Adaptor package is to provide easy to use export functions
5+
Aim of the Q-CTRL Qiskit Adapter package is to provide easy to use export functions
66
allowing users to deploy the quantum controls techniques, define in Q-CTRL Open
77
Controls, on IBMQ quantum hardware.
88

99
Installation
1010
------------
1111

12-
Q-CTRL Qiskit Adaptor can be install through ``pip`` or from source. We recommend
12+
Q-CTRL Qiskit Adapter can be install through ``pip`` or from source. We recommend
1313
the ``pip`` distribution to get the most recent stable release. If you want the
1414
latest features then install from source.
1515

1616
Requirements
1717
^^^^^^^^^^^^
1818

19-
To use Q-CTRL Qiskit Adaptor you will need an installation of Python. We
19+
To use Q-CTRL Qiskit Adapter you will need an installation of Python. We
2020
recommend using the `Anaconda <https://www.anaconda.com/>`_ distribution of
2121
Python. Anaconda includes standard numerical and scientific Python packages
2222
which are optimally compiled for your machine. Follow the `Anaconda
@@ -31,7 +31,7 @@ jupyter notebook editor <https://jupyter.org/install>`_ on its own.
3131
Using PyPi
3232
^^^^^^^^^^
3333

34-
Use ``pip`` to install the latest version of Q-CTRL Qiskit Adaptor.
34+
Use ``pip`` to install the latest version of Q-CTRL Qiskit Adapter.
3535

3636
.. code-block:: shell
3737

0 commit comments

Comments
 (0)