Skip to content
This repository was archived by the owner on May 17, 2022. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Q-CTRL Qiskit Adaptor
# Q-CTRL Qiskit Adapter

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

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

## Installation

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

### Requirements

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

### Using PyPi

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

```shell
pip install qctrl-qiskit
Expand Down
10 changes: 5 additions & 5 deletions README.rst
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@

Q-CTRL Qiskit Adaptor
Q-CTRL Qiskit Adapter
=====================

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

Expand All @@ -21,14 +21,14 @@ Table of Contents
Installation
------------

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

Requirements
^^^^^^^^^^^^

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

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

.. code-block:: shell

Expand Down
10 changes: 5 additions & 5 deletions docs/index.rst
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@

Q-CTRL Qiskit Adaptor
Q-CTRL Qiskit Adapter
=====================

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

Installation
------------

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

Requirements
^^^^^^^^^^^^

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

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

.. code-block:: shell

Expand Down