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
Right now we do not have a standardized method to represent booleans. The code uses pbc=True and pbc=torch.Tensor([True,True,True]) interchangeably. I propose to change it all to torch.Tensor([True,True,True]). This is a breaking change but I think it's better than pbc=True because it brings us onto a path to implement axis-specific periodic boundaries.