Avogadro 0.9.3

Avogadro 0.9.3 was released on 1 April 2009. This is the fourth of our final beta series before Avogadro 1.0.0 is released. Please help us by providing feedback. New beta releases are expected roughly once per month until the 1.0.0 release. You can download this release here.

What’s New

The following list includes some of the changes since Avogadro 0.9.2. This is mainly a bug fix release with a few new features implemented over the last month of development.

  • Avogadro now finds all plugins relative to the binary location.
  • Windows build should now be fully relocatable.
  • Improvements to the desktop file and icon in Linux with association of various file types.
  • Patched FindPythonLibs.cmake - should fix issues on non-Debian Linux distros.
  • More bugs found and fixed.

  • More dialog parenting issues corrected.

  • Animation of molecular vibrations.
  • Unit cell rendering can be turned off.
  • Colored meshes now handle transparency correctly.
  • Improvements to mesh handling in the orbital display.

  • Animation of vibrations.
  • Plotting support added, IR spectra plotted in the vibration extension.
  • Improvements to the super cell builder.
  • Surfaces extension bug fixes and improvements.

Dependencies

  1. Eigen 2.0.0 http://eigen.tuxfamily.org/ – for compiling only.
  2. OpenBabel 2.2.1 or later http://openbabel.org
  3. CMake 2.6.0 or later http://www.cmake.org
  4. Qt 4.4.0 or later http://www.trolltech.com
  5. Boost 1.35 or later http://www.boost.org/ – for Python support (optional).
  6. GLEW 1.5.0 or later http://glew.sourceforge.net/ – for GLSL support (optional)

Building

untar the source <pre>tar xvjf avogadro-0.9.3.tar.bz2</pre>

make the build directory <pre> cd avogadro-0.9.3 mkdir build </pre>

configure <pre> cd build cmake -DCMAKE_BUILD_TYPE=Release -DENABLE_GLSL=ON -DENABLE_PYTHON=ON .. </pre>

CMake takes a few optional parameters:

  • -DCMAKE_INSTALL_PREFIX= : specify the installation prefix (default /usr)
  • -DOPENBABEL2_LIBRARIES= : specify the OpenBabel2 libraries
  • -DOPENBABEL2_INCLUDE_DIR : specify the OpenBabel2 include directory
  • -DEIGEN_INCLUDE_DIR : specify the Eigen include directory
  • -DCMAKE_BUILD_TYPE : specify the build type (Debug, Release etc)
  • -DENABLE_GLSL : set to ON to enable, or OFF to disable GLSL support.
  • -DENABLE_PYTHON : set to ON to enable, or OFF to disable Python support.

For more information see the CMake website; http://www.cmake.org/

build <pre>make</pre>

install <pre>make install</pre>

Known Issues & Limitations

This release is a beta release and is intended to gain feedback and interest in the project.

The code currently expects to be editing one 3D molecule per file with one coordinate set. This means:

  • Editing a multi-molecule file will only edit the first molecule. Saving will overwrite all records except the first.
  • Opening a SMILES file will not create 3D coordinates either (although you can insert SMILES as fragments into an Avogadro window)
  • Saving to a 2D format will not necessarily produce correct 2D stereochemistry.

  • Several builder features are not implemented, including:
    • Protein and biomolecule builders
    • Crystal structure builder
    • Carbon Nanotube builder
    • Z-matrix editor (early version committed - needs more work)
  • Views cannot yet be removed into separate windows. In future releases, you will be able to have separate views of the same molecule in separate windows. Early support is in but disabled.
  • Export graphics will only save the current resolution in the window in bitmap form.

Troubleshooting

Problem: OpenBabel2 / Eigen libraries are not found.

Solution: The most likely the cause of this problem is non-standard install locations. Additionally, the detection system for finding libraries and includes is not flawless. The most likely remedy is to manually specify the library location and include directory for the package using the cmake arguments specified above.

Categories:

Updated: