euler314 commited on
Commit
5bd2507
·
verified ·
1 Parent(s): 675a582

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -2
app.py CHANGED
@@ -96,8 +96,6 @@ def compute_eigenvalue_support_boundaries(z_a, y, beta_values, n_samples=100, se
96
  Compute the support boundaries of the eigenvalue distribution by directly
97
  finding the minimum and maximum eigenvalues of B_n = S_n T_n for different beta values.
98
  """
99
- # Apply the condition for y
100
- y_effective = y if y > 1 else 1/y
101
 
102
  min_eigenvalues = np.zeros_like(beta_values)
103
  max_eigenvalues = np.zeros_like(beta_values)
 
96
  Compute the support boundaries of the eigenvalue distribution by directly
97
  finding the minimum and maximum eigenvalues of B_n = S_n T_n for different beta values.
98
  """
 
 
99
 
100
  min_eigenvalues = np.zeros_like(beta_values)
101
  max_eigenvalues = np.zeros_like(beta_values)