You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
main_density_calc in main.py takes coords, radius, and mass.
These are for all beads while the function works on a single bead.
Similarly, a single BeadDensity class instance should be common to all beads and outside main_density_calc.
main_density_calcinmain.pytakescoords,radius, andmass.These are for all beads while the function works on a single bead.
Similarly, a single
BeadDensityclass instance should be common to all beads and outsidemain_density_calc.