Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 929 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 929 Bytes

Binder

Electron diffusion model for micropatterned chips for photocurrent generation

This repository contains a Jupyter Notebook for reproducing the theoretical calculations of the scientific paper Micropatterned Carbon-on-Quartz Electrode Chips for Photocurrent Generation from Thylakoid Membranes, DOI: 10.1021/acsaem.8b00500.

Layout

  • notebook.ipynb Jupyter Notebook to perform calculations and generate plots
  • notebook.html Jupyter Notebook in HTML format

Usage

To open the Notebooks, install python via Miniconda and make sure all required packages are loaded by issuing the following terminal commands

    conda env create -f environment.yml
    source activate thylakoid
    jupyter-notebook