Skip to content

VOD555/kugupu

 
 

Repository files navigation

Build Status

kugupu - a molecular network generator to study charge transport pathways in amorphous materials

kgp is a package for the postprocessing of molecular dynamics trajectories of organic semiconductors. It is built on MDAnalysis, NetworkX and YAeHMOP.

Installation instructions

Installation is best done using the conda env file

git clone https://github.com/kugupu/kugupu.git
cd kugupu
# install requirements into new environment
conda env create -f kgp_env.yml
conda activate kgp
# install the kugupu package
pip install .

Example notebooks

cd kugupu/notebooks

jupyter notebook

Copyright

Copyright (c) 2018-2019, Micaela Matta and Richard J Gowers

Acknowledgements

Project based on the Computational Chemistry Python Cookiecutter

About

No description, website, or topics provided.

Resources

License

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 81.2%
  • Jupyter Notebook 18.0%
  • Other 0.8%