Giter VIP home page Giter VIP logo

stk's Introduction

Author: Lukas Turcani
docs/source/figures/stk.png

Requires Python 3.6.

This code was developed while doing my PhD in the Jelfs group, http://www.jelfs-group.org/.

Overview

stk is a Python library for building, manipulating, optimizing and designing molecules. For more information, the documentation can be found at https://lukasturcani.github.io/stk/docs/build/html.

Installation

There are two ways to install stk. The first is easier, using pip. The second involves downloading the source code form GitHub. Using GitHub is the best way to get the most up-to-date code.

In both cases rdkit needs to be installed, see installing rdkit.

pip

In the terminal run

pip install stk

GitHub

Installation is simple and has two parts. First, installing stk, second, installing any libraries it requires.

installing stk

  1. Download stk from GitHub by clicking on the green "Clone or download" button and then on "Download ZIP".
  2. Extract the downloaded zip file.
  3. Using the terminal, go into the extracted directory and run:
python setup.py install
  1. stk should be installed, you can delete the downloaded and extracted folders.

installing dependencies

Apart from rdkit all dependcies of stk are listed in requirements.txt. rdkit cannot be installed via pip so it is listed separately.

rdkit

See installing rdkit.

others

All other requirements can be installed with pip.

pip install -r requirements.txt

installing rdkit

The simplest way to get rdkit is to use the Anaconda distribution of Python, which can be found on https://www.anaconda.com/download/. It comes with a lot of scientific libraries already installed and the conda package manager.

After installing Anaconda run

conda install -c rdkit rdkit

If you do not want to use Anaconda, the best place to look for advice on installing rdkit is https://github.com/rdkit/rdkit.

Publications

about stk

https://chemrxiv.org/articles/STK_A_Python_Toolkit_for_Supramolecular_Assembly/6127826

using stk

stk's People

Contributors

lukasturcani avatar eberardo avatar marcinmiklitz avatar

Watchers

James Cloos avatar  avatar

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.