We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
must-haves
BondFeatureDesciptor
nice-to-haves
Feel free to make a more "granular" version of this checklist, haha
The text was updated successfully, but these errors were encountered:
get to the point of being able to build/featurize the molecule and convert it to the right format to be fed into WeaveModel.jl
Does this entail something else in addition to setting up WeaveFeaturization?
WeaveFeaturization
some kind of visualization, maybe via OpenSMILES or MolecularGraph
This might be relatively easier to set up (wouldn't a Base.show be enough?)
Base.show
Sorry, something went wrong.
No, I don't think it's really beyond setting that up.
Base.show should have text output in general I think; I was thinking like analogous to the graph visualization we can do for AtomGraph
AtomGraph
Well I guess we may also want some convenience stuff for building commonly-desired SpeciesFeatureDescriptors
SpeciesFeatureDescriptor
WeaveMol
...which probably involves either bringing back the PyCall to rdkit or maybe playing with that jll
building an AtomGraph from a SMILES string etc. would also be clutch here, and make some parts of the test suite tidier too
thazhemadam
Successfully merging a pull request may close this issue.
must-haves
BondFeatureDesciptor
snice-to-haves
Feel free to make a more "granular" version of this checklist, haha
The text was updated successfully, but these errors were encountered: