MobleyLab / chemper

Repository for Chemical Perception Sampling Tools
MIT License
19 stars 10 forks source link

Should graphs be able to `add_layer` #39

Closed bannanc closed 5 years ago

bannanc commented 5 years ago

Would it be easy to support an add_layer function to ClusterGraph which would allow a user to interactively add a layer?

This would make the resolution to #38 more efficient, but probably not in a significant way.

bannanc commented 5 years ago

The more I think about this the harder it sounds because you iteratively add layers. I think add_mol is fine, but I think add_layer would be too difficult.