quantum-melbourne / qiskit-hackathon-22

A repository for Qiskit Hackathon Melbourne (July 4-7, 2022)
5 stars 2 forks source link

Quantum Chemistry Simulations using Entanglement Forging #5

Closed cnakhl closed 1 year ago

cnakhl commented 2 years ago

Abstract

One of the main applications of Quantum Computing is for Chemistry simulations, unfortunately though many of the simulations we want to do require too many qubits. Let's try and do something about that....

Description

Entanglement Forging is a procedure that was recently proposed that halves the number of qubits required to perform simulations of an N qubit system on a quantum computer. The procedure has been used to perform simulations of the ground state of the water molecule using the Variational Quantum Eigensolver (VQE) algorithm.

This project will explore the mechanics underpinning the entanglement forging procedure and try to explore further optimisations and/or improvements which may allow for us to further shrink the qubit required to perform Quantum Chemistry simulations.

You can find a prototype of entanglement forging which was coded up by the original authors here

We may also use this library to explore/implement Matrix Product States (MPS), a tensor network which is analogous to the mathematics underpinning the entanglement forging procedure.

We will go through a quick crash course of the theory required at the start of the project so don't worry if you don't know anything about entanglement forging, VQE, or tensor networks and don't know where to begin.

Members

Deliverable

qsukhi commented 2 years ago

I'm interested! qsukhi@gmail.com

attp commented 2 years ago

This qiskit entanglement forging prototype might be useful to this team: https://github.com/qiskit-community/prototype-entanglement-forging

llama-hedge commented 2 years ago

I want to join this one

mbunn28 commented 2 years ago

Hello Chris I would like to participate in the Quantum Chemistry please

cnakhl commented 2 years ago

ent_forging.pdf

desireevl commented 1 year ago

@cnakhl I'm just wondering if the link you posted to your Github repo is private or has it been deleted? I am writing a blog post and would love to share your work!

cnakhl commented 1 year ago

@cnakhl I'm just wondering if the link you posted to your Github repo is private or has it been deleted? I am writing a blog post and would love to share your work!

@desireevl It has been deleted as the project's code wasn't managed in git in the end.