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

Numpy implementation of b3lyp #127

Open
alexm-gc opened this issue Aug 31, 2022 · 2 comments
Open

Numpy implementation of b3lyp #127

alexm-gc opened this issue Aug 31, 2022 · 2 comments

Comments

@alexm-gc
Copy link

alexm-gc commented Aug 31, 2022

Apologies for a perhaps silly question. I've been meaning to get a better grasp of the nitty gritty details of b3lyp. Is there a python/numpy implementation of b3lyp in psi4numpy? If so, does anyone have a link?

I was looking at PySCF, but it calls C/fortran code which is much harder to experiment and play with. Considering porting that C/fortran code to python/numpy. Would save me a lot of time if this already exists somewhere in python/numpy.

@hokru
Copy link
Member

hokru commented Aug 31, 2022

Of the functional expression for B88 and LYP? No I don't think so.
Maybe the maple sheets used by libxc are helpful ? https://github.com/ElectronicStructureLibrary/libxc/tree/master/maple
There should be some free viewers for those sheets. Maple might even generate python code but not sure.

@pwborthwick
Copy link
Contributor

I have a python implementation here if it helps.

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

No branches or pull requests

3 participants