Skip to content

Prepare your building blocks for stk construction and analysis

License

Notifications You must be signed in to change notification settings

andrewtarzia/bbprepared

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bbprepared

A general toolkit for working with building blocks for construction of larger molecules.

The library is built off of stk, which comes with the pip install.

Installation

bbprepared is a pip installable library:

$ pip install bbprepared

The code can be also installed following these steps:

  1. clone bbprepared from here

  2. Create a conda or mamba environment:

$ mamba create -n NAME python=3.11
  1. Activate the environment:
$ conda activate NAME
  1. From bbprepared directory, install pip environment:
$ pip install .

or for development,

$ pip install -e .

Usage

  • To be completed, but see tests for examples.

Acknowledgements

This work is a mixture of codes developed throughout my postdoc in the Jelfs Group, and the Pavan Group, and during my time as a developer of stk and stko with Lukas Turcani.

About

Prepare your building blocks for stk construction and analysis

Resources

License

Stars

Watchers

Forks

Packages

No packages published