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

Error when using Hamiltonian Type Coupling in Analyse technique #73

Open GHlacour opened 4 months ago

GHlacour commented 4 months ago

In the Analyse technique the Coupling hamiltonian is not read with the new subroutine made for this leading to an error message that the dipole file is not long enough. The code starting on the following line is the issues and https://github.com/lacourjansenlab/NISE_2017/blob/8e502d7a55413e7166235db95b6294a7b2694d1d/src/analyse.c#L148 possibly changes have to made in the sample loop as well to avoid reading in the transition dipoles at later times instead of using the first snapshot. This issue could play in other techniques as well.