isi-usc-edu / qb-gsee-benchmark

Apache License 2.0
0 stars 0 forks source link

Truncation thresholds from DMRG #23

Open max-radin opened 1 week ago

max-radin commented 1 week ago

The quantum resource estimation pipeline being developed right now just uses a nominal double factorization threshold of 1 mH. To make our resource estimates more defensible, it would be good to choose the threshold using DMRG. (Although in principle other methods such as CCSD(T) could be an option, the benchmark includes instances which for which coupled cluster struggles to converge.)

@aakunitsa suggested that we might not need to run any new DMRG calculations to do this: we could just evaluate the expectation value of the truncated Hamiltonian with respect to the wavefunctions we already have for the untruncated Hamiltonians.

Note: there is an initial prototype on branch max-radin/DTA2-528/dmrg-truncation-thresholds.

aakunitsa commented 1 week ago

Hi @max-radin, I have added some useful DMRG utils here https://github.com/isi-usc-edu/qb-gsee-benchmark/blob/max-radin/DTA2-528/dmrg-truncation-thresholds/src/qb_gsee_benchmark/dmrg.py