John Stoppelman

Results 3 comments of John Stoppelman

Hello, I am receiving a similar issue after installing MSMBuilder 3.8.0 from `conda install -c omnia msmbuilder` and trying to import msmbuilder.cluster into my code with `from msmbuilder import cluster`....

I see what the problem is now. PySCFAD has the code needed for LRC functionals in `pyscfad/dft/rks.py`, but there's a missing section in `pyscfad/scf/hf.py`. I modified my local version of...