From 14bb387e2d3cc74675494d06bbd71dd04a730e9b Mon Sep 17 00:00:00 2001 From: Noa Aarts Date: Tue, 6 Jan 2026 11:20:07 +0100 Subject: [PATCH] text improvements --- planning/plan.typ | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/planning/plan.typ b/planning/plan.typ index 5769f06..03aa425 100644 --- a/planning/plan.typ +++ b/planning/plan.typ @@ -1,11 +1,13 @@ -== Introduction -What I'll be making is a program that uses a Hardware discriptor += Introduction +The goal of this project is to make a program that uses a Hardware discriptor -like the one exported by qiskit- together with a target expressibility, target entanglement, and a minimal Fidelity to produce a -diverse set of Parametrised Quantum Circuits (PQCs). +set of Parametrised Quantum Circuits (PQCs) that cover different parts of the Hilbert Space. Unlike previous training free Quantum Architecture Searches@training-free@evolutionary-architecture-search -we will make the search hardware-specific while also keeping it training-free -and target a specific expressibility instead of just maximizing to help mitigate barren plateaus. +we will make the search hardware-specific, by implementing noise proxies, +and target a specific expressibility instead of maximizing it to help mitigate barren plateaus, +another differentiator is the optimisation for diversity which should increase the probability +that a good PQC for a problem is in the produced set of PQCs. The program will be using one of the Quality-Diversity Evolutionary Algorithms@qdea to achieve this, the quality aspect will use the Expressibility, Entanglement, and simulated Noise -or proxies for these- to determine the Quality, while some measure of distance between different expressible Hilbert Spaces @@ -35,6 +37,4 @@ In the next parts I'll list the inputs and outputs in a more structured way. - Fidelity -== References - #bibliography("references.bib")