USCqserver/OpenQuantumTools.jl

Add support for `Evolution`

Opened this issue · 1 comments

We use Annealing as a holder for an arbitrary open system evolution. The name might be misleading to people outside QA community. May an equivalent object Evolution should be added.

Evolution is defined as a synonym of Annealing:
https://github.com/USCqserver/QTBase.jl/blob/5594440a457c80e7c9a294f02fd1c97478bc1ea9/src/annealing/annealing_type.jl#L19

The remaining task is to add a test suite for Evolution.