kbsezginel / nanocar-avogadro

Nanocar builder Avogadro 2 plug-in
https://kbsezginel.github.io/nanocar-avogadro
BSD 3-Clause "New" or "Revised" License
95 stars 17 forks source link

Plug-in interface float numbers cannot be larger than 99.99 #3

Closed kbsezginel closed 5 years ago

kbsezginel commented 5 years ago

This creates a problem where when you create a surface with box size larger than 99.99 the box size is read as 99.99 instead of the original size. One quick work around could be converting the box size to nm instead of Angstrom.

kbsezginel commented 5 years ago

As of 91ae5f4d72891ed9e1fb15e44d479653eb52388d the box size in LAMMPS setup is now displayed in nanometers. This limits the box size to 100 nm instead of 100 Angstrom. It's a temporary solution.