GithubHelp home page GithubHelp logo

morphct's Introduction

DOI build pytest codecov

Intellectual Property

MorphCT has been released under a GPL3 license (see LICENSE). Please read and cite our Molecular Simulations paper and our zenodo DOI if you use our code in your published work.


Code Description

The intention of this code is to form a modular, computational pipeline that can powerfully and coherently relate organic molecular morphology on the Angstrom lengthscale to electronic device performance over hundreds of nanometers.

MorphCT accomplishes this by:

  • Splitting a morphology into electronically-active chromophores that charge carriers (holes in the case of donor materials, electrons for acceptors) are likely to be delocalized along, and can perform quantized charge hops between.
  • Performing high-throughput, fast quantum chemical calculations (QCCs) to obtain the energetic landscape caused by conformational disorder, as well as electronic transfer integrals between chromophore pairs.
  • Using these calculated electronic properties as inputs into a kinetic Monte Carlo (KMC) algorithm to simulate the motion of charge carriers throughout the device, allowing carrier mobilities to be obtained (a good proxy for device performance)

Getting Started

Installation

To create a local environment with conda, run:

git clone [email protected]:cmelab/morphct.git
conda env create -f environment.yml
conda activate morphct

And to test your installation, run:

pytest

Using a container

To use MorphCT in a prebuilt container (using Singularity), run:

singularity pull docker://cmelab/morphct:latest
singularity exec morphct_latest.sif bash

Or using Docker, run:

docker pull cmelab/morphct:latest
docker run -it cmelab/morphct:latest

Running Jobs

Inputs

  • After setup, MorphCT requires the input molecular system (atomistic), and atomic indices of the chromophore (can be obtained via SMARTS matching).
  • Jupyter notebook examples are provided for the user in morphct/examples.

morphct's People

Contributors

chemicalfiend avatar evanmiller326 avatar jennyfothergill avatar jimmyrushing avatar matty-jones 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.