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

Commit

Permalink
Merge pull request #3 from qctrl/convert-to-adapter
Browse files Browse the repository at this point in the history
Changed instances of Adaptor to Adapter
  • Loading branch information
Rajib Chakravorty authored Dec 4, 2019
2 parents 539c1fb + 4a6c889 commit 7df5590
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 15 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Q-CTRL Cirq Adaptor
# Q-CTRL Cirq Adapter

The aim of the Q-CTRL Cirq Adaptor package is to provide export functions allowing
The aim of the Q-CTRL Cirq 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 Google quantum devices
and simulators.
Expand All @@ -17,13 +17,13 @@ Anyone interested in quantum control is welcome to contribute to this project.

## Installation

Q-CTRL Cirq Adaptor can be installed through `pip` or from source. We recommend
Q-CTRL Cirq 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 Cirq Adaptor you will need an installation of Python. We
To use Q-CTRL Cirq 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 Cirq Adaptor.
Use `pip` to install the latest version of Q-CTRL Cirq Adapter.

```shell
pip install qctrl-cirq
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 Cirq Adaptor
Q-CTRL Cirq Adapter
===================

The aim of the Q-CTRL Cirq Adaptor package is to provide export functions allowing
The aim of the Q-CTRL Cirq 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 Google quantum devices
and simulators.
Expand All @@ -22,14 +22,14 @@ Table of Contents
Installation
------------

Q-CTRL Cirq Adaptor can be installed through ``pip`` or from source. We recommend
Q-CTRL Cirq 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 Cirq Adaptor you will need an installation of Python. We
To use Q-CTRL Cirq 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 @@ -44,7 +44,7 @@ jupyter notebook editor <https://jupyter.org/install>`_ on its own.
Using PyPi
^^^^^^^^^^

Use ``pip`` to install the latest version of Q-CTRL Cirq Adaptor.
Use ``pip`` to install the latest version of Q-CTRL Cirq 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 Cirq Adaptor
Q-CTRL Cirq Adapter
===================

Aim of the Q-CTRL Cirq Adaptor package is to provide easy to use export functions
Aim of the Q-CTRL Cirq 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 Google quantum devices and simulators.

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

Q-CTRL Cirq Adaptor can be install through ``pip`` or from source. We recommend
Q-CTRL Cirq 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 Cirq Adaptor you will need an installation of Python. We
To use Q-CTRL Cirq 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 Cirq Adaptor.
Use ``pip`` to install the latest version of Q-CTRL Cirq Adapter.

.. code-block:: shell
Expand Down

0 comments on commit 7df5590

Please sign in to comment.