Replies: 1 comment
-
|
You may override the |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Is there a way to disable the direct J or K terms in the SCF procedure?
I know how to disable K with the following code:
mf = dft.UKS(mol)
mf.xc = 'HF * 0.0'
mf.kernel()
How to disable J?
Beta Was this translation helpful? Give feedback.
All reactions