You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently we bundle all the tket2 extensions in the packages all the time.
We should detect which extensions are actually being used, and only include those.
Closes#550
- Updates `tket2` dependency to `>0.4.1`, where we added the
`tket2.rotation.from_halfturns_unchecked` op
- Updates the json extension definitions
- Removes the panicking conditional when converting floats into
rotations for quantum op params.
Closes#550
- Updates `tket2` dependency to `>0.4.1`, where we added the
`tket2.rotation.from_halfturns_unchecked` op
- Updates the json extension definitions
- Removes the panicking conditional when converting floats into
rotations for quantum op params.
Currently we bundle all the tket2 extensions in the packages all the time.
We should detect which extensions are actually being used, and only include those.
guppylang/guppylang/module.py
Lines 337 to 343 in 473745f
A related feature would be to only include the required op definitions from each extension, to further reduce the package size.
The text was updated successfully, but these errors were encountered: