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
Just noticed the following quirk in my app with the latest AWB
I suspect this might be due to the bond-drawing code added in 2.1? (I am still on 2.0)
I need to investigate more, since this happens only in certain scenarios, but I want to document this for now.
It's actually not a bug. I guess you have a small unit cell with the periodic boundary condition (pbc). What's the unit cell of your molecule, I guess these weird bonds will disappear if you use a large unit cell, or switch off the pbc because it's a molecule.
@superstar54 your were right, thanks. I was a victim of a very strange behaviour of TrajectoryData, where it would by default assume PBC=(True, True,True) when converting to StructureData. I opened an issue here: aiidateam/aiida-core#6376
Just noticed the following quirk in my app with the latest AWB
I suspect this might be due to the bond-drawing code added in 2.1? (I am still on 2.0)
I need to investigate more, since this happens only in certain scenarios, but I want to document this for now.
CC @cpignedoli @yakutovicha @superstar54 in case you saw something like this...
The text was updated successfully, but these errors were encountered: