qiskit-community / qiskit-dynamics

Tools for building and solving models of quantum systems in Qiskit
https://qiskit-community.github.io/qiskit-dynamics/
Apache License 2.0
103 stars 61 forks source link

Fix JAX pulse -> signals issue #326

Closed DanPuzzuoli closed 6 months ago

DanPuzzuoli commented 7 months ago

Summary

This is an issue on the main branch that failed after merging the arraylias integration branch in PR #320 . The tests were passing in the PR so I'm assuming this error has been introduced after updating some dependency.

An error is now occurring with JAX when building a SymbolicPulse inside of a jit compilation - this error is causing the docs to fail, as well as the test

python -m unittest test.dynamics.pulse.test_pulse_to_signals.TestPulseToSignalsJAXTransformations.test_InstructionToSignals_with_JAX

(among some others).

Details and comments

DanPuzzuoli commented 6 months ago

Closed in favour of #327