You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The first step of this OpenBabel converter will be to convert OpenBabel OBMols to MDAnalysis Universes. This will enable the indirect parsing of over 100 file types into a format that MDAnalysis tools can analyse.
After discussion (see #5), both the planned implementation and order of development has been modified. The OpenBabelParser will take an OBMol and correctly convert its attributes to an MDAnalysis Universe, not including positions (supplied by OpenBabelReader #5). This Class will need to account for different attributes in OBMol objects formed from different file types, and will exploit the OpenBabel python wrappers for easy access of attributes. The resulting Universe can be analysed as is, or modified.
For more information and suggested implementation please see GSoC Project.
The text was updated successfully, but these errors were encountered:
The first step of this OpenBabel converter will be to convert OpenBabel OBMols to MDAnalysis Universes. This will enable the indirect parsing of over 100 file types into a format that MDAnalysis tools can analyse.
After discussion (see #5), both the planned implementation and order of development has been modified. The OpenBabelParser will take an OBMol and correctly convert its attributes to an MDAnalysis Universe, not including positions (supplied by OpenBabelReader #5). This Class will need to account for different attributes in OBMol objects formed from different file types, and will exploit the OpenBabel python wrappers for easy access of attributes. The resulting Universe can be analysed as is, or modified.
For more information and suggested implementation please see GSoC Project.
The text was updated successfully, but these errors were encountered: