Skip to content

Scientific research: Conversion of a Molecules Form from Left-Handed to Right-Handed through Electron Collision

Notifications You must be signed in to change notification settings

ArtDoctor/Conversion-of-a-Molecules-Form-from-Left-Handed-to-Right-Handed-through-Electron-Collision

Repository files navigation

Conversion of a Molecules Form from Left Handed to Right Handed Form through Electron Collision

The "Conversion of Molecules from Left Handed to Right Handed Form Through Electron Collision" project focuses on studying the impact of electron collision on the orientation of a junction of Biphenyl molecule.

Biphenyl moleciles

Installation

  1. Clone git repo
git clone https://github.com/ArtDoctor/Conversion-of-a-Molecules-Form-from-Left-Handed-to-Right-Handed-through-Electron-Collision/tree/main
  1. Create Python venv
python -m venv venv
source venv/bin/activate

or in Windows:

.\.venv\Scripts\activate
  1. Install Python packages
pip install -r requirements.txt

Using this venv all notebooks should run withour errors.

Current progress

  • Solve Schrodinger Equation using FDM
  • Solve Schrodinger Equation using Exponential Fourier Basis
  • Solve Schrodinger Equation using Sines and Cosines Fourier Basis
  • Check patterns of wave function eigenvalues at higher energies
  • Check delta splitting for energy eigenvalues for every group of 4 eigenstates, try to improve accuracy
  • Reproduce main reference paper till the checkpoint - reproduce graphs (Energy dependence of the averaged transmission probability (see text) for three coupling strengths α and temperature T = 0.)
  • Try trapezoidal integration instead of standard numpy integration
  • Improve FDM accuracy by using corner matrix elements

Selected steps are currently in progress.

Main references:

  1. Charge transport through a flexible molecular junction
  2. Theory of Vibrationally Inelastic Electron Transport through Molecular Bridges

About

Scientific research: Conversion of a Molecules Form from Left-Handed to Right-Handed through Electron Collision

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published