graphix
graphix copied to clipboard
Use JIT compiler for `StatevectorBackend`
Before submitting, please check the following:
- Make sure you have tests for the new code and that test passes (run
tox
) - format added code by
black -l 120 <filename>
- If applicable, add a line to the [unreleased] part of CHANGELOG.md, following keep-a-changelog.
Then, please fill in below:
Context (if applicable):
Description of the change:
Use JIT for faster simulation using StatevectorBackend
.
Related issue:
also see that checks (github actions) pass. If lint check keeps failing, try installing black==22.8.0 as behavior seems to vary across versions.