Skip to content

cchang373/molecule_rxn

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

molecule_rxn

Molecule_rxn is a python package used for generating possible intermediates from molecules in a brute-force way. SMILES notation can be generated from ASE trajectory file and graph representation.

Installation

  • Create conda environment and install RDkit: conda create -n molecule_rxn -c rdkit/label/beta rdkit
  • Activate conda environment: conda activate molecule_rxn
  • Install dependencies:
    • imolecule: pip install imolecule
    • networkx: pip install networkx
    • ASE: pip install --upgrade --user ase
  • Install molecule_rxn: pip install git+https://github.com/cchang373/molecule_rxn.git

Usage

See example.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages