Code and data for QuGCM paper(arXiv) (published)
It is better to directly go to the folder "ADAPT-CGM," unless the interest is on the orginal data of the paper.
Code for reproducing experiments and data for the ADAPT-GCIM part of the ADAPT-GCIM paper(arXiv)(published). So it does not include ADAPT-VQE-GCM.
It requires two python files (not need to install, but just copy the files) in the original ADAPT-VQE repo. Those files are used for generating Hamiltonians and ansatz pools, so we can guarantee the performance comparision between ADAPT-VQE and ADAPT-GCIM is accurate in code level. We highly appreciate the accessibility of the source code of ADAPT-VQE.
Due to package upgrades, updates on python imports in those external files must be made to run with the later version of pyscf and openfermion. We provide the updated version in our forked repository.
In our recent paper arXiv, we apply ADAPT-GCIM to downfolded Hamiltonians. Please visit https://github.com/npbauman/DUCC-Hamiltonian-Library for downfolded Hamiltonians and all the related experiments. The updated ADAPT-GCIM code is also contained in Quantum_experiments/ADAPT-GCIM/src folder in that repository.