Avogadro libraries provide 3D rendering, visualization, analysis and data processing useful in computational chemistry, molecular modeling, bioinformatics, materials science, and related areas.
Here's a rendering of the LUMO for benzene (file is attached - unzip to get benzene.fchk):
With the current code, I get a very different look:
The problem is with the mesh for the negative isosurface (it's the mesh2 in the code). The code sets m_reverseWinding and inverts the iso value (i.e., not 0.03 but -0.03)
@perminder-17 - any thoughts on this? It seems as if the Flying Edges is gluing together the two parts of the mesh even though the isovalues are very small.
Here's a rendering of the LUMO for benzene (file is attached - unzip to get benzene.fchk):
With the current code, I get a very different look:
The problem is with the mesh for the negative isosurface (it's the
mesh2
in the code). The code sets m_reverseWinding and inverts the iso value (i.e., not 0.03 but -0.03)For example, the triangles are a bit weird too:
benzene.fchk.zip