Update MCSCF density fitting example#259
Merged
Conversation
- Fix isinstance check, eris_sp['h1eff'] is NPArrayWithTag by lib.numpy_helper while eris_sp['cvcv'] is plain np.array - Truth value of np.array is ambiguous, use .any() here - Allow deprecated pttype = NEVPT2 and check for valid pttype - Handle the case with existing int directory - Fix execute call for NEVPT2
k-EA-GCCSD diagonal correction and test
Conflicts: pyscf/pbc/df/test/test_fft.py pyscf/pbc/scf/khf.py pyscf/pbc/scf/krohf.py
Small fixes in dmrgci and icmpspt
mf._cderi requires the h5py file object ("file1"), not the
dataset object ("file1['j3c']"). Obsolete API?
bogdanoff
pushed a commit
to bogdanoff/pyscf
that referenced
this pull request
Apr 8, 2021
Update MCSCF density fitting example
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
In examples/mcscf/41-mcscf_custom_df_hamiltonian.py; mf.with_df._cderi appears to require a h5py file object ("file1"), not the dataset object ("file1['j3c']"). Old API?