Skip to content

Commit 016eb9c

Browse files
committed
Version 4.2
1 parent 94cad5c commit 016eb9c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

INSTALL.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -223,9 +223,9 @@ does.
223223
- We **strongly** recommend installing [Eigen3](https://eigen.tuxfamily.org)
224224
using the [CMake](https://cmake.org) system, according to the installation
225225
instructions file INSTALL from the [Eigen3](https://eigen.tuxfamily.org) root
226-
directory (which you obtain after un-zipping the Eigen distribution archive).
226+
directory (which you obtain after unzipping the Eigen distribution archive).
227227
For MSVC, this translates into downloading the Eigen3 archive
228-
form [https://eigen.tuxfamily.org](https://eigen.tuxfamily.org), unziping it
228+
form [https://eigen.tuxfamily.org](https://eigen.tuxfamily.org), unzipping it
229229
to e.g. `C:\path\to\eigen-3.x.x\`, followed by executing the following in an
230230
Administrator Developer Command Prompt
231231

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Quantum++ is a modern C++ general purpose quantum computing library, composed
1515
solely of template header files. Quantum++ is written in standard C++17 and has
1616
very low external dependencies, using only
1717
the [Eigen 3](https://eigen.tuxfamily.org) linear algebra header-only template
18-
library and, if available, the [OpenMP](https://www.openmp.org/) multi-processing
18+
library and, if available, the [OpenMP](https://www.openmp.org/) multiprocessing
1919
library.
2020

2121
Quantum++ is not restricted to qubit systems or specific quantum information

0 commit comments

Comments
 (0)