Difference between revisions of "FAQ"

From Avogadro - Free cross-platform molecule editor
Jump to: navigation, search
 
(9 intermediate revisions by 3 users not shown)
Line 1: Line 1:
 
==General==
 
==General==
  
# What is an "engine?"
+
# Does Avogadro work on platform X?
:In older versions (before 0.8), Avogadro had "rendering engines" or just "engines" which dictated the objects which appeared on the screen. In more recent versions, these are called "display types" or "[[displays]]."
+
#: Avogadro can be downloaded for Windows, Mac OS X & Linux and should work on most other Unix systems which support the Qt package.
# Why does insert smiles give the wrong stereoisomer?
+
# What about PyMol or VMD or [insert your favorite program here]?
: This is a bug in OpenBabel and will be fixed in future versions.
+
#: Many of these programs are our favorites too. We use them. But PyMol and VMD are largely limited to being viewers. If you view biomolecules, use PyMol. If you do molecular dynamics, use VMD. If you need to build a molecule, protein, or crystal, please use Avogadro.
# Does avogadro work on platfrom X?
 
: Avogadro can be downloaded for windows, MacOS & linux and should work on most other unix systems too.
 
  
 
== Scripting ==
 
== Scripting ==
  
# Does avogadro supprt scripting?
+
# Does Avogadro support scripting?
: Yes, avogadro 1.0 has support for python.  
+
#: Yes, Avogadro 1.0 has support for Python. Other languages may be considered for future versions.  
# Can I use libavogadro from a python standalone script?
+
# Can I use libavogadro from a Python standalone script?
: Yes, but this currently only works on linux. On windows, the python interpretor used is not the same as the python installed (if any). Compiling avogadro on windows and running the python interpretor from the avogadro directory should make this work too. If requested, we can see wether we can ship python.exe in future versions for this purpose.
+
#: Yes, but this currently only works on Linux. On Windows, the Python interpreter used is not the same as the python installed (if any). Compiling Avogadro on Windows and running the Python interpreter from the Avogadro directory should make this work too. If requested, we can see wether we can ship python.exe in future versions for this purpose.
 +
# Why doesn't the Mac version support Python?
 +
#: We're currently working on how to package Python support for the Mac. It will probably be limited to Intel Macs running 10.5 (Leopard) or later.
 +
 
 +
==Known Issues==
 +
 
 +
# Avogadro crashes when clicking inside draw area in Linux
 +
#:If you are using NVidia graphics card with Nouveau driver, uninstall it and switch to proprietary NVidia driver or open source nv driver
 +
# Avogadro freezes when trying to draw molecule in Linux
 +
#:Try to change your Qt widget style, for example, to Oxygen. Some styles are known to be buggy, maybe you are using one of them.
 +
# What is an "engine?"
 +
#:In older versions (before 0.8), Avogadro had "rendering engines" or just "engines" which dictated the objects which appeared on the screen. In more recent versions, these are called "display types" or "[[displays]]."
 +
# Why does insert smiles give the wrong stereoisomer?
 +
#: This is a bug in OpenBabel and will be fixed in future versions.

Latest revision as of 01:11, 10 November 2010

General

  1. Does Avogadro work on platform X?
    Avogadro can be downloaded for Windows, Mac OS X & Linux and should work on most other Unix systems which support the Qt package.
  2. What about PyMol or VMD or [insert your favorite program here]?
    Many of these programs are our favorites too. We use them. But PyMol and VMD are largely limited to being viewers. If you view biomolecules, use PyMol. If you do molecular dynamics, use VMD. If you need to build a molecule, protein, or crystal, please use Avogadro.

Scripting

  1. Does Avogadro support scripting?
    Yes, Avogadro 1.0 has support for Python. Other languages may be considered for future versions.
  2. Can I use libavogadro from a Python standalone script?
    Yes, but this currently only works on Linux. On Windows, the Python interpreter used is not the same as the python installed (if any). Compiling Avogadro on Windows and running the Python interpreter from the Avogadro directory should make this work too. If requested, we can see wether we can ship python.exe in future versions for this purpose.
  3. Why doesn't the Mac version support Python?
    We're currently working on how to package Python support for the Mac. It will probably be limited to Intel Macs running 10.5 (Leopard) or later.

Known Issues

  1. Avogadro crashes when clicking inside draw area in Linux
    If you are using NVidia graphics card with Nouveau driver, uninstall it and switch to proprietary NVidia driver or open source nv driver
  2. Avogadro freezes when trying to draw molecule in Linux
    Try to change your Qt widget style, for example, to Oxygen. Some styles are known to be buggy, maybe you are using one of them.
  3. What is an "engine?"
    In older versions (before 0.8), Avogadro had "rendering engines" or just "engines" which dictated the objects which appeared on the screen. In more recent versions, these are called "display types" or "displays."
  4. Why does insert smiles give the wrong stereoisomer?
    This is a bug in OpenBabel and will be fixed in future versions.