fix: fix new github url and typo in q-solved

Signed-off-by: Julien CLEMENT <julien.clement@epita.fr>
This commit is contained in:
Julien CLEMENT 2022-04-10 11:44:55 +02:00
parent 68086057fb
commit 34be6a4a96
2 changed files with 2 additions and 2 deletions

View File

@ -33,7 +33,7 @@ PygmentsStyle = "monokai"
[[params.social]] [[params.social]]
name = "github" name = "github"
url = "https://github.com/Azomasiel" url = "https://github.com/Jujure"
[[params.social]] [[params.social]]
name = "gitea" name = "gitea"

View File

@ -26,7 +26,7 @@ show the flag forever :thinking:
## TL;DR ## TL;DR
The scripts builds a quantum circuit describing an unstructured search The script builds a quantum circuit describing an unstructured search
algorithm inspired by the grover's algorithm. Its goal is to find among all algorithm inspired by the grover's algorithm. Its goal is to find among all
possible inputs, the one(s) with the highest probability to match a predefined possible inputs, the one(s) with the highest probability to match a predefined
criteria. criteria.