Closed hghcomphys closed 2 years ago
This potentially can cause a bug when atoms are too far from the simulation box (>L) and apply_pbc() method cannot work properly. Also moving atoms inside the box can make visualization easier.
This has been solve by introducing the shift_pbc_atoms() method inside the Box. Atoms are shifted into the box before when initializing the structure.
This potentially can cause a bug when atoms are too far from the simulation box (>L) and apply_pbc() method cannot work properly. Also moving atoms inside the box can make visualization easier.