lacourjansenlab / NISE_2017

This is the current development version of a quantum classical package for calculating coherent multidimensional spectra (as FTIR, SFG, 2DIR, 2DES, 2DSFG, and F-2DES).
Other
1 stars 2 forks source link

As a scientist I want to calculate MCFRET rates so I can understand weakly coupled systems better. #1

Open marickmanrho opened 2 years ago

marickmanrho commented 2 years ago

Problem description

MCFRET is a an acronym for Multi Chromophoric Förster Resonant Energy Transfer. Its classical use case is found in donor-acceptor systems, but other applications are also possible. It is a method of computing the energy transfer between two groups of chromophores. In calculating MCFRET it is assumed that the coupling between the groups can be treated perturbatively.

For details on the MCFRET method we refer to the following references:

  1. J. Chem. Phys. 142, 094108 (2015); https://doi-org.proxy-ub.rug.nl/10.1063/1.4908601

Problem solution

(written by @GHlacour ) We want to use NISE to compute the time evolution of the system. Then we fit the excitation population transfer to an exponential and extract rates. This is not the same as MCFRET but gives approximately the same answer when the coupling between the subsystems is indeed perturbatively small.

For the MCFRET project we need a number of functionalities as discussed at our previous meeting. Below are the ideas for each of these functionalities with the idea that each will be separated in a different function and a proposed keyword for running the code part separately. The main keyword MCFRET should result in all relevant subroutines being called in the correct order.

Alternatives

The alternative is to not implement specific MCFRET code into NISE and leave it to the end-user to develop this. However, the usage of MCFRET methods is sufficiently large that it would be a waste of time for every user to develop their own code. Furthermore, this code may become a benchmark for MCFRET studies.

GHlacour commented 4 months ago

This is essentially done. Paper in progress.