Skip to content

Fix NameError bug in uks.py get_veff#227

Merged
sunqm merged 1 commit intopyscf:devfrom
MatthewRHermes:dft.uks.get_veff-namefix
Sep 11, 2018
Merged

Fix NameError bug in uks.py get_veff#227
sunqm merged 1 commit intopyscf:devfrom
MatthewRHermes:dft.uks.get_veff-namefix

Conversation

@MatthewRHermes
Copy link
Copy Markdown
Collaborator

Change "mol = self.mol" to "mol = ks.mol" in get_veff because "self" is undefined and the first positional argument of get_veff is "ks." Compare rks.py get_veff and dks.py get_veff functions.

Change "mol = self.mol" to "mol = ks.mol" in get_veff because "self" is undefined and the first positional argument of get_veff is "ks." Compare rks.py get_veff and dks.py get_veff functions.
@sunqm sunqm merged commit c41f54e into pyscf:dev Sep 11, 2018
jtkrogel pushed a commit to jtkrogel/pyscf that referenced this pull request Jan 29, 2026
updated test_accumulators to use gth-szv so that it's faster.
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