tempoCollaboration / OQuPy

A Python package to efficiently simulate non-Markovian open quantum systems with process tensors.
https://oqupy.readthedocs.io
Apache License 2.0
71 stars 24 forks source link

Degeneracy checking for MF-TEMPO #117

Closed piperfw closed 4 months ago

piperfw commented 4 months ago

Make use of the degeneracy checking introduced by #113 in MeanFieldTempo / MeanFieldTempoBackend.

This calls BaseTempoBackend from MeanFieldTempoBackend with the optional unique=True and degeneracy map, dimension arguments for each mean-field system.

Coverage and physics tests for mean-field with degeneracy checking (unique=True).

Other changes:

gefux commented 4 months ago

Sorry for the delay. Thank you for also tidying up a few things on the way!