Skip to content

Commit

Permalink
tweaks to qcd script
Browse files Browse the repository at this point in the history
  • Loading branch information
JonhasSC committed Oct 10, 2024
1 parent b3e8585 commit 1ed6c97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/QCD-RE.py
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ def main():
n_neutrinos = args.n_neutrinos
site_interactions = args.site_inter

hamiltonian = generate_forward_scattering(int(np.ceil(np.sqrt(n_neutrinos))), site_interactions)
hamiltonian = generate_forward_scattering(int(np.sqrt(n_neutrinos)), site_interactions)

evolution_time = np.sqrt(n_neutrinos)
h_neutrino_pyliqtr = pyH(hamiltonian)
Expand Down

0 comments on commit 1ed6c97

Please sign in to comment.