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

Supercell dialog textLabel #325

Closed Michel-Heinz closed 2 months ago

Michel-Heinz commented 4 months ago

In the supercell dialog, there is a random textLabel floating around with the message textLabel

adrianusler commented 4 months ago

Yes, I am aware of this awkward bit. I wanted to implement that this tells you how many atoms are going to be generated (combined with a warning if this number becomes dangerously large).

Michel-Heinz commented 4 months ago

That is a great idea 👍

adrianusler commented 3 months ago

I have implemented this in the branch feature/326-snapshot-custom-resolution.