From fdbf6a1a6da4ff7c0ef9059440a9526ff02c3057 Mon Sep 17 00:00:00 2001 From: Vlad Gheorghiu Date: Sun, 1 Sep 2019 07:04:25 -0400 Subject: [PATCH] Update README.md silly typo on the Quantum++ hyperlink --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0936e18..adc1324 100644 --- a/README.md +++ b/README.md @@ -65,7 +65,7 @@ For further resources related to Open Source Quantum Software Projects, please c - [Qiskit SDK](https://github.com/Qiskit/qiskit-sdk-py) - Software development kit by IBM for working with OpenQASM and the IBM Q Experience. - [Qiskit.js](https://github.com/QISKit/qiskit-js) - Qiskit for JavaScript made by IBM. - [Qrack](https://vm6502q.readthedocs.io) - High performance LGPL-licensed C++ quantum simulator library, documentation, and test code. -- [Quantum++](https://https://github.com/vsoftco/qpp) - High performance modern C++11 quantum computing library. +- [Quantum++](https://github.com/vsoftco/qpp) - High performance modern C++11 quantum computing library. - [Quantum Programming Studio](https://quantum-circuit.com/) - Web based quantum programming IDE and simulator. - [Quipper](https://www.mathstat.dal.ca/~selinger/quipper/) - Embedded, scalable, functional programming language for quantum computing. - [Qurry](https://github.com/LSaldyt/Qurry) - Quantum probabilistic programming language based on functional and probabilistic paradigms.