slight plan tweaks
This commit is contained in:
parent
26733f8ccb
commit
428cfd58b7
2 changed files with 8 additions and 1 deletions
|
|
@ -38,6 +38,10 @@
|
||||||
default = pkgs.mkShellNoCC {
|
default = pkgs.mkShellNoCC {
|
||||||
packages = [
|
packages = [
|
||||||
pkgs.typst
|
pkgs.typst
|
||||||
|
(pkgs.python3.withPackages (ppkgs: [
|
||||||
|
ppkgs.numpy
|
||||||
|
ppkgs.tqdm
|
||||||
|
]))
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,10 @@
|
||||||
What I'll be making is a program that uses a Hardware discriptor
|
What I'll be making is a program that uses a Hardware discriptor
|
||||||
-like the one exported by qiskit- together with a target expressibility,
|
-like the one exported by qiskit- together with a target expressibility,
|
||||||
target entanglement, and a minimal Fidelity to produce a
|
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 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-
|
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
|
to determine the Quality, while some measure of distance between different expressible Hilbert Spaces
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue