Skip to content

Commit

Permalink
conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
MatteoRobbiati committed Dec 13, 2023
2 parents 600b208 + b89a0e7 commit 93e6236
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_models_dbi.py
Original file line number Diff line number Diff line change
Expand Up @@ -105,4 +105,4 @@ def test_energy_fluctuations(backend):
state = np.array([1, 0])
dbf = DoubleBracketIteration(Hamiltonian(1, matrix=h0, backend=backend))
energy_fluctuation = dbf.energy_fluctuation(state=state)
assert energy_fluctuation == 0
assert energy_fluctuation == 0

0 comments on commit 93e6236

Please sign in to comment.