graphix icon indicating copy to clipboard operation
graphix copied to clipboard

Use JIT compiler for `StatevectorBackend`

Open king-p3nguin opened this issue 1 year ago • 2 comments

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.

king-p3nguin avatar Dec 24 '23 20:12 king-p3nguin