Minor edits to README

This commit is contained in:
giangiac 2021-02-16 11:22:03 -08:00
parent b0f713151b
commit 6756b48dcb
2 changed files with 4 additions and 4 deletions

View File

@ -24,10 +24,10 @@ of the high-performance implementation of circuit simulations.
The library can be built on a variety of different systems, from laptop to HPC server systems.
The directory structure of the repository can be found in
[intel-qs/docs/directory_structure.md](/docs/directory_structure.md).
[docs/directory_structure.md](/docs/directory_structure.md).
The complete guide to the installation can be found in
[intel-qs/docs/install_guide.md](/docs/install_guide.md).
[docs/install_guide.md](/docs/install_guide.md).
At the end of the installation, the library object will be: `/builb/lib/libiqs.so`
@ -129,7 +129,7 @@ When using Intel Quantum Simulator for research projects, please cite:
Gian Giacomo Guerreschi, Justin Hogaboam, Fabio Baruffa, Nicolas P. D. Sawaya
*Intel Quantum Simulator: A cloud-ready high-performance simulator of quantum circuits*
[QST 5, 034007 (2020)](https://doi.org/10.1088/2058-9565/ab8505)
[Quantum Sci. Technol. 5, 034007 (2020)](https://doi.org/10.1088/2058-9565/ab8505)
The original implementation is described here:

View File

@ -98,7 +98,7 @@ To disable the Python wrap, even without MPI, set the CMake option selection to
`-DIqsPython=OFF`.
### Unit test
### Unit tests
By default, with MPI either enabled or disabled, the building process includes a suite
of unit tests written in the [googletest framework](https://github.com/google/googletest).