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
move the declaration of big arrays (x, y, bonds, nbr) out of main()
change bond_number() into a table of size Nx2 built like this: given site1, site2 and mu from 0 to 3, if mu<2 use index (site1,mu), else use (site2,mu)