ghutchis / avogadro

Avogadro is an advanced molecular editor designed for cross-platform use in computational chemistry, molecular modeling, bioinformatics, materials science, and related areas. It offers flexible rendering and a powerful plugin architecture.
http://avogadro.cc/
GNU General Public License v2.0
2 stars 0 forks source link

Reading multi-molecule xyz file #718

Closed ghutchis closed 8 years ago

ghutchis commented 10 years ago

I am trying to read in an xyz file containing multiple molecules. The first molecule is displayed fine, but I am having trouble seeing subsequent molecules. I can display a second molecule with 1-9 atoms by following the first definition with an integer, then a comment line (which is picked up as the name of the molecule), and then a set atom number, coordinate lines.

If, however, the integer is ten or more the program refuses to acknowledge that there are more molecules in the file.

Reported by: *anonymous