From 34be6a4a96c10b0c98263b7c7e86a1445efe0090 Mon Sep 17 00:00:00 2001 From: Julien CLEMENT Date: Sun, 10 Apr 2022 11:44:55 +0200 Subject: [PATCH] fix: fix new github url and typo in q-solved Signed-off-by: Julien CLEMENT --- jujure/config.toml | 2 +- jujure/content/writeups/q-solved.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/jujure/config.toml b/jujure/config.toml index c710efb..fdddd96 100644 --- a/jujure/config.toml +++ b/jujure/config.toml @@ -33,7 +33,7 @@ PygmentsStyle = "monokai" [[params.social]] name = "github" - url = "https://github.com/Azomasiel" + url = "https://github.com/Jujure" [[params.social]] name = "gitea" diff --git a/jujure/content/writeups/q-solved.md b/jujure/content/writeups/q-solved.md index dd8355f..5f079f8 100644 --- a/jujure/content/writeups/q-solved.md +++ b/jujure/content/writeups/q-solved.md @@ -26,7 +26,7 @@ show the flag forever :thinking: ## 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 possible inputs, the one(s) with the highest probability to match a predefined criteria.