Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Truncation thresholds from DMRG #23

Open
max-radin opened this issue Nov 20, 2024 · 1 comment
Open

Truncation thresholds from DMRG #23

max-radin opened this issue Nov 20, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@max-radin
Copy link
Member

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.

@max-radin max-radin added the enhancement New feature or request label Nov 20, 2024
@aakunitsa
Copy link
Contributor

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants