tequilahub / tequila

A High-Level Abstraction Framework for Quantum Algorithms
MIT License
369 stars 103 forks source link

Qubit coupled cluster and iterative qubit coupled cluster implementation #269

Closed ral9000 closed 1 year ago

ral9000 commented 1 year ago

Functionality for performing qubit coupled cluster (QCC) and iQCC calculations for electronic ground states implemented in tequila/src/tequila/apps/qcc/qcc.py

For background on QCC, iQCC, and the functionality of the code, please see the accompanying tutorial here.

kottmanj commented 1 year ago

Hi Rob, That looks really good so far! I will need a bit more time to fully review the code and start the merge. Thanks a lot for the contribution.

ral9000 commented 1 year ago

Thanks @kottmanj ! No rush, looking forward to your review.

kottmanj commented 1 year ago

Hi Rob, I would close the PR for now (as I also think you don't want it on public display). Once things are settled, just open a new one.