Skip to content

Commit

Permalink
lowered the cutoff threshold for floating point errors in the simulator
Browse files Browse the repository at this point in the history
  • Loading branch information
positr0nium committed Feb 5, 2024
1 parent f5a4048 commit 2a45d71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/qrisp/simulator/numerics_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@

# import cupy as xp

float_tresh = 1e-5
float_tresh = 1e-7

0 comments on commit 2a45d71

Please sign in to comment.