Skip to content
This repository has been archived by the owner on May 8, 2023. It is now read-only.

The code allows for the generation of a molecular representation for amines used in carbon capture, generation from molecular fragment combinations and analysis of the chemical space.

License

Notifications You must be signed in to change notification settings

IBM/Carbon-capture-fingerprint-generation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Carbon-capture-fingerprint-generation

The code allows for the generation of a molecular representation for amines used in carbon capture, generation from molecular fragment combinations and analysis of the chemical space.

Copyright IBM Corporation 2022. SPDX-License-Identifier: MIT

This toolkit is a collection of tools designed to assist in the design and prediction of carbon capture molecular properties. The current capabilities are:

  1. Chemical space plotting and analysis
  2. Chemical fingerprint generation
  3. Molecular dataset analysis
  4. Duplication of molecular string data identification

Contributing

Please make contributions to the dev branch and open PRs to merge in to master branch. We use docstring and unit tests to help maintain the library these are called through the unit_test.py script. Please make sure all tests pass and add new tests for new code.

Installation

Once you have installed Anaconda, run the following commands

git clone  $THIS_REPO

# careful, removes previous environment with the same name
yes | conda create --name ccsfp python=3.8
conda activate ccsfp
python setup.py install
python unit_test.py

The notebooks directory has examples which can be run to check the code runs correctly.

About

The code allows for the generation of a molecular representation for amines used in carbon capture, generation from molecular fragment combinations and analysis of the chemical space.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published