emu-mps 2.0.0__py3-none-any.whl → 2.0.2__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
emu_mps/__init__.py CHANGED
@@ -13,6 +13,7 @@ from .mps_config import MPSConfig
13
13
  from .mpo import MPO
14
14
  from .mps import MPS, inner
15
15
  from .mps_backend import MPSBackend
16
+ from .observables import EntanglementEntropy
16
17
  from emu_base import aggregate
17
18
 
18
19
 
@@ -33,6 +34,7 @@ __all__ = [
33
34
  "EnergyVariance",
34
35
  "EnergySecondMoment",
35
36
  "aggregate",
37
+ "EntanglementEntropy",
36
38
  ]
37
39
 
38
- __version__ = "2.0.0"
40
+ __version__ = "2.0.2"