better "extras" passing in Molecule for EFP#124
Open
loriab wants to merge 2 commits intoMolSSI:masterfrom
Open
better "extras" passing in Molecule for EFP#124loriab wants to merge 2 commits intoMolSSI:masterfrom
loriab wants to merge 2 commits intoMolSSI:masterfrom
Conversation
Contributor
|
What does symbols and geometry look like for EFP? Can we fake it for a normal molecule? A blank molecule should be doable, I think we only need to change the geometry validation. |
Collaborator
Author
|
whole thing would look something like the below.
|
Contributor
|
Looks pretty close to a QM molecule can we pass it in to the canonical constructor with validation off? |
Collaborator
Author
|
Actually, I think latest commit will do the trick wrt empty QM mol. I had put the "minimal" in the wrong place before and hadn't revisited until you ok'd the empty Mol. |
2 tasks
Collaborator
Author
|
Note there's two extra commits in loriab:molextras3 This is associated with https://github.com/loriab/QCEngine/commits/pylibefp/ |
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.
enable_qm=Trueisn't changing anything -- molparse parses QM aspects of the molecule string (enable_efp=Falseby default)missing_enabled_return_qm='minimal'bit is changing from the default (error) to (minimal). this can't do much at present as other things prevent an empty QMmodels.Moleculefor the case of efp-only.'extras', then one set is going to get dropped, probably to someone's surprise. may want to consider replacing with a recursive update, likeupdate_with_errorwithout the error.