GithubHelp home page GithubHelp logo

basf / precomplex_generator Goto Github PK

View Code? Open in Web Editor NEW
5.0 6.0 4.0 797 KB

The precomplex generator is a tool for obtaining suitable input structures for automated transition-state (TS) searches (precomplexes) based on single-ended reaction path optimization algorithms.

License: GNU General Public License v3.0

Shell 0.91% Python 61.07% Fortran 38.02%
quantum-chemistry reaction-mechanism reaction-network transition-state

precomplex_generator's Introduction

Overview

The precomplex generator is a tool for obtaining suitable input structures for automated transition-state (TS) searches (precomplexes) based on single-ended reaction path optimization algorithms. Our strategy is applicable to uni- and bimolecular reactions as well as pseudo-termolecular reaction for a broad range of molecular structures. The precomplex generator rotates around selected bonds to obtain a structure in which the reaction centers are well aligned.

Requirements:

- Python3.6 
- OpenBabel
- numpy 
- Cython
- wheel
- Networkx
- Pymatgen

How to directly use the precomplex generator:

We provide precompiled Fortran code and Python files, which can be directly used if local library compatibility is given (RHEL7 or similar OS).

1. Clone the Github repository to your current directory ($PWD):
   git clone https://github.com/basf/precomplex_generator.git

2. Add the PYTHONPATH to your PYTHONPATH's:
   export PYTHONPATH=$PWD/precomplex_generator:$PYTHONPATH 

3. Add alias for convenience:
   export top_dir=$PWD 
   alias prec_gen='python3 $top_dir/precomplex_generator/precomplex_generator/main.py'

How to install the precomplex generator (.egg):

1. Clone the Github repository to your current directory ($PWD):
   git clone https://github.com/basf/precomplex_generator.git
   
2. For installation, we provide an install.sh script. 
   Caution: This script will only work, if python and openbabel are already available!
   cd precomplex_generator
   source install.sh

How to run the precomplex_generator:

You find examples in the EXAMPLES folder.

Only the reactant XYZ file(s) as well as the rule.txt file are required.
The rule.txt file contains the "reaction rule" in terms of atom-specific bond formations/breakages.
The COMMAND file contains the respective command you need.

For example:
prec_gen mol_name_1 mol_name_2 -r rule.txt

precomplex_generator's People

Contributors

bmaike avatar geigerj2 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

precomplex_generator's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.