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

Fix unused args #59

Merged
merged 27 commits into from
Dec 11, 2024
Merged

Fix unused args #59

merged 27 commits into from
Dec 11, 2024

Conversation

mcocdawc
Copy link
Contributor

@mcocdawc mcocdawc commented Dec 11, 2024

Joint PR of all of us to remove unused args (or explicitly ignore them)

  • re-enable rest of ruff checks

related to #57 #58

- removed mo_coeff, mo_occ and similars from `solve_uccsd` because
    it is redundantly passed via `mf`
- removed `be_iter`. related to #58
- explicitly ignored the missing `enuc` and `pot`. related #53
@mcocdawc mcocdawc changed the title WIP: Fix unused args Fix unused args Dec 11, 2024
Copy link
Contributor Author

@mcocdawc mcocdawc left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

let's discuss in person @mscho527

src/quemb/kbe/pbe.py Outdated Show resolved Hide resolved
src/quemb/shared/external/cphf_utils.py Show resolved Hide resolved
Copy link
Member

@mscho527 mscho527 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@mcocdawc mcocdawc merged commit 8d84357 into main Dec 11, 2024
4 checks passed
@mcocdawc mcocdawc deleted the fix_unused_args branch December 11, 2024 22:00
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.

2 participants