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 AttributeError: module 'pyscf.pbc.df.ft_ao' has no attribute '_ft_aopair_kpts' #25

Merged
merged 2 commits into from
Oct 9, 2023

Conversation

MarcoBarroca
Copy link
Contributor

This fixes issue #19 and is necessary because of this commit to PySCF.

update _ft_aopair_kpts to ft_aopair_kpts
update _ft_aopair_kpts to ft_aopair_kpts
@MarcoBarroca
Copy link
Contributor Author

I thought I had a more up-to-date version of PySCF. Turns out this will only work up to version 2.0.1 of PySCF

@sunqm Has this plugin been completely abandoned? I wanted to use PySCF with MPI but seems like updating this to version 2.3.0 would be a lot of work.

@sunqm
Copy link
Collaborator

sunqm commented Oct 9, 2023

This repo is not abandoned. The pbc.df module in pyscf is changed so much since v2.0. Not enough resource can be put in this repo regarding those changes.

@sunqm
Copy link
Collaborator

sunqm commented Oct 9, 2023

I will merge your PR. I guess it should make the FFTDF class working with MPI. The GDF code will fail if working with pyscf-2.3

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