hanschanhs / QEBAB

1 stars 1 forks source link

Quantum Eigensolver Building on Achievments of Both quantum computing and chemistry (QEBAB)

Tools for building quantum chemistry Variational Quantum Eigensolver (VQE) calculations.

Setup

  1. (Recommended) Create a new conda environment
    $ conda create -n qebab python
    $ conda activate qebab
  2. Clone repo
    $ mkdir QEBAB
    $ cd QEBAB
    $ git clone https://github.com/hanschanhs/QEBAB.git
  3. Install required packages

Availabe tools

Operator pool types

Ansatz build classes

Reference circuits

Build examples use Variational Quantum Deflation (VQD). For ground state VQE calculations, set the number of eigenstates recovered to 1.