You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+13-4Lines changed: 13 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,16 @@
1
-
# NEASQC repo Variational Algorithms
2
-
3
-
This repository collects Python scripts and Jupyter notebooks that allow the user to test different methods for quantum computing.
4
-
It contains our custom functions (e.g. VHA ansatz, PBO Hamiltonian) that are built upon Qiskit libraries, as well as method to reduce number of measurement and noise.
1
+
# NEASQC repo Variational Algorithms and Measurement mitigation
2
+
3
+
This repository collects Python scripts and Jupyter notebooks that allow the user to try different methods for quantum computing.
4
+
In particular it contains the following methods:
5
+
-**Variational Algorithms**:
6
+
- VHA, Variational Hamiltonian Ansatz
7
+
- PBO Hamiltonian
8
+
-**Quantum Measurement Mitigation**
9
+
- Enhanced Sampling: a sampling methods that uses Bayesian inference to reduce the number of measurement [Minimizing estimation runtime on noisy quantum computers](https://arxiv.org/abs/2006.09350).
10
+
- Classical Shadows: a method for estimating energy gaps using few shots and no ancilla qubits [Algorithmic Shadow Spectroscopy](https://arxiv.org/abs/2212.11036).
11
+
- N-rep projection: algorithm for mitigating decoherence and shot noise on NISQ devices by projecting noisy Reduced Density Matrices (RDMs) into a constrained space that enforces fixed trace and positive semi-definiteness [Post-processing noisy quantum computations utilizing N-representability constraints](https://arxiv.org/abs/2304.13401).
12
+
13
+
It also contains various additionals scripts, explained in the following.
5
14
6
15
The repository is organized as follows:
7
16
-**misc**: contains the notebooks and python scripts that showcase the variational algorithms as well as enhanced sampling method.
0 commit comments