1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-12 03:00:28 +00:00

misc/quantum++: Correction in pkg-descr

Reported by:	Vlad Gheorghiu <vlad@softwareq.ca>
This commit is contained in:
Yuri Victorovich 2022-01-11 12:45:41 -08:00
parent 0bd2e7e35f
commit 68ccdb1292

View File

@ -1,5 +1,5 @@
Quantum++ is a modern C++11 general purpose quantum computing library, composed
solely of template header files. Quantum++ is written in standard C++11 and has
Quantum++ is a modern 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 linear algebra
header-only template library and, if available, the OpenMP multi-processing
library.