Skip to content

A Python library which allows construction and manipulation of complex molecules, as well as automatic molecular design and the creation of molecular databases.

License

Notifications You must be signed in to change notification settings

benedictsaunders/stk

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Author: Lukas Turcani
Documentation:https://stk.readthedocs.io
docs/source/figures/stk.png
https://github.com/lukasturcani/stk/workflows/tests/badge.svg?branch=master https://readthedocs.org/projects/stk/badge/?version=latest

Overview

stk is a Python library which allows construction and manipulation of complex molecules, as well as automatic molecular design, and the creation of molecular, and molecular property, databases.

Installation

To get stk, you can install it with pip:

$ pip install stk

Make sure you also install rdkit, which is a dependency:

$ conda install -c conda-forge rdkit

If you would like to get updated when a new release of stk comes out, which happens pretty regularly, click on the watch button on the top right corner of the GitHub page. Then select Releases only from the dropdown menu.

You can see the latest releases here:

https://github.com/lukasturcani/stk/releases

There will be a corresponding release on pip for each release on GitHub, and you can update your stk with:

$ pip install stk --upgrade

How To Cite

If you use stk please cite

https://github.com/lukasturcani/stk

and

https://onlinelibrary.wiley.com/doi/abs/10.1002/jcc.25377

Publications

about stk

using stk

Acknowledgements

I began developing this code when I was working in the Jelfs group, http://www.jelfs-group.org/, whose members often provide me with very valuable feedback, which I gratefully acknowledge.

About

A Python library which allows construction and manipulation of complex molecules, as well as automatic molecular design and the creation of molecular databases.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%