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

Modified CCSD energy code to test Einsums in Python. #81

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

zw0930
Copy link
Contributor

@zw0930 zw0930 commented Mar 27, 2025

Description

Replaced opt_einsum.contract with einsums for testing. Special notes are denoted as # Note: XXX in the code.

Todos

Notable points that this PR has either accomplished or will accomplish.

  • Add a wrapper for routines in einsums to match the format in opt_einsum. (cc_contract_einsums in utils.py)
  • Modified contractions using einsums. (contract_einsums)

Status

  • Ready to go for CCSD energy on CPU.
  • Notes organized in the code.

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

Successfully merging this pull request may close these issues.

1 participant