Skip to content

Commit

Permalink
Revert to using Tensor backend by default
Browse files Browse the repository at this point in the history
  • Loading branch information
emmatyping committed Apr 13, 2022
1 parent 4c33734 commit 9eee725
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/python/circuit.rs
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ impl<'source> FromPyObject<'source> for Circuit {
radixes,
ops,
constant_gates,
crate::circuit::SimulationBackend::Matrix,
crate::circuit::SimulationBackend::Tensor,
))
}
}
Expand Down

0 comments on commit 9eee725

Please sign in to comment.