Skip to content

Commit

Permalink
Version 4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
vsoftco committed May 12, 2023
1 parent 94cad5c commit 016eb9c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -223,9 +223,9 @@ does.
- We **strongly** recommend installing [Eigen3](https://eigen.tuxfamily.org)
using the [CMake](https://cmake.org) system, according to the installation
instructions file INSTALL from the [Eigen3](https://eigen.tuxfamily.org) root
directory (which you obtain after un-zipping the Eigen distribution archive).
directory (which you obtain after unzipping the Eigen distribution archive).
For MSVC, this translates into downloading the Eigen3 archive
form [https://eigen.tuxfamily.org](https://eigen.tuxfamily.org), unziping it
form [https://eigen.tuxfamily.org](https://eigen.tuxfamily.org), unzipping it
to e.g. `C:\path\to\eigen-3.x.x\`, followed by executing the following in an
Administrator Developer Command Prompt

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Quantum++ is a modern C++ general purpose quantum computing library, composed
solely of template header files. Quantum++ is written in standard C++17 and has
very low external dependencies, using only
the [Eigen 3](https://eigen.tuxfamily.org) linear algebra header-only template
library and, if available, the [OpenMP](https://www.openmp.org/) multi-processing
library and, if available, the [OpenMP](https://www.openmp.org/) multiprocessing
library.

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

0 comments on commit 016eb9c

Please sign in to comment.