From 428cfd58b7335d99ad0e77a0978d37287d10d29b Mon Sep 17 00:00:00 2001 From: Noa Aarts Date: Tue, 6 Jan 2026 09:28:13 +0100 Subject: [PATCH] slight plan tweaks --- flake.nix | 4 ++++ planning/plan.typ | 5 ++++- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 31df2f7..d485894 100644 --- a/flake.nix +++ b/flake.nix @@ -38,6 +38,10 @@ default = pkgs.mkShellNoCC { packages = [ pkgs.typst + (pkgs.python3.withPackages (ppkgs: [ + ppkgs.numpy + ppkgs.tqdm + ])) ]; }; } diff --git a/planning/plan.typ b/planning/plan.typ index 9a02cd1..5769f06 100644 --- a/planning/plan.typ +++ b/planning/plan.typ @@ -2,7 +2,10 @@ What I'll be making is 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. +diverse set of Parametrised Quantum Circuits (PQCs). +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. 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