MobleyLab / chemper

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

Rename `ChemPerGraph` to `SingleGraph` #83

Closed bannanc closed 4 years ago

bannanc commented 5 years ago

The code in fragment_graph.py was written before cluster_graph.py and was (and sort of is) the foundation for ClusterGraph objects. However, it doesn't make sense to call these graph objects ChemPerGraphs when all of the graph objects in ChemPer ARE ChemPerGraphs in some sense.

I think it makes sense to rename this to SingleGraph indicating its intended for a single fragment as opposed to a cluster of fragments.

bannanc commented 5 years ago

This is in PR #82