OpenQuantumTools.jl
OpenQuantumTools.jl copied to clipboard
Add support for one sided AME as ensemble problem
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.
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.