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
If you use stk.BuildingBlock.init(atoms=...,bonds=...,position_matrix=...) you only get can exception if len(position_matrix) < len(atoms) (this is correct). But if there are more positions than atoms, stk just uses the positions needed for the desired atoms and does not throw an exception. This could lead to weird behaviour?
Not super important, but worth noting that the position matrix size can be >= number of atoms without throwing an exception.
The text was updated successfully, but these errors were encountered: