MongoChem: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
ChemData is a Qt application that uses MongoDB to store its data, and VTK to visualize/explore data. | ChemData is a Qt application that uses MongoDB to store its data, and VTK to visualize/explore data. | ||
== Get ChemData == | |||
The source code is available at [https://github.com/OpenChemistry/chemdata Github]. | |||
== Screenshots == | |||
<gallery widths=400px heights=400px> | |||
Image:ChemData_Query_Screenshot.png|Main ChemData Window | |||
Image:ChemData Plot Matrix Screenshot.png|Scatter Plot Matrix Dialog displaying five different descriptors for the molecules in the database. | |||
</gallery> | |||
== Developer Information == | |||
For a description of the data schema see: [[ChemData Schema]]. |
Revision as of 11:45, 8 March 2012
ChemData is a Qt application that uses MongoDB to store its data, and VTK to visualize/explore data.
Get ChemData
The source code is available at Github.
Screenshots
- Error creating thumbnail: File missing
Main ChemData Window
- Error creating thumbnail: File missing
Scatter Plot Matrix Dialog displaying five different descriptors for the molecules in the database.
Developer Information
For a description of the data schema see: ChemData Schema.