FAQ

EditEdit InfoInfo TalkTalk
Search:    

Frequently Asked Questions

1. How do I setup my system to run the development version of Quixote?

See the Tutorials and problems wiki page for instructions.

What is JUMBO?

JUMBO is a set of libraries for managing CML.

What are JUMBOConverters?

A JUMBOConverter will convert a document type ("file format") to CML without semantic loss.
(Sometimes the converter will work in the reverse direction). There are about 20-30 formats that
JUMBOConverters understand including CIF, Chemdraw (CDX), MDL/SDF, and many of the computational
logfiles.
Note that we do not duplicate Openbabel. OB is used for molecular and some spectral files. JUMBOConverters
are used for complex documentswhere the structure of the documents is important.

What is JUMBOParser?

JUMBOParser is a new template-based approach to parsing legacy formatted ASCII files, e.g. traditional logfile output). It is line-oriented
since much output is written as FORTRAN records. It is declarative which means that:

It is well suited to community development and can be very rapidly adapted (hours) to changes in output format.

What is a template?

It is a declaration of what you expect the parsed XML output to look like. Templates are easy to read and create as they
map onto the record structure. templates also define the dictionary references that will be required.

What is a dictionary?

It is a collection of entrys which describe the concepts in the parsed documents. Often these are basic chemical quantities
such as dipole moment and ionization potential. The dictionary defines their unitType (e.g. energy, length) and also
adds human-readable descriptions.

This is a Wiki Spot wiki. Wiki Spot is a 501(c)3 non-profit organization that helps communities collaborate via wikis.