opencog / cheminformatics

Molecular Chemistry

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cheminformatics

This is an early attempt to use OpenCog for cheminformatics.

Building and Installing

To build the code, you will need to build and install the OpenCog AtomSpace first. All of the pre-requistes listed there are sufficient to also build this project. Building is as "usual":

    cd to project root dir
    mkdir build
    cd build
    cmake ..
    make -j
    sudo make install
    make -j test

About

Molecular Chemistry

License:Other


Languages

Language:CMake 85.1%Language:Scheme 6.5%Language:Python 4.9%Language:C++ 3.5%