Skip to content

Commit

Permalink
Fix more typos
Browse files Browse the repository at this point in the history
  • Loading branch information
jennyfothergill authored Jul 5, 2022
1 parent 58c50fe commit af1cfaa
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions examples/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ jupyter lab
```
# Outline of the examples

1. **transfer-integral-workflow.ipynb** : Test an organic molecules HOMO/LUMO and Transfer Integral (electronic coupling) for various orenitations with morphCT.
2. **chromophore-picking.ipynb** : How to use VMD to select atoms from a morphology and create an array of the chosen atom's indeces to create and a array of chromophore indeces
3. **new-acceptor-molecule-workflow.ipynb** : This workflow seeks to outline the path of least resistance for investigation of a new acceptor molecule with morphCT. To predict the mobililty of in a morphology, we need 2 things: (1) a gsd of your morphology and (2) and list of atom indeces that belong to each chromophore. This workflow automates the creation of (2). I WOULD START BY RUNNING THIS TO SEE IF MORPHCT IS WORKING.
1. **transfer-integral-workflow.ipynb** : Calculate an organic molecule's HOMO/LUMO and Transfer Integral (electronic coupling) for various orientations with morphCT.
2. **chromophore-picking.ipynb** : How to use VMD to select atoms from a morphology and create an array of the chosen atom's indices to create an array of chromophore indices
3. **new-acceptor-molecule-workflow.ipynb** : This workflow seeks to outline the path of least resistance for investigation of a new acceptor molecule with morphCT. To predict the mobililty of a morphology, we need 2 things: (1) a gsd of your morphology and (2) and list of atom indices that belong to each chromophore. This workflow automates the creation of (2). I WOULD START BY RUNNING THIS TO SEE IF MORPHCT IS WORKING.
4. **workflow-itic.ipynb** : A notebook for breaking ITIC into multiple chromophores. This notebook also contains an example for creating a csv containing chromophore atom ids for using morphct-flow.
5. **workflow-p3ht.ipynb** : How to use smarts matching to delineate chromophores.

Expand Down

0 comments on commit af1cfaa

Please sign in to comment.