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 F841 errors in mbe and ube #52

Merged
merged 2 commits into from
Dec 10, 2024
Merged

fix F841 errors in mbe and ube #52

merged 2 commits into from
Dec 10, 2024

Conversation

bhanscam
Copy link
Contributor

Fixed these issues:
src/quemb/molbe/mbe.py:558:23: F841 Local variable rdm1_lo is assigned to but never used
src/quemb/molbe/mbe.py:558:32: F841 Local variable rdm2_lo is assigned to but never used
src/quemb/molbe/mbe.py:894:13: F841 Local variable dm_init is assigned to but never used
src/quemb/molbe/mbe.py:915:17: F841 Local variable eh1 is assigned to but never used
src/quemb/molbe/mbe.py:915:22: F841 Local variable ecoul is assigned to but never used
src/quemb/molbe/mbe.py:915:29: F841 Local variable ef is assigned to but never used
src/quemb/molbe/ube.py:185:9: F841 Local variable EF is assigned to but never used
src/quemb/molbe/ube.py:311:13: F841 Local variable sab is assigned to but never used
src/quemb/molbe/ube.py:335:13: F841 Local variable dm_init is assigned to but never used

@bhanscam bhanscam requested a review from mscho527 December 10, 2024 18:30
src/quemb/molbe/mbe.py Outdated Show resolved Hide resolved
more detail here :)
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.

cool cool nice cool

@bhanscam bhanscam merged commit f1f7722 into main Dec 10, 2024
4 checks passed
@bhanscam bhanscam deleted the ruff_fix_beck branch December 10, 2024 18:47
@mscho527
Copy link
Member

part of #44

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