Correct two typos in README

This commit is contained in:
giangiac 2020-03-02 11:13:34 -08:00
parent 14effd89ab
commit 311237949d
1 changed files with 2 additions and 2 deletions

View File

@ -48,7 +48,7 @@ This directory is used to collect all the files generated by the build process (
```bash
mkdir build
cd build
CXX=mpiicpc cmake -DIqsMPI=ON -DIqsUTest=ON ..
CXX=mpiicpc cmake -DIqsMPI=ON -DIqsUtest=ON ..
make
```
By default, MKL is required when Intel compilers are used.
@ -196,7 +196,7 @@ When using the 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*
[arXiv:2001.10554]((https://arxiv.org/abs/2001.10554)
[arXiv:2001.10554](https://arxiv.org/abs/2001.10554)
The original implementation is described here: