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.