emu-base 2.0.2__py3-none-any.whl → 2.0.3__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_base/__init__.py CHANGED
@@ -16,4 +16,4 @@ __all__ = [
16
16
  "DEVICE_COUNT",
17
17
  ]
18
18
 
19
- __version__ = "2.0.2"
19
+ __version__ = "2.0.3"
@@ -67,7 +67,8 @@ def krylov_exp_impl(
67
67
  result=result, converged=True, happy_breakdown=True, iteration_count=j + 1
68
68
  )
69
69
 
70
- lanczos_vectors.append(w / n2)
70
+ w = w / n2
71
+ lanczos_vectors.append(w)
71
72
 
72
73
  # Compute exponential of extended T matrix
73
74
  T[j + 2, j + 1] = 1
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: emu-base
3
- Version: 2.0.2
3
+ Version: 2.0.3
4
4
  Summary: Pasqal base classes for emulators
5
5
  Project-URL: Documentation, https://pasqal-io.github.io/emulators/
6
6
  Project-URL: Repository, https://github.com/pasqal-io/emulators
@@ -1,4 +1,4 @@
1
- emu_base/__init__.py,sha256=dRd4TzTdTmz9IgVlisaBWBMjstVpVASVnmvjjSMbncU,493
1
+ emu_base/__init__.py,sha256=FCku0o69e9ebQ5E2dYP2eVJeS9NC9O56AMEml0-vq7M,493
2
2
  emu_base/aggregators.py,sha256=bB-rldoDAErxQMpL715K5lpiabGOpkCY0GyxW7mfHuc,5000
3
3
  emu_base/constants.py,sha256=41LYkKLUCz-oxPbd-j7nUDZuhIbUrnez6prT0uR0jcE,56
4
4
  emu_base/lindblad_operators.py,sha256=Nsl1YrWb8IDM9Z50ucy2Ed44p_IRETnlbr6qaqAgV50,1629
@@ -7,7 +7,7 @@ emu_base/utils.py,sha256=RM8O0qfPAJfcdqqAojwEEKV7I3ZfVDklnTisTGhUg5k,233
7
7
  emu_base/math/__init__.py,sha256=6BbIytYV5uC-e5jLMtIErkcUl_PvfSNnhmVFY9Il8uQ,97
8
8
  emu_base/math/brents_root_finding.py,sha256=AVx6L1Il6rpPJWrLJ7cn6oNmJyZOPRgEaaZaubC9lsU,3711
9
9
  emu_base/math/double_krylov.py,sha256=-DUZ5R3g7CUMQWSET2MUxXZKObXgLNanwAtS5nX8T68,3677
10
- emu_base/math/krylov_exp.py,sha256=UCFNeq-j2ukgBsOPC9_Jiv1aqpy88SrslDLiCxIGBwk,3840
11
- emu_base-2.0.2.dist-info/METADATA,sha256=jqdSM-agy3W_gomgmN3dXuKw2NajCGgRtQPIDz1M6Us,3522
12
- emu_base-2.0.2.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
13
- emu_base-2.0.2.dist-info/RECORD,,
10
+ emu_base/math/krylov_exp.py,sha256=MNLxgtiy2djRVtmXmtlBQ6A8rSuw1OK6dTtRQUZvaHs,3854
11
+ emu_base-2.0.3.dist-info/METADATA,sha256=vT_PZe1y41tVG2uljU4pz3HnSTBFzjVRk2swqQOx0ws,3522
12
+ emu_base-2.0.3.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
13
+ emu_base-2.0.3.dist-info/RECORD,,