Skip to content

Commit 32ffab2

Browse files
authored
Update README.md
1 parent 582f1ab commit 32ffab2

File tree

1 file changed

+13
-4
lines changed

1 file changed

+13
-4
lines changed

README.md

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff 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.
514

615
The repository is organized as follows:
716
- **misc**: contains the notebooks and python scripts that showcase the variational algorithms as well as enhanced sampling method.

0 commit comments

Comments
 (0)