Skip to content

Commit

Permalink
Create basic_test.py
Browse files Browse the repository at this point in the history
fixed small typo
  • Loading branch information
emilianomfortes authored Dec 10, 2021
1 parent f14fcf0 commit 4c549b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PyKrylovsolver/tests/basic_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,5 +61,5 @@ def test_vs_sesolve(N=9, hamiltonian='random'):

print(f'InFidelity between Krylov and sesolve in Random Hamiltonian: {diff_random:.2e}')
print(f'InFidelity between Krylov and sesolve in Random Ising: {diff_ising:.2e}')
print(f'InFidelity between Krylov and sesolve in Random Harmonic Osilator: {diff_sho:.2e}')
print(f'InFidelity between Krylov and sesolve in Random Harmonic Oscillator: {diff_sho:.2e}')
print(f'InFidelity between Krylov and sesolve in Spin y: {diff_spin_y:.2e}')

0 comments on commit 4c549b1

Please sign in to comment.