Skip to content

Commit

Permalink
CONTRIBUTING: remove trailing spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
drewrisinger committed Aug 10, 2020
1 parent 17b85b0 commit 4e6635e
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ window
$ git clone https://github.com/Qiskit/qiskit-aer
```

- Next, install the platform-specific dependencies for your operating system [Linux](#linux-dependencies) | [macOS](#mac-dependencies) | [Windows](#win-dependencies).
- Next, install the platform-specific dependencies for your operating system [Linux](#linux-dependencies) | [macOS](#mac-dependencies) | [Windows](#win-dependencies).

- The common dependencies can then be installed via *pip*, using the
`requirements-dev.txt` file, e.g.:
Expand All @@ -258,9 +258,9 @@ window
$ pip install -r requirements-dev.txt
```

This will also install [**Conan**](https://conan.io/), a C/C++ package manager written in Python. This tool will handle
most of the dependencies needed by the C++ source code. Internet connection may be needed for the first build or
when dependencies are added/updated, in order to download the required packages if they are not in your **Conan** local
This will also install [**Conan**](https://conan.io/), a C/C++ package manager written in Python. This tool will handle
most of the dependencies needed by the C++ source code. Internet connection may be needed for the first build or
when dependencies are added/updated, in order to download the required packages if they are not in your **Conan** local
repository.

NOTE: Conan use can be disabled with the CMake flag ``"-DUSE_CONAN=OFF"``. This is useful for building from source offline, or to reuse the installed package dependencies.
Expand Down Expand Up @@ -609,7 +609,7 @@ For example,

qiskit-aer$ python ./setup.py bdist_wheel -- -DAER_THRUST_BACKEND=CUDA

If we want to specify the CUDA® architecture instead of letting the build system
If we want to specify the CUDA® architecture instead of letting the build system
auto detect it, we can use the AER_CUDA_ARCH flag (can also be set as an ENV variable
with the same name, although the flag takes precedence). For example:

Expand Down Expand Up @@ -663,7 +663,7 @@ These are the flags:

Tells CMake the directory to look for the BLAS library instead of the usual paths.
If no BLAS library is found under that directory, CMake will raise an error and stop.

It can also be set as an ENV variable with the same name, although the flag takes precedence.

Values: An absolute path.
Expand Down Expand Up @@ -702,7 +702,7 @@ These are the flags:

This flag allows us we to specify the CUDA architecture instead of letting the build system auto detect it.
It can also be set as an ENV variable with the same name, although the flag takes precedence.

Values: Auto | Common | All | List of valid CUDA architecture(s).
Default: Auto
Example: ``python ./setup.py bdist_wheel -- -DAER_THRUST_BACKEND=CUDA -DAER_CUDA_ARCH="5.2; 5.3"``
Expand Down

0 comments on commit 4e6635e

Please sign in to comment.