Members: Gopal Ramesh Dahale
One of the frontiers for the Noisy Intermediate-Scale Quantum (NISQ) era's practical uses of quantum computers is quantum chemistry. By employing Hybrid Quantum Classical Optimisation we aim to investigate the minimum of the Ground Potential Energy Surface (PES) of the MOF with gas molecules. We used a deparameterisation approach [1] to freeze
We extended the deparameterisation procedure to carbon capture on MOFs and explored the minimum of PES with
For capturing
Finally, we explored
Each directory contains numbered jupyter notebooks with markdowns for explanations. They also contain the output and input csv
and other used files.
-
$CO_2$ with 2 metal ions$Mn(II)$ and$Cu(I)$ is inco2_mn_ii_and_co2_cu_i
. -
$H_2O + Mn(II)$ is inmin_pes_h2o_mnii
. -
$CO_2 + CH_3NH_2$ is inco2-ch3nh2
.
cu-mof-74
.
utils.py
contains code for problem construction, ansatz selection, custom VQE and other utility functions.dmet
directory contains the code for Density Matrix Embedding Theory (DMET) method.Task IB.ipynb
describes compares the quantum-hybrid solution to at classical solution (CCSD), describing advantages and disadvantages of the approaches.Task 2.ipynb
conceptualizes a quantum or hybrid solution to scale the calculation from one binding site to at least one 2D unit cell of the given metal organic framework-family AND from one gas molecule to a larger amount of substance of the gas molecule. It discusses the requirements for the solution to be implemented in real quantum computers and give an estimate for the time horizon at which it may become feasible.
- Molecular Energy Landscapes of Hardware-Efficient Ansätze in Quantum Computing Boy Choy* and David J. Wales
- Density Matrix Embedding: A Strong-Coupling Quantum Embedding Theory Gerald Knizia* and Garnet Kin-Lic Chan
- A Practical Guide to Density Matrix Embedding Theory in Quantum Chemistry Sebastian Wouters*, Carlos A. Jiménez-Hoyos, Qiming Sun, and Garnet K.-L. Chan*
- OpenQEMIST-DMET