Skip to content

Commit

Permalink
using the script to calculate the three parameter matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
mlliarm committed Nov 26, 2020
1 parent 1b71f61 commit 90456f4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/python/create_matrix.py
Original file line number Diff line number Diff line change
Expand Up @@ -131,8 +131,8 @@ def print_real_and_imag_parts_of_eigenvals(eigenvals:list) -> None:
print(A_three)
#if s != 0 and s != -1:
# raise ValueError("s should be 0 or -1.")
A = create_matrix(N,s)
#A = A_three
#A = create_matrix(N,s)
A = A_three
print(A)
#print(A == A_three)
##A = A_three
Expand Down

0 comments on commit 90456f4

Please sign in to comment.