You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Could you, please, share an example on how to set charge and multiplicity?
I'm doing print("SCF Energy: ", pk.energy("pbe/def2-svp")) in a cobalt complex and it is dying after 100 SCF iterations (but the multiplicity should be 4 instead of 1 anyway).
The text was updated successfully, but these errors were encountered:
I added the multiplicity option to the energy and optimize methods. But I haven't tested it yet.
Please let me know if there is a bug or if you send some examples to us, we'll try them.
Hi! Thank you so much!
Could you share an example on how to use the new feature so I can give it some test?
(Is it updated on pip and conda or do I have to manually rebuild the code?)
Really nice wrapper. worked well for me to RESP charges of reduced nicotinamide. Now need to do oxidized, with net charge +1. How to do this and is there an example?
thanks. Kim Sharp
Formal charge of molecule is calculated automatically by using mol2xyz. https://github.com/Mishima-syk/psikit/blob/master/psikit/util.py
Unfortunately there isn't an example of RESP charge calculation of charged molecule. I'll try it if you can provide structure information of the molecule.
Thanks,
Could you, please, share an example on how to set charge and multiplicity?
I'm doing
print("SCF Energy: ", pk.energy("pbe/def2-svp"))
in a cobalt complex and it is dying after 100 SCF iterations (but the multiplicity should be 4 instead of 1 anyway).The text was updated successfully, but these errors were encountered: