Skip to content
/ navqt Public

Noise-assisted Variational Quantum Thermalization (NAVQT) is an algorithm used to learn the parameters in a variational quantum circuit which prepares a thermal state of a Hamiltonian. Different from other approaches it considers the noise itself as a variational parameter which can be learned using approximations on the entropy.

Notifications You must be signed in to change notification settings

jfold/navqt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

65 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NAVQT

This repository contains the code and examples for the corresponding paper Foldager, Jonathan, et al. "Noise-assisted Variational Quantum Thermalization".

Noise-assisted Variational Quantum Thermalization (NAVQT) is an algorithm used to learn the parameters in a variational quantum circuit which prepares a thermal state of a Hamiltonian at a specified temperature. Different from other approaches it considers the noise itself as a variational parameter which can be learned using approximations on the entropy.

Install packages

pip install -q tensorflow==2.3.1 tensorflow_probability==0.11.0 tensorflow-quantum==0.4.0 cirq==0.9.1

Usage

Shell:

python main.py "N=4|model=IC-u|ansatz=qaoa-r|beta=10.0"

Notebook:

from navqt import NAVQT
navqt = NAVQT(N=4,model="IC-u",ansatz="qaoa-r",beta=10.0)
navqt.train()
navqt.plot_history()

About

Noise-assisted Variational Quantum Thermalization (NAVQT) is an algorithm used to learn the parameters in a variational quantum circuit which prepares a thermal state of a Hamiltonian. Different from other approaches it considers the noise itself as a variational parameter which can be learned using approximations on the entropy.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages