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

Scale unit-cell box to the dimensions of the unit cell #417

Open adrianusler opened 3 weeks ago

adrianusler commented 3 weeks ago

If a unit cell is very large (say, 70x70x70 Angstrom^3), the edges of the unit cell box look very thin. Somehow, we should change this. But I also think that the width of the cylinders should never surpass the atomic radii...

ab5424 commented 3 weeks ago

I think ovito/vesta have a constant "screen size" for the box lines. Can we implement this?