Skip to content

Commit

Permalink
Revert "Adding error"
Browse files Browse the repository at this point in the history
This reverts commit 286be7d.
  • Loading branch information
a-corni committed Mar 19, 2024
1 parent 286be7d commit 85d59f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pulser-simulation/pulser_simulation/simulation.py
Original file line number Diff line number Diff line change
Expand Up @@ -507,7 +507,7 @@ def run(

solv_ops = qutip.Options(**options)

meas_errors: Optional[Mapping[str, float]] =
meas_errors: Optional[Mapping[str, float]] = None
if "SPAM" in self.config.noise:
meas_errors = {
k: self.config.spam_dict[k]
Expand Down

0 comments on commit 85d59f5

Please sign in to comment.