Molara-Lab / Molara

Molara is a Python package for the visualization of chemical structures such as molecules or crystals. It provides a graphical user interface for importing structures from output files of popular computational chemistry software as well as for creating custom structures.
GNU General Public License v3.0
11 stars 0 forks source link

Can't load POSCAR if no atoms are on a plane / edge #416

Open adrianusler opened 4 weeks ago

adrianusler commented 4 weeks ago

Fix: In make_supercell, only append extra_atomic_nums and extra_fractional_coords to the atomic_nums and fractional_coords arrays if these "extra" arrays are not empty!