OpenQuantumTools.jl icon indicating copy to clipboard operation
OpenQuantumTools.jl copied to clipboard

Add support for one sided AME as ensemble problem

Open x94dai opened this issue 3 years ago • 1 comments

It seems one just needs to add a build_ensembles_onesided_ame to the build_ensembles interface, which would look almost the same as the regular ame, replacing davies_from_interactions with onesided_ame_from_interactions. Not sure if there is concerns on the mathematical side.

x94dai avatar Oct 16 '22 02:10 x94dai

The reason why there is no onesided_ame ensemble problem is that the one-sided AME does not generate a CP map. The trajectory method currently implemented in HOQST does not work with this kind of ME. I am not sure if there are ways to unravel a non-CP ME. So a little bit more research is needed to find out if this is possible or not.

neversakura avatar Oct 19 '22 04:10 neversakura