cs481-ekh / s24-slice-n-dice

MIT License
1 stars 1 forks source link

Graph atom bonds in plot #154

Closed BraydenThompson closed 6 months ago

BraydenThompson commented 7 months ago

References #35

Be able to graph the bonds in the ipyvolume plot, and ensure accurate representation of bond types and lengths if doable.

BraydenThompson commented 6 months ago

Iterated through bonds, re-scaled, and graphed in plot. I spent way too long figuring out why the graphing function wasn't working, but ended up being that I hadn't been specifically generating the bond adjacency list in the function the way I was calling it.

[t:220]